On Sat, 26 Aug 2000, Alex Salmon generated:

>[root@smithy]#play ./Message.wav 
>sox: Can't open output file '/dev/dsp' : no such device

# ls -l /dev/dsp

crw-rw---- 1 root  audio  14,   3  Jun 9 16:45 /dev/dsp

Notice how the user root and the group audio have read and write
permissions to the dsp device, but others do not.  Have a look at your
own machine, and see who has rights to read/write the dsp.  Then either
add yourself to the audio group (edit /etc/group, go to the line
beginning with "audio" and add your username to the end) or you can
chmod o+rw /dev/dsp and let the world read/write to the dsp.

Change the relevant parts for yourself (such as the name "audio", and so
on)

-- 
jamesw

"We're like sisters... with really different hair!"
                -- Cordelia Chase, Buffy the Vampire Slayer
------------------------------
[EMAIL PROTECTED]


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to