Raspbian Stretch를 새로 설치할 때 로그인하고 첫 번째 명령으로 systemctl status bluetooth
다음을 얻습니다.
$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2017-08-18 01:37:37 UTC; 1s ago
Docs: man:bluetoothd(8)
Main PID: 667 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
└─667 /usr/lib/bluetooth/bluetoothd
Aug 18 01:37:37 raspberrypi systemd[1]: Starting Bluetooth service...
Aug 18 01:37:37 raspberrypi bluetoothd[667]: Bluetooth daemon 5.43
Aug 18 01:37:37 raspberrypi systemd[1]: Started Bluetooth service.
Aug 18 01:37:37 raspberrypi bluetoothd[667]: Starting SDP server
Aug 18 01:37:38 raspberrypi bluetoothd[667]: Bluetooth management interface 1.14 initialized
Aug 18 01:37:38 raspberrypi bluetoothd[667]: Failed to obtain handles for "Service Changed" characteristic
Aug 18 01:37:38 raspberrypi bluetoothd[667]: Sap driver initialization failed.
Aug 18 01:37:38 raspberrypi bluetoothd[667]: sap-server: Operation not permitted (1)
결과적으로 bluetoothctl
장치를 감지하지 못합니다.
이것은 Raspbian Jessie에서는 발생하지 않았습니다. 이 문제를 해결하는 방법에 대한 조언이 있습니까?
참고 :위한 bluez의 repo에서 보류중인 버그 항목이있는 것 같습니다 에 대한 핸들을 얻는 데 실패 특성 "서비스 변경"
—
Besi