From owner-freebsd-questions@FreeBSD.ORG Mon May 2 06:22:59 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 8E8F316A4CE for ; Mon, 2 May 2005 06:22:59 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0398B43D48 for ; Mon, 2 May 2005 06:22:59 +0000 (GMT) (envelope-from baysao@mail.ru) Received: from [217.16.23.61] (port=3490 helo=thanhvu) by mx2.mail.ru with esmtp id 1DSUKX-000B34-00 for freebsd-questions@freebsd.org; Mon, 02 May 2005 10:22:57 +0400 From: "baysao" To: Date: Sun, 1 May 2005 22:23:19 -0700 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcVO1w0LWfMilFNfTuK3jEPychD7hQ== 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: AC97 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:22:59 -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 I forget something to say you. You must modify file /usr/src/sys/dev/sound/pcm/ac97.c that look line { 0x41445363, 0x00, 0, "AD1886A", 0 }, { 0x41445368, 0x00, 0, "AD1888", ad198x_patch }, => add this line; { 0x41445370, 0x00, 0, "AD1980", ad198x_patch }, After that you must unload snd_ich $kldunload snd_ich And again load snd_ich for affect that modified ac97.c $kldload snd_ich Then you can using enter Control Center active sound card, listen sound test. I sure it must be ok at this point. baysao.