From: Xiaofan C. <xia...@gm...> - 2016-09-14 12:55:41
|
On Tue, Sep 13, 2016 at 7:46 PM, Jeff Bowman <jef...@in...> wrote: > I'm trying to get Network UPS Tools (NUT) working on my > Hyper-V server and I'm running into libUSB problems. > > Specifically, when I run this command: > > usbhid-ups.exe -D -a ups > > I get the output shown below. > > How can I got about troubleshooting this? The error message doesn't > seem to provide much information. My UPS is detected, however, > so there does appear to be basic communication occurring. I am not so sure why NUT still use libusb-win32 for HID device. That is not recommended. They should use HIDAPI instead. -- Xiaofan |