hey,

2009/2/27 KP Kirchdoerfer <kap...@bering-uclibc.de>

> Am Freitag, 27. Februar 2009 18:35:11 schrieb Arnaud Quette:
> > 2009/2/27 KP Kirchdoerfer <kap...@bering-uclibc.de>
> >
> > > Am Donnerstag, 26. Februar 2009 20:37:56 schrieben Sie:
> > > > Citeren KP Kirchdoerfer <kap...@bering-uclibc.de>:
> > > >
> > > > [...]
> > > >
> > > > > 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
>
>
>
> Bus 001 Device 002: ID 03f0:1f06 Hewlett-Packard
> Device Descriptor:
>  bLength                18
>  bDescriptorType         1
>  bcdUSB               1.10
>  bDeviceClass            0 (Defined at Interface level)
>  bDeviceSubClass         0
>  bDeviceProtocol         0
>  bMaxPacketSize0         8
>  idVendor           0x03f0 Hewlett-Packard
>  idProduct          0x1f06
>  bcdDevice            0.00
>  iManufacturer           4 Hewlett-Packard
>  iProduct               36 T750 INTL
>  iSerial                50 2CJ5380638
>  bNumConfigurations      1
>  Configuration Descriptor:
>    bLength                 9
>    bDescriptorType         2
>    wTotalLength           34
>    bNumInterfaces          1
>    bConfigurationValue     1
>    iConfiguration          0
>    bmAttributes         0xe0
>      Self Powered
>      Remote Wakeup
>    MaxPower               50mA
>    Interface Descriptor:
>      bLength                 9
>      bDescriptorType         4
>      bInterfaceNumber        0
>      bAlternateSetting       0
>      bNumEndpoints           1
>      bInterfaceClass         3 Human Interface Device
>      bInterfaceSubClass      0 No Subclass
>      bInterfaceProtocol      0 None
>      iInterface              0
>        HID Device Descriptor:
>          bLength                 9
>          bDescriptorType        33
>          bcdHID               1.11
>          bCountryCode           33 US
>          bNumDescriptors         1
>          bDescriptorType        34 Report
>          wDescriptorLength     900
>         Report Descriptors:
>           ** UNAVAILABLE **
>      Endpoint Descriptor:
>        bLength                 7
>        bDescriptorType         5
>        bEndpointAddress     0x81  EP 1 IN
>        bmAttributes            3
>          Transfer Type            Interrupt
>          Synch Type               None
>          Usage Type               Data
>        wMaxPacketSize     0x0008  1x 8 bytes
>        bInterval             248
> Device Status:     0x0003
>  Self Powered
>  Remote Wakeup Enabled
>
>
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 ;-)
we'll then see if we can easily add it...

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/<http://people.debian.org/%7Eaquette/>
Free Software Developer - http://arnaud.quette.free.fr/
_______________________________________________
Nut-upsuser mailing list
Nut-upsuser@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser

Reply via email to