我意识到起初这个问题似乎已被问过很多次,但在阅读完所有解决方案后,我发现它们都没有用。
我刚刚在一台新电脑上启动了 ubuntu 18.04,并插入了互联网适配器 USB 棒(WNA3100)。通过 ndiswrapper 安装驱动程序后,命令
ndiswrapper -l
给出以下内容:
bcmwlhigh5 : driver installed
device (0846:9020) present
尽管如此,ubuntu 还是看不到该设备,并说没有找到网络适配器,
sudo lshw -C network
给出
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0
version: 15
serial: 4c:ed:fb:3f:0b:8f
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.11 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
resources: irq:33 ioport:f000(size=256) memory:f7504000-f7504fff memory:f7500000-f7503fff
换句话说,甚至没有提到 WNA3100 WIFI 适配器。