我刚得到了这个ZTE MF-195 USB无线调制解调器,当我插入它时,我得到了这样的消息:
Unable to mount Internet Manager
Error mounting: mount: /dev/sr0 already mounted or /media/Internet Manager busy运行lsusb的结果如下:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 147e:2016 Upek Biometric Touchchip/Touchstrip Fingerprint Sensor
Bus 001 Device 004: ID 04f2:b25f Chicony Electronics Co., Ltd
Bus 001 Device 005: ID 0a5c:217f Broadcom Corp. Bluetooth Controller
Bus 003 Device 005: ID 19d2:1514 ZTE WCDMA Technologies MSM
X1:~$ dmesg | grep tty
[ 0.000000] console [tty0] enabled
[ 1.019341] 0000:00:16.3: ttyS4 at I/O 0x50b0 (irq = 19) is a 16550A...so我的设备是Bus 003 Device 005: ID 19d2:1514 ZTE WCDMA Technologies MSM。
我该怎么办?
发布于 2013-11-14 11:28:26
我以前在linux上使用USB3G网卡时遇到了麻烦,并且使用sakis3g让它正常工作。试试看!
发布于 2014-02-23 13:58:17
我建议使用预编译的sakis3g副本。当前的源代码并不是在Ubuntu的所有版本上编译--特别是自从usb_modeswitch转向使用libusb1之后。
试着抓取我有@ http://trixarian.net/sakis3g.gz的副本
https://askubuntu.com/questions/376866
复制相似问题