Subject: How to use sb0?
To: Matthias Scheler <tron@colwyn.owl.de>
From: Torsten Duwe (Emacs) <duwe@immd4.informatik.uni-erlangen.de>
List: port-i386
Date: 07/04/1995 00:17:56
>>>>> "Matthias" == Matthias Scheler <tron@colwyn.owl.de> writes:

    Matthias> 	Hi,

    Matthias> how do I use the "sb0" device? I've tried "cat sample.au
    Matthias> >/dev/audio" but I got a "device not configured". "/dev/sb0"
    Matthias> does not exist and "MAKEDEV" does not know how to create it.

I think the devices should be named "/dev/audio" (Mu-law) and "/dev/sound"
(linear), for major numbers consult src/sys/arch/i386/i386/conf.c, the minors
depend on the driver (sys/dev/audio* in this case). You have a correct sb0
line in your kernel config, haven't you ?

	Torsten