My laptop: Acer aspire v3-772g with Ubuntu 14.04
I noticed there are a lot of threads about Huawei e173 but none of these solutions work for me.
Here is my case:
The only possible way to get it into modem mode is adding this line to /etc/modules:
When i restart my laptop after this, it works correctly and lsusb output is this:Code:usbserial vendor=0x12d1 product=0x1446
but when i plug it after restart the lsusb will stay like that no matter what i try (wrong mode):Code:Bus 003 Device 006: ID 12d1:1436 Huawei Technologies Co., Ltd. E173 3G Modem (modem-mode)
I have tried:Code:Bus 003 Device 006: ID 12d1:1446 Huawei Technologies Co., Ltd. E1552/E1800/E173 (HSPA modem)
...and this...Code:sudo usb_modeswitch -v 0x12d1 -p 0x1446 -M "55534243123456780000000000000011062000000100000000000000000000"
... and this ...Code:sudo usb_modeswitch -v 12d1 -p 1446 -V 12d1 -P 1436
... also tried adding to /lib/udev/rules.d/40-usb_modeswitch.rules this line:Code:sudo modprobe usbserial vendor=0x12d1 product=0x1446
... even created a new file called /etc/usb_modeswitch.d/12d1 and inserted into it:Code:ATTR{idVendor}=="12d1", ATTR{idProduct}=="1446", RUN+="usb_modeswitch '%b/%k'"
Just in case added a line into /etc/modprobe.d/usb-storage.conf:Code:######################################################## # Huawei E270+ (HSPA+ modem) DefaultVendor= 0x12d1 DefaultProduct=0x1446 TargetVendor= 0x12d1 TargetProductList="1001,1406,140c,14ac,1436" CheckSuccess=20 MessageContent="55534243123456780000000000000011060000000000000000000000000000"
But absolutely none of this works. There is no difference of using usb2 or usb3 ports.Code:options usb-storage delay_use=3
Any more ideas?



Adv Reply



Bookmarks