我为配备英特尔 n6005 的戴尔 optiplex 3000 瘦客户端购买了英特尔 AX211NGW 无线网卡。我有 ubuntu 23.10,但无法设置 wifi。为什么 ubuntu 将此卡显示为 AX201?该卡上印有 AX211NGW
uname -r
uname -r
6.5.0-14-generic
请参阅lspci-nnk| grep 0280 -A3
lspci -nnk | grep 0280 -A3
00:14.3 Network controller [0280]: Intel Corporation Wi-Fi 6 AX201 160MHz [8086:4df0] (rev 01)
Subsystem: Intel Corporation Wi-Fi 6 AX201 160MHz [8086:0094]
Kernel modules: iwlwifi
00:16.0 Communication controller [0780]: Intel Corporation Management Engine Interface [8086:4de0] (rev 01)
sudo dmesg |查找
sudo dmesg | grep iwl
[ 2.342547] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 2.348474] iwlwifi 0000:00:14.3: Detected crf-id 0x11219, cnv-id 0x20000302 wfpm id 0x80000000
[ 2.348497] iwlwifi 0000:00:14.3: PCI dev 4df0/0094, rev=0x351, rfid=0x2010d000
[ 2.348514] iwlwifi: No config found for PCI dev 4df0/0094, rev=0x351, rfid=0x2010d000
[ 2.348597] iwlwifi: probe of 0000:00:14.3 failed with error -22
和网络
sudo lshw -c network
*-network UNCLAIMED
description: Network controller
product: Wi-Fi 6 AX201 160MHz
vendor: Intel Corporation
physical id: 14.3
bus info: pci@0000:00:14.3
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix cap_list
configuration: latency=0
resources: iomemory:600-5ff memory:6001124000-6001127fff
我试过这个https://askubuntu.com/a/1456701但它不起作用。我应该如何设置?@