Alder Lake-N mini PCs based on Processor N95, N100, and Core i3-N300/N305 SoCs are pretty popular these days due to their good performance/price proposition, and when Ian reviewed the Beelink EQ12 mini PC with an Intel N100, he seemed pretty happy about it, except the WiFi 6 and Bluetooth 5.2 AX101 module was not recognized in Ubuntu and other Linux distributions. It’s not an isolated issue, as one person commented WiFi 6 and Bluetooth were not working in Linux on a Beelink mini PC with the N100 in an article about the T9 Plus, and I found out many people complained about the lack of Linux drivers for the AX101 on Intel community forums. They also left various solutions some of which work, some don’t. If you are using Ubuntu or Debian, the easiest way seems to update the kernel to the latest Linux 6.4 as follows:
1 2 3 |
sudo add-apt-repository ppa:cappelikan/ppa sudo apt update && sudo apt full-upgrade sudo apt install mainline |
This will […]