It was long time not to update blog post, now i will start from install modem huawei E1550 in ubuntu lucid lynx, i always changed mannualy if using it, but we need to install usb_modeswitch package, and also to edit /etc/usb_modeswitch.con.
Now, Create a new rule for udev by type :
$ sudo su
$ gedit /etc/udev/rules.d/15-huawei-155x.rules
Type the following:
SUBSYSTEM=="usb",
ATTRS{idProduct}=="1446",
ATTRS{idVendor}=="12d1",
RUN+="/lib/udev/modem-modeswitch --vendor 0x$attr{idVendor} --product 0x$attr{idProduct} --type option-zerocd"
Now save and exit. plug in your modem device, now go to System > Preferences > Network Connections and set your APN, Username and Password GSM card, Now u can connect and you can start to surf internet.
Happy Testing.....!!!
No comments:
Post a Comment
Please Comment...!!