From owner-freebsd-multimedia@FreeBSD.ORG Thu Sep 4 09:58:37 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34F8716A4C0 for ; Thu, 4 Sep 2003 09:58:37 -0700 (PDT) Received: from puma.icir.org (puma.icir.org [192.150.187.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADEC043FBD for ; Thu, 4 Sep 2003 09:58:36 -0700 (PDT) (envelope-from hodson@puma.icir.org) Received: from puma.icir.org (localhost [127.0.0.1]) by puma.icir.org (8.12.8p1/8.12.3) with ESMTP id h84GwaY7053677; Thu, 4 Sep 2003 09:58:36 -0700 (PDT) (envelope-from hodson@puma.icir.org) Message-Id: <200309041658.h84GwaY7053677@puma.icir.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: "Vlado Korcek" From: Orion Hodson In-Reply-To: Your message of "Thu, 04 Sep 2003 07:02:53 -0000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 04 Sep 2003 09:58:36 -0700 Sender: hodson@icir.org cc: freebsd-multimedia@freebsd.org Subject: Re: Onboard soundcard & FreeBSD 5.0 ??? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2003 16:58:37 -0000 /-- "Vlado Korcek" wrote: | | Hi People, | I've tried to set up the sound card on my machine but unsuccessfully | :-( | I'm running FreeBSD 5.0. The MB is Abit NF7-S based on nForce2 | chipset. The sound card is on board: AC 97 CODEC on board | I've compiled the KERNEL with "device pcm" in order to get the | audio running. But when I reboot the system and then I check for the | device, I see nothing: | grep pcm /var/run/dmesg.boot - shows no pcm device | dmesg | grep pcm - no device listed | If I look to /boot/kernel/ , I see the snd_* module are loaded. | But when I look into /dev/ there is nothing like: | /dev/audio | /dev/dsp | /dev/mixer | ... | | I wonder why? Support for your h/w is more recent that 5.0 had built in. Your pcm device is implements ich audio controller interface. Looking at the CVS log for the ich audio driver at: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/sound/pci/ich.c you can see support for the nForce2 was added on January 13th. It went into the stable branch (4.x) a week later. | Could anyone advice me what can be the problem and how to get it | running??? Support for the nForce2 just requires an additional device id in the probing routine. You could look at the diff in CVS and apply that to your tree. Alternatively, you could move to a version of FreeBSD that supports it. 5.0 is not a very good place to be these days - there are few developers interested in tracking problems there. If you want a solid bsd then install 4.8R. If you are prepared to endure an early adopter version the go with 5.1R. Cheers - Orion