From owner-freebsd-questions@FreeBSD.ORG Sun May 1 14:13:31 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 4346516A4CE for ; Sun, 1 May 2005 14:13:31 +0000 (GMT) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE8B043D39 for ; Sun, 1 May 2005 14:13:30 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-77.dynamic.qsc.de [212.202.39.77]) by mail.efacilitas.de (Postfix) with ESMTP id B4CED123A75; Sun, 1 May 2005 16:12:19 +0200 (CEST) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 2384212B102; Sun, 1 May 2005 16:13:23 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 69507-05; Sun, 1 May 2005 16:13:18 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id DE1A712B0B2; Sun, 1 May 2005 16:13:18 +0200 (CEST) Message-ID: <4274E3FE.504@cs.tu-berlin.de> Date: Sun, 01 May 2005 16:13:18 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mihail Stoyanov References: <18164.1114953454@www65.gmx.net> In-Reply-To: <18164.1114953454@www65.gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com cc: questions@freebsd.org 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: Sun, 01 May 2005 14:13:31 -0000 Mihail Stoyanov wrote: >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? > > Tell the output of 'pciconf -lv | grep -B4 audio' please. Björn