-
Notifications
You must be signed in to change notification settings - Fork 46
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
r8723au #48
Comments
Same issue 3.15.4 & 3.15.6. |
Same here, 3.16.xx |
Compiling the driver cannot taint the kernel. You need to load it for that to happen. I expect that it sets the O flag for an out-of-tree driver. That is not nearly as deadly as setting the P flag, which meanns that a proprietary driver with unseen binary code has been loaded. As to reporting problems with the driver, keep in mind that this repo exists to help those people using kernels that do not contain this driver. As it was added to kernel 3.15, those of you using 3.15 or later should be using the in-kernel code. If your distro is one that refuses to build staging drivers, you will likely need to configure and build your own kernel. If you use such a driver, then problems should be reported to the authors shown in the output of a 'modinfo r8723au' command. You should also Cc [email protected]. One other thing to try is the kernel_version branch of the repo. It does not build with kernel 3.17, but it should for 3.15 and 3.16. |
Thank you @lwfinger for your contribution. Not the solution to the issue, but at least a workaround. |
Well I wrote a mail today, lets see if they find a solution. |
If it's any help, I found that not allowing my device to switch between $ iwconfig freq 2.4G This as kept me running without issue for the last 2 days. On Mon, Oct 13, 2014 at 4:11 PM, Felix [email protected] wrote:
|
With
3.15.3-200.fc20.x86_64
&3.15.4-200.fc20.x86_64
comes the r8723au.I thought it's the same as 8723au, which work very well 👍
But with r8723au it just show a connection, but nothing happens:
ifconfig show the interface up an running but if I try to ping something, nothing happens.
If this is not the right place for problems with r8723au, please tell me where I should report such things.
The text was updated successfully, but these errors were encountered: