geerlingguy / raspberry-pi-pcie-devices

Raspberry Pi PCI Express device compatibility database
http://pipci.jeffgeerling.com
GNU General Public License v3.0
1.6k stars 144 forks source link

Intel M.2 Dual Band Wireless-AC 3168NGW card with raspberry pi #616

Open PabasaraDilshan opened 7 months ago

PabasaraDilshan commented 7 months ago
01:00.0 Network controller: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] (rev 10)
    Subsystem: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak]
    Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Interrupt: pin A routed to IRQ 0
    Region 0: Memory at 600000000 (64-bit, non-prefetchable) [disabled] [size=8K]
    Capabilities: <access denied>

Can you please help me to get this work with raspberry pi os?

thewade commented 6 months ago

You also need to recompile the kernel, see: https://pipci.jeffgeerling.com/cards_network/intel-ax210-wifi-6e.html

ddodds-nlplogix commented 6 months ago

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.