Displaying 2 results from an estimated 2 matches for "su2200xl".
Did you mean:
su2200xla
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 install...
2005 Dec 19
1
tripplitesu driver fix
The 2.0.2+ tripplitesu drivers do not recognize SmartOnLine SU2200XL and
possibly other SmartOnLine UPSes.
Here is a one-line fix.
Lee
--- ../nut-2.0.2/drivers/tripplitesu.c Thu Jan 27 08:33:21 2005
+++ drivers/tripplitesu.c Sat Oct 1 13:38:51 2005
@@ -227,7 +227,7 @@
buffer[4] = '\0';
if (!strcmp(buffer, "~00D")) {
- if (ser_get_buf_len...