Here's a reply to my previous posting. It should set you in the right
direction:
For a modem, you don't need to install anything except the software
that will drive the modem (which is undoubtedly already installed),
whether it's seyon, or minicom, or dip, or ppp-demon, or whatever.
When you start to set up the modem: If it's on your first serial port
(in msdos, called com1), then you use either /dev/cua0 or /dev/ttyS0.
If it's on your second serial port (in msdos, called com2), then you
use either /dev/cua1 of /dev/ttyS1.
The business about choosing between /dev/cua0 or /dev/ttyS0 is usually
your choice; for most things (perhaps for all things), they're
equivalent. My modem is at /dev/cua1, so to avoid confusing myself
(since I never remember this stuff), I created a symlink to it called
/dev/modem by giving the command
ln -s /dev/cua1 /dev/modem
and then I just always set things up to use /dev/modem.
Phil Hirschhorn
--
----------------------------------------------------------------------
----------------------------------------------------------------------
> Help,
> I'm sure this is very trivial but I cannot even figure out how to
> configure a new modem in Linux. Could someone tell me how to install a new
> modem on Linux? Like how you link a modem to cua1 and where you tell it
> IRQ's ... Does this have to get configured in the kernel?
> -thank you very much
> -andrew
--
--Peter--