From owner-freebsd-stable@FreeBSD.ORG Sat Jan 9 01:47:56 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19ECB1065676 for ; Sat, 9 Jan 2010 01:47:56 +0000 (UTC) (envelope-from frank_s@bellsouth.net) Received: from fmailhost01.isp.att.net (fmailhost01.isp.att.net [207.115.11.51]) by mx1.freebsd.org (Postfix) with ESMTP id 03BD08FC1E for ; Sat, 9 Jan 2010 01:47:55 +0000 (UTC) Received: from ace.nina.org (adsl-178-52-232.gnv.bellsouth.net[74.178.52.232]) by isp.att.net (frfwmhc01) with SMTP id <20100109014755H01002oboee>; Sat, 9 Jan 2010 01:47:55 +0000 X-Originating-IP: [74.178.52.232] Date: Fri, 8 Jan 2010 20:47:54 -0500 (EST) From: Frank X-X-Sender: frank_s@Ace.nina.org To: Steven Friedrich In-Reply-To: <201001081934.59500.freebsd@insightbb.com> Message-ID: References: <201001081910.10797.freebsd@insightbb.com> <201001081934.59500.freebsd@insightbb.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: USB problems on 8.0-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2010 01:47:56 -0000 On Fri, 8 Jan 2010, Steven Friedrich wrote: >> Option "AllowEmptyInput" "off" >> EndSection > Comment out the line containing AllowEmptyInput. OK, this took care of the nothing-works-unless-mouse-is-moved problem but why do I get this? It's keeping apcupsd from starting. Ace /usr/ports # usbdevs -d -v usbdevs: no USB controllers found Ace /usr/ports # usbconfig ugen0.1: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON ugen1.1: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON ugen0.2: at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON ugen0.3: at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON ugen0.4: at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON >From dmesg: usbus0: on ohci0 usbus1: EHCI version 1.0 usbus1: on ehci0 usbus0: 12Mbps Full Speed USB v1.0 usbus1: 480Mbps High Speed USB v2.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 Root mount waiting for: usbus1 Root mount waiting for: usbus1 ugen0.2: at usbus0 ugen0.3: at usbus0 ums0: on usbus0 ugen0.4: at usbus0 ukbd0: on usbus0 I don't understand why usbdevs can't find any controllers and apcupsd can't find any device while the kernel and usbconfig can find it all. Thanks. -- Frank