呵呵,试了一下是少了busybox的原因,不过现在又出现了一个新问题,
执行命令后 # 3g-ppp /system/etc/3g-modem/12d1.1414.ff 出现以下问题
chat: invalid option -- f
BusyBox v1.16.0 (2010-02-26 14:52:34 HKT) multi-call binary.
Usage: chat EXPECT [SEND [EXPECT [SEND...]]]
Useful for interacting with a modem connected to stdin/stdout.
A script consists of one or more "expect-send" pairs of strings,
each pair is a pair of arguments. Example:
chat '' ATZ OK ATD123456 CONNECT '' ogin: pppuser word: ppppass '~'
DefaultVendor= 0x12d1
DefaultProduct= 0x1001
TargetVendor= not set
TargetProduct= not set
TargetClass= 0xff
TargetProductList=""
DetachStorageOnly=0
HuaweiMode=1
SierraMode=0
SonyMode=0
GCTMode=0
MessageEndpoint= not set
MessageContent=""
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_os_find_busses: Found 002
usb_os_find_busses: Found 001
usb_os_find_busses: Skipping non bus directory devices
usb_os_find_devices: Found 001 on 002
usb_os_find_devices: Found 002 on 001
usb_os_find_devices: Found 001 on 001
error obtaining child information: Inappropriate ioctl for device
Looking for target devices ...
searching devices, found USB ID 1d6b:0001
searching devices, found USB ID 12d1:1001
found matching vendor ID
found matching product ID
target class ff matching
adding device
searching devices, found USB ID 1d6b:0002
Found devices in target mode or class (1)
Looking for default devices ...
searching devices, found USB ID 1d6b:0001
searching devices, found USB ID 12d1:1001
found matching vendor ID
found matching product ID
target class ff matching
not adding device as default
searching devices, found USB ID 1d6b:0002
No devices in default mode or class found. Nothing to do. Bye.
我是模仿友善的Tiny6410做的,用华为的 E180 3G上网卡能在友善的Tiny6410上上网,但按着同样的方法在我自己的另一块开发板上就不行了