Huawei E180 di Ubuntu

From OnnoWiki
Jump to navigation Jump to search

Huawei E180 (& possibly others) in Intrepid Ibex Hi, I want to share my findings and experiences with Huawei modems on Ubuntu, specially for the E180, which is seldom mentioned in these forums.

I tested several combinations (but not all) of the following:

-> Modems: Huawei E220 and E180
-> Computers: HP pavilion 9000, toshiba A50, Dell inspiron mini9, Dell inspiron 1525, carillon computer.
-> OSs: Ubuntu 8.04 and 8.10

E220 in Intrepid It is recognized by Network Manager 7 out of the box every time I tested, so no pain here

E220 and E180 in Hardy It has been reported that the "Basic procedure" (see below) works for E220 in Hardy, but I was unsuccessful at it. It didn't work for E180 in Hardy either. The "Extended procedure", and some of its variants, didn't work for me either, except for one and only time, which I was unable to reproduce (if you find uncomfortable with this inconsistency, just keep reading...). To sum up, these modems didn't work in Hardy Heron for me.

E180 in Intrepid This is the main concern of this post, as everything else, either works, or refers to hardy (which is not the current ubuntu version). I've seen Huawei E180 reported as "to work out of the box" under Intrepid (for example in (5), second post), but again, it didn't for me. It simply recognized a 1Gb empty disk. I tried the "Basic procedure" with these results: -> It worked fine the first time. It was a 8.10 install with several months of use. Many packages installed/uninstalled, but the installation wasn't tweaked for internet in any way. -> It didn't work on a fresher install of 8.10 on the same machine (HP9000) !!!!!!!!!! This installation had been simply updated and provided with some proprietary codecs that were also in the previous install. -> I noticed that it worked running wvdial as root (sudo wvdial). So it should be a problem of permissions. The hunting started. NOTE: I DON'T RECOMMEND RUNNING WVDIAL AS ROOT ON A PERMANENT BASIS. IT IS A SECURITY RISK. I WAS ONLY TRYING. -> I found that /usr/bin/wvdial calls /usr/sbin/pppd, which in turn uses the files /etc/ppp/pap-secrets and /etc/ppp/chap-secrets. The permissions of these were rw for root, nothing for the rest. I changed the permissions of these, as well as the ones for wvdial and pppd, but it didn't work either. Nevertheless, this gave a clue: "error3: pppd is not setuid-root and the invoking user is not root". -> Thus, pppd expects to be run as root, either directly or via setuid, as far as I understand. So I setuid-ed pppd for root (sudo chmod 4775 /usr/sbin/pppd), and then wvdial worked when called from a non-root user.

Well, I'm unsure if to setuid pppd is a security risk as well, but this is the best I've found so far to get Huawei E180 running on Intrepid. The "Extended procedure" didn't help either. Further advice will be welcome.


APPENDICES

Basic procedure This basic procedure is potentially useful for any gprs modem, as standalone, or as an "ingredient" of a broader procedure. It has been explained enough elsewhere (1). To sum up:

   Disable the card's pin (with a regular cellular phone). Plug in the USB modem. Create the configuration file (sudo wvdialconf /etc/wvdial.conf). Edit the file as suitable for you (password, user, tf. number... depending on your isp). Type "wvdial" to connect, and ctrl-C to disconnect, leaving the terminal open in the meanwhile.
   Once it woks, you can optionally install gnome-ppp as a graphic frontend.

Extended procedure This procedure is explained in (2), and consists of some additions to the "basic procedure". The following also includes some additional hints provided in (3). Hope it will help someone:

   Plug the usb modem (pin disabled). If the device is identified as a cd or whatever, umount/eject it. Stop all internet activity (ifconfig eth0 down, ifconfig eth1 down ...). Remove this module from the kernel (rmmod usb-storage). List the usb devices (lsusb). You should see something as
   Bus 004 Device 003: ID 12d1:1003
   Mount the corresponding module in the kernel (modprobe usbserial vendor=0x12d1 product=0x1003, in this example), and list the available devices (ls -al /dev/ttyUSB*). You should see three of them, similar to this:
   > crw-rw---- 1 root dialout 188, 0 2007-09-17 11:55 /dev/ttyUSB0
   > crw-rw---- 1 root dialout 188, 1 2007-09-17 09:45 /dev/ttyUSB1
   > crw-rw---- 1 root dialout 188, 2 2007-09-17 09:45 /dev/ttyUSB2
   Now edit /etc/wvdial.config, in principle as in the "Basic procedure", although you can try to add some of the things suggested in (4), namely "Stupid Mode = 1", "Baud = 460800", or whiping "New PPPD = yes". If you want to complicate yourself a bit, you can add a dialer other than "Defaults" in this file (procedures are explained in the links).
   Now, again stop internet activity ( /etc/init.d/networking stop), and finally type "wvdial" as in the "Basic procedure".


Referensi


Pranala Menarik