09-24-2015, 09:29 PM
This is for information. (mods, if in wrong place, you can move it)
I was having an issue with 2X RTL8723BE WiFi devices,
Intermittent loss of connections/slowness after a few hours after boot. (they where cheap @ $7.00/£5.00)
Device info:
After research it appears it was added in Kernel 3.16, given I have 3.13 and is working fine, I looked for an alternative.
I found the following in a number of references, and after 5.0 days no more drop-outs or slowness occured.
First Install Driver:
Then:
and then add:
Important reminder, If you update kernel to less <3.16 , you will need to re-compile.
"NOTE: This code will build on any kernel 3.0 and newer. It includes the following drivers"
rtl8192ce, rtl8192se, rtl8192de, rtl8188ee, rtl8192ee, rtl8723ae, rtl8723be, and rtl8821ae
I was having an issue with 2X RTL8723BE WiFi devices,
Intermittent loss of connections/slowness after a few hours after boot. (they where cheap @ $7.00/£5.00)
Device info:
Code:
dave@jetway0:~$ lspci | grep 8723
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
After research it appears it was added in Kernel 3.16, given I have 3.13 and is working fine, I looked for an alternative.
I found the following in a number of references, and after 5.0 days no more drop-outs or slowness occured.
First Install Driver:
Code:
sudo apt-get install linux-headers-generic build-essential git
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
reboot
Then:
Code:
gksu leafpad /etc/modprobe.d/rtl8723be.conf
Code:
#To "disable" certain power saving features which can cause dropouts
options rtl8723be fwlps=0 ips=0
Important reminder, If you update kernel to less <3.16 , you will need to re-compile.
Code:
cd rtlwifi_new
make clean
make
sudo make install
sudo modprobe rtl8723be
"NOTE: This code will build on any kernel 3.0 and newer. It includes the following drivers"
rtl8192ce, rtl8192se, rtl8192de, rtl8188ee, rtl8192ee, rtl8723ae, rtl8723be, and rtl8821ae
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks
Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)