ins:blu
Bluetooth
1. Installation du service Bluetooth
lsusb (pour savoir si la clé Bluetooth est bien reconnue)
apt-get install bluetooth
a. Contrôle si initialisation sous SysV
# /etc/init.d/bluetooth status bluetooth is running # /etc/init.d/bluetooth start
b. Contrôle si initialisation sous systemd
$ systemctl status bluetooth ● bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled) Active: active (running) since Fri 2015-01-16 21:25:19 JST; 1 day 16h ago
# systemctl start bluetooth
2. Installation du module bluetooth pulse
Ce module va permettre a pulse d'envoyer le son au périphérique Bluetooth
# apt-get install pulseaudio-module-bluetooth
3. Couplage de l'appareil
Installation du module bluetooth (avec GNOME)
# apt-get install gnome-bluetooth
Installation du module bluetooth (avec KDE) bluedevil qui est l'interface graphique actuelle pour KDE.
# apt-get install bluedevil
- On redémarre la machine
- On va dans les paramètres Bluetooth Applications ⇒ Outils système ⇒ Paramètres ⇒ Bluetooth
- On clic sur le périphérique Bluetooth découvert
- Une fenêtre apparaît, on clic sur Connexion
- Dans les paramètres de son on peut voir qu'il y a le périphériques Bluetooth, on le choisis et le son est retransmis

Voilà cette procédure fonctionne très bien sous Gnome Shell
ins/blu.txt · Dernière modification : de 127.0.0.1
