On 4/18/07, <b class="gmail_sendername">Jim Ramsay</b> &lt;<a href="mailto:i.am@jimramsay.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">i.am@jimramsay.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;">
Adding the option &#39;socket=/tmp/.esdplug:sdmix/socket&#39; to the<br>pulseaudio esound module line in my <a href="http://defaults.pa" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">defaults.pa</a>
 fixed everything!<br><br>do the following at a commandline:<br><br>&nbsp;&nbsp;strace -o &quot;|grep &#39;access.*socket&#39;&quot; esdplay 
somefile.wav<br><br>Mine spit out this line:<br><br>&nbsp;&nbsp;access(&quot;/tmp/.esdplug:sdmix/socket&quot;, R_OK|W_OK) = -1 ENOENT (No such<br>&nbsp;&nbsp;file or directory)<br><br>That&#39;s how I knew what the esd socket filename should be instead
<br>of /tmp/.esd/socket (the pulseaudio default)<br></blockquote></div><br>YES!!!! That did it!!! Thank you very much! Actually Pierre suggested the same but with less copy and paste commands :)<br><br>I had to set a different file:
<br><br>load-module module-esound-protocol-unix socket=/tmp/.esd-1000/socket
<br><br>Here you can find the output of the strace command: <a href="http://www.pastebin.ca/447035" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.pastebin.ca/447035</a>.<br><br>Now I have another question, does pointing to .esd-1000 make sense?? 1000 ss my user id, what if this comp was a multiuser machine??
<br><br>Thanks again,<br>Matteo<br>