在 ubuntu 20.04 安装中未找到 Realtek Wifi 适配器

在 ubuntu 20.04 安装中未找到 Realtek Wifi 适配器

我最近买了一台笔记本电脑(联想 Legion Pro 5)。在使用 Linux 20.04.6 LTS 双启动后,我的系统没有检测到任何 wifi 适配器。因此,我按照我在本论坛上找到的解决 realtek wifi 适配器无法找到 wifi 问题的常用步骤进行操作,如下所示:

sudo apt update 
sudo apt -y install git build-essential linux-headers-generic
git clone https://github.com/lwfinger/rtw89.git
cd rtw89
make
sudo make install
sudo modprobe rtw89pci

即使按照以下步骤操作,我仍然收到以下错误:

anshul@anshul-Legion-Pro:~$  sudo dmesg | grep -e 8852 -e rtw
[    1.513903] rtw89core: loading out-of-tree module taints kernel.
[    1.514008] rtw89core: module verification failed: signature and/or required key missing - tainting kernel
[    1.583389] rtw89_8852ce 0000:04:00.0: Direct firmware load for rtw89/rtw8852c_fw.bin failed with error -2
[    1.583392] rtw89_8852ce 0000:04:00.0: failed to early request firmware: -2
[    1.583463] rtw89_8852ce 0000:04:00.0: Direct firmware load for rtw89/rtw8852c_fw.bin failed with error -2
[    1.584192] rtw89_8852ce 0000:04:00.0: failed to wait firmware completion
[    1.584212] rtw89_8852ce 0000:04:00.0: failed to setup chip information
[    1.584465] rtw89_8852ce: probe of 0000:04:00.0 failed with error -22
[    2.517580] Bluetooth: hci0: RTL: examining hci_ver=0c hci_rev=000c lmp_ver=0c lmp_subver=8852
[    2.517583] Bluetooth: hci0: RTL: unknown IC info, lmp subver 8852, hci rev 000c, hci ver 000c

有人能帮我解决这个问题吗?

问候 Anshul

相关内容