WLAN unter ubuntu 18.04

Nach upgrade von ubuntu 16.04 auf 18.04 funktioniert das WLAN nicht mehr.
  • Netzwerkarte, ermittelt mit: sudo lshw -class network:
    • Beschreibung: Kabellose Verbindung
    • Produkt: RTL8723BE PCIe Wireless Network Adapter
    • Hersteller: Realtek Semiconductor Co., Ltd.

Lösung:

  • cd in ein geeignetes Verzeichnis
  • git clone https://github.com/lwfinger/rtlwifi_new.git
  • cd rtlwifi_new
  • make
  • sudo make install
  • sudo modprobe rtl8723be
  • sudo tee /etc/modprobe.d/rtl8723be.conf <<< „options rtl8723be ant_sel=1“
  • reboot
Zunächst wurde der Rechner ohne die Ausführung des Befehls – sudo tee /etc/modprobe.d/rtl8723be.conf <<< „options rtl8723be ant_sel=1“ – gestartet. Es wurde zwar zunächst eine Verbindung zum Router hergestellt, diese war aber instabil.

Folgende Aktionen ohne die Nachinstallation des Treibers genügten nicht:

    1. sudo tee /etc/modprobe.d/rtl8723be.conf <<< „options rtl8723be ant_sel=1“
    2. reboot
    1. sudo tee /etc/modprobe.d/rtl8723be.conf <<< „options rtl8723be ant_sel=2“
    2. reboot
    1. cd /etc/pm/sleep.d
    2. sudo touch config
    3. sudo gedit config
    4. echo „options RTL8723BE fwlps=N“ sudo tee /etc/modeprobe.d/RTL8723BE.conf
    5. reboot