From owner-freebsd-questions@FreeBSD.ORG Wed Nov 10 11:45:47 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 E6DD216A4CE for ; Wed, 10 Nov 2004 11:45:47 +0000 (GMT) Received: from web2.extremenetworkz.net (web2.extremenetworkz.net [69.93.193.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id A68B643D53 for ; Wed, 10 Nov 2004 11:45:45 +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 1CRqux-0000Qw-KG for questions@FreeBSD.org; Wed, 10 Nov 2004 06:45:39 -0500 Message-ID: <4191FF5A.8030606@maxmouse.org> Date: Wed, 10 Nov 2004 06:45:30 -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: FreeBSD Questions References: <4191FBB7.6090509@locolomo.org> In-Reply-To: <4191FBB7.6090509@locolomo.org> 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: Subject: Soundcard detection 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: Wed, 10 Nov 2004 11:45:48 -0000 I recently installed a new soundcard in my 4.10 machine. It's a soundblaster live 23 bit. I've tried loading the kernel module and compiling support into the kernel, both with no luck. When I do a pciconf I get: none4@pci3:2:0: class=0x040100 card=0x10061102 chip=0x00071102 rev=0x00 hdr=0x00 vendor = 'Creative Labs' class = multimedia subclass = audio none5@pci3:14:0: class=0x030000 card=0x01671028 chip=0x47521002 rev=0x27 hdr=0x00 vendor = 'ATI Technologies' device = 'Rage XL PCI' class = display subclass = VGA I noticed that they both the soundcard and the graphics card appear to be pci3:*, could this be my problem? Would it help to move the soundcard on the motherboard? Any suggestions would be greatly appreciated, as I can't think of what else I can do. Rob