<!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 text="#000000" bgcolor="#ffffff">
On 07/02/2009 05:31 PM, Bill Nottingham wrote:
<blockquote cite="mid:20090702213152.GB3202@nostromo.devel.redhat.com"
 type="cite">
  <pre wrap="">Jonathan Kamens (<a class="moz-txt-link-abbreviated" href="mailto:jik@kamens.brookline.ma.us">jik@kamens.brookline.ma.us</a>) said: 
  </pre>
  <blockquote type="cite">
    <pre wrap="">No, I think it's because permissions aren't being set properly on the  
devices in /dev/snd:
    </pre>
  </blockquote>
  <pre wrap="">Permissions should be handled via ACL, which ls won't show.
  </pre>
</blockquote>
Well, then, perhaps the ACLs are wrong.  At least, it sure seems that
way (terminal cut-and-paste colorized by me for readability):<br>
<br>
<tt><font color="#999999">jik2:~!1011$</font> <b>xmms</b><br>
<font color="#660000">Message: device: default<br>
<br>
** WARNING **: alsa_get_mixer(): Attaching to mixer hw:0 failed:
Permission denied<br>
<i>[xmms fails to play music properly]</i></font><br>
<font color="#999999">jik2:~!1012$</font> <b>sudo chown jik /dev/snd/*</b><br>
<font color="#660000">[sudo] password for jik: </font><br>
<font color="#999999">jik2:~!1013$</font> <b>xmms</b><br>
<font color="#660000">Message: device: default<br>
<i>[xmms plays music with no trouble]</i></font><br>
<font color="#999999">jik2:~!1014$</font> </tt><br>
<br>
  jik<br>
<br>
</body>
</html>