From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 16:26:33 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 106241065676 for ; Thu, 12 Jun 2008 16:26:33 +0000 (UTC) (envelope-from joey@mingrone.org) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id D35668FC22 for ; Thu, 12 Jun 2008 16:26:32 +0000 (UTC) (envelope-from joey@mingrone.org) Received: by yx-out-2324.google.com with SMTP id 31so397343yxl.13 for ; Thu, 12 Jun 2008 09:26:32 -0700 (PDT) Received: by 10.151.108.5 with SMTP id k5mr1959433ybm.124.1213286505513; Thu, 12 Jun 2008 09:01:45 -0700 (PDT) Received: by 10.151.78.9 with HTTP; Thu, 12 Jun 2008 09:01:45 -0700 (PDT) Message-ID: Date: Thu, 12 Jun 2008 13:01:45 -0300 From: "Joey Mingrone" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: determining sound card device from /var/run/dmesg.boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2008 16:26:33 -0000 Hi, I'm trying to determine what sound card a notebook has. There are three relevant dmesg lines below, but looking at freebsd's hardware notes, I can't tell whether I should use the snd_ich(4) driver for an Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigmatel card. Any suggestions? %cat /var/run/dmesg.boot| grep pcm pcm0: port 0xee00-0xeeff,0xe000-0xe03f mem 0xffaff800-0xffaff9ff,0xffaff400-0xffaff4ff irq 4 at device 31.5 on pci0 pcm0: [ITHREAD] pcm0: Thanks, Joey