<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jerry Rubinow wrote:
<blockquote
 cite="mid:6fb53741002012004y4bf0571eo59e0cc089759af9a@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">On Mon, Feb 1, 2010 at 9:57 PM, Nick Rout <span
 dir="ltr">&lt;<a moz-do-not-send="true"
 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;">I
have a revo 1600. I booted it from a ubuntu netbook remix 9.10 usb<br>
flash drive (because its what I had to hand).<br>
    <br>
It came up using the nv driver in 1280x720<br>
    <br>
I unmuted iec958 in alsamixer.<br>
    <br>
I installed mplayer-nogui<br>
    <br>
I ensured that aplay -L had an hdmi listing.<br>
    <br>
I tried mplayer -ao alsa:device=hdmi file.mkv<br>
    <br>
and got no sound. What am I doing wrong?<br>
    <br>
This machine is naturally destined to be a frontend.</blockquote>
  <div><br>
  </div>
  <div>I have a Revo 1600 running mythbuntu 9.10 as a FE, never tried
mplayer, but did the alsamixer unmute and set "Audio output device" to
ALSA:hdmi in myth and it just worked. &nbsp;Are you sure you have sound
going in over the hdmi connection? &nbsp;Did you try running a FE on it?</div>
  <div><br>
  </div>
  <div>hth,</div>
  <div>Jerry</div>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
  </pre>
</blockquote>
Nick,<br>
<br>
I have an Acer Revo 1600 as a front end and it works great; low noise,
low power consumption, reliable, etc.&nbsp; I initially set it up as Jerry
suggested and all was well until I tried to play music with it.&nbsp; No
matter what I tried I received "Error: Rate doesn't match (requested
44100Hz, got 48000Hz)" in the logs and no sound.<br>
<br>
After a lot of googling and a request to this list Jedi suggested the
following:<br>
<br>
<pre wrap="">   On my Revo I use an .asoundrc file that seems to have been passed 
around a number of XBMC support forums.

--------------------- .asoundrc ----------------------------------

### .asoundrc for Acer Revo

pcm.dmixer {
   type dmix
   ipc_key 1024
   ipc_key_add_uid false
   ipc_perm 0660
   slave {
      pcm "hw:0,3"
      rate 48000
      channels 2
      format S32_LE
      period_time 0
      period_size 1024
      buffer_time 0
      buffer_size 4096
   }
}

pcm.!default {
   type plug
   slave.pcm "dmixer"
}
</pre>
<br>
<br>
Placing the above in the mythtv user's home directory and reverting
back to ALSA:default in the mythtv setup allows sound to work for both
TV playback and myth music.<br>
<br>
Hope it works for you.<br>
<br>
John<br>
</body>
</html>