From 8434fc0b33fc469c7d65d3559a306ecc09473318 Mon Sep 17 00:00:00 2001 From: St33v Date: Wed, 26 Jan 2022 14:26:17 +1100 Subject: Update speakerWatchdog.sh --- speakerWatchdog.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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. + + -- cgit v1.3