From owner-freebsd-questions@FreeBSD.ORG Tue Nov 9 11:39:18 2004 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 374C316A4CE for ; Tue, 9 Nov 2004 11:39:18 +0000 (GMT) Received: from web2.extremenetworkz.net (web2.extremenetworkz.net [69.93.193.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0C5F43D1D for ; Tue, 9 Nov 2004 11:39:17 +0000 (GMT) (envelope-from maxmouse@maxmouse.org) Received: from cpe0004e217b2f4-cm0000393e8460.cpe.net.cable.rogers.com ([69.199.9.194] helo=[10.1.1.187]) by web2.extremenetworkz.net with esmtpa (Exim 4.43) id 1CRULD-0004eM-MV; Tue, 09 Nov 2004 06:39:15 -0500 Message-ID: <4190AC59.3050004@maxmouse.org> Date: Tue, 09 Nov 2004 06:39:05 -0500 From: Rob Eidukaitis Organization: Baginas Unlimited User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Benjamin Sobotta References: <41903537.1080101@maxmouse.org> <200411091325.23104.mayday@gmx.net> In-Reply-To: <200411091325.23104.mayday@gmx.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - web2.extremenetworkz.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - maxmouse.org X-Source: X-Source-Args: X-Source-Dir: cc: freebsd-questions@freebsd.org Subject: Re: Soundcard Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: maxmouse@maxmouse.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 11:39:18 -0000 Even with kldload snd, there is nothing. I'm pretty lost at why I can't seem to get these drivers to load up. Would recompiling the kernel help with it? I figured that loading the module would have the same effect. Rob Benjamin Sobotta wrote: > Hi! > > I'm not quite sure about this but try > > kldload snd_driver > > This will load every driver available. Then check /dev/sndstat again and see > whether it found something. If it did you know that you just picked the wrong > driver and it is be supported by something else. > If it doesn't you're looking at a different problem, that as far as I can see > is not related to the sounddrivers. > > Ben > > On Tuesday 09 November 2004 03:10, Rob Eidukaitis wrote: > >>Hey there. I'm using FreeBSD 4.10-Release, and I recently replaced my >>old soundcard with a new Soundblaster Live! 24 bit. I've tried using: >> >>kldload snd_emu10k1 >> >>No error, but it still doesn't see my card. >> >>pciconf -l -v gives: >>none4@pci3:2:0: class=0x040100 card=0x10061102 chip=0x00071102 rev=0x00 >>hdr=0x00 >> vendor = 'Creative Labs' >> class = multimedia >> subclass = audio >> >>kldstat gives: >>Id Refs Address Size Name >> 1 3 0xc0100000 44e714 kernel >> 2 1 0xc21a4000 5000 snd_emu10k1.ko >> 3 1 0xc21aa000 15000 snd_pcm.ko >> >>cat /dev/sndstat gives: >>FreeBSD Audio Driver (newpcm) >>Installed devices: >> >>Any thoughts on what I might be doing wrong here? >> >>Rob >>_______________________________________________ >>freebsd-questions@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>To unsubscribe, send any mail to >>"freebsd-questions-unsubscribe@freebsd.org" > > > >