On Sat, 3 Jul 2004 23:48:24 -0000 (GMT), Hugo Silva <[EMAIL PROTECTED]> wrote: > Hi, > > I need to create a dsp1 device. I'm running FreeBSD 5.2.1-RELEASE-p9 > > I've tried: > [EMAIL PROTECTED]:/dev]# mknod /dev/dsp1 c 30 0x00000013 > mknod: /dev/dsp1: No such file or directory > > but no luck.. I need this device because I need to use two programs who > will put dsp device in r/w. So the second will always fail. The only way I > see to fix this is creating a dsp1 device, make the first program use > /dev/dsp and the second use /dev/dsp1 ...
According to some old post I remember on this list, you can use /dev/dsp0.0 and /dev/dsp0.1 as two separate devices. Hope that helps Gautam _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
