Linux Driver for Febsmart AX3000
Based on the provided search results, here’s a concise answer:
The Febsmart AX3000 PCIE WiFi adapter is based on the Intel WiFi 6 AX200NGW (AX3000) module. The driver for this adapter is the iwlwifi driver, which is part of the Linux kernel. Specifically, you’ll need to ensure that your kernel has firmware_class support enabled and that the microcode files (iwlwifi-cc-a0-46.ucode and/or iwlwifi-9260-th-b0-jf-b0-34.ucode) are installed in the correct location (/lib/firmware).
Here are the steps to install the driver:
Enable firmware_class support in your kernel configuration (Device Drivers -> Generic Driver Options -> Userspace firmware loading support).
Install the microcode files in the /lib/firmware directory:
For AX 200 driver: cp iwlwifi-cc-a0-46.ucode /lib/firmware
For Intel 9260 driver: cp iwlwifi-9260-th-b0-jf-b0-34.ucode /lib/firmware
Load the iwlwifi driver (see the INSTALL and README.iwlwifi files provided with the iwlwifi package for more information).
Additionally, ensure that your Linux distribution has a working udev and uevent infrastructure configured. If you’re using a newer kernel (e.g., 5.15), you may need to install it and reboot your system.
Note that these instructions are based on the provided search results and may vary depending on your specific Linux distribution and kernel version.
This A.I. answer is based on the following sources:
https://forums.linuxmint.com/viewtopic.php?t=349422
https://drivernew.com/?p=25873
https://forums.linuxmint.com/viewtopic.php?t=378236
https://www.amazon.com/FebSmart-Bluetooth-System-2-4GHz-Speed-Bluetooth-AX3000/dp/B082MQGDHK?th=1
Also think about supporting Linux hardware vendors. Not WiFi 6 but ...
https://thinkpenguin.com/gnu-linux/penguin-wireless-n-dual-band-pcie-card-gnu-linux-tpe-n300pcied3-full-profile
It states Zorin 17.2 is supported.