From owner-freebsd-current@FreeBSD.ORG Thu Mar 19 08:23:01 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 C07FB106566B for ; Thu, 19 Mar 2009 08:23:01 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.tele2.se [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id 56A748FC14 for ; Thu, 19 Mar 2009 08:23:00 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=ju0DaVT_qBWoUzuHmwMA:9 a=xuhqRrJou3ijWeZwI50-NJ-Zp6EA:4 a=50e4U0PicR4A:10 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe12.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1039589819; Thu, 19 Mar 2009 09:22:59 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Thu, 19 Mar 2009 09:25:31 +0100 User-Agent: KMail/1.9.7 References: <49C083A4.5020608@swin.edu.au> <200903180904.52127.hselasky@c2i.net> <49C17A53.8030608@swin.edu.au> In-Reply-To: <49C17A53.8030608@swin.edu.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903190925.31551.hselasky@c2i.net> Cc: Mattia Rossi Subject: Re: USB2, mouse and X 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: Thu, 19 Mar 2009 08:23:02 -0000 Hi Mattia, I see that your keyboard is connected through a High-Speed HUB. 1) Has your setup ever worked with the USB2 stack? It's strange that there is only one interrupt on the EHCI. And when was the kernel built? 2) When you run "usbconfig" you will see some lines with "pwr=SAVE". Maybe there is a bug that will disable the wrong ports at power save. 3) Can you try other ports or connect another High Speed HUB in between? usbconfig -u 6 -a 2 power_on --HPS ugen6.2: at usbus6 uhub7: on usbus6 uhub7: 2 ports with 1 removable, self powered ugen6.3: at usbus6 ukbd0: on usbus6 kbd2 at ukbd0 ugen6.4: at usbus6 ums0: on usbus6 ums0: 3 buttons and [XYZ] coordinates > irq22: ehci0 uhci4 1 0 > Then to the console switching part: It's not possible to switch to the > console until the text shows up again. As I said, it seems the system > gets blocked.