<br><br><div class="gmail_quote">On Sun, Jul 25, 2010 at 11:09 AM, Don Brett <span dir="ltr"><<a href="mailto:dlbrett@zoominternet.net">dlbrett@zoominternet.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">Don Brett wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I'm working on getting audio onto my hdmi output, which requires the latest alsa-driver (1.0.23). I can't find an rpm, so I'm trying to build and install from source. It looks pretty straight-forward and it looked like it worked, but alsa-info.sh reports the previous version (1.0.21). Does this look correct?<br>
<br>
- download alsa-driver source and un-pack (<a href="http://www.alsa-project.org/main/index.php/Download" target="_blank">http://www.alsa-project.org/main/index.php/Download</a>)<br>
- ./configure --with-kernel=/usr/src/kernels/2.6.32.16-141.fc12.i686<br>
- make<br>
- make install<br>
- ./snddevices<br>
- reboot<br>
<br>
When I run "alsa-info.sh", I get:<br>
<br>
!!ALSA Version<br>
!!------------<br>
<br>
Driver version: 1.0.21<br>
Library version: Utilities version: 1.0.22<br>
<br>
<br>
Did I miss a step? One of the Ubuntu sites ran "sudo /sbin/alsa-utils stop" before running the build. Maybe I needed to shut it down first?<br>
<br>
<br>
<br>
<br>
PS - ...full alsa-info report posted here:<br>
<a href="http://www.alsa-project.org/db/?f=1154be82a2f59d3d1276ccdf854e9b21a3e17f85" target="_blank">http://www.alsa-project.org/db/?f=1154be82a2f59d3d1276ccdf854e9b21a3e17f85</a> <br>
<br>
</blockquote></div>
By the way, this is a new installation of MythDora-12.<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>I use the following for my configure line on F12.<br>./configure --with-build=/lib/modules/`uname -r`/build/ --with-debug=full --enable-dynamic-minors --with-moddir=updates<br>then just<br>
make<br>make install<br>reboot<br><br>