You are not logged in.

#26 2014-08-27 20:56:20

physicsshark
Member
Registered: 2014-04-19
Posts: 44

Re: Extraordinary Wifi problems with Wifi card rtl8188ee

All right, it's working for me and should (theoretically) work for the rest of you when you update.  Cheers [SOLVED]!


"The Guide says that there is an art to flying," said Ford, "or rather a knack. The knack lies in learning how to throw yourself at the ground and miss."  - Life, the Universe, and Everything

Offline

#27 2014-09-17 15:29:38

bvanheu
Member
Registered: 2014-09-17
Posts: 1

Re: Extraordinary Wifi problems with Wifi card rtl8188ee

Hey!

I have a similar issue on a netbook and Linux 3.16.2... did you encounter your problem with a recent kernel?

Offline

#28 2014-09-17 18:05:04

Yomi
Member
Registered: 2014-07-09
Posts: 4

Re: Extraordinary Wifi problems with Wifi card rtl8188ee

I still get problems (even with the latest kernel) but there's this : https://github.com/lwfinger/rtlwifi_new

Last edited by Yomi (2014-09-17 18:05:44)

Offline

#29 2014-09-18 02:17:59

nachopro
Member
Registered: 2013-08-23
Posts: 78

Re: Extraordinary Wifi problems with Wifi card rtl8188ee

The issue is back with kernel 3.16.2-1 sad

Offline

#30 2014-09-23 20:19:03

physicsshark
Member
Registered: 2014-04-19
Posts: 44

Re: Extraordinary Wifi problems with Wifi card rtl8188ee

nachopro wrote:

The issue is back with kernel 3.16.2-1 sad

I dont think it's affecting me, and I have the same kernel.  My research tells me it may be motherboard specific.


"The Guide says that there is an art to flying," said Ford, "or rather a knack. The knack lies in learning how to throw yourself at the ground and miss."  - Life, the Universe, and Everything

Offline

#31 2014-10-31 10:40:16

stlarch
Member
From: hell
Registered: 2010-12-25
Posts: 1,265

Re: Extraordinary Wifi problems with Wifi card rtl8188ee

I bought a new laptop with this crap wifi card too unfortunately. Doooh! Larry Finger has a github repository with an improved driver. I'm pretty sure he's the kernel maintainer. It still needs work according to him but it seems to be working ok for me. Hopefully it will be merged soon.

git clone http://github.com/lwfinger/rtlwifi_new.git
cd /path/to/rtlwifi_new
make
sudo modprobe -rv rtl8188ee
sudo make install
sudo modprobe -v rtl8188ee

If the last step fails, try rebooting and the new driver should load.

Last edited by stlarch (2014-10-31 11:01:10)

Offline

#32 2014-10-31 11:20:14

stlarch
Member
From: hell
Registered: 2010-12-25
Posts: 1,265

Re: Extraordinary Wifi problems with Wifi card rtl8188ee

I didn't even notice someone else linked to it above. Haha. I'm an idiot, sorry. I was meaning to do it a while back but I couldn't remember my friggin' password. smile I've been trying to remember it for like two months.. It finally came to me in an epiphany..after about twenty tries today.. (I can't remember my email password either) I'm losing it.

Last edited by stlarch (2014-10-31 11:28:39)

Offline

#33 2014-12-08 17:38:03

bathynomus
Member
Registered: 2014-12-08
Posts: 1

Re: Extraordinary Wifi problems with Wifi card rtl8188ee

stlarch wrote:

I bought a new laptop with this crap wifi card too unfortunately. Doooh! Larry Finger has a github repository with an improved driver. I'm pretty sure he's the kernel maintainer. It still needs work according to him but it seems to be working ok for me. Hopefully it will be merged soon.

git clone http://github.com/lwfinger/rtlwifi_new.git
cd /path/to/rtlwifi_new
make
sudo modprobe -rv rtl8188ee
sudo make install
sudo modprobe -v rtl8188ee

If the last step fails, try rebooting and the new driver should load.

I just registered to thank you guys. I have a Lenovo e545 with a RTL8192EE. Ran into the same problem with Ubuntu 14.04.1 and 14.10. Your fix worked for me, stable pings again. I also had to reboot. Was having very erratic ping times and intermittent packet loss before.

Offline

#34 2014-12-13 19:55:16

cormanthor
Member
Registered: 2009-11-21
Posts: 10

Re: Extraordinary Wifi problems with Wifi card rtl8188ee

stlarch wrote:

I bought a new laptop with this crap wifi card too unfortunately. Doooh! Larry Finger has a github repository with an improved driver. I'm pretty sure he's the kernel maintainer. It still needs work according to him but it seems to be working ok for me. Hopefully it will be merged soon.

git clone http://github.com/lwfinger/rtlwifi_new.git
cd /path/to/rtlwifi_new
make
sudo modprobe -rv rtl8188ee
sudo make install
sudo modprobe -v rtl8188ee

If the last step fails, try rebooting and the new driver should load.

Thank you! This method worked flawlessly for me on an HP15-r011dx laptop running 3.17.6-1-ARCH. I was able to complete the final step without needing to reboot.
Finally an end to the constant dropouts in throughput and dropped connections!

Offline

#35 2015-05-13 08:43:05

Mercader1902
Member
Registered: 2014-09-01
Posts: 55

Re: Extraordinary Wifi problems with Wifi card rtl8188ee

With the rtlwifi_new drivers and disabling the power saver options it works a lot better.


$ > modinfo rtl8188ee | grep parm                                                                                                                                 
parm:           swenc:Set to 1 for software crypto (default 0)
parm:           ips:Set to 0 to not use link power save (default 1)
parm:           swlps:Set to 1 to use SW control power save (default 0)
parm:           fwlps:Set to 1 to use FW control power save (default 1)
parm:           msi:Set to 1 to use MSI interrupts mode (default 1)
parm:           debug:Set debug level (0-5) (default 0) (int)
parm:           disable_watchdog:Set to 1 to disable the watchdog (default 0)

On /etc/modprobe.d add this:

$ > cat rtl8188ee.conf
options rtl8188ee fwlps=0 ips=0

Offline

Board footer

Powered by FluxBB