Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 2010 19:10:10 -0500
From:      Steven Friedrich <freebsd@insightbb.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: USB problems on 8.0-STABLE
Message-ID:  <201001081910.10797.freebsd@insightbb.com>
In-Reply-To: <alpine.BSF.2.00.1001081737490.1449@Ace.nina.org>
References:  <alpine.BSF.2.00.1001081737490.1449@Ace.nina.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <http://www.apcupsd.com/support.html>.
> 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: <OHCI (generic) USB controller> on ohci0 usbus1: EHCI version 1.0
> usbus1: <EHCI (generic) USB 2.0 controller> on ehci0
> usbus0: 12Mbps Full Speed USB v1.0
> usbus1: 480Mbps High Speed USB v2.0
> ugen0.1: <nVidia> at usbus0
> uhub0: <nVidia OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on
> usbus0
> ugen1.1: <nVidia> at usbus1
> uhub1: <nVidia EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on
> usbus1
> Root mount waiting for: usbus1
> Root mount waiting for: usbus1
> Root mount waiting for: usbus1
> Root mount waiting for: usbus1
> ugen0.2: <American Power Conversion> at usbus0
> ugen0.3: <vendor 0x0461> at usbus0
> ums0: <vendor 0x0461 USB Optical Mouse, class 0/0, rev 2.00/2.00,
> addr 3> on usbus0
> ugen0.4: <Dell> at usbus0
> ukbd0: <Dell Dell USB Keyboard, class 0/0, rev 1.10/3.01, addr 4> on
> usbus0
> 
> Ace /usr/ports # usbdevs -d -v
> usbdevs: no USB controllers found
> 
> Ace /usr/ports # usbconfig
> ugen0.1: <OHCI root HUB nVidia> at usbus0, cfg=0 md=HOST spd=FULL
> (12Mbps) pwr=ON
> ugen1.1: <EHCI root HUB nVidia> at usbus1, cfg=0 md=HOST spd=HIGH
> (480Mbps) pwr=ON
> ugen0.2: <Back-UPS XS 1200 FW:8.g1 .D USB FW:g1 American Power
> Conversion> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON
> ugen0.3: <USB Optical Mouse vendor 0x0461> at usbus0, cfg=0 md=HOST
> spd=LOW (1.5Mbps) pwr=ON
> ugen0.4: <Dell USB Keyboard Dell> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001081910.10797.freebsd>