From owner-freebsd-questions@FreeBSD.ORG Sun Nov 27 22:14:07 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 D53C816A41F for ; Sun, 27 Nov 2005 22:14:07 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F9343D46 for ; Sun, 27 Nov 2005 22:14:03 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (localhost [127.0.0.1]) by chylonia.3miasto.net (8.13.4/8.13.4) with ESMTP id jARMDoNi083891; Sun, 27 Nov 2005 23:13:50 +0100 (CET) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost) by chylonia.3miasto.net (8.13.4/8.13.4/Submit) with ESMTP id jARMDnNZ083888; Sun, 27 Nov 2005 23:13:50 +0100 (CET) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Sun, 27 Nov 2005 23:13:48 +0100 (CET) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: Daniel Bye In-Reply-To: <20051127160458.GA22931@catflap.slightlystrange.org> Message-ID: <20051127231228.J83762@chylonia.3miasto.net> References: <20051126220802.G2026@chylonia.3miasto.net> <20051127160458.GA22931@catflap.slightlystrange.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: 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:14:07 -0000 >> /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?