#26 Le 10/07/2018, à 19:05
- fantom@s
Re : bluetooth : pas de portée et son hachuré
le son est propre ; pour la distance, on est à 40-50 cm environ.
...
Hors ligne
#27 Le 10/07/2018, à 21:10
- Nuliel
Re : bluetooth : pas de portée et son hachuré
Ok, je vais chercher un peu (cette carte est vraiment capricieuse, donc pas sûr qu'on réussisse à avoir plus de 50 cm, mais je vais essayer)
Edit: je me demande si on peut fixer une antenne pour le bluetooth (et à mon avis c'est possible)
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.
Dernière modification par Nuliel (Le 10/07/2018, à 21:44)
Hors ligne
#28 Le 12/07/2018, à 20:51
- Nuliel
Re : bluetooth : pas de portée et son hachuré
Trouvé: la branche master de rtlwifi_new va à mon avis résoudre le problème.
Donc
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
sudo make install
echo "options rtl8723be ips=0 fwlps=0 ant_sel=2" | sudo tee -a /etc/modprobe.d/rtl8723be.conf
redémarrer et tester le wifi et le bluetooth (si le wifi a une mauvaise portée alors tu repasses à l'antenne 1 avec
sudo modprobe -r rtl8723be ; sudo modprobe rtl8723be ips=0 fwlps=0 ant_sel=1
)
Hors ligne