Hey :)) I own a Netgear A9000 which has an MT7925U chipset. (Driver should be included with kernel 6.12.63) Everytime i boot the jounal shows the following two lines regarding the adapter:
nixos kernel: mt7925u 4-3:1.0: probe with driver mt7925u failed with error -110
nixos kernel: usbcore: registered new interface driver mt7925u
It shows up in lsusb though. I already tried using another port, re-enabling the driver with modprobe, resetting with usbreset, disabling auto suspend via kernel parameters, using uhubctl to turn off and on the usb port (which didn’t work because I got an error message which said that my hub wasn’t supported, my other usb devices on that hub started behaving oddly anyways hahaha), setting authorized in /sys/bus/... to 0 and then to 1 as well as setting the power/control to auto and on (which should be the default state, shouldn’t it?) again.
Nothing seems to have the slightest effect. The only thing that works is physically re-plugging the adapter. Then it seems to work like a charm.
nixos kernel: usb 4-3: USB disconnect, device number 2
nixos kernel: usb 4-3: new SuperSpeed USB device number 4 using xhci_hcd
nixos kernel: usb 4-3: New USB device found, idVendor=0846, idProduct=9072, bcdDevice= 1.00
nixos kernel: usb 4-3: New USB device strings: Mfr=2, Product=3, SerialNumber=4
nixos kernel: usb 4-3: Product: Wireless_Device
nixos kernel: usb 4-3: Manufacturer: MediaTek Inc.
nixos kernel: usb 4-3: SerialNumber: 000000000
nixos kernel: usb 4-3: reset SuperSpeed USB device number 4 using xhci_hcd
nixos kernel: mt7925u 4-3:1.0: HW/SW Version: 0x8a108a10, Build Time: 20251210092928a
nixos kernel: mt7925u 4-3:1.0: WM Firmware Version: ____000000, Build Time: 20251210093025
By now, I really don’t have a single idea what else to try, so I would truly appreciate any help!!