Displaying 5 results from an estimated 5 matches for "8ti".
Did you mean:
8th
2008 Jul 03
4
Old APC SmartUPS 1250, Nut 2.2.2 Fedora 9
Hi All,
I've got two APC SmartUPS's that behave differently with nut, I have a
SmartUPS1400 & a SmartUPS1250.
I'm fairly sure this isn't a nut problem but more likely a problem with
the age of the SmartUPS1250 and the apcsmart driver not being able to
identify it. Under the APC Powerchute software the same monitoring &
command parameters are available for both
2009 Feb 27
0
support for APC Matrix 5000, vintage 12/00 (was: NUT apcsmart driver - firmware addition)
...e other APC Matrix entries; now
> everything works as expected!
>
>
> $ diff -u apcsmart.c.orig apcsmart.c
> --- apcsmart.c.orig Tue Feb 24 14:00:34 2009
> +++ apcsmart.c Tue Feb 24 14:01:04 2009
> @@ -564,6 +564,7 @@
> !strcmp(buf, "8TI") || /* (SmartUPS 1250,
> vintage 08/24/95.) */
> !strcmp(buf, "6TI") || /* (APC600.) */
> !strcmp(buf, "6QI") || /* (APC600.) */
> + !strcmp(buf, "5ZM") || /*...
2011 Jan 25
1
[RFC] Updates to ACP smart driver
This patch introduces a handful of new options, I mentioned earlier in:
http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02088.html
See the large commit message in the follow-up for the details and rationale.
I realize it's a bit larger diff - so if it's required I can split it into few
smaller ones.
Michal Soltys (1):
APC smart driver update and new features.
2011 Feb 07
4
[PATCH/RFC v2 0/3] Updates to ACP smart driver
This is 2nd version of the earlier patch featuring a few new features
and fixes to the apcsmart driver, following the remarks in:
http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02294.html
Major changes from v1:
- handle battery.charge and battery.runtime checks at main.c level
- handle "immutable but writable" conflict gracefully at driver level
-
2011 Mar 05
19
[RFC apcsmart V3 00/18] apcsmart driver updates
Sorry for a bit longer delay than I anticipated, I was stuffed with the work.
This is the next iteration of the patch adding some functionality to apcsmart
driver, and relying on 'ignorelb' recently added.
Follow up from previous thread:
http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02331.html
Main differences is that V3 is split into many small patches, so the