The modem works well if I reboot the PC from a a windows session, without power down or detach the device.
I solved the problem of turning ON the radio with the command
AT+CFUN=1 (radio enabled)
or
AT+CFUN=6 (radio enabled for UMTS/HSPA only)
I also found a way to use the modem via lan and not via the old dialup way:
first I patched the kernel with this:
http://lkml.indiana.edu/hypermail/linux ... /0014.html
And then I activate the internal lan with the command
AT+ENAP=1,1 (the first digit enables the lan interface, the second recalls the first profile, the one created in windows by the SE dashboard).
But if I detach and reattach the modem the only discovered devices are the modem internal flash disk and the M2/microSD card.
So I discovered this nice program usb_modeswitch but I'm still not able to use the modem.
I grabbed two USB logs in windows
http://www.megaupload.com/it/?d=IH8ZHW0R
one with the SE drivers installed, and one with the standard windows drivers (in the latter case windows can see only the two flash disks as linux does).
I'm not so skilled in those low level things, but seems that the correct "magic number" is
55534243207ebd862400000080000612000000240000000000000000000000
which is sent to the endpoint 0x03
Now I tried this in linux but the problem is that sending anything to the EP 0x03 is refused, only the EP 0x01 accepts the message, but then nothing happens.
Can someone take a look to the attached logs (they are in snoopy format), or gimme any useful ideas ?
Thanks in advance, and Happy New Year to all the forum users.