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
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.
On Fri, 8 Jan 2010 17:47:55 -0500 (EST) Frank <frank_s@bellsouth.net> 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 foundA possibility occurs to me that I think nobody has yet mentioned. If you still have the obsolete usbdevs command on your system, is it possible you also still have the obsolete devel/libusb port installed? It conflicts with the libusb in the base system, causing just the sorts of problems you are experiencing.
On Thu, 14 Jan 2010, Steve Randall wrote:>> Ace /usr/ports # usbdevs -d -v >> usbdevs: no USB controllers found > > A possibility occurs to me that I think nobody has yet mentioned. If > you still have the obsolete usbdevs command on your system, is it > possible you also still have the obsolete devel/libusb port installed? > It conflicts with the libusb in the base system, causing just the sorts > of problems you are experiencing.You hit the nail right on the head! I deinstalled libusb and now it works. Thanks! -- Frank
Seemingly Similar Threads
- Unable to find driver for a supported device
- Question on support for Upsonic Commercial UPS CXR 2000 - 2000VA/1200W - Rack/Tower on Freebsd 9.1.
- Question on support for Upsonic Commercial UPS CXR 2000 - 2000VA/1200W - Rack/Tower on Freebsd 9.1.
- Unable to find driver for a supported device
- Question on support for Upsonic Commercial UPS CXR 2000 - 2000VA/1200W - Rack/Tower on Freebsd 9.1.