From owner-freebsd-stable Wed Aug 2 6:40:19 2000 Delivered-To: freebsd-stable@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by hub.freebsd.org (Postfix) with ESMTP id D657837B9AA for ; Wed, 2 Aug 2000 06:40:11 -0700 (PDT) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (jesse@knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.3/8.9.3) with ESMTP id PAA29915 for ; Wed, 2 Aug 2000 15:40:09 +0200 (MET DST) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id PAA19296; Wed, 2 Aug 2000 15:39:28 +0200 (MET DST) X-Authentication-Warning: knecht.cs.uni-magdeburg.de: jesse set sender to jesse@cs.uni-magdeburg.de using -f To: FreeBSD-stable Subject: Change in honoring /sys/conf/files with (new) buildkernel target? From: Roland Jesse Date: 02 Aug 2000 15:39:28 +0200 Message-ID: <0vk8dzeq9b.fsf@cs.uni-magdeburg.de> Lines: 33 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As -multimedia doesn't seem to be the best place for this, I will retry here. After switching from the historically way of building my kernel to buildkernel, my sound support is gone. As I have a card with an Aureal chip, I always uncomment the aureal.c line in /sys/conf/files after updating /usr/src using cvsup. The card is recognized. 'cat /dev/sndstat' says: --- snip --- FreeBSD Audio Driver (newpcm) Jul 31 2000 17:48:27 Installed devices: pcm0: at memory 0xde800000 irq 10 (1p/0r channels duplex) --- snip --- The point is: --- snip --- % mpg123 whatever.mp3 High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3. Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp. Uses code from various people. See 'README' for more! THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! Can't open /dev/dsp! --- snip --- The usual 'cd /dev; sh MAKEDEV all; sh MAKEDEV snd0' is done. Any hints are welcome and appreciated. Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message