From owner-freebsd-stable@FreeBSD.ORG Sat Jan 9 04:08:38 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 80A51106568D for ; Sat, 9 Jan 2010 04:08:38 +0000 (UTC) (envelope-from freebsd@insightbb.com) Received: from mxsf14.insightbb.com (mxsf14.insightbb.com [74.128.0.96]) by mx1.freebsd.org (Postfix) with ESMTP id 4AC5E8FC19 for ; Sat, 9 Jan 2010 04:08:38 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.49,246,1262581200"; d="scan'208";a="18939134" Received: from unknown (HELO asav01.insightbb.com) ([172.31.249.123]) by mxsf14.insightbb.com with ESMTP; 08 Jan 2010 23:08:37 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsgEAPiPR0vQLicL/2dsb2JhbACBRNI0hC8EhWk X-IronPort-AV: E=Sophos;i="4.49,246,1262581200"; d="scan'208";a="240709503" Received: from 208-46-39-11.dia.static.qwest.net (HELO laptop2.stevenfriedrich.org) ([208.46.39.11]) by asavout01.insightbb.com with ESMTP; 08 Jan 2010 23:08:28 -0500 From: Steven Friedrich To: freebsd-stable@freebsd.org Date: Fri, 8 Jan 2010 23:08:22 -0500 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; i386; ; ) References: <201001081934.59500.freebsd@insightbb.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201001082308.22244.freebsd@insightbb.com> Cc: 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 04:08:38 -0000 On Friday 08 January 2010 08:47:54 pm Frank wrote: > 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: Conversion> 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 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > OK, first a disclaimer. I am not a FreeBSD developer, but I have been admin'ing my own *nix systems for decades. I think this is weird: ugen0.2: at usbus0 What device or port was this on previous to 8-Stable? Is it connected via serial cable (rs232) or USB? I'm betting USB and I'm thinking that maybe the driver you used to use hasn't been converted to the new USB system in 8-Stable.