You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swapping out vfs_read & vfs_write for kernel_read & kernel_write respectively solves most of my problems under Arch and the latest LTS kernel Linux 4.14.16-1-MANJARO. Hey, at least I can connect now!
Output from dmesg is positive. Blinking LED lights functional! Always a bonus of course.
I'm not sure, but this change may break compatibility with older kernels, if prior compatibility is an aim for this project.
Best,
Adam.
The text was updated successfully, but these errors were encountered:
adamchilcott
changed the title
Please change both vfs_read & vfs_write for newer kernels 4.14 >=
Please change both vfs_read & vfs_write for recent linux kernels 4.14 >=
Feb 10, 2018
mt7610u-linksys-ae6000-wifi-fixes/os/linux/rt_linux.c
Line 1090 in 3b7b8d9
Swapping out
vfs_read
&vfs_write
forkernel_read
&kernel_write
respectively solves most of my problems under Arch and the latest LTS kernelLinux 4.14.16-1-MANJARO
. Hey, at least I can connect now!Output from dmesg is positive. Blinking LED lights functional! Always a bonus of course.
I'm not sure, but this change may break compatibility with older kernels, if prior compatibility is an aim for this project.
Best,
Adam.
The text was updated successfully, but these errors were encountered: