3G Configuration – Ubuntu Lucid UPDATE 1
This is an update to this page. Read that before continuing.
Some people have a catch-22 problem with 3G Modem and Ubuntu. If 3G is only way to connect to internet, but it does not work, and you need usb-modeswitch to get it to work, then.. it is kind of a vicious circle. You can install packages offline. Here are some instructions for Ubuntu offline package installation. I recommend you to try Keryx, which is graphical offline installer for Ubuntu.
After 3 months of constant daily use the I can conclude that 3G modems Huawei E220, Huawei E160, Huawei E1820 and ZTE MF 668 work just fine in Ubuntu 10.04. Only thing you have to remember is that usually these modems (especially E1820 and MF668) need several seconds to “settle” properly. Before that they are not ready for use. So be patient, and wait at least 5-10 seconds (to be sure), before launching 3G connection. This is due to the fact that these modems contain not only 3G hardware, but also hidden memory which acts like CD-ROM (containing windows drivers) and micro sd-card slot.
Install usb-modeswith package with
sudo apt-get install usb-modeswith
At least now, there seems to be no need to tinker with files in /etc/usb_modeswitch.d, not even for ZTE MF 668 (if you have up-to-date Ubuntu 10.04)
Most reliable way to use 3G Modems is a command line application wvdial. I suggest you install it with
sudo apt-get install wvdial
Installing it will not prevent you using graphical network applets, so it is totally safe. However you have to configure the connection manually by editing /etc/wvdial.conf. Here are instructions for Saunalahti, Elisa, DNA and Sonera Mobiililaajakaista. After you have edited wvdial.conf -file, you are ready to go.
Since I do not use KDE Desktop anymore, I cannot say anything about current status of KNetworkManager. At least during summer 2010, it could not manage 3G modems properly.
Xubuntu’s and Ubuntu (GNOME) Network Manager Applet actually works and configuration is straightforward. But it is sometimes unreliable, and drops connections suddenly. But at least it works. These dropped connections could be a occasional problem in a connection between 3G modem and access point or a software glitch.
Wvdial, however is very reliable. If you have edited /etc/wvdial.conf properly (see above), and plugged in your 3G modem, waited for modem to settle, then you can activate 3G connection from command line with command
sudo wvdial your_ISP_name
where your_ISB_name must correspond the one in wvdial.conf file’s line [Dialer your_ISP_name]. If you are using the wvdial.conf file provided as an example, and you are using Saunalahti Mobiililaajakaista, then use
sudo wvdial saunalahti
Now you will see lots of information pouring in your command line window. After while it will settle ending with nameserver IP addresses. You won’t need this information, but then you know, that the connection is active and usable.
Using wvdial has one disadvantage. Certain applications like Firefox do not understand that you actually have an active network connection and claim that you are off-line. In Firefox you have to remember to uncheck the option Work Offline in menu File.
how to install wvdial or modeswitch when i am not having internet connection?????
First check if wvdial or modeswitch is included in the install media (e.g. CD-ROM) that you used to install the operating system. If it isn’t there and you do not have any other internet connection at you disposal, then the only way is offline update.
If you really cannot transport your computer to such location where there is a working internet connection, then you have to use some other computer (with working internet connection) to download necessary packages. You can read more about this offline update process on this page, and I recommend that you try to use Keryx instead of hassling all this manually.
But even then you have to find some other computer to download Keryx itself and then appripriate packages, put them on USB stick and then transfer them to your computer.