I have recently Installed Ubuntu 14.04 . From the beginning of the Installation I had a problem with my Dongle. That is. When I first connect my modem ( After doing the necessary network setups )
It shows the modem. When I try to connect to the Network, It just disappears from the Network menu. Then I have to remove the dongle couple of times and plug it to work.
So I tried searching on the web & Edited this file
/lib/udev/rules.d/40-usb_modeswitch.rules
# Huawei E173 (Viettel 3G)
ATTR{idVendor}=="12d1", ATTR{idProduct}=="1446", RUN+="usb_modeswitch '%b/%k'"
Here I have replaced 1446 wih the previous value, The reason I chose 1446 is when I used the lssub command , I got a vendor ID & Prod. Id. So i replaced them with this.
My Problem now is, The device is not recognized. Even after several unplugs. So I need a way to fix it or bring the old
/lib/udev/rules.d/40-usb_modeswitch.rules
File.
Can anyone help me?