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

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

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

我浏览了这里的各种帖子来识别,但找不到任何有用的方法。通过浏览不同的帖子,我仅提供了一些命令的 o/p。

$ 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

$ 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

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

答案1

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

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

答案2

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

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

解决方法:
如果我插上电源,它就能正常工作重启乌班图。

答案3

您可能需要从这里编译并安装驱动程序:https://github.com/morrownr/8812au

该驱动程序尚未包含在内核中。

相关内容