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