From owner-freebsd-questions@FreeBSD.ORG Thu May 19 16:42:30 2005 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 B81F216A4CE for ; Thu, 19 May 2005 16:42:30 +0000 (GMT) Received: from ezekiel.daleco.biz (cdm-66-76-92-18.cart.cox-internet.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id E61AD43DAA for ; Thu, 19 May 2005 16:42:29 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] (archangel.daleco.biz [69.27.157.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j4JGg9HS069252; Thu, 19 May 2005 11:42:16 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <428CC1DB.7070000@daleco.biz> Date: Thu, 19 May 2005 11:42:03 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050428 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Schoolcraft References: <20050519162604.39593.qmail@web52501.mail.yahoo.com> In-Reply-To: <20050519162604.39593.qmail@web52501.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: bsd Subject: Re: Determining integrated 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: Thu, 19 May 2005 16:42:30 -0000 Bill Schoolcraft wrote: >Hello Family, > >I just got a new box and I'm running 5.4 and it has a generic >"PC_Chips" M863G motherboard and all I get from dmesg is: > >pci0: at device 2.7 (no driver attached) > >I was wondering how to make an educated guess on what driver to try and > >load first? > > Basically: > echo "snd_driver_load="YES" >> /boot/loader.conf" > shutdown -r now This will load all sound drivers on boot, and you'll get to find out if yours is supported/recognized or not. See snd(4). Or, without rebooting, you might just try to kldload the sound.ko module ... but I'm not sure what magic you'd have to do then for testing ... HTH, Kevin Kinsey