From owner-freebsd-questions@FreeBSD.ORG Fri Jun 9 04:46:50 2006 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 0C47C16A419 for ; Fri, 9 Jun 2006 04:46:50 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-01.ohiordc.rr.com (ms-smtp-01.ohiordc.rr.com [65.24.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51F9B43D7B for ; Fri, 9 Jun 2006 04:46:48 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-41-159.woh.res.rr.com [65.31.41.159]) by ms-smtp-01.ohiordc.rr.com (8.13.6/8.13.6) with SMTP id k594kjYv021838 for ; Fri, 9 Jun 2006 00:46:45 -0400 (EDT) Message-ID: <000b01c68b7e$12816d50$0200a8c0@satellite> From: "Dave" To: References: <00ea01c688e3$89626ac0$0200a8c0@satellite> <200606051649.51412.don.hinton@vanderbilt.edu> Date: Fri, 9 Jun 2006 00:35:01 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: solved was Re: AC97 sound card on 6.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 04:46:50 -0000 Hello, Thanks to all who helped with my sound card issue. The fix was load the below driver in /boot/loader.conf: #sound driver snd_ich_load="YES" Thanks. Dave.