2009/3/1 KP Kirchdoerfer <[email protected]>
> Hello;
>
> Am Sonntag, 1. März 2009 19:42:08 schrieb Arnaud Quette:
>
> > 2009/2/27 KP Kirchdoerfer <[email protected]>
> >
> > > Am Freitag, 27. Februar 2009 18:35:11 schrieb Arnaud Quette:
> > > > 2009/2/27 KP Kirchdoerfer <[email protected]>
> > > >
> > > > > Am Donnerstag, 26. Februar 2009 20:37:56 schrieben Sie:
> > > > > > Citeren KP Kirchdoerfer <[email protected]>:
> > > > > >
> > > > > > [...]
> > > > > >
> > > > > > > And the upshid-ups driver ends with:
> > > > > > > No matching HID UPS found
> > > > > > > Driver failed to start (exit status=1)
> > > > > >
> > > > > > Try this driver again, but make sure to add
> > > > > >
> > > > > > productid = 1f06
> > > > > >
> > > > > > to the ups.conf entry for this device. Chances are that it is a
> > > > > > re-branded Tripplite unit (we've seen other HP units that are
> > >
> > > actually
> > >
> > > > > > this brand).
> > > > >
> > > > > Unfortunately the same result... (Driver failed to start...)
> > > > >
> > > > > any more hints?
> > > >
> > > > lsusb -vv -d 03f0:1f06
> > >
> > > see below
> > >
> > > > also test bcmxcp or bcmxcp_usb
> > >
> > > Also these does not work...
> > >
> > > kp
> > >
> > >
> > >
>
> > ok, we've confirmed the exact type of device and so the driver is really
> > *usbhid-ups*
> > now, your vendor/productIDs are not yet supported, so you need to do:
> > usbhid-ups -DD -u root -x explore -x vendorid=3f0 -a compaq-ups
> >
> > this should give us more info ;-)
>
> Assuming you meant vendorid 03f0 I really get a lot of information... see
> below.
> (sorry if that much of information is annyoing in the users list, hopefully
> it
> will be the last time).
>
>
>
>
> > we'll then see if we can easily add it...
>
> would be cool
> (...)
>
congrats, it is!
either checkout the latest trunk or apply the attached patch.
thanks to confirm that the reported data looks coherent (particularly the
battery.voltage) and that the standard tests runs (ie OB and OB LB +
potential commands like tests...)
an upsc + upsrw + upscmd output is welcome.
also note that you will need an entry in the udev file.
btw, it's a tripplite rebranded unit.
cheers,
Arnaud
--
Linux / Unix Expert R&D - Eaton - http://www.eaton.com/mgeops
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://people.debian.org/~aquette/
Free Software Developer - http://arnaud.quette.free.fr/
Index: drivers/tripplite-hid.c
===================================================================
--- drivers/tripplite-hid.c (révision 1797)
+++ drivers/tripplite-hid.c (copie de travail)
@@ -84,6 +84,8 @@
/* HP R/T 2200 INTL (like SMART2200RMXL2U) */
{ USB_DEVICE(HP_VENDORID, 0x1f0a), battery_scale_1dot0 },
+ /* HP T750 INTL */
+ { USB_DEVICE(HP_VENDORID, 0x1f0a), battery_scale_1dot0 },
/* Terminating entry */
{ -1, -1, NULL }
_______________________________________________
Nut-upsuser mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser