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

Workaround the broken Wifi driver #34

Open
bochecha opened this issue Aug 24, 2016 · 7 comments
Open

Workaround the broken Wifi driver #34

bochecha opened this issue Aug 24, 2016 · 7 comments

Comments

@bochecha
Copy link
Contributor

bochecha commented Aug 24, 2016

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:

options rtl8723be fwlps=0

It requires a reboot to take effect (or maybe just the right modprobe invocation).

This is only to be done on Ideasbox servers.

@yohanboniface
Copy link
Member

The Koombook (or is it the Ideasbox? no idea... @yohanboniface ?) has a pretty terrible Wifi driver.

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).
I think this should be rolled out in all the servers with double wifi cards (maybe checking that the wifi card is the same?).

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.

@bochecha
Copy link
Contributor Author

bochecha commented Sep 8, 2016

So on the Koombook:

  idVendor           0x148f Ralink Technology, Corp.
  idProduct          0x5370 RT5370 Wireless Adapter

Driver seems to be rt2800usb.

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.

@bochecha
Copy link
Contributor Author

I was suggested to use ips=0 to make the connection stabler by Larry Finger, the maintainer of the RTL8723BE driver.

@fheslouin
Copy link
Collaborator

Added in commit 60fbf69

@bochecha can you try the option ips=0 ? If it improve the wifi stability we will had it to module.

@fheslouin
Copy link
Collaborator

Apparently we still have some issue, currently with one server using rtl8723be driver.
@letompouce is going to investigate on this. Could you keep us up to date ?

@bochecha
Copy link
Contributor Author

@bochecha can you try the option ips=0 ? If it improve the wifi stability we will had it to module.

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.

@fheslouin
Copy link
Collaborator

options rtl8723be fwlps=0 has been added here https://github.com/ideascube/ansiblecube/blob/oneUpdateFile/roles/system/tasks/realtek.yml#L13

ips=0 should be tried on rtl8723be driver

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

3 participants