From owner-freebsd-questions@FreeBSD.ORG Tue Jun 24 00:22:59 2003 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 214B837B401 for ; Tue, 24 Jun 2003 00:22:59 -0700 (PDT) Received: from truman.datasphereweb.com (12-212-67-226.client.attbi.com [12.212.67.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 521F043F75 for ; Tue, 24 Jun 2003 00:22:56 -0700 (PDT) (envelope-from ryallsd@datasphereweb.com) Received: (qmail 16629 invoked from network); 24 Jun 2003 07:22:46 -0000 Received: from evrtwa1-ar17-4-47-114-001.evrtwa1.dsl-verizon.net (HELO bartxp) (4.47.114.1) by truman.datasphereweb.com with SMTP; 24 Jun 2003 07:22:46 -0000 From: "Derrick Ryalls" To: "'Duke, Brian'" , Date: Tue, 24 Jun 2003 00:22:30 -0700 Message-ID: <00db01c33a21$62eb1090$0200a8c0@bartxp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 In-Reply-To: <1AD041D9121C43498ACFBCBF1B3FE2480B2802@idc1exc0004.corp.global.level3.com> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: Sound problems. 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: Tue, 24 Jun 2003 07:22:59 -0000 >=20 > option PNPBIOS > device pcm >=20 >=20 > rain# grep pcm /var/run/dmesg.boot > pcm0: on sbc0 >=20 For my ESS audio (1936 or something), I needed the pcm and: device sbc not sure if it will make a difference since your card is being detected on boot, but it might use a different driver with sbc. Also, don't know if it is a typo, but shouldn't it be "options"? -Derrick