usb-devices
显示:
T: Bus=02 Lev=03 Prnt=08 Port=01 Cnt=01 Dev#= 10 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=1fac ProdID=0150 Rev=00.00
S: Manufacturer=Franklin Wireless Corp.
S: Product=USB Micro SD Storage
S: SerialNumber=220671445300
C: #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
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 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 2232:1020
Bus 002 Device 003: ID 8086:0189 Intel Corp.
Bus 002 Device 008: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
Bus 002 Device 009: ID 0425:0001 Motorola Semiconductors HK, Ltd
Bus 002 Device 010: ID 1fac:0150
因此,我的 Ubuntu 不想将 USB 调制解调器视为调制解调器,因此我遇到了麻烦。
答案1
尝试这个:
sudo nano /etc/usb_modeswitch.d/franklin-u600.conf
将以下内容粘贴到文件中:
########################################################
# Franklin Wireless U600
DefaultVendor= 0x1fac
DefaultProduct=0x0150
TargetVendor= 0x1fac
TargetProduct= 0x0151
MessageContent="555342431234567824000000800108df200000000000000000000000000000"
保存并退出。我不记得是否需要重新启动,所以为了确保万无一失,还是重新启动计算机吧。