Displaying 4 results from an estimated 4 matches for "internet350u".
2014 Jun 13
2
New Tripplite UPS: INTERNET350U
Hello,
I tried to the the driver 'usbhid-ups' for my Tripplite UPS Model:
INTERNET350U. I received the following error:
Network UPS Tools - UPS driver controller 2.4.3
Network UPS Tools - Generic HID driver 0.34 (2.4.3)
USB communication driver 0.31
This TrippLite device (09ae:2010) is not (or perhaps not yet) supported
by usbhid-ups. Please make sure you have an up-to-date ver...
2014 Jun 14
0
New Tripplite UPS: INTERNET350U
On Jun 13, 2014, at 4:45 PM, Bossard wrote:
> No matching HID UPS found
>
>
> Driver failed to start (exit status=1)
>
>
> So I tried 'usbhid-ups -x productid=2010' and received the same error.
Same exact error?
I suspect it's a permissions error the second time. Add "-u root" to the command line - since this was not a known VendorID:ProductID pair
2014 Jul 05
0
New Tripplite UPS: INTERNET350U
On Jun 21, 2014, at 10:21 AM, Bossard <ebossard at gmail.com> wrote:
> On Sun, Jun 15, 2014 at 10:19 AM, Charles Lepple <clepple at gmail.com> wrote:
>> usbhid-ups -u root -x productid=2010 -DD -a <UPS-name>
>
> Hello Charles,
>
> Sorry it took me so long to post:
>
> (The output of:) /lib/nut/usbhid-ups -u root -x productid=2010 -DD -a tripplite
2014 Jun 15
2
New Tripplite UPS: INTERNET350U
...to address the
permission settings problem. For more information, refer to the README file
in nut/scripts/hotplug or nut/scripts/udev.
How can I get them and do I really need them?
I copied and modified "/lib/udev/rules.d/52-nut-usbups.rules" and added the
following:
e.g. TrippLite INTERNET350U - usbhid-ups
ATTR{idVendor}=="09ae", ATTR{idProduct}=="2010", MODE="664", GROUP="nut"
Thank you for your time and Patience
On Fri, Jun 13, 2014 at 8:59 PM, Charles Lepple <clepple at gmail.com> wrote:
> On Jun 13, 2014, at 4:45 PM, Bossard wr...