[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#658728: patch_realtek: no more sound on HP Compaq dx2200 MT



On Sat, 17 Mar 2012 00:20:52 -0500
Jonathan Nieder <jrnieder@gmail.com> wrote:

> ...Sure, but is the auto-mute mode control shown by "amixer -c0
> controls", 

	# show the stock Debian kernel I'm running now, then check
	# on the automute status
	% cat /proc/version ; amixer -c0 controls 2> /dev/null | grep -i mute
	Linux version 3.2.0-2-686-pae (Debian 3.2.10-1) (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-1) ) #1 SMP Tue Mar 13 21:38:34 UTC 2012
	numid=9,iface=MIXER,name='Auto-Mute Mode'

> and is sound suppressed even with no headphones plugged in when
> auto-mute is enabled?

Test, with 'audacious' playing in background, and no headphones:

	# First mute; wait a sec; then unmute.
	% for STATE in Enabled Disabled ; do amixer -c0 set "Auto-Mute Mode" $STATE ; sleep 1s ; done
	ALSA lib conf.c:1220:(parse_def) show is not a compound
	ALSA lib conf.c:1686:(snd_config_load1) _toplevel_:24:26:Unexpected char
	ALSA lib conf.c:3406:(config_file_open) /usr/share/alsa/pulse-alsa.conf may be old or corrupted: 	consider to remove or fix it
	Simple mixer control 'Auto-Mute Mode',0
	  Capabilities: enum
	  Items: 'Disabled' 'Enabled'
	  Item0: 'Enabled'
	ALSA lib conf.c:1220:(parse_def) show is not a compound
	ALSA lib conf.c:1686:(snd_config_load1) _toplevel_:24:26:Unexpected char
	ALSA lib conf.c:3406:(config_file_open) /usr/share/alsa/pulse-alsa.conf may be old or corrupted: 	consider to remove or fix it
	Simple mixer control 'Auto-Mute Mode',0
	  Capabilities: enum
	  Items: 'Disabled' 'Enabled'
	  Item0: 'Disabled'

Result:  the music goes off for one second (as per "sleep 1s" above);
i.e. the speakers mute for 1 sec, then go back on.

Another test with the headphones plugged in (during which the speaker
is always off): the headphones mute for 1 sec, then go back on.

>  (If so, then the bug is still present.  If you
> are wondering why the results are different from before, see alsactl
> (1).)

Seems like this bug's flown, but more tests are needed, I'll try to run
'em.

Thanks for the careful feedback, and HTH...



Reply to: