You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Tags
acpi
battery
desktop
developers
development
digi
dltk
eclipse
english
firefox
games
gnome
google
howto
humor
IE8
imacros
infra
java
kde
kde4
kubuntu
linux
maemo
malaysia
malaysiaboleh
manglish
microsoft
morons
n900
netbeans
nokia
php
phpeclipse
propel
pwnd
rand
setup
swiftfox
symfony
sysadmin
ubuntu
vim
webdev
worms
Recent Posts
- How to test your webcam in Ubuntu
- Collectd Python plugin
- N900 development Part 2
- N900 Development Part 1
- Maemo SDK installation on Linux
- DailyChilly recovery after pwned
- Compaq CQ40 Wireless Driver
- What you need to know about the Nokia N900
- 20 things to know about the N900 before buying one
- Using the Nokia N900 as a modem
- Benchmarking Google DNS from Malaysia
- Why you should never piss off your sysadmins
- Huawei E620 and Linux
- Swiftfox 3.5.4 and libxul.so
- Decoding the Female Lingo Part 1 – Requirements

Huawei E620 and Linux
The modem used is Huawei E620 or E1550. I’m not sure why it has 2 names, but it’s the same thing as far as I can see.
This is specifically for DiGi, but anything else on the same modem would work as well
1. make sure the device registers as a 3g modem and not a storage device. lsusb and look for:
4. plug in the modem and run `sudo usb_modswitch`. do another `lsusb` to make sure the device is registered properly as in step 1. `vimĀ /etc/udev/rules.d/45-huawei1550.rules` and paste the following line:
SUBSYSTEM=="usb", SYSFS{idProduct}=="1446", SYSFS{idVendor}=="12d1", RUN+="/usr/sbin/usb_modeswitch"