On 6/4/07, <b class="gmail_sendername">Cnudde, Paul</b> &lt;<a href="mailto:Paul.Cnudde@gowlings.com">Paul.Cnudde@gowlings.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;">
I had a similar issue with my 5500 where I had no sound.&nbsp;&nbsp;The issue was that alsa believed that the 5500 was the sound card.&nbsp;&nbsp;The solution was to blacklist alsa_cx88.&nbsp;&nbsp;Once I did that my actual sound card was detected and I had sound again (I think alsa_cx88 is the name of the module I blacklisted but I&#39;m not in front of my mythbox right now). lsmod will point you in the right direction.
<br></blockquote></div><br>Hey you just jogged my memory. I had the same issue, but took a different approach. I added this to /etc/modprobde.d/aliases:<br><br>alias snd-card-0 snd-via82xx<br>
options snd-via82xx index=0<br>
alias snd-card-1 cx88-alsa<br>
options cx88-alsa index=1<br><br>My on board sound is the via82xx.<br><br>TK<br>