From owner-freebsd-hackers Tue Apr 18 13:54:14 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA18219 for hackers-outgoing; Tue, 18 Apr 1995 13:54:14 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id NAA18206 ; Tue, 18 Apr 1995 13:54:09 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: Ray Cummins cc: freebsd-hackers@FreeBSD.org Subject: Re: Installing VoxWare sound drivers In-reply-to: Your message of "Tue, 18 Apr 95 16:06:30 EDT." Date: Tue, 18 Apr 1995 13:54:07 -0700 Message-ID: <18205.798238447@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@FreeBSD.org Precedence: bulk 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 . 7. Good luck! Jordan