18 lines
377 B
Markdown
18 lines
377 B
Markdown
# bluetooth : Son High Fidelity avec un casque
|
|
|
|
Comment faire pour avoir un son High Fidelity avec un casque bluetooth avec Debian 9 ?
|
|
|
|
Créer ou éditer le fichier suivant :
|
|
```
|
|
sudo nano /etc/bluetooth/audio.conf
|
|
```
|
|
|
|
Dans le fichier **audio.conf**, insérer la ligne suivante :
|
|
```
|
|
AutoConnect=true
|
|
```
|
|
|
|
Relancer le service Bluetooth :
|
|
```
|
|
sudo service bluetooth restart
|
|
``` |