16 lines
329 B
Markdown
16 lines
329 B
Markdown
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
|
|
``` |