[mythtv-users] Mute "sticks" after FFWD

Harry Orenstein holists at verizon.net
Fri Sep 18 03:48:03 UTC 2009


On Thursday 17 September 2009 21:47:41 Michael T. Dean wrote:

<snip>

> > If it helps, and makes any difference, I'm using ALSA:pulse as my audio
> > output device, ALSA:default as the mixer device and Master as the mixer
> > control.  I am using F11 which matches the only other person to confirm
> > my problem, so maybe it's something specific to Fedora?
>
> I'll lay odds that ALSA:pulse is causing it.  When you change that to
> use ALSA:default (and do not redefine default to use Pulse), it works,
> right?  Myth doesn't support using PulseAudio, yet (as Pulse doesn't
> provide the necessary functionality, yet).
>
> Mike
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Changed to ALSA:default.  That didn't fix it, but I removed /etc/asound.conf 
and that did the trick:

asound.conf:

#
# Place your global alsa-lib configuration here...
#

@hooks [
	{
		func load
		files [
			"/etc/alsa/pulse-default.conf"
		]
		errors false
	}
]


The pulse-default.conf makes pulse the output for ALSA:default, so removing it 
fixes the problem.  Thanks for the help!  Hope this can help someone else.


-- Harry O.


More information about the mythtv-users mailing list