DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I've install LICQ, but as recommend by the package, I also install SOX. Then I start LICQ as a normal user. Whenever there is incoming message (a sound accompanies it), I have the following error on the terminal:
sox: Can't open output file '/dev/dsp': Permission denied
playing /usr/share/licq/sounds/icq/Message.wav
sox: Can't open output file '/dev/dsp': Permission denied
playing /usr/share/licq/sounds/icq/Message.wav
Is this the correct permission for the dsp file in /dev?
david:/dev# ls -l dsp
crw-rw---- 1 root audio 14, 3 Mar 15 2002 dsp
All the files in /dev seems to be owned by root though. Does that mean I can only run LICQ as root to have the sound properly played?
First user created is automatically added to video and audio group. Next ones need to be added manually.
I've never found a command to list users present in a group but
grep audio /etc/group will give you the list of users minus the user that has the same name, if any:
user:x:1000:
audio:x:29:user
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.