mark123 wrote:
Thanks, very much.
I couldn't find the E176 in the working-list.
http://www.draisberghof.de/usb_modeswit ... erence.txtMay be the reason is, the modem does not need to change the ID. At least I see only one:
dmesg
[149530.456088] usb 1-5: new high speed USB device using ehci_hcd and address 13
[149530.572408] usb 1-5: New USB device found, idVendor=12d1, idProduct=1003
[149530.572416] usb 1-5: New USB device strings: Mfr=3, Product=2, SerialNumber=0
[149530.572422] usb 1-5: Product: HUAWEI Mobile
[149530.572426] usb 1-5: Manufacturer: HUAWEI Technology
[149530.575123] scsi11 : usb-storage 1-5:1.0
[149530.575918] usb 1-5: USB disconnect, address 13
[149535.731082] usb 1-5: new high speed USB device using ehci_hcd and address 14
[149535.847696] usb 1-5: New USB device found, idVendor=12d1, idProduct=1003
[149535.847707] usb 1-5: New USB device strings: Mfr=3, Product=2, SerialNumber=0
[149535.847715] usb 1-5: Product: HUAWEI Mobile
[149535.847721] usb 1-5: Manufacturer: HUAWEI Technology
[149535.851173] option 1-5:1.0: GSM modem (1-port) converter detected
[149535.851599] usb 1-5: GSM modem (1-port) converter now attached to ttyUSB0
[149535.852754] option 1-5:1.1: GSM modem (1-port) converter detected
[149535.853486] usb 1-5: GSM modem (1-port) converter now attached to ttyUSB1
[149535.856102] scsi14 : usb-storage 1-5:1.2
[149535.858712] scsi15 : usb-storage 1-5:1.3
[149536.857597] scsi 14:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
[149536.862375] scsi 15:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2
[149536.863608] sd 15:0:0:0: Attached scsi generic sg1 type 0
[149536.867595] sr0: scsi-1 drive
[149536.867898] sr 14:0:0:0: Attached scsi CD-ROM sr0
[149536.868378] sr 14:0:0:0: Attached scsi generic sg2 type 5
[149536.870389] sd 15:0:0:0: [sdb] Attached SCSI removable disk
But I am not sure what usb_modeswitch does:
Code:
########################################################
# Huawei E220, E230, E270, E870
DefaultVendor= 0x12d1
DefaultProduct=0x1003
TargetClass=0xff
CheckSuccess=20
HuaweiMode=1
12d1:1003
mark123 wrote:
Do you think it also runs on 2.6.31 (OpenWrt)?
It should work.
mark123 wrote:
In which mode except ppp can newer sticks work?
Newer modems can also work as "networkcard" wwan0 with qmi and dhcp instead of AT-commands and ppp.
Regards,
Thomas