Ubuntu 20.04 LTS 驱动程序 Intel Wi-Fi 6E AX210 160MHz

Saš*_*lič 9 bluetooth networking drivers iwlwifi 20.04

在我的新 Razer Blade 15 高级型号(2021 年初)- RZ09-036 上全新安装 Ubuntu 20.04 LTS 后,\n我无法使用 Wifi 或蓝牙。这是一个常见问题,就像这里一样一样。Wifi和蓝牙设置只是闪烁并且不负责任。\xc2\xa0

\n

我尝试过冷启动,安装新固件,按照这篇文章,\xc2\xa0,但我在网上找不到的任何东西都解决了我的问题。

\n

请查看关闭笔记本电脑时错误消息的链接屏幕截图。\xc2\xa0如果您需要更多信息,请告诉我。

\n

我在英特尔社区论坛上发布的错误消息的屏幕截图

\n

有人可以帮助解决这个问题吗?对我来说,至关重要的是我可以在这台笔记本电脑上的 Ubuntu 上建立正常的工作流程(如果可以工作,也可以是任何其他版本)。

\n

编辑:1

\n
[   73.765733] Bluetooth: hci0: Reading Intel version information failed (-22)\n[   73.765743] Bluetooth: hci0: Intel Read version failed (-22)\n[   73.765844] Bluetooth: hci0: Intel reset sent to retry FW download\n[   74.365767] Bluetooth: hci0: Reading Intel version information failed (-22)\n[   74.365776] Bluetooth: hci0: Intel Read version failed (-22)\n[   74.365885] Bluetooth: hci0: Intel reset sent to retry FW download\n[   74.964725] Bluetooth: hci0: Reading Intel version information failed (-22)\n[   74.964734] Bluetooth: hci0: Intel Read version failed (-22)\n[   74.964829] Bluetooth: hci0: Intel reset sent to retry FW download\n[   75.561751] Bluetooth: hci0: Reading Intel version information failed (-22)\n[   75.561759] Bluetooth: hci0: Intel Read version failed (-22)\n[   75.561840] Bluetooth: hci0: Intel reset sent to retry FW download\n[   76.161701] Bluetooth: hci0: Reading Intel version information failed (-22)\n[   76.161710] Bluetooth: hci0: Intel Read version failed (-22)\n[   76.161820] Bluetooth: hci0: Intel reset sent to retry FW download\n[   76.759799] Bluetooth: hci0: Reading Intel version information failed (-22)\n[   76.759806] Bluetooth: hci0: Intel Read version failed (-22)\n\n...\n...\n... it continues ...\n
Run Code Online (Sandbox Code Playgroud)\n

编辑2:

\n
user@Razer-LT:~$ lspci -nnk | grep 0280 -A3\n03:00.0 Network controller [0280]: Intel Corporation Device \n[8086:2725] (rev 1a)\nSubsystem: Intel Corporation Device [8086:0024]\nKernel modules: iwlwifi\n04:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808]\n
Run Code Online (Sandbox Code Playgroud)\n

我也在 Ubuntu 20.10 上尝试过,也遇到了同样的问题。目前,我设法使用 USB-c 转 LAN 适配器获得互联网连接。

\n

我正在使用这个内核:

\n
user@Razer-LT:~$ uname -r\n5.8.0-48-generic\n
Run Code Online (Sandbox Code Playgroud)\n

最终解决方案: \n将内核更新到 5.10。

\n

请记住,由于系统可能存在制动问题,我决定等待,而是使用外部 Wifi 适配器、蓝牙发射器。

\n

Eld*_*eek 12

正如您在问题中发布的固件链接中明确指出的那样,自内核 5.10 起支持 Intel\xc2\xae Wi-Fi 6E AX210,根据您的 uname 输出,您正在运行 5.08 Intel\xc2\xae Wi-Fi您的内核版本不支持 6E AX210。Linux 5.10 内核(或更高版本)将于 4 月份作为 Ubuntu 21.04 的一部分发布。该版本也将在稍后向后移植到 Ubuntu 20.04 LTS。可以在 Ubuntu 中手动安装主线内核,但是如果它损坏了,你就会得到碎片。接受该警告后,如果您仍然迫不及待并想尝试安装内核 5.10 或更高版本,您应该查看此答案。

\n