My wifi card is an Intel® Wireless-AX200 (802.11/a/b/g/n/ac/ax), Bluetooth® 5
, and bluetooth is working. I've tried following various guides, however these drivers are apparently yet to make it into the kernel.
Their product brief states linux is supported:
https://www.intel.com/content/www/us/en/products/docs/wireless/wi-fi-6-ax200-module-brief.html
And yet their driver page has no listing for them:
https://downloadcenter.intel.com/product/189347
sudo lshw -c network
=>
mark@m-blade-2019:~$ sudo lshw -c network
*-network UNCLAIMED
description: Network controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:02:00.0
version: 1a
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix cap_list
configuration: latency=0
resources: memory:cf300000-cf303fff
*-network
description: Ethernet interface
physical id: 2
logical name: enx0050b6b47e72
serial: 00:50:b6:b4:7e:72
capabilities: ethernet physical
configuration: broadcast=yes driver=cdc_ncm driverversion=22-Aug-2005 firmware=CDC NCM ip=192.168.1.17 link=yes multicast=yes
I'm running kernel version Linux 5.0.0-13-generic
, any help is greatly appreciated.
EDIT: results of lspci -nnk | grep 00280 -A3
:
mark@m-blade-2019:~$ lspci -nnk | grep 0280 -A3
02:00.0 Network controller [0280]: Intel Corporation Device [8086:2723] (rev 1a)
Subsystem: Intel Corporation Device [8086:0084]
Kernel modules: wl, iwlwifi
03:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981 [144d:a808]
mark@m-blade-2019:~$
Best Answer
According to these articles, support for this card is in kernel 5.1.*.
https://www.phoronix.com/scan.php?page=news_item&px=Intel-WiFi-6-AX200-Cyclone-Peak
"The product page does list Linux support that comes as little surprise these days. In fact, back in January we wrote about Linux support for these new Intel adapters within the "IWLWIFI" driver and that enablement is now present in the Linux 5.1 kernel."
https://www.phoronix.com/scan.php?page=news_item&px=Intel-IWLWIFI-22260-WiFI-Linux
"The Intel WiFi Linux driver "IWLWIFI" will see support for various new WiFi adapters with the upcoming Linux 5.1 kernel cycle."
These kernels can be downloaded from https://kernel.ubuntu.com/~kernel-ppa/mainline/, or by using
ukuu
$12, from https://teejeetech.in/ukuu/