Bluetooth Headset
Jump to navigation
Jump to search
Enable Bluetooth Headset
Bluetooth Headset an den Start bringen (Beispiel PLT Focus)
Scan starten von bluetoothshell:
bluetoothctl [bluetooth]# scan on
Falls ein Fehler kommt:
Failed to start discovery: org.bluez.Error.NotReady
das Device unblocken:
sudo apt install rfkill /sbin/rfkill list /sbin/rfkill unblock all
Danach wieder den Bluetooth scan anwerfen -> richtige Mac-Adresse raussuchen
Auf einer anderen Shell:
bluetoothctl devices bluetoothctl info <MAC>
-> Kontrollieren, ob es sich um das richtige Device handelt
bluetoothctl >trust <MAC> bluetoothctl pair <MAC> systemctl --user start pulseaudio.socket bluetoothctl connect <MAC>
pavucontrol
Headset sollte bei Output und Input Devices erscheinen.
Soundcheck:
arecord -f S16_LE -r 3000 | aplay -vvv
Falls das Microphone nicht geht: Configuration -> PLT Focus -> Profile ändern (z.B. in Headset Head Unit...)