![]() |
RTL8723BE PCIe Wireless Network Adapter Issues -- Information+Fix - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Network (https://www.linuxliteos.com/forums/forumdisplay.php?fid=24) +--- Thread: RTL8723BE PCIe Wireless Network Adapter Issues -- Information+Fix (/showthread.php?tid=2231) |
RTL8723BE PCIe Wireless Network Adapter Issues -- Information+Fix - Wirezfree - 09-24-2015 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: Code: dave@jetway0:~$ lspci | grep 8723 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 Then: Code: gksu leafpad /etc/modprobe.d/rtl8723be.conf Code: #To "disable" certain power saving features which can cause dropouts Important reminder, If you update kernel to less <3.16 , you will need to re-compile. Code: cd rtlwifi_new "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 Re: RTL8723BE PCIe Wireless Network Adapter Issues -- Information+Fix - firenice03 - 09-24-2015 (09-24-2015, 09:29 PM)Wirezfree link Wrote: "NOTE: This code will build on any kernel 3.0 and newer. It includes the following drivers" @wirezfree I have a device using rtl8192cu, do you know if the above would work with it? LL2.6 -- 3.13 kernel - I used the following link for mine, it was dropping too https://www.linuxliteos.com/forums/network/wifi-connects-but-stops-a-lot/ I'm not broke right now - but I have 2 of these usb adapters and should I have a use on another box.. TIA - I'll be bookmarking this one too ![]() Re: RTL8723BE PCIe Wireless Network Adapter Issues -- Information+Fix - Wirezfree - 09-24-2015 That is a good question..?? On the github lwfinger at the very end it states for: rtl8192ce, rtl8192se, rtl8192de, rtl8188ee, rtl8192ee, rtl8723ae, rtl8723be, and rtl8821ae But if you look up above at the devices listed it also lists: rtl8192cu Maybe it was omitted from the list by accident, or maybe there is reason..?? A quick google for: ubuntu 14.04 install rtl8192cu driver It shows a lot of methods for rtl8192cu, but not exactly like I used. I think you need to do some googling, Take note of the various fix methods, then look for ones where people confirm the fix. That is my best suggestion, I would not like to suggest you use my method, it may break something..?? GL.. Re: RTL8723BE PCIe Wireless Network Adapter Issues -- Information+Fix - firenice03 - 09-25-2015 Thanks!! The Ole same but different :o LOL I'll poke around; most files in "cu" are 8months or older except 1 (I would assume mostly the same) So far the thread I mentioned has it working fine. Think I better keep to the if it ain't broke don't, don't fix it. ;D Or at least I better make solid a back up :-X |