On 2/5/06, <b class="gmail_sendername">Paul Bender</b> &lt;<a href="mailto:pebender@san.rr.com">pebender@san.rr.com</a>&gt; 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.&nbsp; I have alsa-lib-devel installed, and have the files the following path:
<br>&nbsp;&nbsp;&nbsp; /usr/lib/libasound.a<br>&nbsp;&nbsp;&nbsp; /usr/lib/libasound.so.2.0.0<br>&nbsp;&nbsp;&nbsp; /usr/lib/libasound.la<br>&nbsp;&nbsp;&nbsp; /usr/lib/libasound.so<br>&nbsp;&nbsp;&nbsp; /usr/lib/libasound.so.2<br>&nbsp;&nbsp;&nbsp; /usr/include/alsa/asoundlib.h<br>&nbsp;&nbsp;&nbsp; /usr/include/sys/asoundlib.h
<br><br>When I do my ./configure it also confirms that ALSA support will be enabled.&nbsp; However, when I run mythfrontend and put ALSA:spdif into the sound output device, that's when I get the &quot;Audio output device is set to an ALSA device but ALSA support is not compiled in!&quot; error.&nbsp; Here is the output of my ./configure:
<br><br># Basic Settings<br>Compile type&nbsp;&nbsp;&nbsp;&nbsp; release<br>Compiler cache&nbsp;&nbsp; no<br>DistCC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<br>Install prefix&nbsp;&nbsp; /usr<br>CPU&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x86 (athlon)<br>Big Endian&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<br>MMX enabled&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<br>Vector Builtins&nbsp; yes
<br><br># Input Support<br>Joystick menu&nbsp;&nbsp;&nbsp; yes<br>lirc support&nbsp;&nbsp;&nbsp;&nbsp; yes<br>Video4Linux sup. yes<br>ivtv support&nbsp;&nbsp;&nbsp;&nbsp; yes<br>FireWire support yes<br>DVB support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no [/usr/include]<br>DBox2 support&nbsp;&nbsp;&nbsp; yes<br><br># Sound Output Support
<br>OSS support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<br>ALSA support&nbsp;&nbsp;&nbsp;&nbsp; yes<br>aRts support&nbsp;&nbsp;&nbsp;&nbsp; no<br>JACK support&nbsp;&nbsp;&nbsp;&nbsp; no<br>DTS passthrough&nbsp; yes<br><br># Video Output Support<br>x11 support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<br>xrandr support&nbsp;&nbsp; yes<br>xv support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<br>
XvMC support&nbsp;&nbsp;&nbsp;&nbsp; yes<br>XvMC VLD support yes<br>XvMC pro support no<br>XvMC libs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -lXvMCW<br>OpenGL vsync&nbsp;&nbsp;&nbsp;&nbsp; yes<br>DirectFB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<br><br># Misc Features<br>DVD playback&nbsp;&nbsp;&nbsp;&nbsp; yes<br>Frontend&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<br>Backend&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes
<br><br>Any ideas?<br><br>Thanks for the help,<br><br>Chris<br>