From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 15:52:25 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B2EC106564A for ; Thu, 12 Jun 2008 15:52:25 +0000 (UTC) (envelope-from joey@mingrone.org) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id D63388FC0A for ; Thu, 12 Jun 2008 15:52:24 +0000 (UTC) (envelope-from joey@mingrone.org) Received: by yx-out-2324.google.com with SMTP id 31so391348yxl.13 for ; Thu, 12 Jun 2008 08:52:24 -0700 (PDT) Received: by 10.150.11.6 with SMTP id 6mr2557258ybk.11.1213284486464; Thu, 12 Jun 2008 08:28:06 -0700 (PDT) Received: by 10.151.78.9 with HTTP; Thu, 12 Jun 2008 08:28:06 -0700 (PDT) Message-ID: Date: Thu, 12 Jun 2008 12:28:06 -0300 From: "Joey Mingrone" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: sound card 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 15:52:25 -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