MPD라는 서비스를 알게 되어 시험중이다.
지금 RPI2 + ubuntu 기반으로 세팅 해 보고 있는데 MPD는 동작하는데 소리가 나질 않는다.
RPI2 + rasbian으로 다시 세팅하니 소리가 난다. MPD도 동작 하는데 음량을 좀 더 키우고 싶다.
세팅 & 삽질기는 나중에 업데이트 예정..
어쩌라구..?? ㅡㅡa..
headset Connection Failed: blueman.bluez.errors.DBusFailedError: Protocol not available아래 명령을 실행하여 패키지를 설치한다.
sudo apt-get install pulseaudio-module-bluetooth
pactl load-module module-bluetooth-discover
출처 : https://askubuntu.com/questions/801404/bluetooth-connection-failed-blueman-bluez-errors-dbusfailederror-protocol-no.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
load-module module-switch-on-connect #추가
.endif
pactl load-module module-switch-on-connect
<!-- Lock the screen on Window + l-->
<keybind key="W-l">
<action name="Execute">
<command>lxsession-default lock</command>
</action>
</keybind>
<keybind key="W-F8">
<action name="Execute">
<command>pactl set-sink-mute @DEFAULT_SINK@ 0</command>
</action>
<action name="Execute">
<command>pactl set-sink-volume @DEFAULT_SINK@ +3%</command>
</action>
</keybind>
<keybind key="W-F7">
<action name="Execute">
<command>pactl set-sink-mute @DEFAULT_SINK@ 0</command>
</action>
<action name="Execute">
<command>pactl set-sink-volume @DEFAULT_SINK@ -3%</command>
</action>
</keybind>
<keybind key="W-F6">
<action name="Execute">
<command>pactl set-sink-mute @DEFAULT_SINK@ toggle</command>
</action>
</keybind>
<keybind key="W-F5">
<action name="Execute">
<command>audacious -t</command>
</action>
</keybind>