![Pulseaudio는 "org.bluez" 누락에 대해 불평하고 소리를 재생하지 않습니다. 어떻게 고치나요?](https://linux55.com/image/34717/Pulseaudio%EB%8A%94%20%22org.bluez%22%20%EB%88%84%EB%9D%BD%EC%97%90%20%EB%8C%80%ED%95%B4%20%EB%B6%88%ED%8F%89%ED%95%98%EA%B3%A0%20%EC%86%8C%EB%A6%AC%EB%A5%BC%20%EC%9E%AC%EC%83%9D%ED%95%98%EC%A7%80%20%EC%95%8A%EC%8A%B5%EB%8B%88%EB%8B%A4.%20%EC%96%B4%EB%96%BB%EA%B2%8C%20%EA%B3%A0%EC%B9%98%EB%82%98%EC%9A%94%3F.png)
내 아치(Linux 3.17.2-1-ARCH) pulseaudio
의 (5.0)에서 소리가 재생되지 않습니다.
명시적으로 데몬을 실행할 때 pulseaudio -vvvv --log-target=stderr
오류가 발생합니다.
GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files
어떻게 해결할 수 있나요?
답변1
설명된 대로https://bbs.archlinux.org/viewtopic.php?id=172491, 이는 절반만 설치된(즉, 전혀 설치되지 않았지만 모듈은 여전히 존재하는) Bluetooth 지원 문제입니다. 에서 Bluetooth를 완전히 비활성화하는 경우 /etc/pulse/default.pa
다음 줄을 주석 처리하세요.
### Automatically load driver modules for Bluetooth hardware
#.ifexists module-bluetooth-policy.so
#load-module module-bluetooth-policy
#.endif
#.ifexists module-bluetooth-discover.so
#load-module module-bluetooth-discover
#.endif