Open PabasaraDilshan opened 7 months ago
You also need to recompile the kernel, see: https://pipci.jeffgeerling.com/cards_network/intel-ax210-wifi-6e.html
I just dealt with getting intel drivers to work on the ax210, recompiled the kernel and everything. None of the firmware on the linux firmware kernel is going to work with the latest version of the raspberry pi's kernel. I've tried every version of the firmware available, and even tried to go back in the git history for find older versions of the firmware, and drove myself crazy trying to figure out how to match versions. 1 week ago someone on this repo happened to post that they managed to get the ax210 working with the mcuzone wifi 6e m2 hat on the raspberry pi 5 on the ubuntu 24.04 beta image. I went ahead and tried it out. The iwlwifi module already comes baked into the ubuntu 24.04 beta image, you do not have to recompile the kernel for those intel drivers, and ubuntu comes with the firmware, you do not need to install it. The only thing I had to do was run sudo modprobe iwlwifi
and everything worked. I highly recommend trying the ubuntu 24.04 beta image.
I just tried install wifi drivers for Intel Corporation Dual Band Wireless-AC 3168NGW.
Output of
lspci -vvv
Output of
dmesg
regarding pcie. Also there are no outputs that related toiwlwifi
Output of
name -a
Can you please help me to get this work with raspberry pi os?