From owner-freebsd-current@FreeBSD.ORG Sat Nov 20 00:41:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C182A16A4CF for ; Sat, 20 Nov 2004 00:41:08 +0000 (GMT) Received: from mail-fs.sunrise.ch (mta-fs-be-04.sunrise.ch [194.158.229.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD2943D1F for ; Sat, 20 Nov 2004 00:41:07 +0000 (GMT) (envelope-from triulzi@freesurf.ch) Received: from [62.167.215.78] (62.167.215.78) by mail-fs.sunrise.ch (7.0.036) id 418ABE170062E197 for freebsd-current@freebsd.org; Sat, 20 Nov 2004 01:41:06 +0100 Message-ID: <419E92A1.2040000@freesurf.ch> Date: Sat, 20 Nov 2004 01:41:05 +0100 From: Mauro Triulzi User-Agent: Mozilla Thunderbird 0.9 (X11/20041114) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: problems with usb if you unload and reload kernel modules X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 00:41:08 -0000 Hello, I noticed, that if you kldunload and kldload any kernel module, usb hotplugging doesn't work anymore. uname -a FreeBSD triulzi 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Sat Nov 20 01:04:34 CET 2004 triulzi@triulzi:/usr/obj/usr/src/sys/GENERIC i386 world built about 1 hour ago. To reproduce the problem: i) verify that usb hotplug works (I mean /dev/da0, /dev/da0s1 are being created when you plug the usb memory stick in) ii) kldunload snd_ich (or any other kernel module) iii) kldload snd_ich iv) plug your usb memory stick in again: nothing will happen Is there a special reason for that? How could I in this case use the memory stick without booting? Regards, Mauro