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
PEAQ PNB S1415-I1A2 WLAN Treiber
neumaif02
#1
tbg
#3
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
tbg
#6
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.
[SOLVED] AIO topic: 1. Cannot connect to home wifi. 2. Latest kernel - no wifi adapter found. 3. NM shows two WIFI modules
tbg
#7
Just got a rtl8723be adapter working on kernel 4.18 using the kernel module.
Read details here:
Sorry not in German.
system
closed
#8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.