From owner-freebsd-questions@FreeBSD.ORG Sun Nov 27 22:17:04 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 74FBF16A41F for ; Sun, 27 Nov 2005 22:17:04 +0000 (GMT) (envelope-from jbronson@wixb.com) Received: from shadow.sixcompanies.com (shadow.sixcompanies.com [67.53.234.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8BF543D77 for ; Sun, 27 Nov 2005 22:16:56 +0000 (GMT) (envelope-from jbronson@wixb.com) Message-Id: <6.2.5.6.2.20051127161557.00c0d228@sixcompanies.com> Date: Sun, 27 Nov 2005 16:16:54 -0600 To: Wojciech Puchar From: "J.D. Bronson" In-Reply-To: <20051127231228.J83762@chylonia.3miasto.net> References: <20051126220802.G2026@chylonia.3miasto.net> <20051127160458.GA22931@catflap.slightlystrange.org> <20051127231228.J83762@chylonia.3miasto.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Daniel Bye , freebsd-questions@freebsd.org Subject: Re: right place to load kld modules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2005 22:17:04 -0000 At 04:13 PM 11/27/2005, Wojciech Puchar wrote: >>>/etc/lkm.conf in NetBSD? >> >>How about /etc/rc.local or create a script file to go in >>/usr/local/etc/rc.d to do what you want? > >rc.local starts after usbd, and module driver that is attached after >inserting the device does not attach! > >is it bug? don't we load modules in /boot/loader.conf ? Thats where I had to load that module for Apache 2.1-beta IIRC...