Search found 19 matches

by joke_dst
25 Feb 2009, 17:53
Forum: Device Information
Topic: MD400 (Sonyericsson HSUPA USB modem) I need some help!
Replies: 97
Views: 160403

Is there any news about this modem? Has anyone heard anything? I need this too...
by joke_dst
12 Nov 2008, 14:39
Forum: Device Information
Topic: Not changing product id
Replies: 9
Views: 19991

Have you tried the command before that one in the log, i.e.:

[20476 ms] >>> URB 729 going down >>>
-- URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER:
PipeHandle = 818fadf4 [endpoint 0x00000005]
TransferFlags = 00000000 (USBD_TRANSFER_DIRECTION_OUT, ~USBD_SHORT_TRANSFER_OK)
TransferBufferLength ...
by joke_dst
29 Oct 2008, 14:53
Forum: Device Information
Topic: NU/Quanta MU-Q101 ("lipstick") modem
Replies: 20
Views: 44674

Not really. What I'm doing right now is when the device shows up, as Vendor=0x0408 / ProdID=0x1000, I send

usb_modeswitch -v 0x0408 -p 0x1000 -m 0x05 -M 55534243153311110000000000000600000000000000000000000000000000 -n 1 -r 0x84

Then I reboot my machine (a router). When it's booted the modem ...
by joke_dst
29 Oct 2008, 10:09
Forum: Device Information
Topic: Trouble with ZTE MF-626
Replies: 14
Views: 34583

That log looks terribly short... For comparison, my log from the ZTE MF-628 was 1 Mb, having 18000 lines.

So I think you only got the top of the log there (since you have the configuration stuff in it), and the switch command us usually at the very end.

Try to get a new log.

However, you've ...
by joke_dst
16 Oct 2008, 15:21
Forum: Device Information
Topic: Novatel MC990D
Replies: 3
Views: 9711

Novatel MC990D

Ok, I've tried out the Novatel MC990D and managed to make it switch.

It's a bit messy though, I had to patch usb_modeswitch so I could set which interface to use, since the default (0) didn't work (i had to use 5).

My patch is pretty simple, it adds a parameter "interface" (or "-i"), but since ...
by joke_dst
09 Oct 2008, 13:19
Forum: Device Information
Topic: ZTE MF628
Replies: 10
Views: 35705

Ok, I managed to get the MF628+ to switch, using this:

usb_modeswitch -v 0x19d2 -p 0x2000 -m 1 -M "5553424308403c862000000080000c85010101180101010101000000000000"

It goes from 0x19d2/0x2000 to 0x19d2/0x0031

I'm using a a branded modem from the operator "Telia" in Sweden.
by joke_dst
19 Sep 2008, 10:54
Forum: Device Information
Topic: ZTE MF628
Replies: 10
Views: 35705

I tried it as well, with a MF628+ (Telia Sweden branded), didn't work. I tried a set of other codes as well (the MF622 and MF620).

When I have time I'm going to sniff it myself, but it'll have to wait a week ot two.

If anyone else feels like sniffing it, post the log here and I'll see what I can ...
by joke_dst
01 Sep 2008, 10:03
Forum: Device Information
Topic: Option "Globetrotter HSDPA Modem" from T-Mobile -
Replies: 26
Views: 61444

Have you tried HSOConnect? It's a program for linux that helps you conect using the hso drivers:
http://www.pharscape.org/component/option,com_forum/Itemid,68/page,viewforum/f,15/

If that doesn't work, try this usb_modeswitch command:

usb_modeswitch -v 0x0af0 -p 0x6711 -m 0x05 -M ...
by joke_dst
13 Aug 2008, 14:14
Forum: Device Information
Topic: NU/Quanta MU-Q101 ("lipstick") modem
Replies: 20
Views: 44674

I updated my modem with a new firmware from the manufacturer, and now I can't send AT commands any more! I can in my laptop which I have kernel 2.6.17 in, but not in my router which uses 2.4.25 :(

I've patched up the usbserial to 2.4.36 version, but it still doesn't work. Does anyone have any ideas ...
by joke_dst
26 May 2008, 15:08
Forum: Device Information
Topic: NU/Quanta MU-Q101 ("lipstick") modem
Replies: 20
Views: 44674

Do you have some sort of SCSI command reference? Is it downloadable from somewhere?
by joke_dst
19 May 2008, 13:05
Forum: Device Information
Topic: problem E170 on an embedded system
Replies: 5
Views: 12105

I'm using both kernel 2.4.25 and 2.6.14, with just about the same modifications to the modules (in 2.4 it's <kernel>/drivers/usb/serial/usbserial.c, and in 2.6 I'm using <kernel>/drivers/usb/serial/airprime.c)

I just add the card id's to the usb_device_id lists (generic_device_ids in usbserial.c or ...
by joke_dst
15 May 2008, 11:55
Forum: Device Information
Topic: NU/Quanta MU-Q101 ("lipstick") modem
Replies: 20
Views: 44674

NU/Quanta MU-Q101 ("lipstick") modem

Ok, I've found anohter modem to play with, this one is used mainly in Taiwan so I can't find any sites in english :( Translated pages are, like, crazy ;)

It has the codes Vendor=0x0408 ProdID=0x1000 before switching, and when looking in windows it seems it switches to Vendor=0x0408 ProdID=0xEA02 ...
by joke_dst
15 May 2008, 10:45
Forum: Device Information
Topic: problem E170 on an embedded system
Replies: 5
Views: 12105

Yes, it needs to be switched, although it keeps the same codes after switching.

My scripts start by having no usb-storage or usbserial modules loaded, then run

usb_modeswitch -v 0x12d1 -p 0x1003 -H 1

Then wait 2 seconds, then load the usbserial module

insmod lib/modules/2.4.25-386/usbserial.o ...
by joke_dst
29 Apr 2008, 17:56
Forum: Device Information
Topic: Option "Globetrotter HSDPA Modem" from T-Mobile -
Replies: 26
Views: 61444

Ok, I finally got around to test the HSO driver. I've tried on two cards, the "GT MAX HSUPA" and a firmware updated "GT MAX 7.2 READY".

The "GT MAX HSUPA" (Vendor=0af0 ProdID=7011) works fine. The option driver works no more, and usb_modeswitch works with the following settings:

usb_modeswitch -v ...
by joke_dst
05 Mar 2008, 19:31
Forum: Device Information
Topic: GlobeSurfer icon HSUPA
Replies: 12
Views: 20669

Yes, once the mode switch has occured, it stays in that state until the power is cut. You do not need to run usb_modeswitch again.