Naja, bei der RTL8723BE der in meinem Notebook verbaut ist - da ist leider ein bisschen Blödsinn passiert.
I bought a new laptop with this wireless card thinking it was well supported but unfortunately it has a very weak signal strength, the only way to get near 100% is "touching" the AP with the laptop. As far as I go away from it, even one meter, the signal drops to 50% and if I walk a few meters the signal is so weak that it drops the connection.
This is a well-known problem and has been discussed in several issues in this repo. Your vendor, which you did not name, saved money by only including a single antenna on this laptop. They should have flashed the EEPROM to indicate which connector of two on the device is being used. They failed to do that. You have two options:
1.Open the door on the bottom that accesses the wifi card and physically move the antenna connecton.
2.Wait until Realtek finishes the rewrite that is in progress to have the driver dynamically determine which antenna to use. That appears to be what the Windows driver is doing.
Realtek just informed me that the routine to select the connected antenna automatically has been delayed, but they supplied a corrected routine to fix the "ant_sel" module parameter.
To access this new code, use the "rock.new_btcoex" branch and load the module with the "ant_sel=Y" option, where Y is 1 or 2.
Mehr dazu noch hier:
RTL8723BE weak signal strength with 4.4.0 or rtlwifi_new
Deswegen bin ich mir ziemlich sicher, dass das Paket, welches du mir empfohlen hast, nicht funktionieren wird.
Zur Zeit "funktioniert" das WLAN bei mir ja auch, aber ich kann es faktisch nur verwenden, wenn ich direkt neben dem Router mit meinem Laptop bin, eben wegen dem oben angesprochenen Problem.
Und der benötigte Fix, den kann ich mit meinen jetzigen Treibern nicht einsetzen, da ändert sich einfach gar nichts.
Der benötigte Fix ist:
Code: Alles auswählen
sudo modprobe -rv rtl8723be
sudo modprobe -v rtl8723be ips=0 ant_sel=2
bzw. damit es automatisch bei Systemstart passiert
Code: Alles auswählen
echo 'options rtl8723be ips=0 ant_sel=2' >> /etc/modprobe.d/rtl8723be.conf
Da du nur eine Datei gedownloadet hast sehe ich auch das anders. Du musst eigentlich nur diese Datei löschen (bzw. sicherheitshalber erst mal nur umbenennen)
Die Treiber wurden doch voll installiert aus der .deb-Datei, da sollte es doch nicht reichen, einfach nur diese Datei zu löschen?!
Außerdem weiß ich gar nicht wo diese Datei hingespeichert wurde, ich hab sie noch auf meinem USB Stick, und der find / -name "rtl8723befw.bin Befehl läuft bei mir schon so ~10 Minuten, aber ich lasse ihn laufen und schreibe dann hier rein was ausgegeben wurde.