DuckDuckGo told me this, here's the link for more too ( http://askubuntu.com/questions/635625/realtek-8723be-wifi-problem#635629 ): Realtek 8723BE Wifi problem <http://askubuntu.com/questions/635625/ddg#635629>
First of all remove the settings you made. sudo rm /etc/modprobe.d/rtl8723be.conf If you do not have this file, nothing is wrong. Then install a good driver sudo add-apt-repository ppa:hanipouspilot/rtlwifi sudo apt-get update sudo apt-get install rtlwifi-new-dkms linux-firmware Reboot and enjoy If you still have problems, you may need to add an option: echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723be.conf then reboot again. Expanation is made by chili555 in this answer <http://askubuntu.com/a/729660/167850>. This is the same driver as https://github.com/lwfinger/rtlwifi_new <https://github.com/lwfinger/rtlwifi_new>, rock.new_btcoex branch but packed as dkms. You can see all that at https://github.com/hanipouspilot/rtlwifi_new/tree/rock.new_btcoex If you also need bluetooth working, run also: sudo apt-get install rtl8723au-bt-dkms linux-firmware Note: Support for 4.2 kernels and Ubuntu 15.10 has been added to the PPA. For kernel 4.2 the bluetooth driver should not be installed from the PPA. There is already native support of the bluetooth adapter in kernel 4.2. --Pilot6 <http://askubuntu.com/users/167850/ddg> On Sat, Jul 30, 2016 at 6:40 PM, John Jason Jordan <[email protected]> wrote: > On Sat, 30 Jul 2016 14:51:24 -0700 > Charles Hill <[email protected]> dijo: > > >I don't subscribed to the ship it now with a known bug especially when > >it's wireless and patch it later. > >On a laptop "Wireless" is a core function.. and if it's not stable it > >lends to a miserable user experience. > > There's always a trade-off between being able to run the latest versions > of programs with cool new features, as opposed to reliability and > stability. Some lean toward one way and others toward the other. And > then there's me - I want both. I've tried various distros and I always > keep coming back to Ubuntu. Yes, Ubuntu has bitten me with serious bugs > that should not have made it into the release version, but such cases > are rare. > > > I find it interesting that there appears to be no "Open Wireless > > standard?<How long has wireless been around in the consumer > > landscape? 15 plus years? > >Maybe I'm missing something but consistent wireless functionality > >should be ingrained/installed in every Linux version/flavor. Why is > >that so difficult? > > Patents and corporate secrecy. If a manufacturer open sources their > hardware then everyone will know how they made the product. That > entices patent trolls. Better to keep everything secret. > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
