<br><br><div class="gmail_quote">On Mon, Dec 15, 2008 at 4:11 PM, Nick Rout <span dir="ltr">&lt;<a href="mailto:nick.rout@gmail.com">nick.rout@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Tue, Dec 16, 2008 at 8:20 AM, Mary Strimel &lt;<a href="mailto:mary.strimel@gmail.com">mary.strimel@gmail.com</a>&gt; wrote:<br>
&gt; Hello,<br>
&gt; My myth box has been running happily for 70+ days, but now after rebooting<br>
&gt; there is no sound. &nbsp;I don&#39;t think it&#39;s a myth-specific problem but since my<br>
&gt; hardware is similar to other myth users I hope someone here can help me -<br>
&gt; other routes have failed.<br>
&gt;<br>
&gt; I have onboard Via sound using Alsa&#39;s snd_via82xx driver. &nbsp;I also have a<br>
&gt; PC-HDTV 5500 and a WinTV PVR 250 installed.<br>
&gt;<br>
&gt; There are two weird things I noticed after the reboot (besides the eerie<br>
&gt; quiet):<br>
&gt;<br>
&gt; 1) there no /dev/dsp device anymore. &nbsp;I think myth was using /dev/dsp for<br>
&gt; sound; the myth setting is now defaulted to &quot;adsp&quot; but I have no idea what<br>
&gt; that is.<br>
&gt;<br>
&gt; 2) under xmms, sound *does* work if I select, under the ALSA output, &quot;hw<br>
&gt; 1,0&quot; but there is no sound in any other program. &nbsp;Alsamixer shows the Via<br>
&gt; sound controller as device 1, and all channels are unmuted / top volume.<br>
&gt;<br>
&gt; I am aware that people on this mailing list have solved issues with PCI<br>
&gt; cards being recognized in a different order at boot time, but I how do I<br>
&gt; tell if this is actually the problem? &nbsp;I don&#39;t want to be messing around<br>
&gt; with settings in &quot;blind&quot; fashion and break something else.<br>
&gt;<br>
&gt; Also, if I determine that it&#39;s an issue with the card order, how would I<br>
&gt; know which card &quot;should&quot; be detected first? &nbsp;And why aren&#39;t any /dev/dsp<br>
&gt; devices being created at all?<br>
&gt;<br>
&gt; Any help with the ANY of the above would be much appreciated! &nbsp;If it<br>
&gt; matters, I have Ubuntu Gutsy 64.<br>
&gt; thanks,<br>
&gt; Mary<br>
<br>
</div></div><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">A few preliminary tests would be to run<br></blockquote>
<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
aplay -l<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
aplay -L<br></blockquote>
ls /proc/asound (I think thats the path)<br><br>
to see what is recognised.<br></blockquote>

</blockquote><div><br>The output is below.&nbsp; It seems to be treating the HD5500&nbsp; as the &quot;default&quot; card.&nbsp; Is that the problem?&nbsp; If so, what do I do about it?<br>&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
mary@mythbox:~$ aplay -l<br>**** List of PLAYBACK Hardware Devices ****<br>card 1: V8237 [VIA 8237], device 0: VIA 8237 [VIA 8237]<br>&nbsp; Subdevices: 3/4<br>&nbsp; Subdevice #0: subdevice #0<br>&nbsp; Subdevice #1: subdevice #1<br>&nbsp; Subdevice #2: subdevice #2<br>
&nbsp; Subdevice #3: subdevice #3<br>card 1: V8237 [VIA 8237], device 1: VIA 8237 [VIA 8237]<br>&nbsp; Subdevices: 1/1<br>&nbsp; Subdevice #0: subdevice #0<br></blockquote><div>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
mary@mythbox:~$ aplay -L<br>default:CARD=CX8801<br>&nbsp;&nbsp;&nbsp; Conexant CX8801, CX88 Digital<br>&nbsp;&nbsp;&nbsp; Default Audio Device<br>null<br>&nbsp;&nbsp;&nbsp; Discard all samples (playback) or generate zero samples (capture)<br>default:CARD=V8237<br>&nbsp;&nbsp;&nbsp; VIA 8237, VIA 8237<br>
&nbsp;&nbsp;&nbsp; Default Audio Device<br>front:CARD=V8237,DEV=0<br>&nbsp;&nbsp;&nbsp; VIA 8237, VIA 8237<br>&nbsp;&nbsp;&nbsp; Front speakers<br>surround40:CARD=V8237,DEV=0<br>&nbsp;&nbsp;&nbsp; VIA 8237, VIA 8237<br>&nbsp;&nbsp;&nbsp; 4.0 Surround output to Front and Rear speakers<br>surround41:CARD=V8237,DEV=0<br>
&nbsp;&nbsp;&nbsp; VIA 8237, VIA 8237<br>&nbsp;&nbsp;&nbsp; 4.1 Surround output to Front, Rear and Subwoofer speakers<br>surround50:CARD=V8237,DEV=0<br>&nbsp;&nbsp;&nbsp; VIA 8237, VIA 8237<br>&nbsp;&nbsp;&nbsp; 5.0 Surround output to Front, Center and Rear speakers<br>surround51:CARD=V8237,DEV=0<br>
&nbsp;&nbsp;&nbsp; VIA 8237, VIA 8237<br>&nbsp;&nbsp;&nbsp; 5.1 Surround output to Front, Center, Rear and Subwoofer speakers<br>iec958:CARD=V8237,DEV=0<br>&nbsp;&nbsp;&nbsp; VIA 8237, VIA 8237<br>&nbsp;&nbsp;&nbsp; IEC958 (S/PDIF) Digital Audio Output<br></blockquote><div><br>&nbsp;mary@mythbox:~$ cat /proc/asound/cards<br>
&nbsp;0 [CX8801&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: CX88x - Conexant CX8801<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conexant CX8801 at 0xe3000000<br>&nbsp;1 [V8237&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: VIA8237 - VIA 8237<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VIA 8237 with ALC655 at 0xc800, irq 22<br><br></div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; mythtv-users mailing list<br>
&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
&gt;<br>
&gt;<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" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br>