You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use a MediaTek MT7921U Wi-Fi USB device but I'm having a problem. I'm using a custom compiled kernel (6.6.36.6-microsoft-standard-WSL2) with the MT7921U modules added.
The device appears in Linux using lsusb: Bus 001 Device 005: ID 0e8d:7961 MediaTek Inc. Wireless_Device
...but it fails trying to initialize the driver and load the firmware.
Here is a dmesg snippet:
[ 42.385970] usb 1-1: new high-speed USB device number 2 using vhci_hcd
[ 42.514034] usb 1-1: SetAddress Request (2) to port 0
[ 42.588933] mt7921u 1-1:1.3: Direct firmware load for mediatek/WIFI_RAM_CODE_MT7961_1.bin failed with error -2
[ 42.717985] usb 1-1: reset high-speed USB device number 2 using vhci_hcd
[ 42.849999] usb 1-1: SetAddress Request (2) to port 0
[ 42.945798] mt7921u 1-1:1.3: Direct firmware load for mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin failed with error -2
[ 42.946706] vhci_hcd: unlink->seqnum 348
[ 42.946893] vhci_hcd: urb->status -104
[ 42.947130] vhci_hcd: unlink->seqnum 349
[ 42.947248] vhci_hcd: urb->status -104
[ 42.947454] vhci_hcd: unlink->seqnum 350
Here is a snippet from the usbipd server with trace logging:
I'm trying to use a MediaTek MT7921U Wi-Fi USB device but I'm having a problem. I'm using a custom compiled kernel (6.6.36.6-microsoft-standard-WSL2) with the MT7921U modules added.
The device appears in Linux using lsusb:
Bus 001 Device 005: ID 0e8d:7961 MediaTek Inc. Wireless_Device
...but it fails trying to initialize the driver and load the firmware.
Here is a dmesg snippet:
Here is a snippet from the usbipd server with trace logging:
I've attached a full usb pcap log.
Can anybody help me?
usbip-pcap.zip
The text was updated successfully, but these errors were encountered: