On 2/5/06, <b class="gmail_sendername">Paul Bender</b> <<a href="mailto:pebender@san.rr.com">pebender@san.rr.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
At the end, the configure script prints out whether or not it enabled<br>ALSA. Did the print out say that ALSA was enabled?<br><br>The configure script checks for the ALSA library include file<br>(alsa/asoundlib.h) and the ALSA library (libasound). If they are not
<br>installed on your system, then the configure script will disable ALSA<br>sound. Are these files installed on your system?<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br><br>As best as I can tell everything should be working right. I have alsa-lib-devel installed, and have the files the following path:
<br> /usr/lib/libasound.a<br> /usr/lib/libasound.so.2.0.0<br> /usr/lib/libasound.la<br> /usr/lib/libasound.so<br> /usr/lib/libasound.so.2<br> /usr/include/alsa/asoundlib.h<br> /usr/include/sys/asoundlib.h
<br><br>When I do my ./configure it also confirms that ALSA support will be enabled. However, when I run mythfrontend and put ALSA:spdif into the sound output device, that's when I get the "Audio output device is set to an ALSA device but ALSA support is not compiled in!" error. Here is the output of my ./configure:
<br><br># Basic Settings<br>Compile type release<br>Compiler cache no<br>DistCC no<br>Install prefix /usr<br>CPU x86 (athlon)<br>Big Endian no<br>MMX enabled yes<br>Vector Builtins yes
<br><br># Input Support<br>Joystick menu yes<br>lirc support yes<br>Video4Linux sup. yes<br>ivtv support yes<br>FireWire support yes<br>DVB support no [/usr/include]<br>DBox2 support yes<br><br># Sound Output Support
<br>OSS support yes<br>ALSA support yes<br>aRts support no<br>JACK support no<br>DTS passthrough yes<br><br># Video Output Support<br>x11 support yes<br>xrandr support yes<br>xv support yes<br>
XvMC support yes<br>XvMC VLD support yes<br>XvMC pro support no<br>XvMC libs -lXvMCW<br>OpenGL vsync yes<br>DirectFB no<br><br># Misc Features<br>DVD playback yes<br>Frontend yes<br>Backend yes
<br><br>Any ideas?<br><br>Thanks for the help,<br><br>Chris<br>