USB Wifi 适配器 Realtek 8811AU/8812AU 无法识别

Ank*_*lia 5 dual-boot usb networking drivers

我刚刚安装了 ubuntu 18.04.1 LTS。我的 USB WiFi 适配器在同一系统(双启动)的 Windows 10 中工作得很好,但这里无法识别。适配器的芯片是Realtek 8811AU/8812AU。

我已经浏览了这里的各种帖子来识别但找不到任何可以工作的东西。通过浏览不同的帖子,我仅预先提供一些命令的操作。

$ lsusb

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 008: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth           Dongle (HCI mode)
Bus 001 Device 007: ID 0bda:a811 Realtek Semiconductor Corp. 
Bus 001 Device 006: ID 18d1:4ee3 Google Inc. Nexus 4 (tether)
Bus 001 Device 005: ID 1b1c:1b37 Corsair 
Bus 001 Device 003: ID 046d:0a4d Logitech, Inc. G430 Surround Sound Gaming  Headset
Bus 001 Device 002: ID 046d:c246 Logitech, Inc. Gaming Mouse G300
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Run Code Online (Sandbox Code Playgroud)
$ sudo lshw -C network

*-network                 
   description: Ethernet interface
   product: Ethernet Connection (2) I219-V
   vendor: Intel Corporation
   physical id: 1f.6
   bus info: pci@0000:00:1f.6
   logical name: enp0s31f6
   version: 31
   serial: 40:8d:5c:ed:9f:2f
   capacity: 1Gbit/s
   width: 32 bits
   clock: 33MHz
   capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k firmware=0.8-4 latency=0 link=no multicast=yes port=twisted pair
   resources: irq:123 memory:df100000-df11ffff
*-network
   description: Ethernet interface
   physical id: 2
   logical name: enp0s20f0u6
   serial: ae:42:24:15:38:31
   capabilities: ethernet physica
   configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.168 link=yes multicast=yes

lspci -knn | grep Net -A3; rfkill list
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
Run Code Online (Sandbox Code Playgroud)

这是无线信息脚本的输出:http://paste.ubuntu.com/p/ZPhd97zK5X/

Ank*_*lia 0

我使用这个找到了解决方案,https://medium.com/@at15/ubuntu-16-04-8811au-wireless-driver-d29d6929a50c

它只是针对特定芯片 Realtek 8811AU/8812AU 的简单驱动程序下载和安装


rub*_*o77 0

我的 Lenovo Yoga 720-15ikb 上的 aROTaO USB-C 以太网适配器集线器 3 端口 USB 3.0 (Thunderbolt 3) 也遇到同样的问题。

它可以在 Windows 分区上运行,但如果我将其插入到 Ubuntu 上则不行。

解决方法:
如果我插入并重新启动Ubuntu,它就可以正常工作。