cardinal 28.8 v.34 internal fax/modem

cardinal 28.8 v.34 internal fax/modem

Post by Lars » Fri, 03 May 1996 04:00:00



first off, I have just started playing with Linux.  I am trying to break away from the
tyranny of Micro$oft.  I have an internal Cardinal 28.8 plug and play modem.  My
question is; does any know if there is a linux driver available so I could use this
modem under Linux?

Any help/comments would be greatly appreciated.

Thanks in advance.

--
PGP encrypted mail preferred.
Thank You.  ;)

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: 2.6.2

mQCNAzBgyJMAAAEEAJnJedNU3XyiXy7pUnelhOnksXsaAXb4HRwMU1Inrsexz6+1
JVbJUOMU2foWt3awDbFU4BD698yR3Z///RPMcEpUSDO5PU3AfnvS87vB/mTQ/btw
eRSPWTPc57Tn62dsHa538K1uPuBZNHE51FJVvdtlIgTxSJyk6O+YCyOVTfc1AAUR
tClMLiBDLiBTaGFuYWhhbiwgSnIuIDxzaGFuYWhhbkBucy52dm0uY29tPokAlQMF
EDEcr/jvmAsjlU33NQEBIK8D/30gSdVDERSGTkN4NWWCZf9wtwbLl//36aS6sEW9
az/wqIfPOU+w7JLjKvXIo5OFGwl4nJQnlsp2xYrzEwakiDDAO2U3Igh64hOQObUo
S0q1dNv/G2N4DvOUVRiJJh9uT2qc9bhY0kV3/gPEUbBxVtqGwDyxqVPdQGo6EvBV
YRow
=RHJr
-----END PGP PUBLIC KEY BLOCK-----

 
 
 

cardinal 28.8 v.34 internal fax/modem

Post by Adam Meltzer [CONTRACTO » Tue, 07 May 1996 04:00:00


: first off, I have just started playing with Linux.  I am trying to break away from the
: tyranny of Micro$oft.  I have an internal Cardinal 28.8 plug and play modem.  My
: question is; does any know if there is a linux driver available so I could use this
: modem under Linux?
:

What you'll probably have to end up doing is initalizing the modem in dos then
booting to Linux via Loadlin or something. Plug N' Pray will get you like
that.

 
 
 

cardinal 28.8 v.34 internal fax/modem

Post by Deva Samarth » Wed, 08 May 1996 04:00:00



.....
> question is; does any know if there is a linux driver available so I could use this
> modem under Linux?

well, there is no such thing as a special "driver". The modem is
connected to a serial port which has an io/address and an interrupt
vector.  That port ( /dev/cua* ) is your hook into the kernel serial
driver. Nothing special about modems.

You have to make sure that there is no hardware conflict
of overlapping interrupts or io/addresses but I assume that this
is ok since you ran another system on it before.

check in /var/log/messages
that shows you the setup of your hardware.

the scripts in /etc/rc.d run at system initialization and the
serial iniatilization is in rc.serial.

I had to put a line in there since the autodetect did not sense
the right values and I had a conflict: Talking to my modem was very very
slow.
The conflict was that the first and third com port had the same
interrupt.
I put
$(SETSERIAL) /dev/cua2 port 0x3e8 irq 5

in the rc.serial, then it worked fine.

Your hardware is different I assume, so don't use this line.

There may be dialer programs ( I have not checked that far in linux )
but you access your modem thru programs. A very simple one is cu,
or get kermit. I got kermit from the internet and used it to
debug the modem serial port.

Read the serial howto
If you want to run ppp, read the howto's there or follow the
usenet group comp.os.linux.setup, I saw several nice messages of
how to do it.

If you need more help, just email.

Sa.

 
 
 

cardinal 28.8 v.34 internal fax/modem

Post by Thomas Griffin » Fri, 10 May 1996 04:00:00


Quote:>first off, I have just started playing with Linux.  I am trying to break away from the
>tyranny of Micro$oft.  I have an internal Cardinal 28.8 plug and play modem.  My
>question is; does any know if there is a linux driver available so I could use this
>modem under Linux?

I don't think the "Plug 'N Pray" should affect it too much ... the modem should
appear to Linux as another serial device.

When installing Linux Slackware 3.0, one of the final steps prompts to set up
the modem.  You specify the serial device and it creates a symbolic link from
the serial port to /dev/modem.  For instance, I have my modem on the second
serial port (COM2:).  I tell it that the device is /dev/ttyS01 (the second
serial port).  Then, when any software prompts for the modem device, I just
tell it /dev/modem.  Easy, huh?

Now as for drivers ... Linux doesn't have drivers for typical modems ... you
just have to tell the communication programs what device to dial out on (yes:
/dev/modem).

Thomas Griffing

 
 
 

cardinal 28.8 v.34 internal fax/modem

Post by lan » Sat, 11 May 1996 04:00:00


I have trouble with PnP in my machine. Actually I use
Supraexpress 288 i PnP, which does not have a permant COM port
address, so linux can't find which port is using the modem.
Any suggestion?

Thanks
Lan