Raspberry PI OS - Enable bluetooth auto connect.

All the adventures with the PI
Post Reply
User avatar
Mike R
Site Admin
Posts: 64
Joined: Fri Jan 24, 2020 3:40 am

Raspberry PI OS - Enable bluetooth auto connect.

Post by Mike R »

Raspberry OS won't autoconnect bluetooth devices like other ISO's do.
This is the cure:

from https://wiki.archlinux.org/title/Blueto ... connection

To make your headset auto connect you need to enable PulseAudio's switch-on-connect module. Do this by adding the following lines to /etc/pulse/default.pa:

Code: Select all

/etc/pulse/default.pa
### Automatically switch to newly-connected devices
load-module module-switch-on-connect
You Wouldn't Believe How Hard I Have to Work to be Lazy
Post Reply