Modem Problem Was: Dennis Kibbe lspci -vv

Mike Starke plug-discuss@lists.plug.phoenix.az.us
Thu, 27 Mar 2003 14:48:06 -0500


On Thu, Mar 27, 2003 at 02:24:31PM -0500, Michael Havens wrote:
/_I am sure that is the problem. I need to link the modem to kppp<?>. Someone want to tell me what to type in?
/_

No, ou do not link the modem to kppp. kppp, I believe, is a gui program
which allows you to set up ppp properly. Part of set up is to tell ppp
where your modem is located. Set it up so that it is always /dev/modem.

Then you link the actual device to /dev/modem. /dev/modem is nothing but
a symbolic link to the actual device.

ln -s /dev/ttyS4 /dev/modem

or

ln -s /dev/ttyS2 /dev/modem

or

ln -s /dev/ttyS0 /dev/modem

whatever works (ttySX)

-Mike