Comment 8 for bug 13633

Revision history for this message
Thomas Hood (jdthood) wrote :

(In reply to comment #6)
> No problem. I just conducted an experiement where I turned on everything,
> verified my sound wasn't working then turned off one thing at a time until it
> started working again. It looks like the only thing I needed to mute was the
> capture monitor (IEC958 Capture Monitor [off]). I'm attaching the output of
> amixer, too. The entry in question is at line 85 of the file.

OK, I will patch the Debian alsa initscript with this:

--- /etc/init.d/alsa 2005-03-30 10:59:45.000000000 +0200
+++ alsa-base.alsa.init 2005-04-10 21:57:35.000000000 +0200
@@ -211,6 +211,9 @@
        switch_control "Headphone Jack Sense" off
        switch_control "Line Jack Sense" off

+ # Required at least for Via 823x hardware on DFI K8M800-MLVF Motherboard
with kernels 2.6.10-3/4 (see ubuntu #7286)
+ switch_control "IEC958 Capture Monitor" off
+
        return 0
 }