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
Folgende Aktionen ohne die Nachinstallation des Treibers genügten nicht:
-
- sudo tee /etc/modprobe.d/rtl8723be.conf <<< „options rtl8723be ant_sel=1“
- reboot
-
- sudo tee /etc/modprobe.d/rtl8723be.conf <<< „options rtl8723be ant_sel=2“
- reboot
-
- cd /etc/pm/sleep.d
- sudo touch config
- sudo gedit config
- echo „options RTL8723BE fwlps=N“ sudo tee /etc/modeprobe.d/RTL8723BE.conf
- reboot