From owner-freebsd-current@FreeBSD.ORG Tue May 5 08:38:20 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53045106564A for ; Tue, 5 May 2009 08:38:20 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id DF86D8FC1A for ; Tue, 5 May 2009 08:38:19 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=R2bh8Ytw37wA:10 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=T-RdjjgWDNJRC0zp7lUA:9 a=5QlnIh6ntBOrdQ6bFxCUaWsSKlMA:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1239873087; Tue, 05 May 2009 10:38:18 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Tue, 5 May 2009 10:40:53 +0200 User-Agent: KMail/1.9.7 References: <200905050957.01216.hselasky@c2i.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905051040.53708.hselasky@c2i.net> Cc: Chao Shin Subject: Re: current couldn't attach usb mouse X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 05 May 2009 08:38:20 -0000 On Tuesday 05 May 2009, Chao Shin wrote: > >> > On Tuesday 05 May 2009, Chao Shin wrote: > >> >> Hi Hans, > >> >> > >> >> I disabled fuse.ko and reboot box, nothing changed > >> >> > >> >> [root@currentpark] ~# kldstat > >> >> Id Refs Address Size Name > >> >> 1 1 0xffffffff80100000 c1b1e8 kernel > >> > >> Because my box have no ps/2 mouse and keyborad interface, so after I > >> entered kdb, the keyboard can not work any more... > >> any idea? > > > > Hi Chao, > > > > What is printed on the screen? > > > > You can also try adding these options: > > > > options KDB_UNATTENDED # reboot by default > > options PANIC_REBOOT_WAIT_TIME=10 #seconds > > > > --HPS > > But my box didn't panic after booting, only usb mouse couldn't recognized. > I don't understand what you want to see. Sorry, I'm mixing with another error report. Try this: 1) Boot without the USB mouse plugged in. 2) Run: sysctl hw.usb2.uhci.debug=15 3) Plug your USB mouse. 4) Unplug your USB mouse. Send dmesg. --HPS