Automatic Activation, Hotplug and UDEV, Configuration
Post Reply
ljutka
Posts: 5
Joined: 23 Apr 2010, 13:14

ZTE MF 637 on busybox

Post by ljutka » 23 Apr 2010, 13:47

:( Hi,
I have an enbedded PC (EX9486-L) with busybox v1.00. I have got an USB modem (from t-mobil Hungary), the type is ZTE MF 637.
We have pluged it in to several laptops, installed the program from the USB stick, and it worked fine, as modem.
I tried to use it from my enbedded PC, without any success.
Steps, I made:
edited the usb_modeswitch.setup file, as it was adviced, and put it to /etc direktory:

ZTE MF628+ (tested version from Telia / Sweden)
# ZTE MF633
# ZTE MF636 (aka "Telstra / BigPond 7.2 Mobile Card")
# ZTE MF637
#
# Contributor: Joakim Wennergren and others

DefaultVendor= 0x19d2
DefaultProduct= 0x2000

TargetVendor= 0x19d2
TargetProduct= 0x0031

# only for reference and 0.x versions
MessageEndpoint=0x01

MessageContent="5553424312345678000000000000061b000000030000000000000000000000"

My commande was:

root@vhjlinux1 ~>./usb_modeswitch -W

And the result:

Reading config file: /etc/usb_modeswitch.setup

* usb-modeswitch: handle USB devices with multiple modes
* Version 1.1.1 (C) Josua Dietze 2010
* Based on libusb0 (0.1.12 and above)

! PLEASE REPORT NEW CONFIGURATIONS !

DefaultVendor= 0x19d2
DefaultProduct= 0x2000
TargetVendor= 0x19d2
TargetProduct= 0x0031
TargetClass= not set

DetachStorageOnly=0
HuaweiMode=0
SierraMode=0
SonyMode=0
GCTMode=0
MessageEndpoint=0x01
MessageContent="5553424312345678000000000000061b000000030000000000000000000000"
NeedResponse=0
ResponseEndpoint= not set
Interface=0x00

InquireDevice enabled (default)
Success check disabled
System integration mode disabled

usb_set_debug: Setting debugging level to 15 (on)
USB error: couldn't opendir(): No such file or directory

Looking for target devices ...
No devices in target mode or class found
Looking for default devices ...
No devices in default mode or class found. Nothing to do. Bye.

Could You help me to solve my problem?
Thanks
ljutka

Josh
Site Admin
Posts: 6593
Joined: 03 Nov 2007, 00:30

Post by Josh » 23 Apr 2010, 16:41

Unfortunately, the "setup" file is not in sync with the latest way to configure ZTE devices.

For your purposes the latest data package should help. Unpack and take the file "usb_modeswitch.d/19d2:2000". I'd recommend to rename it (e.g. "mf637.conf"); then you can use it from any place with
"usb_modeswitch -c mf637.conf".

If you don't want a success check, just delete the line from the file.


Post Reply