Mein WLAN funktioniert nicht auf einem PEAQ PNB S1415-I1A2 und ich möchte den Treiber nachinstallieren. Ich kann auch alternativ ins Internet, aber besser wäre eine Möglichkeit ohne Internet.
Screenshot war zu groß, deswegen Link: https://photos.app.goo.gl/MAUf1KaEg4f6Y6Mv7
Realtek RTL8723BE
1 Like
Source:
https://github.com/roopansh/rtl8723be_wifi
1.) Download/Clone the repo
git clone https://github.com/roopansh/rtl8723be_wifi
2.) Go to the directory containing the downloaded files
cd rtl8723be_wifi
3.) Enter the following command in the terminal.
bash rtl8723be.sh
4.)Restart your pc and check your wifi connections.
If you have poor connectivity after rebooting issue this command:
echo "options rtl8723be fwlps=N ips=N ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723be.conf
1 Like
Da kriege ich einen Fehler.
Funktioniert nicht!
git clone https://github.com/lwfinger/rtlwifi_new/
cd rtlwifi_new
make
sudo modprobe -rv rtl8723be
sudo make install
sudo modprobe -v rtl8723be ant_sel=2
echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723be.conf
echo rtl8723be | sudo tee /etc/modules-load.d/rtl8723be.conf
Then restart.
1 Like
Just got a rtl8723be adapter working on kernel 4.18 using the kernel module.
Read details here:
Sorry not in German.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.