Pages

Showing posts with label USB Modem. Show all posts
Showing posts with label USB Modem. Show all posts

Friday, December 23, 2011

Using ZTE MF 651 Modem on Ubuntu 11.10

Alhamdulillah.. after a week trying to connect my new ZTE MF 651 modem on Ubuntu 11.10, at last i found the how-to.
At first, my modem was only detected by lsusb. It shows like this:

Bus 002 Device 004: ID 19d2:0146 ONDA Communication S.p.A.

Next, i installed usb-modeswitch and create config file:
vi /etc/udev/rules.d/zte_mf651.rules
then fills it with:
SYSFS{idVendor}=="19d2", SYSFS{idProduct}=="0146", RUN+="/usr/bin/eject %k", OPTIONS+="last_rule"
save, and reboot.

voila! After rebooting, my modem was detected!! Just as simple as that...


ref:
http://askubuntu.com/questions/45841/which-usb-modeswitch-d-file-do-i-need-to-use