Ok, here are the results of that command. Thanks for the quick reply.<br><br>Network UPS Tools: 0.29 USB communication driver - core 0.33 (2.2.2)<br><br>debug level is &#39;3&#39;<br>upsdrv_initups...<br>Checking device (1D6B/0002) (002/001)<br>
- VendorID: 1d6b<br>- ProductID: 0002<br>- Manufacturer: Linux 2.6.25.5-1.1-default ehci_hcd<br>- Product: EHCI Host Controller<br>- Serial Number: 0000:00:0b.1<br>- Bus: 002<br>Trying to match device<br>Device does not match - skipping<br>
Checking device (0D9F/0002) (001/002)<br>- VendorID: 0d9f<br>- ProductID: 0002<br>- Manufacturer: POWERCOM CO., LTD.<br>- Product: USB to Serial<br>- Serial Number: unknown<br>- Bus: 001<br>Trying to match device<br>Device matches<br>
failed to claim USB device, trying 2 more time(s)...<br>detaching kernel driver from USB device...<br>trying again to claim USB device...<br>HID descriptor, method 1: (9 bytes) =&gt; 09 21 00 01 00 01 22 25 00<br>HID descriptor, method 2: (9 bytes) =&gt; 09 21 00 01 00 01 22 25 00<br>
HID descriptor length 37<br>Report Descriptor size = 37<br>Report Descriptor: (37 bytes) =&gt; 06 a0 ff 09 01 a1 01 09 01 15 00 26 ff 00<br>&nbsp;75 08 95 08 81 02 09 02 75 08 95 08 91 02 09 03 75 08 95 05 b1 02 c0<br>Using subdriver: EXPLORE HID 0.1<br>
Report[get]: (2 bytes) =&gt; 00 00<br>Path: ffa00001.ffa00001, Type: Input, ReportID: 0x00, Offset: 0, Size: 8, Value: 0.000000<br>Report[buf]: (2 bytes) =&gt; 00 00<br>Path: ffa00001.ffa00002, Type: Output, ReportID: 0x00, Offset: 0, Size: 8, Value: 0.000000<br>
Report[buf]: (2 bytes) =&gt; 00 00<br>Path: ffa00001.ffa00003, Type: Feature, ReportID: 0x00, Offset: 0, Size: 8, Value: 0.000000<br>Report descriptor retrieved (Reportlen = 37)<br>Found HID device<br>Detected a UPS: POWERCOM CO., LTD./USB to Serial<br>
upsdrv_initinfo...<br>upsdrv_updateinfo...<br>Got -110 HID objects...<br>Quick update...<br>dstate_init: sock /var/lib/ups/usbhid-ups-explore open on fd 7<br>upsdrv_updateinfo...<br>Got -110 HID objects...<br>Quick update...<br>
upsdrv_updateinfo...<br>Got -110 HID objects...<br>Quick update...<br>upsdrv_updateinfo...<br>Got -110 HID objects...<br>Quick update...<br>upsdrv_updateinfo...<br>Got -110 HID objects...<br>Quick update...<br>upsdrv_updateinfo...<br>
Got -110 HID objects...<br>Quick update...<br>upsdrv_updateinfo...<br>Got -110 HID objects...<br>Quick update...<br>upsdrv_updateinfo...<br>Got -110 HID objects...<br>Quick update...<br>upsdrv_updateinfo...<br>Got -110 HID objects...<br>
Quick update...<br>upsdrv_updateinfo...<br>Got -110 HID objects...<br>Quick update...<br>upsdrv_updateinfo...<br>Got -110 HID objects...<br>Quick update...<br>^CSignal 2: exiting<br>upsdrv_cleanup...<br><br><div class="gmail_quote">
On Tue, Dec 30, 2008 at 5:47 AM, Arjen de Korte <span dir="ltr">&lt;<a href="mailto:nut%2Busers@de-korte.org">nut+users@de-korte.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Citeren Bill Blessing &lt;<a href="mailto:billy1180@gmail.com" target="_blank">billy1180@gmail.com</a>&gt;:<div class="Ih2E3d"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The results of lsusb:<br>
<br>
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br>
Bus 001 Device 002: ID 0d9f:0002 Powercom Co., Ltd<br>
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br>
</blockquote>
<br></div>
We don&#39;t have a driver for this device, so any attempts to make this work with the existing openSUSE packages are futile. The thread you were pointing to is for a different Powercom USB device, using a proprietary USB HID protocol. Nobody ever took the trouble of writing/completing a driver for it, so it still isn&#39;t supported (and may never be).<br>

<br>
Since your UPS has a different VID:PID combination, there is a remote chance that it is using another protocol. To check this out, create the following section in /etc/ups/ups.conf:<br>
<br>
[explore]<br>
 &nbsp; &nbsp; &nbsp; &nbsp;driver = usbhid-ups<br>
 &nbsp; &nbsp; &nbsp; &nbsp;port = auto<br>
 &nbsp; &nbsp; &nbsp; &nbsp;vendorid = 0d9f<br>
 &nbsp; &nbsp; &nbsp; &nbsp;productid = 0002<br>
 &nbsp; &nbsp; &nbsp; &nbsp;explore<br>
<br>
and post the output of the following command (run as &#39;root&#39;) here:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;/usr/lib/ups/driver/usbhid-ups -DDD -u root -a explore<br>
<br>
This will run until you stop it with ctrl-C. The first 10 seconds worth of output should be enough for now. If you&#39;re lucky it will speak HID PDC and we should be able to support it fairly quickly. However, if it is using something proprietary, this most likely will take much longer (if this ever happens).<br>

<br>
Best regards, Arjen<br><font color="#888888">
-- <br>
Please keep list traffic on the list<br>
<br>
</font></blockquote></div><br>