|
发表于 2011-1-22 00:58:00| 字数 4,037| - 中国–安徽–马鞍山 电信
|
显示全部楼层
|阅读模式
参照antclan的帖子http://www.ibmnb.com/viewthread.php?tid=948344
前面刷机 开full界面 共享上网 安装软件包全都没问题
从配置网卡开始有点头大了 我的网卡 ET127(现在网卡好像能识别了 usbserial_generic 2-1:2.0: generic converter detected
usb 2-1: generic converter now attached to ttyUSB0)
以下是我的操作步骤 希望有XD帮忙指点一下 不胜感激
目前停留在拨号阶段 不会拨号 是不是就是打上钩 点保存&应用? 这么做没效果啊
以下是我的操作步骤 希望有XD帮忙指点一下 不胜感激
编辑/etc/modules.d/60-usb-serial 为
====================================================================================================
usbserial vendor=0x12d1 product=0x1da1 # Huawei ET127
====================================================================================================
新建/etc/usb-modeswitch.conf 为
====================================================================================================
######################################
# Huawei ET128
# Contributor: Dale Lane
DefaultVendor= 0x12d1;
DefaultProduct= 0x1da1
# choose one of these:
DetachStorageOnly=0
HuaweiMode=1
######################################
====================================================================================================
执行usb_modeswitch -W
====================================================================================================
/etc$ usb_modeswitch -W
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 002 on 002
usb_os_find_devices: Found 001 on 002
error obtaining child information: Inappropriate ioctl for device
usb_os_find_devices: Found 001 on 001
Reading config file: /etc/usb-modeswitch.conf
* usb-modeswitch: handle USB devices with multiple modes
* Version 1.1.0 (C) Josua Dietze 2010
* Based on libusb 0.1.12
! PLEASE REPORT NEW CONFIGURATIONS !
DefaultVendor= 0x12d1
DefaultProduct= 0x1da1
TargetVendor= not set
TargetProduct= not set
TargetClass= not set
DetachStorageOnly=0
HuaweiMode=1
SierraMode=0
SonyMode=0
GCTMode=0
MessageEndpoint= not set
MessageContent= not set
NeedResponse=0
ResponseEndpoint= not set
Interface=0x00
InquireDevice enabled (default)
Success check disabled
System integration mode disabled
Looking for default devices ...
searching devices, found USB ID 12d1:1da1
found matching vendor ID
found matching product ID
searching devices, found USB ID 1d6b:0001
searching devices, found USB ID 1d6b:0002
Found default devices (1)
Accessing device 002 on bus 002 ...
Using endpoints 0x05 (out) and 0x85 (in)
Inquiring device details; driver will be detached ...
Looking for active driver ...
OK, driver found ("usbserial_generic")
OK, driver "usbserial_generic" detached
SCSI inquiry data (for identification)
-------------------------
Vendor String: HUAWEI
Model String: Mobile CMCC CD
Revision String: 1.25
-------------------------
USB description data (for identification)
-------------------------
Manufacturer: HUAWEI Mobile
Product: HUAWEI Mobile System Solution
Serial No.: 666666-66-666666
-------------------------
Sending Huawei control message ...
OK, Huawei control message sent
-> Run lsusb to note any changes. Bye.
====================================================================================================
执行 dmesg | grep usb
====================================================================================================
/etc$ dmesg | grep usb
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
usb usb1: configuration #1 chosen from 1 choice
usb usb2: configuration #1 chosen from 1 choice
usbcore: registered new interface driver cdc_acm
usbcore: registered new interface driver usblp
usbcore: registered new interface driver usbserial
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial Driver core
usbcore: registered new interface driver usb-storage
usb 2-1: new full speed USB device using bcm63xx_ohci and address 2
usb 2-1: configuration #2 chosen from 1 choice
usbserial_generic 2-1:2.0: generic converter detected
usb 2-1: generic converter now attached to ttyUSB0
usbserial_generic 2-1:2.0: device disconnected
usb 2-1: USB disconnect, address 2
usb 2-1: new full speed USB device using bcm63xx_ohci and address 3
usb 2-1: configuration #3 chosen from 1 choice
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
====================================================================================================
后面拨号无法继续 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
x
|