diff options
Diffstat (limited to 'speakerWatchdog.sh')
| -rw-r--r-- | speakerWatchdog.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/speakerWatchdog.sh b/speakerWatchdog.sh new file mode 100644 index 0000000..344955f --- /dev/null +++ b/speakerWatchdog.sh @@ -0,0 +1,12 @@ +#! /bin/bash +# Workaround for stupd 'powersave' 'feature' of Creative Speakers +# +# SJP 11 Dec 2021 +# +# This is just a stub for now + +# Which device is the audio output going to? + +# st33v@cr4y:~$ grep RUNNING /proc/asound/card*/pcm*/sub*/status +# /proc/asound/card2/pcm0p/sub0/status:state: RUNNING + |
