From owner-freebsd-stable@FreeBSD.ORG Sat Jan 9 00:10:22 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 06DA3106566C for ; Sat, 9 Jan 2010 00:10:22 +0000 (UTC) (envelope-from freebsd@insightbb.com) Received: from mxsf00.insightbb.com (mxsf00.insightbb.com [74.128.0.70]) by mx1.freebsd.org (Postfix) with ESMTP id C618E8FC0C for ; Sat, 9 Jan 2010 00:10:20 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.49,244,1262581200"; d="scan'208";a="735759472" Received: from unknown (HELO asav03.insightbb.com) ([172.31.249.123]) by mxsf00.insightbb.com with ESMTP; 08 Jan 2010 19:10:17 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsAEAJ5YR0vQLicL/2dsb2JhbACBRNQ4hC8EhWk X-IronPort-AV: E=Sophos;i="4.49,244,1262581200"; d="scan'208";a="119898832" Received: from 208-46-39-11.dia.static.qwest.net (HELO laptop2.stevenfriedrich.org) ([208.46.39.11]) by asavout03.insightbb.com with ESMTP; 08 Jan 2010 19:10:17 -0500 From: Steven Friedrich To: freebsd-stable@freebsd.org Date: Fri, 8 Jan 2010 19:10:10 -0500 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; i386; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201001081910.10797.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 00:10:22 -0000 On Friday 08 January 2010 05:47:55 pm Frank wrote: > I am having problems with mouse, keyboard and APC UPS. When attempting to > start apcupsd I get the following error: > > Jan 8 17:42:06 Ace apcupsd[1606]: apcupsd FATAL ERROR in generic-usb.c at > line 636 Cannot find UPS device -- For a link to detailed USB trouble > shooting information, please see . > Jan 8 17:42:06 Ace apcupsd[1606]: apcupsd error shutdown completed > > In X, I must move the mouse to get anything to update. For example, if I > type in an xterm nothing will display or happen until the mouse is moved. > This also happens using a browser or any other app. > > # dmesg | grep usb > 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 > Root mount waiting for: usbus1 > Root mount waiting for: usbus1 > ugen0.2: at usbus0 > ugen0.3: at usbus0 > ums0: addr 3> on usbus0 > ugen0.4: at usbus0 > ukbd0: on > usbus0 > > 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 > > World and kernel built last night. > > -- > 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" > Check your /etc/X11/xorg.conf Make sure Option "AllowEmptyInput" is not on, 1, true, etc. We needed this option as a temporary work-around when a bug existed during the code freeze during the FreeBSD8.0 release process. So if you install FreeBSD 8.0-RELEASE from any media, to get Xorg to "see" your mouse, you'll have to add this option to the ServerOptions section of xorg.conf. If you then update your ports, you'll get a newer Xorg than was frozen for the 8.0 RELEASE, and you'll have to remove the option.