Date: Tue, 18 Apr 1995 13:54:07 -0700 From: "Jordan K. Hubbard" <jkh@freefall.cdrom.com> To: Ray Cummins <rcummins@slip-542.netaxs.com> Cc: freebsd-hackers@FreeBSD.org Subject: Re: Installing VoxWare sound drivers Message-ID: <18205.798238447@freefall.cdrom.com> In-Reply-To: Your message of "Tue, 18 Apr 95 16:06:30 EDT." <Pine.NEB.3.91.950418155949.4916A-100000@slip-542.netaxs.com>
next in thread | previous in thread | raw e-mail | index | archive | help
1. Run 2.0-950322-SNAP or later (-current is good! :-). The sound drivers have changed significantly and you're beating your head needlessly against the old code. 2. Ignore all those installation instructions - sound is already integrated into FreeBSD and you don't need to diddle conf.c or anything else in /sys other than your kernel configuration file. 3. Once you're running -current or a recent snap, the sound entries in your kernel config file should look like this: controller snd0 device sb0 at isa? port 0x220 irq 7 drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 4. Once you're running the new kernel, go to /dev and do a `./MAKEDEV snd0' 5. You should now have a reasonable though non-vat capable /dev/audio. This is the place to start.. :-) 6. Talk to Amancio Hasty <hasty@netcom.com>. 7. Good luck! Jordan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18205.798238447>