Ubuntu 12.04 problem with E160 huawei - can't detect the device nad freezing system
- by Matt
i just installed 12.04, plug in E160 and nothing happend - modem doesnt mount.
i found this solution :
Ubuntu does not mount some Huawei devices due to bugs, problems etc. See if these work:
1st option:
Connect the USB modem.
After 10 seconds, type this in a terminal window:
lsusb
The output will be like this:
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 004: ID 12d1:140b Huawei Technologies Co., Ltd.
Bus 004 Device 002: ID 413c:3016 Dell Computer Corp. Optical 5-Button Wheel Mouse
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 005: ID 0b97:7762 O2 Micro, Inc. Oz776 SmartCard Reader
Bus 002 Device 004: ID 413c:8103 Dell Computer Corp. Wireless 350 Bluetooth
Bus 002 Device 003: ID 0b97:7761 O2 Micro, Inc. Oz776 1.1 Hub
Bus 002 Device 002: ID 413c:a005 Dell Computer Corp. Internal 2.0 Hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
The device is a Huawei modem, so let's look at the output. The relevant entry is:
Bus 004 Device 004: ID 12d1:140b Huawei Technologies Co., Ltd
Hence, you must type:
sudo modprobe usbserial vendor=0x12d1 product=0x140b
2nd option
Download usb-modeswitch and usb-modeswitch-data packages from packages.ubuntu.com.
Install them through the command:
sudo dpkg -i usb-modeswitch*.deb
3rd option
Try a combination of both.
but with no result. Modem still is not detected. I've tried to add new conection but system can't see my device in setup dialogue.
Also i noticed that when i open eg. terminal and try to type sth, system freeze for a while..
Thx for help!