Plan 9: Intel Wireless 3165
Intel Wireless 3165 internal PCI card works with Plan 9. You'll need firmware blob /lib/firmware/ iwlwifi-7265D-29 .ucode from Linux as /lib/firmware/ iwlwifi-7265D-29 in Plan 9. Detect hardware on Linux lspci -nn 02:00.0 Network controller [0280]: Intel Corporation Wireless 3165 [ 8086:3165 ] (rev 81) # slot_info=0000:02:00.0 # vendor_id=8086 # device_code=3165 Detect firmware on Linux sudo dmesg | grep -i iwlwifi | grep -i firmware [ 6.062085] iwlwifi 0000:02:00.0: loaded firmware version 29.f2390aa8.0 7265D-29.ucode op_mode iwlmvm Apply following patch to etheriwl.c and rebuild kernel (cd /sys/src/9/pc64 && mk install). The kernel is copied to /n/9fat (9fat partition) . @@ -4509,6 +4512,10 @@ iwlpci(void) family = 9000; fwname = "iwm-9260-34"; break; + ...