search for: model_set

Displaying 1 result from an estimated 1 matches for "model_set".

Did you mean: mode_set
2007 Jan 02
5
Cpsups driver with a CyberPower OP1000E
...ts a few users have reported the same behaviour but I haven't really seen mentioning any solutions to it. So I recompiled the whole thing for debug and gave it a try. After looking at a few back traces I realized that for my UPS model ups.voltage instead of ups.power.nominal gets set to 1000 in model_set(). Later when doing a dstate_getinfo() on it, it just woes. So I applied the following fix and it works now beautifully: --- cpsups.c.orig 2007-01-02 00:42:06.000000000 +0100 +++ cpsups.c 2007-01-02 00:46:22.000000000 +0100 @@ -78,7 +78,7 @@ dstate_setinfo("ups.mfr&quo...