View Single Post

  #2 (permalink)  
Old 07-18-2006, 12:18 AM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

I am assuming that it is external modem.

/dev/ttyS0 or /dev/ttyS1 is serial device file for your modem. Install wvdial from CD or DVD and run command:

Code:
wvdialconf /etc/wvdial.conf
Next open /etc/wvdial.conf

And setup dial up no, password, user etc. Dial out
Code:
wvdial
wvdial small howto: http://www.cyberciti.biz/tips/linux-...p-account.html

kppp is another GUI tool to setup dial up. If it is winmodem (software based internal modem) see http://linmodems.org/ for more.
Reply With Quote