From owner-freebsd-questions Mon Aug 27 8:27:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts7-srv.bellnexxia.net (tomts7.bellnexxia.net [209.226.175.40]) by hub.freebsd.org (Postfix) with ESMTP id 5777437B403 for ; Mon, 27 Aug 2001 08:27:09 -0700 (PDT) (envelope-from david@skytrackercanada.com) Received: from d.tracker ([65.92.123.228]) by tomts7-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010827152708.DTIE3327.tomts7-srv.bellnexxia.net@d.tracker> for ; Mon, 27 Aug 2001 11:27:08 -0400 Received: (from david@localhost) by d.tracker (8.11.3/8.11.3) id f7RFPbk00499 for questions@freebsd.org; Mon, 27 Aug 2001 11:25:38 -0400 (EDT) (envelope-from david) Date: Mon, 27 Aug 2001 11:25:21 -0400 From: David Banning To: questions@freebsd.org Subject: kernel sound board config problem Message-ID: <20010827112521.A399@sympatico.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a problem, configuring a isa sound-blaster card in my kernel. Originally the settings; device pcm0 at isa? irq 10 drq 1 flags 0x0 device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 did the trick. Then I changed the sound card to a PCI type and commented out the above and put only device pcm # device pcm0 at isa? irq 10 drq 1 flags 0x0 # device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 which also worked fine. Then I put back i the ISA card, recompiled the kernel with the original; # device pcm device pcm0 at isa? irq 10 drq 1 flags 0x0 device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 but it will now not recognize the sound card. I went to /usr/src and did a make depend, and built another kernel. Still no go. Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message