Modems

Identifying your modem

Most dialup modems are not supported by Xubuntu, but drivers can be found that will enable the use of some such modems. First you need to identify what chipset your dialup modem has:

  1. Download scanmodem (http://linmodems.technion.ac.il/packages/scanModem.gz) using a computer with an Internet connection.

  2. Copy the downloaded file to the Home folder of the computer with the dialup modem you wish to use.

  3. Open a Terminal (ApplicationsAccessoriesTerminal) and type the following commands, pressing Enter after each line:

    gunzip -c scanModem.gz > scanModem 
    chmod +x scanModem
    sudo ./scanModem 
    gedit Modem/ModemData.txt
    		
  4. A file containing information on the chipsets used by any detected modems should open. Print or save the information.

Much more detailed information is available on the community wiki.

Connecting with a modem

NetworkManager doesn't currently support modem connections, so you will need to install Gnome Network Admin.

[Important]

You will need to know the following information:

ISP Phone Number; Username; Password; Domain Name Server (DNS) addresses.

  1. Open ApplicationsSystemNetwork

  2. Press Unlock and type your password to unlock the settings

  3. Select the Connections tab.

  4. Select Point to point connection and press Properties.

  5. Tick Enable this connection

  6. Choose Serial Modem from the Connection Type drop down.

  7. Under Internet Service Provider data, enter the phone number and dial prefix.

  8. Under Account Data enter your password and username.

  9. Click the Modem tab.

  10. Choose the modem settings you require.

  11. Click OK.

  12. Select the DNS tab and enter the DNS addresses of your ISP.

  13. click Close.