How to Set up a Dial up Internet Connection in Linux Via the Command Line
A walkthrough of dial-up Internet with Linux command line. Your modem should be detected automatically by your distribution.
Method 1 of 3:
Detecting your modem
-
Your modem should be detected automatically by your distribution. -
Typing the command lshw into the terminal will list hardware. Typing the command lspci into the terminal will list PCI devices. Typing the command lsusb into the terminal will list USB devices (though these are poorly supported in Linux). These commands can determine whether your modem has been detected. -
If it hasn't try wvdialconf and see if it says "no modem found". -
Output the results by typing wvdialconf /etc/wvdial.conf
Method 2 of 3:
Connecting to the internet
-
Type wvdial
Method 3 of 3:
Connecting to the internet on boot
-
Add those commands to /etc/rc.local -
Make /etc/rc.local executable with chmod
4.5 ★ | 10 Vote
Read More
- How to use the Linux command line on Android with Termux
- AOL 'kills' dial-up Internet: Farewell after more than 3 decades
- 12 things Linux is easier to do in the command line than graphical software
- How to copy (and paste) files and folders from the Linux command line
- 5 reasons why people love the Linux command line
- How to check whether a Linux PC is 64-bit or 32-bit by command line
- How to print from the Linux command line
- How to schedule Linux commands with 'at'