> > Steve> connect to UNIX socket /var/run/esound/socket". I checked to > Steve> make sure it wasn't something silly, like the directory not > Steve> existing, but sure enough, the directory is there. It's owned > Steve> by root, but I assume that's as should be. Any suggestions? > > Add yourself to the audio group (log out and back in again to make it > work), or do this: > chown root:audio /usr/bin/esd > chmod g+s /usr/bin/esd
That was it! - Stupid of me not to have thought of that myself. Thanks a lot. Steve