On 11/20/14 19:24, trondd wrote:
When you sent this, I had a new UPS in the mail on its way to me that I
specifically bought to be compatible with OBSD.

I, too, have the same issue.

Tim.

On Thu, Nov 20, 2014 at 11:03 AM, Steven Surdock <
ssurd...@engineered-net.com> wrote:

I just upgrade from 5.5 to 5.6 on i386 and apcupsd won't recognize my UPS
plugged into a USB port.  On 5.5 the UPS was attached to ugen0 but on 5.6
it say uhidev0.  Apcupsd mentions that the uhidev0 device type won't work.
I see that I can get some info from sensord (which is cool).  Any
suggestions for getting the UPS working with apcupds?

Oct 22 16:16:42 builder02 /bsd: ugen0 at uhub1 port 1 "American Power
Conversion Smart-UPS 1500 FW:601.3.D USB FW:1.3" rev 1.10/0.06 addr 2

Nov 20 08:54:27 builder02 /bsd: uhidev0 at uhub1 port 1 configuration 1
interface 0 "American Power Conversion Smart-UPS 1500 FW:601.3.D USB
FW:1.3" rev 1.10/0.06 addr 2

-Steve S.

This could be the same as the problem I had with an APC usb ups using NUT on OpenBSD 5.6

I had to add this to usb_quirks.c and recompile the kernel in order to get the ups to communicate again. I wish things were left the way they were in 5.5 so I don't have to do this.

+ { USB_VENDOR_APC, USB_PRODUCT_APC_UPS,                        ANY,    { 
UQ_BAD_HID }},
+ { USB_VENDOR_APC, USB_PRODUCT_APC_UPS5G,              ANY,    { UQ_BAD_HID }},



Stan

Reply via email to