From owner-freebsd-doc@FreeBSD.ORG Thu Dec 2 12:47:21 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39ADD16A4CE for ; Thu, 2 Dec 2004 12:47:21 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3538B43D54 for ; Thu, 2 Dec 2004 12:47:20 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) iB2Cka8g074119; Thu, 2 Dec 2004 13:46:36 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id iB2Ckani074118; Thu, 2 Dec 2004 13:46:36 +0100 (CET) (envelope-from marc) Date: Thu, 2 Dec 2004 13:46:36 +0100 From: Marc Fonvieille To: cjsantos@sapo.pt Message-ID: <20041202124635.GA72788@abigail.blackend.org> References: <1101988511.3orp5mc06ruo@mail.sapo.pt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1101988511.3orp5mc06ruo@mail.sapo.pt> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: doc@FreeBSD.org Subject: Re: Error on FreeBSD handbook ? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:47:21 -0000 On Thu, Dec 02, 2004 at 11:55:11AM +0000, cjsantos@sapo.pt wrote: > Hi, > > I've been in the process of setting up sound support to FSBD 5.3 after upgrading > from 5.2.1 > > I've had several headaches trying to setup the kernel with support for my Sound > Blaster :-) > > In the handbook, in section : > 7.2.1.1 Configuring a Custom Kernel with Sound Support > > It says that this should be added to the kernel : > > device sound > device sbc > > In fact this sohuld be added > device sound > device snd_sbc > Fixed, thanks for the catch! Marc