abstract:
the second problem, /dev/dsp is independent of that. do you have your sound card (and the wave out device) configured?
/dev/dsp is the channel for outputting wav files. (try "cat /data/windows/media/chimes.wav >/dev/dsp")
could also be a permissions problem, but probably the sound card is not setup at all. is it?
to your first problem:
for audio cdroms, you need access to the raw device (/dev/cdrom whis is a link to /dev/hdb here -> you have your cdrom on the primary slave port.)
/dev/cdrom is owned by root.root
are you logged in as root or is your user member of the "root" group? if not, you cannot acces it 
can you mount a data cd-rom? (you still might be able to since mount is most times SUID root)
the second problem, /dev/dsp is independent of that. do you have your sound card (and the wave out device) configured?
/dev/dsp is the channel for outputting wav files. (try "cat /data/windows/media/chimes.wav >/dev/dsp")
could also be a permissions problem, but probably the sound card is not setup at all. is it? |