Raspberry Pi/Raspbian

bluetooth ヘッドセット設定

apt install pi-bluetooth
apt install bluealsa
apt install pulseaudio pulseaudio-utils pulseaudio-module-bluetooth

sudo vi /etc/systemd/system/pulseaudio.service
[Unit] 
Description=Pulse Audio 

[Service] 
Type=simple 
ExecStart=/usr/bin/pulseaudio --system --disallow-exit --disable-shm

[Install]
WantedBy=multi-user.target
sudo systemctl start pulseaudio.service
sudo systemctl enable pulseaudio.service

接続

bluetoothctl

/lib/systemd/system/bluetooth.service の bluetoothd に --noplugin=sap オプションをつける

[Service]
Type=dbus
BusName=org.bluez
ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=sap

ログ確認

systemctl status bluetooth
トップ   一覧 検索 最終更新   ヘルプ   最終更新のRSS