I have an FC5 system with a powerware 5110 usb ups. The system seems to find the UPS ------------------------------ [root@b1 src]# lsusb Bus 004 Device 001: ID 0000:0000 Bus 003 Device 002: ID 0592:0002 Powerware Corp. Bus 003 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Bus 005 Device 001: ID 0000:0000 Bus 001 Device 001: ID 0000:0000 ------------------------------- [root@b1 src]# cat /proc/bus/usb/devices ...... T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=1.5 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0592 ProdID=0002 Rev= 0.50 S: Manufacturer=Powerware S: Product=Powerware UPS C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=20ms ----------------------------- I have set the port to auto but I can not make it work What do I need to set the port to? I have tried /sbin/bcmxcp_usb /proc/bus/usb/003/002 it says it can not find the UPS device on USB Bus.... Thanks Steve -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -------------- next part -------------- An HTML attachment was scrubbed... URL: lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20070204/7ca1a2bb/attachment.htm
On 2/3/07, Steve Simeonidis <steves@awebd.com.au> wrote:> I have an FC5 system with a powerware 5110 usb ups.[...]> it says it can not find the UPS device on USB Bus....The port value for many USB drivers is just a placeholder, and does not refer to the actual USB device path. I would suggest leaving it as "auto" to avoid confusion later on. Which version of NUT are you using? Did you compile from source, or are you using RPMs from FC5? In the source code, there is a directory called either scripts/hotplug-ng or scripts/udev. Please follow the instructions there. Alternatively, you can test with "-u root" on the driver command line, but this is less secure. -- - Charles Lepple
Hi Steve. s?n 2007-02-04 klockan 03:30 +1100 skrev Steve Simeonidis:> I have an FC5 system with a powerware 5110 usb ups. > > The system seems to find the UPS > > ------------------------------ > [root@b1 src]# lsusb > Bus 004 Device 001: ID 0000:0000 > Bus 003 Device 002: ID 0592:0002 Powerware Corp. > Bus 003 Device 001: ID 0000:0000 > Bus 002 Device 001: ID 0000:0000 > Bus 005 Device 001: ID 0000:0000 > Bus 001 Device 001: ID 0000:0000 > ------------------------------- > > [root@b1 src]# cat /proc/bus/usb/devices > ...... > > T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=1.5 MxCh= 0 > D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 > P: Vendor=0592 ProdID=0002 Rev= 0.50 > S: Manufacturer=Powerware > S: Product=Powerware UPS > C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA > I: If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none) > E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=20ms > > -----------------------------Yep that looks OK.> > I have set the port to auto but I can not make it work > > What do I need to set the port to? >The ups.conf should look something like this. [pw5110] driver = bcmxcp_usb port = auto shutdown_delay = 60 desc = "USB ups" Now try to start the driver like this. /sbin/bcmxcp_usb -a pw5110 If it spit out something like this -------- Network UPS Tools - BCMXCP UPS driver 0.11 (2.0.5) Model = POWERWARE UPS 500VA Firmware = Cont:00.80 Inve:00.60 Shutdown delay = 60 seconds -------- Then it is ok. If not then check the you have the right udev rules installed. Kjell