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 manage Linux services using SystemdHow to manage Linux services using Systemd
    one of the most important skills that any new systemd user needs to learn is how to manage computer services. this article will teach you the basics: start, stop, enable and disable services from the linux command line.
  • How to send email using the command line in LinuxHow to send email using the command line in Linux
    in this article, i will show you how to use the linux command to send mail with a script. in addition, it is the sending of attachments from the command line.
  • How to Ping in LinuxHow to Ping in Linux
    this wikihow teaches you how to test a connection between your linux computer and another computer by using the 'ping' command. you can also use a more advanced version of the 'ping' command that's called 'traceroute' to see the different...
  • Instructions for using find command in LinuxInstructions for using find command in Linux
    the find command is one of the most important and handy commands on a linux system. as its name suggests, the command can find files on a linux pc based on a variety of conditions and variables you set.
  • How to use the which command in LinuxHow to use the which command in Linux
    the which command in linux determines the executable binary, which will execute when you issue a command to the shell. if you have different versions of the same program on your computer, you can use which to find out which shell will use.
  • The dd command in Linux, How to use the dd commandThe dd command in Linux, How to use the dd command
    dd is a command line utility for unix-like and unix operating systems, with the main purpose of converting and copying files.
  • How to turn off Internet Connection Sharing on WindowsHow to turn off Internet Connection Sharing on Windows
    sometimes sharing your internet connection from your computer will slow down and reduce internet connection performance especially when you watch movies online or download certain files to your computer. in addition, the network line is not stable, it is best to turn off the internet connection sharing service on your computer.
  • How to Browse the Internet Using the Terminal in LinuxHow to Browse the Internet Using the Terminal in Linux
    have you ever wondered how to view web pages in a command line in linux? start with step one to learn how to do it, using two different tools. go to the terminal and type this command .
  • About xDSL technologyAbout xDSL technology
    the dial-up dial-up connection has become too slow, with a theoretical speed of 56 kps but the reality is much lower. currently, with adsl technology, net shops grow like mushrooms to serve the needs of information ... especially the communication and entertainment needs of young people.
  • How to Manage Users in LinuxHow to Manage Users in Linux
    unlike windows, as a unix-like system, linux was conceived of as a multi-user system from its inception. the following sections deal with user management through the linux command line. type adduser -d /home/users/ into the command line.