Hi, I'm having trouble with nut running on feisty. I have a powerware 5110 connected using USB i did an "sudo lsusb -a" before and after i plugged in the powerware usb cable and did a diff on the results of the two which was: -- 322c322 < Port 2: 0000.0100 power ---> Port 2: 0001.0301 C_CONNECT lowspeed power connect-- current ups.conf is: -- [pw5110] driver = bcmxcp_usb port = auto shutdown_delay = 60 desc = "USB ups" -- did some diagnosis: sudo /lib/nut/bcmxcp_usb -DDDDD -a pw5110 Network UPS Tools - BCMXCP UPS driver 0.11 (2.0.5) debug level is '5' Can't open POWERWARE USB device, retrying ... Can't open POWERWARE USB device, retrying ... Can't open POWERWARE USB device Unable to find POWERWARE UPS device on USB bus it's not finding the powerware. I tried the powerware 5110 with win xp running the provided lansafe/drivers My mate had same powerware 5110 running on gentoo and he was saying he had to modify the bcmxcp_usb code because the Australian model of the UPS was "different". unfortunately he's destroyed his gentoo box so i can't access the code. does anyone have any thoughts resolutions about this issue? -- Kind Regards, Feng
On Jan 1, 2008, at 9:58 AM, Feng Yuan wrote:> Hi, > > I'm having trouble with nut running on feisty. > > I have a powerware 5110 connected using USB > > i did an "sudo lsusb -a" before and after i plugged in the powerware > usb cable and did a diff on the results of the two which was:Hmm, I get an error on feisty when I try to pass "-a" to lsusb.> -- > 322c322 > < Port 2: 0000.0100 power > --- >> Port 2: 0001.0301 C_CONNECT lowspeed power connect > --You should see more than just this change. That means a device is connected electrically to the port, but you should see an entry describing the device. (Also, this is just personal preference, but please use "diff -u" to show more of what is going on.) What does dmesg say about this device? -- Charles Lepple clepple at gmail