Hi All,
getting late in the day, in the 5.1 beta there is no /dev/dsp which
means applications such as
Realplayer can no longer generate sound, will this be fixed in time for
5.1 release?


As a workaround ...
To allow oss apps to work the following script has worked on some systems:

mknod -m 0666 /dev/dsp c 14 3
chown root:root /dev/dsp
mknod -m 0666 /dev/dsp1 c 14 19
chown root:root /dev/dsp1
mknod -m 0666 /dev/dsp56k c 55 0
chown root:root /dev/dsp56k
mknod -m 0666 /dev/mixer c 14 0
chown root:root /dev/mixer
mknod -m 0666 /dev/mixer1 c 14 16
chown root:root /dev/mixer1
mknod -m 0666 /dev/sequencer c 14 1
chown root:root /dev/sequencer
mknod -m 0666 /dev/sequencer2 c 14 8
chown root:root /dev/sequencer2
mknod -m 0666 /dev/audio c 14 4
chown root:root /dev/audio
mknod -m 0666 /dev/audioctl c 14 7
chown root:root /dev/audioctl
mknod -m 0666 /dev/audio1 c 14 20
chown root:root /dev/audio1

_______________________________________________
rhelv5-beta-list mailing list
rhelv5-beta-list@redhat.com
https://www.redhat.com/mailman/listinfo/rhelv5-beta-list

Reply via email to