From owner-freebsd-questions Sun Oct 8 16:59:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from postmarq.mu.edu (hermes.mu.edu [134.48.1.5]) by hub.freebsd.org (Postfix) with ESMTP id 3A61F37B66E for ; Sun, 8 Oct 2000 16:59:17 -0700 (PDT) Received: from marquette.edu ([127.0.0.1]) by postmarq.mu.edu (Netscape Messaging Server 4.15) with ESMTP id G24YMO00.GUH; Sun, 8 Oct 2000 18:59:12 -0500 From: Jeremy Vandenhouten To: Wyatt Banks , freebsd-questions@freebsd.org Message-ID: <3d271a3d559f.3d559f3d271a@marquette.edu> Date: Sun, 08 Oct 2000 18:59:12 -0500 X-Mailer: Netscape Webmail MIME-Version: 1.0 Content-Language: en Subject: Re: soundcard configuartion X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wyatt, Yes, the controller snd0 is the older way of configuring sound cards. If you check out the FreeBSD handbook pages on the web page these are correct for how to configure it using the newer "pcm" method. Also you might want to take a look at the LINT file as it outlines a lot of the same things. J > I have version 4.0 of FreeBSD, and am finding many places where the > outdated book 'The Complete FreeBSD 3rd ed.' that was packaged > with the > CDs I bought gives me inaccurate info. One major thing is > configuring my > sound card. I have an OPL3 sound card, and the book says > something like: > > controller snd0 > > > 4.0 uses the word device instead of controller according to when I > try to > build my kernel with my sound support added. The problem I run > into is > when I do this: > > /usr/sbin/config MYKERNEL > it says "the sound drivers are deprecated, see /pcm/sbc/etc." > > I copied my configuration directly from the man page for sb which > it says > OPL3 support (not OPL3 FM) is included in device sb > > This is how my kernel looks for sound support: > > device snd0 > device sb0 at isa? port 0x220 irq 7 drq 1 > > What am I doing wrong? > Is my man page also outdated? > Thank you > banksw@sunit.edu > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message