On Sat, 11 Oct 2003 02:14:27 -0500 Simon Mushi <[EMAIL PROTECTED]> wrote:
> this is the script I run once rebooted to "make" the extra device > nodes > > ==== > mknod /dev/sound/dsp2 c 14 19 > mknod /dev/sound/mixer2 c 14 16 > chown root.audio /dev/sound/dsp2 > chown root.audio /dev/sound/mixer2 > chmod 664 /dev/sound/dsp2 /dev/sound/mixer2 > rm -r /dev/dsp2 > rm /dev/mixer2 > ln -s /dev/sound/dsp2 /dev/dsp2 > ln -s /dev/sound/mixer2 /dev/mixer2 > === > > it's kinda rough but it works :) > Thanks for the assist. It seems to be working well. I haven't had to re-run the device creation script yet and I have rebooted a few times, so all is good there too. Thanks again. -- Ian Truelsen Email: [EMAIL PROTECTED] AIM: ihtruelsen Homepage: http://www.ihtruelsen.dyndns.org -- [EMAIL PROTECTED] mailing list
