Comment 23 for bug 546728

Revision history for this message
Mekan Guldurdiyev (g-mekan) wrote : Re: [Lucid] Huawei USB Modems not detected since upgrade. E620, E169 modems - need to install usb-modeswitch(-data)

I have the same issue with 10.04 amd64 ubuntu
I found on the internet this solution and it now works. But the correct solution should be integrated into ubuntu via ubuntu support.
so this problem is taken care of once and for all.

this is what the site offered as a solution.

" Add a udev rule:
gksu gedit /etc/udev/rules.d/15-huawei-e1550.rules

what we are doing is telling udev that when this device is pluggin in to switch its mode, paste this and save.
SUBSYSTEM=="usb",
SYSFS{idProduct}=="1446",
SYSFS{idVendor}=="12d1",
RUN+="/lib/udev/modem-modeswitch --vendor 0x12d1 --product 0x1446 --type option-zerocd"
---------------------------------------------------------------------------------------------------------------------------

blog.lynxworks.eu/20090830/huawei-e1550-on-ubuntu