diff options
| author | St33v <stephen.pratt@calamia.com.au> | 2022-01-26 14:26:17 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-26 14:26:17 +1100 |
| commit | 8434fc0b33fc469c7d65d3559a306ecc09473318 (patch) | |
| tree | 288637540e08e8a8fd3ab1abc11ebccaef144702 /speakerWatchdog.sh | |
| parent | 4149819be6a0b3854719d71e95b9dea0ef2618c5 (diff) | |
Update speakerWatchdog.sh
Diffstat (limited to 'speakerWatchdog.sh')
| -rw-r--r-- | speakerWatchdog.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/speakerWatchdog.sh b/speakerWatchdog.sh index 344955f..3d8f9a7 100644 --- a/speakerWatchdog.sh +++ b/speakerWatchdog.sh @@ -10,3 +10,9 @@ # st33v@cr4y:~$ grep RUNNING /proc/asound/card*/pcm*/sub*/status # /proc/asound/card2/pcm0p/sub0/status:state: RUNNING +# That is fine, but the status remains as 'RUNNING' even after the speakers have turned themselves off... +# So I'm going down the track of periodically sending a 'sound' to a loopback device +# sudo modprobe snd-aloop +# Now aply -l shows a new 'card' called Loopback. + + |
