-
Notifications
You must be signed in to change notification settings - Fork 5k
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
MT7610U USB Dongle Kernel Module has to be recompiled every time there is a firmware update. #730
Comments
Also compilation instructions can be found here. |
Sorry, out-of-tree kernel modules are a big maintenance headache and adds code that hasn't been reviewed by the kernel maintainers, which could introduce stability issues. We'll only include this module is it is accepted upstream, so you should request the addition of this module to the upstream kernel, or request that Mediatek submit their module upstream. |
Reopen if this module is accepted upstream, and I'll include it. |
@popcornmix it seems it's mainlined now :D
|
Awesome!
|
Are you sure that the MT7601u driver works with the MT7610u? The kernel Kconfig file doesn't mention it. |
@pelwell I haven't tried using the dongle yet. But I've heard that the driver was accepted upstream. |
@pelwell @Boggartfly Can't make it work... And Yes you are right, I think it's not the M/7610 but MT7601:( so sad, will have to do my own build then... |
The accepted driver is for the mt7601. I have that dongle with me. I haven't just tested it yet. |
@dummys Take initiative to submit patches upstream however insignificant. I did it and my driver was soon accepted with the help of some very knowledgeable people who deserve almost all the credit. |
Yes but I can't do patch like this, need to learn first. |
rust: add `net::filter` module
It's really difficult to get my system online after a system update because it breaks my wifi. To fix this I have to recompile the kernel module. The source is GNU GPL V2 or later compatible and is free to use and distribute. To fix this I would recommend
You can find the source at http://www.mediatek.com/en/downloads/mt7610u-usb/
The text was updated successfully, but these errors were encountered: