I'm trying to load the Intel Wi-Fi 6 AX200 wifi drivers in pve7.1.2(uname -r = 5.13.19-2-pve). It appears that the kernal thinks the wifi is Mediatek.
lspci -v output
Here are the relevant dmsg entries:
I've followed the instructions from here in an attempt to resolve this:
https://forum.proxmox.com/threads/nuc-drivers-for-intel-ac-9462-wireless.42427/
- I downloaded the firmware-iwlwifi package from buster-backports(bullseye-backports didn't have it) and copied the files to the proper directories.
- I ran 'update-initramfs -k all -u' and rebooted but the kernal still tries the load the Mediatek driver.
Any help would be greatly appreciated.
lspci -v output
Code:
03:00.0 Network controller: MEDIATEK Corp. Device 0608
Subsystem: MEDIATEK Corp. Device 0608
Flags: fast devsel, IRQ 255, IOMMU group 12
Memory at e0300000 (64-bit, prefetchable) [disabled] [size=1M]
Memory at e0400000 (64-bit, prefetchable) [disabled] [size=16K]
Memory at e0404000 (64-bit, prefetchable) [disabled] [size=4K]
Capabilities: [80] Express Endpoint, MSI 00
Capabilities: [e0] MSI: Enable- Count=1/32 Maskable+ 64bit+
Capabilities: [f8] Power Management version 3
Capabilities: [100] Vendor Specific Information: ID=1556 Rev=1 Len=008 <?>
Capabilities: [108] Latency Tolerance Reporting
Capabilities: [110] L1 PM Substates
Capabilities: [200] Advanced Error Reporting
Here are the relevant dmsg entries:
Code:
[ 3.428591] bluetooth hci0: Direct firmware load for mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin failed with error -2
[ 3.430189] Bluetooth: hci0: Failed to load firmware file (-2)
[ 13.673151] Bluetooth: hci0: Execution of wmt command timed out
[ 13.673171] Bluetooth: hci0: Failed to send wmt func ctrl (-110)
[ 3.061131] usb 5-4: new high-speed USB device number 4 using xhci_hcd
[ 3.212947] usb 5-4: New USB device found, idVendor=0e8d, idProduct=0608, bcdDevice= 1.00
[ 3.213351] usb 5-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[ 3.213731] usb 5-4: Product: Wireless_Device
[ 3.214099] usb 5-4: Manufacturer: MediaTek Inc.
[ 3.214457] usb 5-4: SerialNumber: 000000000
[ 15.721253] usb 5-4: Failed to suspend device, error -110
I've followed the instructions from here in an attempt to resolve this:
https://forum.proxmox.com/threads/nuc-drivers-for-intel-ac-9462-wireless.42427/
- I downloaded the firmware-iwlwifi package from buster-backports(bullseye-backports didn't have it) and copied the files to the proper directories.
- I ran 'update-initramfs -k all -u' and rebooted but the kernal still tries the load the Mediatek driver.
Any help would be greatly appreciated.