Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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!!!!!

share|improve this question
We need alot more information. Start with brand of your system and brand of your USB modem. Have a look around AU for similar questions and pay attention to commands people ask about in comments. Examples: askubuntu.com/questions/99737/list-of-usb-modems-supported askubuntu.com/questions/106647/… – Rinzwind Apr 20 '12 at 6:10
@Rinzwind thanks. If someone wants to send me some of this hardware that never works, I'm happy to troubleshoot it. I just can't help a lot when stuff is this vague – Call me V Apr 20 '12 at 7:12
Welcome to Ask Ubuntu! This question should instead be filed as a bug report, thanks! Instructions here. – Jorge Castro Apr 22 '12 at 19:07

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.

3 Answers

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.

share|improve this answer

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"

share|improve this answer

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

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.