From owner-freebsd-questions@FreeBSD.ORG Fri Oct 21 13:18:06 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 6C95516A41F for ; Fri, 21 Oct 2005 13:18:06 +0000 (GMT) (envelope-from bsd.makisupa@sbcglobal.net) Received: from smtp110.sbc.mail.re2.yahoo.com (smtp110.sbc.mail.re2.yahoo.com [68.142.229.95]) by mx1.FreeBSD.org (Postfix) with SMTP id EB5CE43D46 for ; Fri, 21 Oct 2005 13:18:05 +0000 (GMT) (envelope-from bsd.makisupa@sbcglobal.net) Received: (qmail 61443 invoked from network); 21 Oct 2005 13:18:04 -0000 Received: from unknown (HELO ?192.168.1.2?) (bsd.makisupa@sbcglobal.net@68.251.101.164 with plain) by smtp110.sbc.mail.re2.yahoo.com with SMTP; 21 Oct 2005 13:18:04 -0000 From: makisupa To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: mak.net Date: Fri, 21 Oct 2005 08:17:30 -0500 Message-Id: <1129900650.2200.4.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: loader.conf question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: k.makisupa@sbcglobal.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2005 13:18:06 -0000 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? THanks, mak