我的房子被雷击中,我的 adsl/路由器和固定电话被毁坏了。令我惊讶的是,我的电脑(已连接但在雷击时关闭)仍在工作,只有局域网被毁坏了。现在固定电话和路由器已更换,我买了一个 USB 局域网适配器。问题是 USB 局域网适配器被检测到但未注册。
在我的 Windows 7 笔记本电脑中,USB LAN 被检测到并在设备管理器中自动注册(我没有安装任何驱动程序)为:Tlink 9200 USB2.0 至快速以太网适配器 #2
请查看 dmesg、lsusb 和 lswh 输出。
dmesg 输出:
[ 8137.931507] usb 5-1.4.4: new full-speed USB device number 8 using ehci-pci
[ 8138.040267] usb 5-1.4.4: New USB device found, idVendor=e202, idProduct=9200
[ 8138.040276] usb 5-1.4.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 8138.040281] usb 5-1.4.4: Product: USB 2.0 10/100M Ethernet Adaptor
ifconfig -a 输出:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:215 errors:0 dropped:0 overruns:0 frame:0
TX packets:215 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:15717 (15.7 KB) TX bytes:15717 (15.7 KB)
没有输出:sudo lshw -C network
lsusb 输出
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 003: ID 1a2c:0c23 China Resource Semico Co., Ltd
Bus 008 Device 002: ID 0101:0007
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 008: ID e202:9200
Bus 005 Device 004: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
Bus 005 Device 006: ID 0e8d:1806 MediaTek Inc. Samsung SE-208AB Slim Portable DVD Writer
Bus 005 Device 002: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 0781:5567 SanDisk Corp. Cruzer Blade
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
我知道有些 USB 以太网没有 Linux 驱动程序。你认为我的情况应该购买其他品牌的 USB LAN 适配器吗?
我正在使用 Ubuntu 14.04 64 位。