From owner-freebsd-questions@FreeBSD.ORG Thu Jun 2 14:20:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 85AE616A41C for ; Thu, 2 Jun 2005 14:20:58 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2673243D48 for ; Thu, 2 Jun 2005 14:20:58 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 9912 invoked from network); 2 Jun 2005 14:20:57 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 2 Jun 2005 14:20:57 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9603C30; Thu, 2 Jun 2005 10:20:54 -0400 (EDT) Sender: lowell@be-well.ilk.org To: =?iso-8859-1?q?Rold=E1n?= To: freebsd-questions@freebsd.org References: <20050601051732.35557.qmail@web25605.mail.ukl.yahoo.com> From: Lowell Gilbert Date: 02 Jun 2005 10:20:54 -0400 In-Reply-To: <20050601051732.35557.qmail@web25605.mail.ukl.yahoo.com> Message-ID: <44y89set6h.fsf@be-well.ilk.org> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: onboard sound crard on intel D915GAG X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2005 14:20:58 -0000 Rold=E1n writes: > can anybody have configured this board sound card? >=20 > i put the=20 > this is the message i get from demsg > pci0: at device 27.0 (no driver attached) > after i put this on the /boot/loader.conf > snd_driver_load=3D"YES" > and when i do cat /dev/sndstat i get this > FreeBSD Audio Driver (newpcm) > Installed devices: >=20 > in fact i'm without sound > i read the handbook to try configure but i'd never > make a custom kernel before and i'm a little scared, > so > can i do somethig else to get the sound on? > or is i have to compile the kernel wich device i have > to load : the generic "device sound"? What happens when you type: "kldload sound" and then=20 "kldload snd_driver"?