Bluetooth Headset auf Debian Jessie

#!/bin/bash
sudo apt-get install pulseaudio pulseaudio-module-bluetooth pavucontrol
# sudo apt-get install bluez-firmware (brauchts nur bei einigen broadcom bluetooth chips Broadcom BCM203x chipset, Quelle: https://packages.debian.org/jessie/bluez-firmware)
sudo service bluetooth restart
sudo killall pulseaudio
sudo apt-get install blueman

Leave a comment

Ihre E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert