From owner-freebsd-questions@FreeBSD.ORG Tue May 18 09:02:41 2004 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 B54C016A4CE for ; Tue, 18 May 2004 09:02:41 -0700 (PDT) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id C22B343D45 for ; Tue, 18 May 2004 09:02:40 -0700 (PDT) (envelope-from arden@nildram.co.uk) Received: from 10.0.0.3 (82-133-115-55.dyn.gotadsl.co.uk [82.133.115.55]) by smtp.nildram.co.uk (Postfix) with ESMTP id 530F8252B52 for ; Tue, 18 May 2004 17:00:41 +0100 (BST) From: arden To: freebsd-questions@freebsd.org In-Reply-To: <200405180759.35348.kstewart@owt.com> References: <1084891597.2396.5.camel@localhost> <200405180759.35348.kstewart@owt.com> Content-Type: text/plain Message-Id: <1084895982.2423.10.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4-8mdk Date: Tue, 18 May 2004 16:59:42 +0100 Content-Transfer-Encoding: 7bit Subject: Re: sound driver not loading 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: Tue, 18 May 2004 16:02:41 -0000 thanks that sorted it another quick one how do you access the cdrom? tried cd /mnt/cdrom as would do in linux arden On Tue, 2004-05-18 at 15:59, Kent Stewart wrote: > On Tuesday 18 May 2004 07:46 am, arden wrote: > > hi all > > > > another newbie question I'm afraid when i boot my machine the sound > > driver module is not loading and have to type kldload snd_drivers > > every time did i miss something on install? > > You have to add something like > snd_driver_load="YES" > to /boot/loader.conf for it to be run everytime you boot. > > > > > is it time to get a crash course in kernel compiling? > > > > That is what I did. I added "options pcm" to my kernel config file, > which requires building a kernel, but why do it if the loader.conf > addition works :). > > Kent