From owner-freebsd-questions@FreeBSD.ORG Mon May 2 06:11:05 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 3CE5116A4CE for ; Mon, 2 May 2005 06:11:05 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id B855A43D1F for ; Mon, 2 May 2005 06:11:04 +0000 (GMT) (envelope-from baysao@mail.ru) Received: from [217.16.23.61] (port=3488 helo=thanhvu) by mx1.mail.ru with esmtp id 1DSU91-00071R-00 for freebsd-questions@freebsd.org; Mon, 02 May 2005 10:11:03 +0400 From: "baysao" To: Date: Sun, 1 May 2005 22:11:24 -0700 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcVO1WMp54FgUulNT26O103beFr8CQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-Id: Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: AC'97 Support? 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: Mon, 02 May 2005 06:11:05 -0000 >>Hello! >>I recently installed the FreeBSD 5.3-BETA4-STABLE version of the FreeBSD >>operating system. I have a MSI mainboard with AC'97 built-in sound card. >>I compiled my kernel with "device sound" but it doesn't seem to get the >>job done. Is there a way to activate my sound card with this version of >>FreeBSD and how? >>Thank you for your time and consideration! >>Sincerely, >>Mihail Stoyanov Try to add this line in /boot/loader.conf : snd_ich_load="YES" I have the same problem as yours, then i was successed when do that. baysao.