[mythtv-users] Sound problems, suggestions please.
Drew Bernat
abernat at zathras.net
Thu Jan 1 11:26:42 EST 2004
yOn Thu, 1 Jan 2004, Kevin N. Carpenter wrote:
> Thanks Drew. Alas, when I change "/dev/dsp" to "ALSA:hw:0,0" via
> mythsetup, it doesn't take. When I go back and look, its set back to
> /dev/dsp. Any clue what I'm doing wrong?
Nope :)
I set the audio string by hand in the database, since I had problems
getting the setup to work. Not tremendously hard:
mysql (-u <user> ...)
Once in mysql:
use mythconverg;
update settings set data="ALSA:hw:0,0" where value="AudioOutputDevice";
That'll do it. This will overwrite all the output settings -- don't use it
if you have multiple frontends. In that case add:
and hostname = "<HOSTNAME>"
to the mysql query.
Drew
--
Drew Bernat __ ____
abernat at zathras.net | | |
http://www.zathras.net | |
More information about the mythtv-users
mailing list