-
Notifications
You must be signed in to change notification settings - Fork 245
[Help]: probe with driver mt7925u failed with error -110 (Netgear A9000, works after unplug/plug) #688
Description
Checklist
- I acknowledge that support is provided on a best-effort basis.
- I acknowledge that the authors and contributors to this repository cannot be held responsible for the results of my use of any information contained in or linked from this repository.
uname
Linux slimbook 6.18.1-061801-generic #202512121839 SMP PREEMPT_DYNAMIC Fri Dec 12 19:19:06 UTC 2025 x86_64 GNU/Linux
lsusb
Bus 008 Device 007: ID 0846:9072 NetGear, Inc. Wireless_Device
rfkill
0: hci0: Bluetooth Soft blocked: no Hard blocked: no 1: phy1: Wireless LAN Soft blocked: no Hard blocked: no 2: phy2: Wireless LAN Soft blocked: no Hard blocked: no
dkms
---
iw
phy#2
Interface wlx289401bca631
ifindex 8
wdev 0x200000001
addr 28:94:01:bc:a6:31
ssid Unifi52
type managed
channel 36 (5180 MHz), width: 160 MHz, center1: 5250 MHz
txpower 3.00 dBm
multicast TXQ:
qsz-byt qsz-pkt flows drops marks overlmt hashcol tx-bytes tx-packets
0 0 0 0 0 0 0 0 0
phy#1
Unnamed/non-netdev interface
wdev 0x100000002
addr 20:0d:3d:9c:70:9b
type P2P-device
Interface wlp2s0
ifindex 2
wdev 0x100000001
addr 20:0d:3d:9c:70:9b
type managed
multicast TXQ:
qsz-byt qsz-pkt flows drops marks overlmt hashcol tx-bytes tx-packets
0 0 0 0 0 0 0 0 0
What happened?
Hello again, after getting to work 6GHz connections, I focused on the issue, that the Netgear A9000 is not directly working after boot. Only with unplug / plug-in again it is loaded and works well. Also booting without dongle and plug-in after boot process works. However, how can I get it to work immediatley during boot process?
During boot, I get this error message into dmesg:
[ 2.505608] usb 8-1.3: reset SuperSpeed USB device number 4 using xhci_hcd
[ 2.535797] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input9
[ 2.535908] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input12
[ 2.535962] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input10
[ 2.569670] mhi mhi0: Wait for device to enter SBL or Mission mode
[ 2.744721] mt7925u 8-1.3:1.0: probe with driver mt7925u failed with error -110
With Google / Gemini / ChatGPT and Grok, I tested different methods:
- usbreset device after boot
- unbind/bind device after boot
- blacklist driver and load manually after boot
- disable USB autosuspend
- Power Off/On USB-Hub with uhubctl
It doesn't matter, what I tested usually after loading the driver, I get same error as shown above. Only unplug and re-plug the device helps. I get same issue on boot, when the device is connected directly on Notebook instead to the USB-Hub.
How can I solve this issue? The device is conncted on my usb-hub and I decided to plug-in the whole switch after boot, this works too. However, I would prefer to solve this issue in a "clean" way.