Bonjour,
RTL8723DE
802.11bgn PCIe WLAN with Bluetooth 4.0 Single-Chip Controller
General Description
The Realtek RTL8723DE-CG is an 802.11bgn 2.4G single-chip that integrates Wireless LAN (WLAN) and a network PCIe interface controller with integrated Bluetooth 2.1/4.2 USB interface controller. It combines a WLAN MAC, a 1T1R capable WLAN baseband, and WLAN RF in a single chip. The RTL8723DE-CG provides a complete solution for a high-throughput performance and low power consumption integrated wireless LAN device.
Features
56-pin QFN
802.11bgn
Embedded Balun
Packet based hardware antenna diversity
Wake-On-WLAN
Secure Simple Pairing
Bluetooth Low Energy
Applications
This product is applicable for PC, NB, etc. Wi-Fi applications
>
realtek
Il faudra voir si il n'y a pas un réglage d'antenne wifi à tenter >
github.com/lwfinger/rtlwifi_new/issues/298
_ _ _
Méthode pour le pilote RTL8723BE :
Some newer HP laptops use only one antenna with the rtl8723be, the following code should help you set the ant_sel parameter to the correct antenna
Certains ordinateurs portables HP récents utilisent une seule antenne avec le rtl8723be, le code suivant devrait vous aider à régler le paramètre ant_sel sur l'antenne correcte
sudo modprobe -r rtl8723be
sudo modprobe rtl8723be ant_sel=1
iwlist scan | egrep -i 'ssid|quality'
Then we check the second option to find which one works better
Ensuite, nous vérifions la deuxième option pour trouver celle qui fonctionne le mieux
sudo modprobe -r rtl8723be
sudo modprobe rtl8723be ant_sel=2
iwlist scan | egrep -i 'ssid|quality'
If ant_sel=1 is better
Si ant_sel = 1 est meilleure
echo "options rtl8723be ant_sel=1" | sudo tee -a /etc/modprobe.d/rtl8723be.conf
If ant_sel=2 is better
Si ant_sel = 2 est meilleure
echo "options rtl8723be ant_sel=2" | sudo tee -a /etc/modprobe.d/rtl8723be.conf
>
solved> realtek RTL8723BE PCIe Wifi adapter not working
_ _ _
Essais à tenter :
sudo modprobe -r rtl8723de
sudo modprobe rtl8723de ant_sel=1
iwlist scan | egrep -i 'ssid|quality'
puis :
sudo modprobe -r rtl8723de
sudo modprobe rtl8723de ant_sel=2
iwlist scan | egrep -i 'ssid|quality'
Si ant_sel = 1 est meilleure, commande persistante :
echo "options rtl8723de ant_sel=1" | sudo tee -a /etc/modprobe.d/rtl8723de.conf
Si ant_sel = 2 est meilleure, commande persistante :
echo "options rtl8723de ant_sel=2" | sudo tee -a /etc/modprobe.d/rtl8723de.conf