Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4596

Advanced users • How to address 'sap-server' issues in RPi OS Lite?

$
0
0
I've got what I think is the same or similar issue on at least three of my systems: an RPi5 under 'bookworm LITE', an RPi4B under 'bullseye LITE' and an RPi3A under 'bullseye LITE'.
I've been trying to get Bluetooth working - at some level - for days with no success. I've checked everything I know to check (even 'rfkill') with no success. Then I asked 'systemd' to show status of bluetooth.service, and saw this:

on 'bullseye' RPi3A and RPi4B:

Code:

$ systemctl status bluetooth.service● bluetooth.service - Bluetooth service     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)     Active: active (running) since Wed 2024-04-03 09:14:43 UTC; 2min 6s ago       Docs: man:bluetoothd(8)   Main PID: 590 (bluetoothd)     Status: "Running"      Tasks: 1 (limit: 1599)        CPU: 70ms     CGroup: /system.slice/bluetooth.service             └─590 /usr/libexec/bluetooth/bluetoothdApr 03 09:14:43 rpi4b systemd[1]: Starting Bluetooth service...Apr 03 09:14:43 rpi4b bluetoothd[590]: Bluetooth daemon 5.55Apr 03 09:14:43 rpi4b systemd[1]: Started Bluetooth service.Apr 03 09:14:43 rpi4b bluetoothd[590]: Starting SDP serverApr 03 09:14:43 rpi4b bluetoothd[590]: Bluetooth management interface 1.22 initializedApr 03 09:14:43 rpi4b bluetoothd[590]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.Apr 03 09:14:43 rpi4b bluetoothd[590]: sap-server: Operation not permitted (1)Apr 03 09:14:43 rpi4b bluetoothd[590]: Failed to set privacy: Rejected (0x0b)

on 'bookworm' RPi5:

Code:

● bluetooth.service - Bluetooth service     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; preset: enabled)     Active: active (running) since Tue 2024-04-02 04:39:19 UTC; 1 day 17h ago       Docs: man:bluetoothd(8)   Main PID: 1305 (bluetoothd)     Status: "Running"      Tasks: 1 (limit: 4451)        CPU: 46ms     CGroup: /system.slice/bluetooth.service             └─1305 /usr/libexec/bluetooth/bluetoothdApr 02 04:39:19 raspberrypi5 bluetoothd[1305]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabledApr 02 04:39:19 raspberrypi5 bluetoothd[1305]: src/plugin.c:plugin_init() Failed to init mcp pluginApr 02 04:39:19 raspberrypi5 bluetoothd[1305]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabledApr 02 04:39:19 raspberrypi5 bluetoothd[1305]: src/plugin.c:plugin_init() Failed to init bap pluginApr 02 04:39:19 raspberrypi5 bluetoothd[1305]: Bluetooth management interface 1.22 initializedApr 02 04:39:19 raspberrypi5 bluetoothd[1305]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.Apr 02 04:39:19 raspberrypi5 bluetoothd[1305]: sap-server: Operation not permitted (1)Apr 02 04:39:19 raspberrypi5 bluetoothd[1305]: Failed to set privacy: Rejected (0x0b)Apr 02 04:39:24 raspberrypi5 bluetoothd[1305]: src/adv_monitor.c:btd_adv_monitor_power_down() Unexpected NULL btd_adv_monitor_manager object upon power downApr 02 04:58:38 raspberrypi5 bluetoothd[1305]: src/service.c:btd_service_connect() a2dp-sink profile connect failed for B8:F6:53:AE:13:F1: Protocol not available
What's common to all is the 'Sap driver initialization failed.' Does anyone have any clue what could be causing this, and how to correct it?

Statistics: Posted by irishmonk-57 — Thu Apr 04, 2024 12:39 am — Replies 4 — Views 68



Viewing all articles
Browse latest Browse all 4596

Trending Articles