How to Set up a Dial up Internet Connection in Linux Via the Command Line

Method 1 of 3:

Detecting your modem

  1. How to Set up a Dial up Internet Connection in Linux Via the Command Line Picture 1
    Your modem should be detected automatically by your distribution.
  2. How to Set up a Dial up Internet Connection in Linux Via the Command Line Picture 2
    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.
  3. How to Set up a Dial up Internet Connection in Linux Via the Command Line Picture 3
    If it hasn't try wvdialconf and see if it says "no modem found".
  4. How to Set up a Dial up Internet Connection in Linux Via the Command Line Picture 4
    Output the results by typing wvdialconf /etc/wvdial.conf
Method 2 of 3:

Connecting to the internet

  1. How to Set up a Dial up Internet Connection in Linux Via the Command Line Picture 5
    Type wvdial
Method 3 of 3:

Connecting to the internet on boot

  1. How to Set up a Dial up Internet Connection in Linux Via the Command Line Picture 6
    Add those commands to /etc/rc.local
  2. How to Set up a Dial up Internet Connection in Linux Via the Command Line Picture 7
    Make /etc/rc.local executable with chmod
4.5 ★ | 10 Vote

May be interested

  • How to Play Windows Games in LinuxPhoto of How to Play Windows Games in Linux
    let's be honest: most windows games will not currently run on linux, but there are methods available to play some games. if you want to play simcity or bejeweled there is hope. if, however, you are thinking about porting over world of...
  • How to End a Program on a PCPhoto of How to End a Program on a PC
    have you ever had a program hang and waiting for the computer to sort the problem out was not an option? this puts in effect the immediate termination of almost any irritating, hanging, unresponsive program on your pc. kill ===windows===
  • How to Show Hidden Files in LinuxPhoto of How to Show Hidden Files in Linux
    just starting out in linux and can't see your secret/configuration files in the file manager? having the same problem while using the terminal emulator? here's the answer. open the file manager.
  • How to Set up a Crontab File on LinuxPhoto of How to Set up a Crontab File on Linux
    cron is a job scheduling subsystem for linux. it is used for scheduling repeating jobs. if you wish to schedule a one shot job use the at subsystem. all users on a linux box may set up cron jobs provided they are allowed by the...
  • How to Install SolusPhoto of How to Install Solus
    solus is a unix-like, independent distribution of linux using the home-grown budgie desktop environment, designed for modern personal computing devices. unlike many linux distributions, solus was built from the ground up.https://distrowa...
  • How to Format a Linux Hard Disk to WindowsPhoto of How to Format a Linux Hard Disk to Windows
    windows operating system and linux execute best on their specific file systems. it is a known fact that linux executes better on hard disks that are formatted using the ext3 file format system, whereas windows executes well in a disk that...