summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--speakerWatchdog.sh6
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.
+
+