web-dev-qa-db-ja.com

USB Wifiアダプターが認識されない

Ubuntu 18.04.1 LTSを新たにインストールしました。同じシステム(デュアルブート)のWindows 10で正常に動作する私のUSB WiFiアダプターは、ここでは認識されません。アダプタのチップは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
Ankur Walia

これを使用して解決策を見つけました https://medium.com/@at15/ubuntu-16-04-8811au-wireless-driver-d29d6929a50c

realtek 8811AU/8812AUである特定のチップ用の単純なドライバーのダウンロードとインストール

1
Ankur Walia