[Nut-upsuser] Windows 2008 R2 USBHID-UPS VendorID & Serial
Ian Wells
Ian.Wells at precision-point.com
Wed Aug 31 13:13:27 UTC 2011
Hi All,
I'm trying to configure NUT 2.6.1 on Windows 2008 R2 to recognise two APC Smart-UPS 3000 devices connected via USB cables.
I have correctly installed libusb-win32, and run the driver wizard.
In my ups.conf I have :-
[Upper]
driver = usbhid-ups
port = auto
desc = "Upper Smart-UPS 3000"
vendorid = 051d
serial = "JS1011030553"
[Lower]
driver = usbhid-ups
port = auto
desc = "Lower Smart-UPS 3000"
vendorid = 051d
serial = "JS1011030544"
However, this configuration cause the driver to crash.
I have further identifed that inclusion of even a single instance of the 'vendorid' or 'serial' entries will also cause the driver to crash i.e. :-
[Upper]
driver = usbhid-ups
port = auto
desc = "Upper Smart-UPS 3000"
# vendorid = 051d
serial = "JS1011030553"
#[Lower]
# driver = usbhid-ups
# port = auto
# desc = "Lower Smart-UPS 3000"
# vendorid = 051d
# serial = "JS1011030544"
Or
[Upper]
driver = usbhid-ups
port = auto
desc = "Upper Smart-UPS 3000"
vendorid = 051d
# serial = "JS1011030553"
#[Lower]
# driver = usbhid-ups
# port = auto
# desc = "Lower Smart-UPS 3000"
# vendorid = 051d
# serial = "JS1011030544"
Can you let me know whether the driver on Windows _should_ be capable of supporting two UPS devices in this way?
Thanks in advance,
Ian Wells
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20110831/4f9d5c3d/attachment.html>
More information about the Nut-upsuser
mailing list