-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mt76x2u wireless broken with message 'vendor request req:07 off:10f4 failed:-110' #687
Comments
wifi crashed again after 3 hours.
|
I have seen same error on MT7610U |
I'm experiencing the same issue. I'm using an EDUP AC-1605 wifi usb device which has an MediaTek MT7612U chipset and whenever I plug it in my desktop it start throwing a lot of errors. I'm trying to setup it to work as an access point.
I also have used disable_usb_sg=1" >> /etc/modprobe.d/mt76_usb.conf and rebooted but even when connecting to an USB2 port it starts throwing errors like this in the log
|
I'm currently running into similar issues but with a different error code. But I'm on a USB2 port so not sure if its entirely USB 3.0 related. |
Hello. I am having the same issue, I tried to disable XHCI handoff and at the moment I did it it's seems that worked... But two days later I had the problem again so I can't say for sure if it's related. Since it's an USB issue, maybe it's something related to the Mobo? So maybe if everyone that is having that issue post their specs we can reach a conclusion.
**This is mine. And this is my motherboard:**
lsusb results:
When I plug in a USB 2.0 it's stop detecting the 5.0ghz wi-fi The error message is:
It's happens randomly, but when happens the lsusb just hangs forever and if I reboot it's loops in this error forcing me to do a hard reset |
Interesting. I'll keep my eyes open for more info. |
|
Same issue here. I think its my Xbox wireless adapter that is recognized as wifi adapter(cause it also has 2,4GHZ). I use a intel wifi card so i know i dont have a mediatek chip.
|
Dec 15 18:52:42 kali /usr/libexec/gdm-x-session[8912]: thunar-volman: Unsupported USB device type "mt76x2u". something similar is happening to me, i thought it might be driver related? so i tried this but nothing worked, it seems to connect and get rejected by the system for some reason? idk if these are correlated but this is where my google search led me this is what im getting on parrot using usb3 controller instead of 2 awus036acm using virtualbox its also crashing my host pc too, if i try rebooting my windows pc with the adapter plugged in it will just not start |
Thanks, that's what was causing the issue for me. The solution in my case was installing |
Facing a similar issue while connecting my usb mt7612u(Comfast CF-926AC V2) wifi dongle to virtualbox. After trying many solutions, I have found a solution that works for me may help others as well. What works for me is disable scatter-gather. |
On my Android this path doesn't exist
|
This fault occurs frequently. When it occurs, wifi device not working. reloading the mt76x2u driver with modprobe cannot be recovered, and the system can only be restarted. Upgrading to the mainline kernel version (from 5.15.0.41.44 to 5.18.12) still has this problem. I also tried add 'options mt76_usb disable_usb_sg=1' to /etc/modprobe.d/mt76-usb.conf and Make sure the configuration was loaded correctly.Can any one help?
os version: Ubuntu 22.04.
kernel: Linux leenPC 5.18.12-051812-generic #202207150942 SMP PREEMPT_DYNAMIC Fri Jul 15 10:10:55 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux.
And 'systool -v -m mt76_usb' result information:
And 'lsusb' result information:
The dmesg and journalctl log information when occurs:
dmesg.log
journalctl.log
And after execute 'modprobe -r mt76x2u && modprobe mt76x2u', the dmesg and journalctl log:
dmesg-reload-mt76x2u.log
journalctl-reload-mt76x2u.log
The text was updated successfully, but these errors were encountered: