| Author |
Message |
< Device Information ~ ZTE MF691 (T-Mobile webConnect Rocket 2.0) [solved] |
|
shawnjgoff
|
Posted: Fri Sep 17, 2010 12:27 am |
|
|
| Posts: 6Joined: Thu Sep 16, 2010 11:17 pm
|
I have the new T-Mobile Rocket 2. It's a ZTE device, so I've tried most of the messages for other ZTE devices; but haven't been able to get it to work. I did notice that ejecting the fake cd-rom did the trick: two ttyACM devices showed up. I'm wondering if this is a standard known message that I can use.
Last edited by shawnjgoff on Mon Sep 20, 2010 4:50 pm, edited 1 time in total.
|
|
Top
|
|
|
shawnjgoff
|
Posted: Mon Sep 20, 2010 4:49 pm |
|
|
| Posts: 6Joined: Thu Sep 16, 2010 11:17 pm
|
Got it!
Code: # t-mobile ZTE MF691 Rocket 2
DefaultVendor= 0x19d2 DefaultProduct= 0x1201
TargetVendor= 0x19d2 TargetProduct= 0x1203 MessageContent="5553424392020000000000000000061B000000020000000000000000000000"
How do I go about getting this added to the official data files?
|
|
Top
|
|
|
aport
|
Posted: Tue Sep 28, 2010 7:18 pm |
|
|
| Posts: 3Joined: Fri Apr 02, 2010 1:33 am
|
Are you able to get this device online in Linux?
I can switch it, but with the option driver it creates 9 ttyUSB devices but none of them respond to AT commands =/
|
|
Top
|
|
|
shawnjgoff
|
Posted: Mon Oct 04, 2010 3:15 am |
|
|
| Posts: 6Joined: Thu Sep 16, 2010 11:17 pm
|
Hm. I was able to get it to work. For me, two ttyACM devices showed up. You can use either of them for ppp (I think) and the other one can be used for AT commands while it is connected. This is on Kernel 2.6.26. I think it uses the cdc-acm driver.
|
|
Top
|
|
|
carbonXT
|
Posted: Tue Mar 22, 2011 10:30 am |
|
|
| Posts: 2Joined: Tue Mar 22, 2011 10:24 am
|
Can we add this to the data? Here's what I'm using, it works:
Code: # t-mobile ZTE MF691 Rocket 2 # http://ubuntuforums.org/showthread.php?p=9905846 # http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?p=3334
DefaultVendor= 0x19d2 DefaultProduct= 0x1201
TargetVendor= 0x19d2 TargetProduct= 0x1203
CheckSuccess=20 MessageContent="5553424392020000000000000000061B000000020000000000000000000000"
#end
And Code: # t-mobile ZTE MF691 Rocket 2 ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="1201", RUN+="usb_modeswitch '%b/%k'"
As described here http://www.fogel.ca/2010/10/05/t-mobile ... ianubuntu/ (yes thats my blog :p) and here http://ubuntuforums.org/showthread.php?p=9905846
|
|
Top
|
|
|
Josh
|
Posted: Wed Mar 23, 2011 9:36 am |
|
|
| Site AdminPosts: 3675Joined: Sat Nov 03, 2007 12:30 am
|
Oops, that device must have slipped from my table ...
Will put it into the next data package release. Thanks for the reminder!
|
|
Top
|
|
|
|