Search found 23 matches

by aaa37
16 Nov 2009, 12:47
Forum: Device Information
Topic: ONDA MT503HS can't dial
Replies: 8
Views: 15695

ONDA MT503HS can't dial

hi~ I plug ONDA MT503HS modem, found it will auto change mode, usb 2-2: new full speed USB device using ohci_hcd and address 74 scsi45 : SCSI emulation for USB Mass Storage devices Vendor: ONDA Model: USB Storage Rev: 2.31 Type: CD-ROM ANSI SCSI revision: 02 sr0: scsi-1 drive Attached scsi generic s...
by aaa37
30 Oct 2009, 05:55
Forum: Device Information
Topic: i can't use Huawei E1690 as modem
Replies: 16
Views: 35121

Hi, I got E1692 yesterday, and I can run usb_modeswitch success, here is configure. DefaultVendor= 0x12d1 DefaultProduct= 0x1446 TargetVendor= 0x12d1 TargetProduct= 0x140c MessageEndpoint=0x01 MessageContent="55534243000000000000000000000011060000000000000000000000000000" CheckSuccess=5 he...
by aaa37
16 Oct 2009, 08:59
Forum: Device Information
Topic: E220 crash
Replies: 3
Views: 7699

Your device is still in modem state, no point in trying it to switch. It might be a hardware related problem, which is outside my range of knowledge. The only recommendation I have left to give is to use the "option" driver instead of "generic serial" - if it is available in you...
by aaa37
16 Oct 2009, 08:07
Forum: Device Information
Topic: i can't use Huawei E1690 as modem
Replies: 16
Views: 35121

I also will have this problem by chance :shock: the version is latest one, 1.0.5. Looking for default devices ... Found default devices (1) Accessing device 002 on bus 002 ... Using endpoints 0x04 (out) and 0x83 (in) Inquiring device details; driver will be detached ... Looking for active driver ......
by aaa37
16 Oct 2009, 04:43
Forum: Device Information
Topic: E220 crash
Replies: 3
Views: 7699

E220 crash

Hi, I run E220 on arm platform, and run in few days without shutdown, now E220 was crashed, and I cant' control E220 anymore, here is message. # cat /proc/bus/usb/devices T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 3 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.10 Cls=09(hub...
by aaa37
10 Oct 2009, 17:16
Forum: Everything Coding
Topic: DetachStorageOnly and HuaweiMode are exclusived?
Replies: 3
Views: 10666

Josh wrote:The line "# choose one of these:" means that you have to to choose one and disable the other (delete or comment out).

The "special modes" should not be used in combination (won't make sense anyway), therefore the check.
sorry, I saw this :oops:
thanks for your help :D
by aaa37
09 Oct 2009, 09:29
Forum: Everything Coding
Topic: DetachStorageOnly and HuaweiMode are exclusived?
Replies: 3
Views: 10666

add some supplement. here is my useage # cat configure/huawei_e220.conf ######################################################## # Huawei E220 (aka "Vodafone EasyBox II", aka "T-Mobile wnw Box Micro") # Huawei E270 # Huawei E870 # # Two options: 1. removal of "usb-storage&qu...
by aaa37
09 Oct 2009, 09:01
Forum: Everything Coding
Topic: DetachStorageOnly and HuaweiMode are exclusived?
Replies: 3
Views: 10666

DetachStorageOnly and HuaweiMode are exclusived?

Hi, all~ In the latest usb_modeswitch version 1.0.5, the source code usb_modeswitch.c line 437 specialMode = DetachStorageOnly + HuaweiMode + SierraMode + SonyMode; if ( specialMode > 1 ) { SHOW_PROGRESS("Invalid mode combination. Check your configuration. Aborting.\n\n"); exit(1); } this ...