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

Kernel version of driver #60

Open
dima74 opened this issue Nov 14, 2016 · 1 comment
Open

Kernel version of driver #60

dima74 opened this issue Nov 14, 2016 · 1 comment

Comments

@dima74
Copy link
Contributor

dima74 commented Nov 14, 2016

Hello! Thank you for your excellent driver!
I have arch-linux (kernel 4.8.6). There is driver r8723au included in kernel. It works, but speed is too slow, so I clone your repository, and run commands as in README.md. Also I add line blacklist r8723au to /etc/modprobe.d/blacklist.conf. Now wifi works perfectly. My question is: did I everything right? Or should I somehow configure in-kernel driver? (And what is the difference between these drivers (kernel version r8723au and github version 8723au)?) Thanks for reading, thanks if answer something. (Sorry for my English)

@lwfinger
Copy link
Owner

What you did sounds fine. The original driver from Realtek was cleaned up and submitted to the kernel by Jes Sorensen. I took that version and put it in this repo. Here, the only modifications were those needed to allow it to build on older kernels.

There are actually two driver for the RTL8723AU in the kernel. The older is r8723au in the staging tree. The newer one is rtl8xxxu in the normal wireless tree. It would be useful to run the lsmod command to see whether you are using that one or 8723au from this repo.

I do not have any RTL8723AU hardware, thus I have not used any of these drivers.

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

2 participants