From owner-freebsd-current@FreeBSD.ORG Thu Mar 19 07:44:38 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 E5E6810656DC for ; Thu, 19 Mar 2009 07:44:38 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe16.swipnet.se [212.247.155.225]) by mx1.freebsd.org (Postfix) with ESMTP id 78C898FC2E for ; Thu, 19 Mar 2009 07:44:37 +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=btKoVUTncN6kmBNGjncA:9 a=tASjDy3cb6moiCY2zh4KolDYrUUA:4 a=LY0hPdMaydYA:10 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe16.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 468405641; Thu, 19 Mar 2009 08:44:36 +0100 From: Hans Petter Selasky To: Mattia Rossi Date: Thu, 19 Mar 2009 08:47:06 +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: <200903190847.07427.hselasky@c2i.net> Cc: freebsd-current@freebsd.org 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 07:44:39 -0000 On Wednesday 18 March 2009, Mattia Rossi wrote: > > > Why does it halt the host controller? It has to do with power save. The message is not dangerous. > > uhci_interrupt:1453: uhci_interrupt: host controller halted > > 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. Did you try Andrew's trick to kill and restart hald? --HPS