WakeOnLan, erste Versuche soundfix

This commit is contained in:
Frank Schiebel 2023-10-18 09:48:56 +02:00
parent cd7863c142
commit ae71f87b98
12 changed files with 153 additions and 12 deletions

View 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