Open budetisufu opened 5 years ago
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
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:~#
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
The open source driver still works poorly.
I did everything right, but it turned out that the driver located in /lib/modules/
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)
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.
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.
Hi! The current driver is not suitable for use with 18.06.2. Could you update the drivers?