Linux configure modem to connect to the Internet using a PPP dialup account
Q. I want to configure modem to dial out and connect to the Internet. Since I don't have good display card, I am not using the X window system. How do I configure (external) modem to connect to the Internet using a PPP dialup account under Debian Linux?
A. It is true that dialup modems have become almost obsolete due to broadband Internet connections, there are still situations where dialup access can prove useful
Under Linux you can dial out using program called wvdial. It is a PPP dialer with built-in intelligence. It dials a modem and starts PPP in order to connect to the Internet. The connection started with wvdial can be dropped by switching back to the terminal from where it was started and pressing ctrl-C.
The default configuration file is: /etc/wvdial.conf.
Installation
Since you are using Debian Linux, use apt-get (assuming that CDROM is your source):
# apt-get install wvdial
Other Linux distribution users can download wvdial from Internet or install from your distribution CD/DVD-ROM disk.
Configuration
First, make sure modem is installed and type the following command to configure the modem:
# wvdialconf /etc/wvdial.conf
Once modem is detected you need to edit /etc/wvdial.conf configuration file to specify the PPP username, password and dial out phone number.
For example:
[Dialer Defaults]
Modem = /dev/ttyS1
Baud = 115200
Init1 = ATZ
Phone = 172226
Username = Your-USERNAME
Password = Your-PASSWORD
Save and close the file.
To connect to internet type command:
# wvdial
To disconnect, switch back to the terminal from where it was started and pressing CTRL+C.
See also:
- PPP Howto (old document but contains some good stuff)
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- Allow normal user to dialout Internet
- Ubuntu Certified Professional certification available now
- Linux / UNIX minicom Serial Communication Program
- How Do I run firewall script as soon as eth0 interface brings up?
- Weird DNS problem
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: /etc/wvdial.conf, broadband_internet_connections, debian_linux, dialup_account, dialup_modems, external_modem, Linux, linux_ppp_dialup, ppp_dialer, wvdial, wvdialconf_command, wvdial_command



I have a linux machine with an internal modem. The linux I’m using is Ubuntu and would like to know how to connect this machine to the internet. I am not on a network, just a single linux machine.
I appreciate your reply.
Thank you.
George,
An internal modem requires a Linux driver. The FIRST step towards finding a Linux driver is identifying the modem’s CHIPSET. I recommend visiting following url and download the scanModem tool which will help you to identifying the modem’s CHIPSET.
http://132.68.73.235/linmodems/index.html#scanmodem
More information is at http://linmodems.org/
Another option is use lspci command to identify the modem’s chipset. Once you know the chipset, you can download & install the driver. Next, just follow the instruction mentioned here to configure PPP dial out.
http://linmodems.org/
Hi,
I am able to dial out to my ISP, but I always have to type in the root password. I am on Ubuntu.
Is there anyway to disable this?
You can disable it via sudo command itself. Add something as follows, first type sudo:
sudo visudo
Next Append text:
username localhost= NOPASSWD: wvdial
To use type command:
sudo wvdial
It will not prompt for your password.
Hope this helps!
have a device call the MAGIC BEAMER i want configure it to access the net via dsl dialout user my laptop as a server.