From owner-freebsd-questions@FreeBSD.ORG Fri Oct 21 13:47:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 14B0C16A41F for ; Fri, 21 Oct 2005 13:47:18 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8587543D46 for ; Fri, 21 Oct 2005 13:47:17 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 28823 invoked from network); 21 Oct 2005 13:47:16 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Oct 2005 13:47:16 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id A90B434; Fri, 21 Oct 2005 09:47:15 -0400 (EDT) Sender: lowell@be-well.ilk.org To: k.makisupa@sbcglobal.net References: <1129900650.2200.4.camel@localhost> From: Lowell Gilbert Date: 21 Oct 2005 09:47:15 -0400 In-Reply-To: <1129900650.2200.4.camel@localhost> Message-ID: <44irvr2d98.fsf@be-well.ilk.org> Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: loader.conf question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2005 13:47:18 -0000 makisupa writes: > Got k3b installed and trying to sort out some issues. This is a 6.0RC1 > with a custom kernel box. In /boot/loader.conf i pass a > 'load_atapicam="YES"'. This is the only argument there...but its not > working. Once booted if I simply 'kldload atapicam' everything works > like a charm -- scanbus, k3b (minus permissions but that's not the issue > right now). What gives? Why is my system skipping the loader.conf? > Where else should i put the argument? > You mean atapicam_load rather than load_atapicam, right?