Kamis, 02 September 2010

Install Modem USb Huawei E1552 pada Ubuntu

Created a udev rules file at /etc/udev/rules.d/60-huawei-usb-3g-modem.rules with the following contents:

SUBSYSTEM=="usb",
ATTR{idVendor}=="12d1",
ATTR{idProduct}=="1446",
RUN+="/lib/udev/modem-modeswitch -v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd"


And restarted udev.

$ sudo service udev restart

Plugged the modem in and configure it in "System > Preferences > Network Connections > Mobile Broadband". The settings for all Malaysian mobile ISPs should already be available by default. Pick your poison.

1 komentar: