技术解析
网卡型号
ZTE MF832S
系统版本
Ubuntu 17.10 \n \l
通过 lsusb 能够查看到该设备已被识别为网卡
Bus 001 Device 006: ID 19d2:0199 ZTE WCDMA Technologies MSM
通过 ifconfig 命令也能佐证这一点
enx00a0c6000000: flags=4163 mtu 1500
inet6 fe80::afbb:cca8:4511:d902 prefixlen 64 scopeid 0x20
ether 00:a0:c6:00:00:00 txqueuelen 1000 (以太网)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2047 bytes 340052 (340.0 KB)
TX errors 232 dropped 0 overruns 0 carrier 0 collisions 0
遇到的问题则是通过 wvdialconf 生成配置文件时,出现了一个 CME ERROR 6003,没能找到对应的错误解释
[email protected]:~$ sudo wvdialconf
Editing `/etc/wvdial.conf'.
Scanning your serial ports for a modem.
Modem Port Scan<*1>: Scanning ttyUSB0 first, /dev/modem is a link to it.
ttyUSB0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyUSB0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 9600 baud
ttyUSB0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Modem Port Scan<*1>: S0 S1 S2 S3 S4 S5 S6 S7
Modem Port Scan<*1>: S8 S9 S10 S11 S12 S13 S14 S15
Modem Port Scan<*1>: S16 S17 S18 S19 S20 S21 S22 S23
Modem Port Scan<*1>: S24 S25 S26 S27 S28 S29 S30 S31
ttyUSB1<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyUSB1<*1>: ATQ0 V1 E1 -- +CME ERROR: 6003
ttyUSB1<*1>: failed with 9600 baud, next try: 9600 baud
ttyUSB1<*1>: ATQ0 V1 E1 -- +CME ERROR: 6003
ttyUSB1<*1>: and failed too at 115200, giving up.
ttyUSB2<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyUSB2<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 9600 baud
ttyUSB2<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Sorry, no modem was detected! Is it in use by another program?
Did you configure it properly with setserial?
Please read the FAQ at http://alumnit.ca/wiki/?WvDial
可以帮萌新指条路吗?