I finally made Globe tattoo work. It turned out that the Globe dongle I have is by default in mass storage mode. A quick lsusb shows the following information.
me@me-laptop:~$ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 003: ID 09da:000a A4 Tech Co., Ltd Port Mouse
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 08ff:1600 AuthenTec, Inc. AES1600
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 004: ID 064e:a103 Suyin Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 12d1:1446 Huawei Technologies Co., Ltd.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
The product ID is 1446 (mass storage mode) and not 1001 (modem mode). I simply have to switch to modem mode! To do this, I have to install usb-modeswitch program, which quite easy to do using apt-get.
me@me-laptop:~$ sudo apt-get install usb-modeswitch
After which, the next step is easy. Switch to modem mode using the following command!
me@me-laptop:~$ sudo usb_modeswitch -H 12d1:1446 -v 12d1 -p 1446 -R -V 12d1 -P 1001
I ejected my Globe Tattoo and reinserted it. I now works wonderfully. In fact, I'm using Globe Tattoo now in my trusty Ubuntu Linux box.
Btw -- of course you still have to do the usual mobile broadband configuration.
2 comments:
Thanks for the instruction. I documented mine at my blog
Glad it helped. :-)
Post a Comment