On Wed, Jun 13, 2012 at 3:40 AM, jr <span dir="ltr">&lt;<a href="mailto:jraymyth@gmail.com" target="_blank">jraymyth@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a fresh install of Ubuntu 12.04 and MythBuntu 0.25 FE/BE.  The<br>
install went without a hitch.  The tuners and channels are all<br>
configured.  Blah blah blah.  The problem I am having is with the<br>
audio.<br>
<br>
I went through the Setup Wizard and set the audio device<br>
(ALSA:hdmi:CARD=NVidia,DEV=1).  The speaker test hissed as expected.<br>
Video Playback Profile is set to VDPAU High Quality. Test High<br>
Definition plays me a nice movie intro of someone walking across icy<br>
mountains.  The incidental music is clear and audible.<br>
<br>
So I went to make a recording and played it.  The video was clear, but<br>
no audio was emitted.  The recording does have sound when played<br>
through VLC.  I figure that its a config problem, but of what?  ALSA<br>
is clearly working with the HDMI port.  MythTV is communicating with<br>
ALSA, in the setup at the least.  I don&#39;t mind digging in...but where<br>
do I dig?<br>
<br>
Thanks,<br>
jr<br>
<br>
Intel DQ67EP (i5) -- Onboard audio is disabled in the bios<br>
MSI N210-MD512H GeForce 210 512MB<br>
4GB<br>
<br>
<br>
mythuser@Jotun:~$ aplay -l<br>
**** List of PLAYBACK Hardware Devices ****<br>
card 0: PCH [HDA Intel PCH], device 0: ALC888 Analog [ALC888 Analog]<br>
  Subdevices: 1/1<br>
  Subdevice #0: subdevice #0<br>
card 0: PCH [HDA Intel PCH], device 1: ALC888 Digital [ALC888 Digital]<br>
  Subdevices: 1/1<br>
  Subdevice #0: subdevice #0<br>
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]<br>
  Subdevices: 1/1<br>
  Subdevice #0: subdevice #0<br>
card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]<br>
  Subdevices: 1/1<br>
  Subdevice #0: subdevice #0<br>
card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]<br>
  Subdevices: 1/1<br>
  Subdevice #0: subdevice #0<br>
card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]<br>
  Subdevices: 1/1<br>
  Subdevice #0: subdevice #0<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br><div><div class="HOEnZb adM" style><div class="im" style="color:rgb(80,0,80)"><div><br class="Apple-interchange-newline">&quot;2012-06-12 19:58:11.009507 E  ALSA: Error opening</div>/proc/asound/card1/pcm7p/sub0/prealloc: Permission denied.<br>
2012-06-12 19:58:11.009521 E  ALSA: Try to manually increase audio<br>buffer with: echo 128 | sudo tee<br>/proc/asound/card1/pcm7p/sub0/prealloc<br>2012-06-12 19:58:11.009535 E  ALSA: Unable to sufficiently increase<br>ALSA hardware buffer size - underruns are likely<br>
2012-06-12 19:58:11.009543 I  ALSA: OpenDevice<br>hdmi:CARD=NVidia,DEV=1,AES0=6,AES1=0x82,AES2=0x00,AES3=0x01 for<br>passthrough&quot;<div><br></div></div></div><div style>You might also check the user permissions on /dev/asound directory and if the user you are running MythTV with belongs to video and audio groups. I&#39;m not an expert in Myth audio but looks like it tries to open the device 7 on the Nvidia card for playback?</div>
<div style><br></div><div style>You might also try to increase the buffer size manually as the error suggests. Run</div><div style><br></div><div style>$ echo 4096 &gt; /proc/asound/card1/pcm7p/sub0/prealloc</div><div style>
<br></div><div style>and see what happens. If the command fails with permissions issue then you really have a problem with your Myth user editing the ALSA files. Fix the permissions or run the command as root and start the playback again to see if things have improved.</div>
</div><div style><br></div><div style>Igor</div>