Ubuntu 20.04 中无法使用 Wi-Fi

Ubuntu 20.04 中无法使用 Wi-Fi

我的笔记本电脑是联想 Legion Y530(i7 8th - 16GB 内存 - GTX1050)。我为它运行的是 Ubuntu 20.04,但 Wi-Fi 出现了问题。当我打开 Ubuntu 时,Wi-Fi 找不到任何调制解调器。

我试过:

lspci -knn | grep Net -A3; rfkill list

输出:

07:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac WiFi adapter [10ec:b822]
    Subsystem: Lenovo ThinkPad E595 [17aa:b023]
    Kernel modules: rtwpci
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
3: hci0: Bluetooth
    Soft blocked: yes
    Hard blocked: no

的输出sudo lshw -C network为:

*-network UNCLAIMED       
       description: Network controller
       product: RTL8822BE 802.11a/b/g/n/ac WiFi adapter
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:07:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: iomemory:ffffffff0-fffffffef ioport:4000(size=256) memory:a4300000-a430ffff
  *-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:08:00.0
       logical name: enp8s0
       version: 15
       serial: e8:6a:64:ce:c7: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 duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.208 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
       resources: irq:17 ioport:3000(size=256) memory:a4204000-a4204fff memory:a4200000-a4203fff

答案1

https://github.com/mid-kid/r8822be

试试这个,我有一台联想 530s,带 rtl8822be,它对我来说很管用。你应该是 root 用户。

安装后记得运行命令sudo apt-get update

有时您应该安装两次。

第一次安装后,如果不成功,请运行命令./make clean并再次安装。

相关内容