



If you're still below the recommended version, I'd upgrade as advised.One common cause is having a Linux kernel older than 2.4.22 (such as a stock RedHat 9 kernel). If this is the case for your system, please upgrade to at least kernel version 2.4.22 and try again.
Code: Select all
USB support --->
<M> Support for USB
[ ] USB verbose debug messages
--- Miscellaneous USB options
[*] Preliminary USB device filesystem
[ ] Enforce USB bandwidth allocation (EXPERIMENTAL)
--- USB Host Controller Drivers
< > EHCI HCD (USB 2.0) support (EXPERIMENTAL)
<M> UHCI (Intel PIIX4, VIA, ...) support
< > UHCI Alternate Driver (JE) support
<M> OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support
< > SL811HS Alternate (x86, StrongARM, isosynchronous mode)
< > SL811HS (x86, StrongARM) support, old driver
--- USB Device Class drivers
< > USB Audio support
< > USB Bluetooth support (EXPERIMENTAL)
< > USB MIDI support
--- SCSI support is needed for USB Storage
< > USB Modem (CDC ACM) support
< > USB Printer support
--- USB Human Interface Devices (HID)
<M> USB Human Interface Device (full HID) support
--- Input core support is needed for USB HID input layer or HIDBP
[*] /dev/hiddev raw HID device support
< > USB HIDBP Keyboard (basic) support
< > USB HIDBP Mouse (basic) support
< > Aiptek 6000U/8000U tablet support
< > Wacom Intuos/Graphire tablet support
< > KB Gear JamStudio tablet support
< > Griffin Technology PowerMate support


i'll give a check, and give you feedback... but my ups isn't listed in the supported onewhiskeypriest wrote:ctford0 is correct, unfortunately I didnt realize you were using a non-APC UPS unit.
You might have a look at NUT (Network UPS Tools). A cursory glance doesnt seem to indicate support for Energizer UPS units, but I could be wrong.
Good luck with it; Im afraid thats the best guidance I can offer at this time.

I think this is your answer. Good luck!Update (September 2, 2003): A driver I wrote for the Energizer UPS is now officially part of the NUT (Network UPS Tools) system (starting with version 1.5.4). It is recommended that you use NUT instead of the experimental code below with your Energizer UPS.
The website that you posted a few posts above tells you how to configure it. What to type in on the cl to see that it is working properly and how to make it run in the background. It says that everything right now should be considered very experimental but it's better than nothing I suppose. Maybe you could write an init script if there isn't one already.bumpert wrote:i emerged nut but didn't find any doc or howto on how make it work, somebody?
thx for help
Code: Select all
Oct 25 23:41:00 ouzo usbcore: registered new driver usbfs
Oct 25 23:41:00 ouzo usbcore: registered new driver hub
Oct 25 23:41:00 ouzo usbcore: registered new driver ub
Oct 25 23:41:00 ouzo USB Universal Host Controller Interface driver v2.2
Oct 25 23:41:00 ouzo uhci_hcd 0000:00:1f.2: Intel Corp. 82801BA/BAM USB (Hub #1)
Oct 25 23:41:00 ouzo uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
Oct 25 23:41:00 ouzo hub 1-0:1.0: USB hub found
Oct 25 23:41:00 ouzo uhci_hcd 0000:00:1f.4: Intel Corp. 82801BA/BAM USB (Hub #2)
Oct 25 23:41:00 ouzo uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 2
Oct 25 23:41:00 ouzo hub 2-0:1.0: USB hub found
Oct 25 23:41:00 ouzo SLPB PCI0 HUB0 USB0 USB1 MODM UAR1 UAR2
Oct 25 23:41:00 ouzo usb 1-1: new low speed USB device using address 2
Oct 25 23:41:00 ouzo usb 1-2: new full speed USB device using address 3
Oct 25 23:41:04 ouzo ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
Oct 25 23:41:43 ouzo apcupsd[7500]: apcupsd FATAL ERROR in linux-usb.c at line 781 Cannot find UPS device -- For a link to detailed USB trouble shooting information, please see <http://www.apcupsd.com/support.html>.
Oct 26 18:28:44 ouzo usb 1-2: USB disconnect, address 3
Oct 26 18:28:51 ouzo usb 1-2: new full speed USB device using address 4
Code: Select all
boot # diff config-2.6.8-gentoo-r3 config-2.6.9-gentoo-r1| fgrep -i usb
> # CONFIG_SND_USB_USX2Y is not set
> # CONFIG_USB_SUSPEND is not set
> # CONFIG_USB_OTG is not set
< # CONFIG_USB_PWC is not set