我最近安装了 Ubuntu 20.04.2.0 LTS 作为双操作系统以及 Windows 10,由于某种原因,我的 wifi 适配器在 Ubuntu 中无法识别。在 Windows 10 中,wifi 适配器 (USB) 工作正常,指示灯闪烁,但在 Ubuntu 中,WiFi 适配器 (USB) 无法识别(无指示灯)。如何解决此问题?
运行命令“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:22:00.0
logical name: enp34s0
version: 15
serial: 2c:f0:5d:89:0f:7c
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-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=5.8.0-53-generic duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.0.41 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
resources: irq:36 ioport:f000(size=256) memory:fcb04000-fcb04fff memory:fcb00000-fcb03fff
lsusb 的输出:
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 1532:0064 Razer USA, Ltd Razer Basilisk
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 003: ID 2357:012d TP-Link 802.11ac NIC
Bus 001 Device 004: ID 0951:16bf Kingston Technology USB2.0 HUB
Bus 001 Device 002: ID 214b:7250 USB2.0 HUB
Bus 001 Device 005: ID 0d8c:0012 C-Media Electronics, Inc. USB Audio Device
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
我正在使用 TP-link AC1300 USB 适配器
答案1
从Device ID
您发布的内容来看:
Bus 001 Device 003: ID 2357:012d TP-Link 802.11ac NIC
您需要Realtek RTL8812BU
TP-Link Archer T3U USB 无线适配器的驱动程序。
您可以从Cilynx 的 RTL88x2BU GitHub 仓库。
正如 repo 中详细说明的那样,你可以使用以下方式安装驱动程序DKMS 安装方法:
git clone https://github.com/cilynx/rtl88x2bu.git
cd rtl88x2bu
VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2bu
编辑:
即使安装了驱动程序,如果您收到类似以下错误:
Activation of network connection failed or the system keep asking for password again and again,
值得改变一些路由器设置。
(1)如果Wireless Network Mode
处于开启状态Mixed/Auto
,您可以尝试将其更改为N-only and/or AC-only
(2)尝试改变无线信道
(3)将无线安全设置为WPA2-PSK with AES