Ubuntu 12.04 LTS Beta 2 cann't detect my 3G USB Modem. But previously when I used Ubuntu 11.10, it automatically detected it. Please help me out!!!!!
|
closed as off topic by fossfreedom♦ May 16 '12 at 19:37
Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
I had the same problem in the final release 12.04LTS (64bit-desktop version) that I downloaded today. I added "options" without quotes as a new line to /etc/modules file and on reboot my 3G USB modem started working. |
|||
|
|
|
I have the same problem with a vodafone Huawei K3770 USB modem after upgrading to 12.04 precise last night. It worked fine on 11.04 and 11.10 lsusb output: Bus 002 Device 012: ID 12d1:1c05 Huawei Technologies Co., Ltd. /lib/udev/rules.d/40-usb_modeswitch.rules : #Vodafone/Huawei K3770 ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1c05", RUN+="usb_modeswitch '%b/%k'" usb_modeswitch.conf: DefaultVendor= 0x12d1 DefaultProduct=0x14d1 TargetVendor= 0x12d1 TargetProduct= 0x1c05 CheckSuccess=20 MessageContent="55534243123456780000000000000011060000000000000000000000000000" |
|||
|
|
|
issue resolved: edited the /usr/share/usb_modeswitch configuration file with the correct target ID and messageContent other than the listed above with the contents from device_reference.txt found here: http://www.draisberghof.de/usb_modeswitch/device_reference.txt |
|||
|
|