J'ai un Sony Vaio VPCEH1S0E et j'ai un problème avec Bluetooth.
Mon applet Bluetooth est en cours d'exécution, mais il n'y a aucun moyen de configurer mon périphérique Bluetooth car Ubuntu dit qu '"aucun adaptateur n'est présent".
Voici le résultat de rfkill list
:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: sony-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
2: sony-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Voici le résultat de hcitool dev
:
Devices:
Voici la sortie de dmesg | tail
après avoir activé Bluetooth:
[ 1590.367523] hci_cmd_timer: hci0 command tx timeout
[ 1591.367014] hci_cmd_timer: hci0 command tx timeout
[ 1592.366483] hci_cmd_timer: hci0 command tx timeout
[ 1593.365992] hci_cmd_timer: hci0 command tx timeout
Et enfin, voici le résultat de lsmod
:
bluetooth 166112 13 bnep,rfcomm,btusb
Alors, que puis-je faire pour trouver mon adaptateur Bluetooth?
J'utilise également VPCEH Sony VAIO et le bluetooth et le wifi fonctionnent simultanément. Voici comment je l'ai fait.
Exécutez lsmod | grep sony
et vous trouverez un module sony_laptop
.
Mettez-le en liste noire en éditant /etc/modprobe.d/blacklist.conf
et en insérant blacklist sony_laptop
.
Enregistrez le fichier et redémarrez.
Vous devriez maintenant pouvoir accéder à la fois au Bluetooth et au Wifi.
Très probablement, vous avez déjà fait face à problème conn .
Exécutez hciconfig
dans la console, cela vous donnera une sortie similaire à celle-ci:
hci0: Type: BR/EDR Bus: USB
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:66 acl:0 sco:0 commands:21 errors:1
Si l'adresse MAC de votre adaptateur BT est 00: 00: 00: 00: 00: 00, tout ce que vous pouvez faire est d'attendre que quelqu'un fournisse une solution dans Mainline. Pardon :)