From owner-freebsd-questions Tue Feb 27 13:59:15 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA09047 for questions-outgoing; Tue, 27 Feb 1996 13:59:15 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA09036 for ; Tue, 27 Feb 1996 13:59:13 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA06100; Tue, 27 Feb 1996 14:52:27 -0700 From: Terry Lambert Message-Id: <199602272152.OAA06100@phaeton.artisoft.com> Subject: Re: Soundblaster 16 isn't recognized To: strauss@dkrz.de (Heiner Strauss) Date: Tue, 27 Feb 1996 14:52:26 -0700 (MST) Cc: questions@freebsd.org, strauss@dkrz.de In-Reply-To: <9602270954.AA17591@regen.dkrz.de> from "Heiner Strauss" at Feb 27, 96 10:54:22 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk > I have FreeBSD 2.1 installed. The system is not able > to find the soundcard. It's a Soundblaster 16 PnP. > Under DOS ( yes I know ) it's possible to find the > card under 0x240 0x330 0x388, DMA 0,6 and INT 10. > I compiled a kernel with these values, but no success. > Is there a solution to configure a Plug and Play Card ? By default PNP devices are disabled until they are specifically enabled -- this prevents them from conflicting. Probably you don't have a PnP BIOS on your machine, or the BIOS POST would have enabled the card. Contact Amancio Hasty, or better yet, the multimedia list, for the most recent PNP code, and incorporate it in a new kernel build. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.