WakeOnLan, erste Versuche soundfix
This commit is contained in:
parent
cd7863c142
commit
ae71f87b98
12 changed files with 153 additions and 12 deletions
6
roles/lmn_qgm/files/qgm-soundfix.sh
Executable file
6
roles/lmn_qgm/files/qgm-soundfix.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
CARD=$(pactl list cards short | head -n 1 | awk '{print $2}')
|
||||
pactl set-card-profile $CARD output:hdmi-stereo+input:analog-stereo
|
||||
HDMISINK=$(pactl list sinks short | grep hdmi | awk '{print $2}')
|
||||
pactl set-default-sink $HDMISINK
|
Loading…
Add table
Add a link
Reference in a new issue