J'ai installé Ubuntu 16.04 sur mon ordinateur portable ASUS S200e. Tout fonctionne sauf le bluetooth - je ne peux pas connecter ma souris.
Lorsque j'essaie d'ouvrir Blueman
, je reçois:
"Bluez daemon not running"
Quand j'exécute lspci -knn | grep Net -A2; lsusb
, la sortie est:
02:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: AzureWave BCM43142 802.11b/g/n [1a3b:2107]
Kernel driver in use: wl
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 03eb:8417 Atmel Corp.
Bus 001 Device 004: ID 04f2:b3d8 Chicony Electronics Co., Ltd
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
j'ai fait la commande de purge déjà mentionnée:
Sudo apt-get purge blueman bluez-utils bluez bluetooth
mais modifié la commande d'installation comme ci-dessous
Sudo apt-get install blueman bluez:i386 bluetooth
L'icône de mes paramètres est maintenant manquante, mais lorsque j'ai recherché Bluetooth, elle m'a incité à l'activer et elle semble maintenant fonctionner.
Je suis retourné et j'ai réinstallé les autres paquets dont la purge a été supprimée:
Sudo apt-get install pulseaudio-module-bluetooth* ubuntu-desktop* unity-control-center*
La commande ci-dessus a réinstallé les paramètres qui ont été désinstallés mais Bluetooth ne se connecte pas à mon appareil. À suivre...
En fonction de la nature du problème, il existe de nombreuses options. Voici quelques-uns.
1. Démarrer le démon bluetooth
Allez sur votre terminal et tapez:
Sudo /etc/init.d/bluetooth start
2. Réinstaller les packages
Si cela ne fonctionne pas, allez sur votre terminal et tapez:
Sudo apt-get purge blueman bluez-utils bluez bluetooth
Sudo apt-get install blueman bluez-utils bluez bluetooth
Puis lancez:
Sudo /etc/init.d/bluetooth start