Displaying 20 results from an estimated 200 matches similar to: "tripplitesu driver fix"
2006 May 18
1
Tripplite SU2200XL
Can anyone help getting a Tripplite SU2200XL to work with nut 2.0.3
using the supplied serial cable? Starting the ups service yields:
Starting tripplitesu: Network UPS Tools - Tripp Lite SmartOnline driver
0.02 (2.0.3)
Unable to detect Tripp Lite SmartOnline UPS on port /dev/ttyS0
I also have Tripplite's PowerAlert 12 software installed and when run it
finds the UPS without a problem. So
2016 Oct 20
2
TrippLite SU3000XLCD
I'm having trouble with a TrippLite SU3000XLCD. I'm using a Raspberry Pi running Raspbian (wheezy) with NUT 2.6.4.
I can monitor my older TrippLite UPSs, mostly SU1000RT2Us, with this Pi and a USB to serial adapter.
My first thought with the SU3000XLCD was to use the USB port instead of the serial port as that's the "modern" thing to do. When I plugged the USB cable in
2015 Sep 09
3
APC BACK UPS 2200 model BZ2200BI-BR (New output
On Tue, 8 Sep 2015 22:25:54 -0400
Charles Lepple <clepple at gmail.com> wrote:
> @rpvelloso on Github suggested some changes (driver version v0.64)
> that should help with the initial sync:
>
> https://github.com/networkupstools/nut/commit/debc8e0280ea4de9a0db5ca34aa66705b285f61f
>
> It's the solis_debug branch on Github.
>
> Does that help? I'm concerned
2015 Aug 23
2
APC BACK UPS 2200 model BZ2200BI-BR (update)
On Sun, 23 Aug 2015 11:09:03 -0400
Charles Lepple <clepple at gmail.com> wrote:
> On Aug 21, 2015, at 10:10 AM, Mario Lobo <mlobo at digiart.art.br> wrote:
> >
> >> Not sure what to look for yet. It might be easier to add in the
> >> debug calls to the source code-- can you try building NUT from
> >> source? If you installed via the ports tree (as
2005 Nov 08
0
gcc4 noise
Is anyone besides me using gcc 4.*.*? I noticed that NUT generates an
enormous amount of warning noise with that compiler, mostly due to
implicit casts between signed/unsigned pointer types. Any volunteers
to de-noise the code a bit? The easy way is to insert typecasts; the
better way is to actually take care about signedness. -- Peter
gcc -I../include -O -Wall -Wsign-compare -c -o everups.o
2007 Dec 30
1
Constant "on battery" and "on line power" status changes
Good afternoon all,
I have a Tripp-Lite SmartOnline SU1500RTXL2ua UPS that I had previously tried
to get up and running with NUT earlier this year. Peter Selinger had been
working with this, but he had to devote time to more important things, and I
did too, so it got pushed to the back burner. I saw in the release
announcement of 2.2 that the UPS is now supported and decided I would try
once
2009 Mar 06
2
Question about Tripplite SU10KRT3U
Hello list! I can't seem to get this running via RS232 monitoring; I've
been told that NUT won't support serial connections, and find this hard
to verify. Does anyone else have this running on the SU10KRT3U via
RS232? If so, what driver did you use? I'm getting no satisfaction from
the "tripplite" driver; upon upsdrvctl start, I get "Failed to find UPS
- giving
2007 Mar 08
1
Tripp-Lite SU6000RT4U - not supported?
Greetings,
I have a Tripp-Lite SU6000RT4U unit connected via USB and RS-232.
# tripplitesu -DD -u root -a tl6000
Unable to detect Tripp Lite SmartOnline UPS on port /dev/ttyS0
# tripplite -DD -u root -a tl6000
Failed to find UPS - giving up...
# newhidups -DD -u root -a tl6000
Checking device (09AE/4002) (001/003)
- VendorID: 09ae
- ProductID: 4002
- Manufacturer: Tripp Lite
- Product: TRIPP
2010 May 10
3
Support for Tripp Lite SmartOnline SU1000XLA?
Hi,
I'm running the latest stable nut (2.4.3). It doesn't appear to provide
support for the Tripp Lite SmartOnline SU1000XLA.
[sups]
driver = usbhid-ups
port = auto
vendorid = 09ae
productid = 4004
4337# upsdrvctl start
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
Using subdriver:
2010 Mar 26
5
Tripp Lite SmartOnline 3U
I have the following UPS that I'm trying to get to work with NUT:
SU3000RTXL3U
I have it connected via USB. My ups.conf looks like:
[test]
driver = usbhid-ups
vendorid = 09ae
port = auto
When I run upsdrvctl -DD start, I get:
Network UPS Tools - UPS driver controller 2.4.1
Starting UPS: test
exec: /lib/nut/usbhid-ups -a test
Network UPS Tools - Generic HID driver 0.34 (2.4.1)
2007 Nov 23
1
debian etch and the Tripplite SU1000RTXL2U
Hi Al,
I'm currently not much available, so I've fwded your mail to the nut list...
You might get more reactivity this way...
2007/11/20, Al Grimstad <al at grimstad.mv.com>:
> Hi. I don't have the energy or time to subscribe to one of the nut
> mailing lists, but this brief FYI may be useful.
>
> I believe there has been a regression with respect to nut and the
2020 Mar 25
2
[EXTERNAL] thoughts on tripp lite Smart Online UPSs?
Re: "Does it work well with NUT?"
Assuming it is the SU5000RT4UHV, the similar units I've tried seemed to work fine. For reference, the SU5000RT4UHV should be a 4004 USB protocol.
________________________________
From: David Zomaya
Sent: Wednesday, March 25, 2020 5:21 PM
To: Lee Damon; nut-upsuser Mailing List
Subject: Re: [EXTERNAL] [Nut-upsuser] thoughts on tripp lite Smart
2007 May 25
0
Patch -- SVN revision in the version string
This is the patch to include SVN revision level in version number displays.
There should be two enclosures; the patch itself and a new source file.
common/upsversion.c.
upversion.c defines a single function. upsversion(), that returns a version
string for display. Some Makefile trickery ensures that this file will
be recompiled whenever the project's SVN revision level has changed since
it
2011 Oct 03
2
patch: Replace many usleep and some sleep calls with nanosleep
Description: Replace many usleep and some sleep calls with nanosleep.
usleep is stated in its manual page as removed by POSIX.
Contrary to its predecessors, nanosleep semantics is well
defined. The replacement, which is mostly in drivers, is
untested. Supplements http://bugs.debian.org/633791.
Last-Update: Sat, 13 Aug 2011 14:04:48 +0300
Index:
2008 Oct 30
1
Adding debugging information in serial.c
In order to improve the diagnostics for serial connected devices, I
would like to add the possibility to differentiate between errors and
timeouts.
For the ser_get_char() and ser_get_buf_len() we might do this by
changing the return value. For the first, return value -1 would be an
error, 0 a timeout and 1 success. The latter could return -1 on error,
between 0 and (buflen-1) for a
2007 Jan 04
1
Tripp Lite Smart Pro UPS
I have several Tripplite SU2200RMXL2U and SU3000RM2U
units that I would like to monitor using Nut. I have
tried to attach to the units using a serial cable with
the tripplite and tripplitesu drivers with no success.
The drivers simply seem to not recognize the UPS.
I then tried using the tripplite_usb driver with the
usb cable. It definitely sees the UPS but I am
getting errors which told me
2005 Sep 15
2
Driver for Tripp Lite SmartPro SLT
I have a new SMART1050SLT Tripp Lite UPS that both tripplite
and tripplitesu drivers hate. Both simply time out with a "can't
find" message.
Does anyone know about the SmartPro series?
2009 Nov 04
1
New to nut project
I have tried to support a TrippLite Internet350SER UPS using a serial
cable (The only connection on this model) using the 2.4 code branch. It
uses the Protocol 1004 from the tripplite specification that can be use
either used on serial or USB device. Since my device was only serial, I
worked only on the serial integration. Since I found nothing in
tripplite.c, tripplite-hid.c, tripplitesu.c to
2008 Dec 31
2
Unknown product ID for Tripp-Lite UPS (SU1500RTXL2UA)
To all,
I attempted to configure the UPS tools for the Tripp-Lite SmartOnline 1500VA 2U rackmount UPS. I followed the instructions from the 'upsdrvctl start' output and posted the diagnostic information below.
Is my UPS using an unknown product ID as reported? From the mailing list archive, I have found another posting for the same UPS with device model '09AE/4003', whereas
2008 Feb 08
0
[nut-commits] svn commit r1285 - in trunk: . common include
> Author: adkorte-guest
> Date: Fri Feb 8 07:09:51 2008
> New Revision: 1285
>
> Log:
> Cleanup and change the arguments to the upsdebug_hex() function so that it
> no longer requires casting to an unsigned char.
>
> Modified:
> trunk/ChangeLog
> trunk/common/common.c
> trunk/include/common.h
>
> Modified: trunk/ChangeLog
I would like to do