-
Notifications
You must be signed in to change notification settings - Fork 9
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
Workaround the broken Wifi driver #34
Comments
The fix has been tested only for Ideasbox server (Peren-IT) in Bardarash, and yes fixed the issue of unstable connection between the server and an AP (we are not talking about the laptop<=>server connection). Also, the same kind of trick may help on the Koombook side, given we seem to have (at least in the RedCross one) the same issue. |
So on the Koombook:
Driver seems to be Which means the Wi-Fi issue are indeed different on the Koombook and Ideasbox. Therefore, let me amend the initial description of this ticket to avoid confusion and make it clear that this ticket is only about the Ideasbox. ... Done. |
I was suggested to use |
Added in commit @bochecha can you try the option |
Apparently we still have some issue, currently with one server using rtl8723be driver. |
I did try it, sorry for never reporting on it. In my limited testing I didn't see any difference between using this or not using it. |
|
The Ideasbox has a pretty terrible Wifi driver. The connection is very unstable.
But disabling the power management seems to help a lot.
Maybe at some point @mgautierfr can dust up his kernel-development skills and fix the driver, but in the meantime, this does the trick.
Basically, we'd need ansiblecube to create the
/etc/modprobe.d/rtl8723be.conf
file with this content:It requires a reboot to take effect (or maybe just the right
modprobe
invocation).This is only to be done on Ideasbox servers.
The text was updated successfully, but these errors were encountered: