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

8812au: Unknown symbol __vfs_read (err 0) #2

Closed
sanguinariojoe opened this issue Nov 14, 2017 · 5 comments
Closed

8812au: Unknown symbol __vfs_read (err 0) #2

sanguinariojoe opened this issue Nov 14, 2017 · 5 comments

Comments

@sanguinariojoe
Copy link

Arch Linux, Kernel 4.14.r1108.g87df261-1

It seems to be related with this openzfs/spl#656, which can be solved by sarangnemo/anbox@f633d64

@ghost
Copy link

ghost commented Nov 22, 2017

This issue has now been dealt with, with somewhat better fixes than just replacing the offending lines. It only applies to kernels >= 4.14, therefore the fixes test which kernel version and add/remove lines appropriately. That way the new code still compiles on old kernels.

@zebulon2
Copy link
Owner

Fixed with 08e0472.

Meynex added a commit to Meynex/rtl8812au that referenced this issue Dec 9, 2017
fix the kernel reads error.
Unknown symbol __vfs_read (err 0).

on Linux kali 4.14.0-kali1-amd64 astsam#1 SMP Debian 4.14.2-1kali1 (2017-12-04) x86_64 GNU/Linux
(kali-linux-2017.3-vm-amd64

source: 
zebulon2/rtl8812au-driver-5.2.9#2
zebulon2/rtl8812au-driver-5.2.9@08e0472?diff=split
@d4nuu8
Copy link

d4nuu8 commented Dec 21, 2017

Something is wrong since my last update :

System: Arch Linux
Kernel: 4.14.6-1
Package: rtl8812au-v5-dkms-git-5.2.9-1
Error: Unknown symbol __vfs_read (error 0)

@TheChatty
Copy link

The unknown symbol error can be fixed by:
sed -i -e "s/__vfs_read/kernel_read/" os_dep/osdep_service.c

@ghost
Copy link

ghost commented Oct 12, 2018

The unknown symbol error can be fixed by:
sed -i -e "s/__vfs_read/kernel_read/" os_dep/osdep_service.c

Works for me!. Thank you very much TheChatty

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

4 participants