On 10/6/09, Zbigniew <[email protected]> wrote: > Hallo, > > Following the tips found at https://calomel.org/nut_ups.html I was trying to > make NUT operate "APC Back UPS CS-350". The device introduces itself as: > > #v+ > ugen0 at uhub0 port 1 "American Power Conversion Back-UPS CS 350 > FW:807.q7.I > USB FW:q7" rev 1.10/0.06 addr 2 > #v- > > > My config: > > #v+ > [apc] > driver = usbhid-ups > port = /dev/ugen0.00 > pollfreq = 60 > desc = "Back UPS CS-350" > #v-
Your port looks incorrect for OpenBSD. It should look like: /dev/ttyU0 see: tty(4) for more info Fred

