I am trying to get my E3372 working, however I do not succeed switching to modem mode.
When plugged in the cyan light is on, and network manager shows that the modem would be connected, though I cannot send/recieve data.
Software installed is:
usb-modeswitch: 2.2.5+repack0-1
usb-modeswitch-data: 20150627-1
Kernel 3.16 ( Debian 8 )
I can find the modem in the ConfigPack:
tar zxOvf /usr/share/usb_modeswitch/configPack.tar.gz 12d1:157d
Since it does not switch automatically, I tried to do it manually, first:# Huawei E3331, E3372
TargetVendor=0x12d1
TargetProductList="14db,14dc"
HuaweiNewMode=1
sudo usb_modeswitch -H -v 0x12d1 -p 0x157d
I get:
but it doesn't change, lsusb still shows me 12d1:157dLook for default devices ...
product ID matched
Found devices in default mode (1)
Access device 010 on bus 005
Current configuration number is 2
Use interface number 0
USB description data (for identification)
-------------------------
Manufacturer: HUAWEI_MOBILE
Product: HUAWEI_MOBILE
Serial No.: 0123456789ABCDEF
-------------------------
Send old Huawei control message ...
-> Run lsusb to note any changes. Bye!
and when I try:
sudo usb_modeswitch -J -v 0x12d1 -p 0x157d
I get:
Unfortunately I don't understand that error message;Look for default devices ...
product ID matched
Found devices in default mode (1)
Access device 010 on bus 005
Current configuration number is 2
Use interface number 0
Error: message endpoint not given or found. Abort
Anyone an idea how to get the modem working?
Thanks!