From owner-freebsd-current@FreeBSD.ORG Sat Jan 3 06:21:26 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A254816A4CE for ; Sat, 3 Jan 2004 06:21:26 -0800 (PST) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id D19E143D31 for ; Sat, 3 Jan 2004 06:21:24 -0800 (PST) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id 199F76A; Sat, 3 Jan 2004 09:21:35 -0500 (EST) Received: from hachigo (hachigo [66.92.171.91]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Sat, 3 Jan 2004 09:21:34 -0500 Message-ID: <20040103092134.otw8kk0swos8oc44@www.sweetdreamsracing.biz> Date: Sat, 3 Jan 2004 09:21:34 -0500 From: Kenneth Culver To: Kaarthik Sivakumar References: <200401030258.19558.kaarthik@comcast.net> In-Reply-To: <200401030258.19558.kaarthik@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Mailman-Approved-At: Sat, 03 Jan 2004 06:59:00 -0800 cc: freebsd-current@freebsd.org Subject: Re: Sound blaster live and onboard sound X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2004 14:21:26 -0000 Quoting Kaarthik Sivakumar : > Hi > > I have a DELL 2400 that has an Intel i845GL based board. I am currently > running 5.2-RC2 on it, mainly to get support for the onboard Broadcom 440X. > This machine has onboard sound that has been turned off in the BIOS and there > is a SoundBlaster Live! card in it. I kldload-ed the emu10k1 module (and > later on just kldload-ed snd_drivers) but this sound card is not identified > and no pcm device shows up in dmesg. I have attached dmesg output for this > and the output of 'pciconf -lv', which shows the sound blaster card but with > no drivers attached to it. > > When I turn on the onboard sound in the BIOS, I see the 'pcm' line in dmesg. > What exactly should I be doing here to get the sound blaster card working? I > am still running the GENERIC kernel. I searched the archives of -current but > I havent found anything of use there. > > Thanks. > > kaarthik > Hey, this probably just means that your sblive's pci id isn't in the driver. If I were you, I'd take either the chip=0x00061102 from the pciconf, and add that hex value to the driver where the other pci id's are. That should be enough to make it detect your car. Ken