* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > Hi there, > > I installed a few new things to my Debian installation > got most of the stuff working, but there are still > some problems. > I think those are very easy to solve, but I don't have > any idea how. > > > 1.) I managed to get sound (ALSA with via82...) > but only as root. > If ie. mpg123 ist started as user it says > Can't open /dev/dsp! > but /dev/dsp has rwx permissions set for user and group.
You need to add the user to the audio group. As root do: adduser keiichi audio The user can now acces /dev/dsp (he may need to logout and login before). Bye -- DEFRESNE Sylvain