From owner-freebsd-questions@FreeBSD.ORG Tue May 20 14:09:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1076637B401 for ; Tue, 20 May 2003 14:09:29 -0700 (PDT) Received: from grumpy.dyndns.org (user-24-214-34-52.knology.net [24.214.34.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B1A443FAF for ; Tue, 20 May 2003 14:09:28 -0700 (PDT) (envelope-from dkelly@grumpy.dyndns.org) Received: from grumpy.dyndns.org (localhost [127.0.0.1]) by grumpy.dyndns.org (8.12.9/8.12.9) with ESMTP id h4KL9N14072397; Tue, 20 May 2003 16:09:23 -0500 (CDT) (envelope-from dkelly@grumpy.dyndns.org) Received: (from dkelly@localhost) by grumpy.dyndns.org (8.12.9/8.12.9/Submit) id h4KL9M0V072396; Tue, 20 May 2003 16:09:22 -0500 (CDT) Date: Tue, 20 May 2003 16:09:22 -0500 From: David Kelly To: Konokrad Message-ID: <20030520210922.GA72326@grumpy.dyndns.org> References: <20030520163831.13a28fbb.konokrad@list.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030520163831.13a28fbb.konokrad@list.ru> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: Need help with the sound card!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 21:09:29 -0000 On Tue, May 20, 2003 at 04:38:31PM -0400, Konokrad wrote: > Hello again. I really need help with this thing. I use FreeBSD 4.7 and I > have rebuild the kernel a couple of times with different drivers. I > tried including [...] > I checked the BIOS settings on this thing and they called the card > "Interwave SB Digital Audio". It was at IRQ 5 and port 0x220. > > Which drivers do I use to set this thing to work? Don't mess with building a kernel until you have found the right driver. The simplest way I know is (as root) "kldload /modules/snd.ko". Then watch the output on a console, via dmesg(8), and/or the contents of /var/log/messages to see which (if any) of the kld modules liked your sound card. Its been a few months since I've been in there doing what you are doing but IIRC /modules/snd.ko is an "all-modules" module. Once you figure out what is needed then you could either build a new kernel or simply add it to /boot/loader.conf (see /boot/defaults/loader.conf for example). -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system.