User Tools

Site Tools


linux:system:bluetooth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:system:bluetooth [2023/08/04 10:26] oscarlinux:system:bluetooth [2025/09/22 17:29] (current) – [Install] oscar
Line 5: Line 5:
   sudo apt install bluetooth rfkill bluez bluez-tools pulseaudio-module-bluetooth blueman   sudo apt install bluetooth rfkill bluez bluez-tools pulseaudio-module-bluetooth blueman
  
 +Blueman is the XFCE bluetooth front-end app.
 ===== Check running services ===== ===== Check running services =====
   # systemctl status bluetooth   # systemctl status bluetooth
Line 20: Line 21:
  
   rfkill unblock [device]   rfkill unblock [device]
 +
 +Check if bluetooth radio is present in PulseAudio cards:
 +  pactl list cards short
 +  
 +===== PulseAudio automatic connect =====
 +Switch automatically to bluetooth output on connecting to bluetooth device.
 +Enter:
 +
 +  pactl load-module module-switch-on-connect
 +
 +To persist autoconnect on reboots, add the following to /etc/pulse/default.pa
 +  # nano /etc/pulse/default.pa
 +  
 +  Add the following to the bottom:
 +  
 +  .ifexists module-switch-on-connect.so
 +    load-module module-switch-on-connect
 +  .endif
 +  
 +
 +  
linux/system/bluetooth.1691144788.txt.gz · Last modified: by oscar