Skip to content
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

Please update drivers #106

Open
budetisufu opened this issue Apr 13, 2019 · 7 comments
Open

Please update drivers #106

budetisufu opened this issue Apr 13, 2019 · 7 comments

Comments

@budetisufu
Copy link

Hi!
The current driver is not suitable for use with 18.06.2. Could you update the drivers?

@michallipka
Copy link

It is suitable. Download the latest available driver for 4.14 kernel (so 4.14.93 driver) and it works on openwrt 18.06.2

@budetisufu
Copy link
Author

budetisufu commented Apr 18, 2019

I have almost no experience in this matter. I would be grateful for your help.

root@OpenWrt:~# ls /lib/modules/4.14.111/ | grep mt
mt7628.ko
root@OpenWrt:~# modprobe mt7628
failed to mmap /lib/modules/4.14.111/mt7628.ko
root@OpenWrt:~#

@michallipka
Copy link

If you have no experience I would suggest to install latest openwrt snapshot and use open drivers present there - They are stable enough.
If you insist on trying closed drivers check issue #104 - you have full walkthrough there

@budetisufu
Copy link
Author

The open source driver still works poorly.
I did everything right, but it turned out that the driver located in /lib/modules// doesn’t weigh anything, it’s empty. And it is strange.

@michallipka
Copy link

So probably you haven't done EVERYTHING right ;)
there are no compiled drivers for kernel you are trying to compile. You have to use latest available at http://nossiac.com/download/mtk-wifi-ko/ (4.14.93 for kernel 4.14.x).
to have them automatically included in build please edit Makefile(s) /feeds/mtk/drivers/mt76{03,12}/Makefile and change line PKG_KO:=$(PKG_NAME)-for-$(CONFIG_TARGET_SUBTARGET)-linux-$(LINUX_VERSION).ko - replace $(LINUX_VERSION) with 4.14.93 and you should be good.
you can also download those drivers separately and just place them as files wherever you want and insmod them.

@EUA
Copy link

EUA commented May 8, 2019

The open source driver still works poorly.
I did everything right, but it turned out that the driver located in /lib/modules// doesn’t weigh anything, it’s empty. And it is strange.

I just wondering what is the issue with open source driver? Thx.

@budetisufu
Copy link
Author

I just wondering what is the issue with open source driver? Thx.

It's all about speed. When using a proprietary driver, the speed is several times higher.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants