Adventures in Ubuntu systems administration

Virgin wireless broadband with Ubuntu notes

Under Ubuntu-8.10 two changes are needed for Virgin wireless broadband USB adaptors to work with NetworkManager.

First is that NetworkManager does not save chap/pap settings. This is a NetworkManager bug. But it can be fixed in /etc/ppp/options:

sudo sed -i 's/#-chap/-chap/' /etc/ppp/options

This will disable chap authentication globally for all connections that do not override the option (such as NetworkManager).

Second thing is that the APN is wrong. I don’t know if this is only for pre-paid, as that is all I have tried.

After plugging in the USB adaptor and selecting your internet provider:

  • Right click the NetworkManager icon in the system try
  • Select the Mobile Broadband tab
  • Click on your connection then click Edit
  • Change the APN from VirginInternet to VirginBroadband
  • Click Ok, then Close

To start and stop data sessions now, left click the NetworkManager icon.

If your are asked for a password to connect, anything can be entered.

(ref)


2 Responses

  1. Glen

    Thanks for this. Worked a treat.

    March 17, 2009 at 7:39 pm

  2. Thanks for the info. I just started using prepaid virgin broadband with a byo modem. The sed one-liner makes it all work fine.

    much thanks.

    June 12, 2009 at 9:14 am

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>