Re: How to create /dev/modem?

1999-12-03 Thread Christopher S. Swingley
> If you're wondering which ttyS* has a modem attached to it, try running
> wvdial.  It does an excellent job of detecting modems (in my experience).

Sorry, try wvdialconf (it's the configurator that looks for modems).
pppconfig also tests serial ports for modems and has worked for me.

Chris
-- 
Christopher S. Swingley   tel: 907-474-2689 fax: 474-2643
930 Koyukuk Drive, Suite 408C email: [EMAIL PROTECTED]
University of Alaska Fairbankswww.frontier.iarc.uaf.edu:8080/
Fairbanks, AK  99775 ~cswingle

PGP key: http://www.frontier.iarc.uaf.edu:8080/~cswingle/pubkey.asc


Re: How to create /dev/modem?

1999-12-03 Thread Christopher S. Swingley
Hans,

> Running Slink with 2.2.10 kernel. Am missing /dev/modem and can't figure
> out how MAKEDEV makes this (tried ./MAKEDEV modem, ./MAKEDEV /dev/modem,
> ./MAKEDEV generic and ./MAKEDEV serial). Anyone with some pointers? Thanks
> -- Hans

I don't think /dev/modem is a true device in the sense of /dev/ttyS0.
On my laptop /dev/modem is a symbolic link to the correct serial device,
which for me is /dev/ttyS2.  As root:

ln -s /dev/ttyS2 /dev/modem

If you're wondering which ttyS* has a modem attached to it, try running
wvdial.  It does an excellent job of detecting modems (in my experience).

Hope this helps!

Chris
-- 
Christopher S. Swingley   tel: 907-474-2689 fax: 474-2643
930 Koyukuk Drive, Suite 408C email: [EMAIL PROTECTED]
University of Alaska Fairbankswww.frontier.iarc.uaf.edu:8080/
Fairbanks, AK  99775 ~cswingle

PGP key: http://www.frontier.iarc.uaf.edu:8080/~cswingle/pubkey.asc