search for: cpsups

Displaying 20 results from an estimated 31 matches for "cpsups".

Did you mean: cplus
2007 Jan 02
5
Cpsups driver with a CyberPower OP1000E
...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", "%s", "MicroDowell"); dstate_setinfo("ups.model", "B.Box BP 1000 %s", ra...
2008 Aug 21
2
cpsups and OP1250.
Hey All: I have a CyberPower OP1250 and I'm trying to mod the cpsups driver to work with it. I added the following lines to cpsups.c /* Added: Andrew Tubbiolo EXPERIMENTAL Aug 15, 2008 */ if(!strcmp(abbr, "#1250VA ")) { dstate_setinfo("ups.mfr", "%s", "CyberPower"); dstate_setinfo("u...
2006 Apr 25
2
Re: [nut-commits] svn commit r414 - in trunk: . drivers
> Author: nba-guest > Date: Mon Apr 24 20:45:39 2006 > New Revision: 414 > > Modified: > trunk/CHANGES > trunk/drivers/cpsups.c > Log: > Fix C++ style declarations between statements > > Modified: trunk/CHANGES Niels, What is the reason for 'fixing' this? Constructions like these are used in many locations throughout the sources (not only in the drivers, but also in common and server). If there is a...
2006 Jul 28
1
cpsups : segfault
Hi, I'm running a Debian server (amd64) with the latest nut package (2.0.3-4). The server is connected to a Cyberpower OP750E ups. This seems to be connectable using nut with the cpsups driver. I've configured /etc/nut/ups/conf with the correct information. Here is what i get when trying to load the driver : serveurmeteo:/home/did# /sbin/upsdrvctl -v start myups Network UPS Tools - UPS driver controller 2.0.3 exec: /lib/nut/cpsups -a myups Network UPS Tools - CyberPower te...
2006 Dec 30
2
fixing the cpsups driver
This weekend, I've been doing some work with the cpsups driver. I'm getting to the point that it seems to be working well, and I've managed to fix some of the trouble with it. How do I go about submitting it to the trunk?
2008 Jul 03
1
removing cpsups
I've just noticed that cpsups isn't listed anymore in driver.list. Any reason not have removed it from the source too? Still on the way to 2.4; any update on your confidence level to remove nitram and cyberpower too? -- Arnaud
2007 Jun 19
2
Microdowell (cpsups) driver segfault
Hello All I have a MicroDowell ups (BBox BP 1000) connected to a Gentoo box by serial cable. If I try to start the driver , I see the following : Network UPS Tools - CyberPower text protocol UPS driver .05 (2.0.5) Warning: This is an experimental driver. Some features may not function correctly. debug level is '13' ups_sync: send [\rP4\r] ups_sync: got ret 46 [#1000VA
2007 Nov 22
4
trouble with Cyber Power System CPS RS232 USB BRIDGE for UPS
Hi Recently i bought a MicroDoWell BP50, and with it followed a USB 2 serial converter. When i plug it into my 2.6.19 kernel, dmesg shows hiddev96: USB HID v1.10 Device [Cyber Power System CPS RS232 USB BRIDGE for UPS] on usb-0000:00:04.2-2 usbcore: registered new interface driver usbhid drivers/usb/input/hid-core.c: v2.6:USB HID core driver So, i figured i should use usbhid-ups,
2007 Jun 26
0
[nut-commits] svn commit r983 - in trunk: . data drivers
...Author: adkorte-guest > Date: Sun Jun 24 18:57:03 2007 > New Revision: 983 > > Log: > Make 'powerpanel' driver first choice for Cyber Power text and binary protocol UPS systems. > > Modified: > trunk/ChangeLog > trunk/data/driver.list > trunk/drivers/cpsups.c Is it OK to backport this into Testing, with the exception that the 'cpsups' driver is not flagged broken, but rather displays an informative message that it is obsolete and replaced by 'powerpanel'? We have received some reports about the 'cpsups' driver segfaulting, so...
2006 Jul 20
2
CyberPower CP1200AVR/BC1200D problems
I recently purchased a CyberPower CP1200AVR UPS and am trying to get NUT 2.0.3 or NUT 2.1.0 to work with the newhidups driver, but am having little success. Before I purchased I did some googling and saw people talking about problems so I'm guessing it may not be supported yet? I did find some posts about people getting it to (sort of) work with some hacks, but couldn't tell if they
2007 Apr 13
2
Problem with GeekSquad GS-1500 (Cyberpower 1500 avr lcd)
...stalled Nut 2.0.5 on a RedHat 9 box. I have a GeekSquad 1500 UPS. (GeekSquad is a BestBuy brand) I've found out that it's actually a CyberPower 1500 AVR LCD. I'm using it with the serial cable. I'm unable to get it working with any of the drivers provided with NUT. I've tried cpsups, cyberpower and powerpanel. here's the output of the different drivers ./cpsups -DDD /dev/ttyS1 Network UPS Tools - CyberPower text protocol UPS driver .05 (2.0.5) Warning: This is an experimental driver. Some features may not function correctly. debug level is '3' ups_sync: send [\r...
2008 Jul 25
3
CyberPower 550SL reports LB and OB when on line power
....parameter.pollinterval: 2 driver.parameter.port: /dev/ups driver.parameter.upstype: 7 driver.version: 2.2.2 driver.version.internal: 1.34 ups.mfr: CyberPower ups.model: Power99 ups.status: LB OB Even through I'm on line (A/C) power and my battery is charged. I have also tried the cyberpower, cpsups, and powerpanel drivers, they don't work (and yes I am sure I have it connected to the right serial port and I am using the UPS's serial cable). Looking at the raw bits in dumb mode, the RTS is on when the battery is charged and off when the battery is low. Any suggestions? -Tara
2008 Jul 25
3
CyberPower 550SL reports LB and OB when on line power
....parameter.pollinterval: 2 driver.parameter.port: /dev/ups driver.parameter.upstype: 7 driver.version: 2.2.2 driver.version.internal: 1.34 ups.mfr: CyberPower ups.model: Power99 ups.status: LB OB Even through I'm on line (A/C) power and my battery is charged. I have also tried the cyberpower, cpsups, and powerpanel drivers, they don't work (and yes I am sure I have it connected to the right serial port and I am using the UPS's serial cable). Looking at the raw bits in dumb mode, the RTS is on when the battery is charged and off when the battery is low. Any suggestions? -Tara
2007 Oct 05
2
Working UPS report: Geek Squad GS-700U (Cyberpower clone?)
...as 0764:0005 on the USB bus, which is supposed to be identified by usbhid-ups. However, when trying to use it I got USBDEVFS control errors in the system logs, the same as this previous post: http://osdir.com/ml/monitoring.nut.user/2006-07/msg00061.html I also tried the cyberpower driver and cpsups driver with no luck. I have never tried to use the included Windows software that came with the UPS, so I don't know if it even supports non-contact closure features like voltages, load percentages, etc. I suppose I could try it out in a VMWare virtual machine running XP and see what it do...
2006 Sep 01
0
NUT 2.0.4 driver for CP1200AVR
...I don't like global vars, but it was what I could come up with without knowing the architecture better. Hopefully this will get included into the next version of NUT. Comments and suggestions welcome. Rob -------------- next part -------------- A non-text attachment was scrubbed... Name: cpsups.c Type: text/x-csrc Size: 12153 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20060901/23a2247f/cpsups-0001.c
2009 Oct 10
1
Status of cyberpower driver
Arjen, I read the following in the upgrade notes and just wanted to see what the status was for the cyberpower driver? The note reads: - The cpsups and nitram drivers have been replaced by the powerpanel driver, and removed from the tree. The cyberpower driver may suffer the same in the future. What does this mean to me -- a cyberpower user? -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 7...
2007 Nov 28
4
CyberPower 1500AVRT won't load driver!
...w it's on ttyS0(I only have one port, but the other 3 ttyS' compiled in the kernel timeout after about 1 second). ttyS0 takes about 15seconds to timeout. I also tried connecting it via USB but had no luck either, don't believe its supported for this model. Have also tried powerpanel and cpsups drivers. Any advice here, would be much appreciated! Thank you! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20071127/13286c26/attachment.htm
2006 Aug 25
5
Shutdown after 5 minutes?
Hello, Last night we had a power failure and my upsses worked. Strange thing was that the ups supporting the Windoze box lasted longer than the one supporting the (Epia based) Linux box (running nut). After exactly 5 minutes the Linux machine went down abruptly. Is this a configuration issue? What did I overlook? Please comment. Thanks, Udo
2005 Oct 23
1
Nut setup with CyberPower AVR900
...tech support was straight through, but not every pin is hooked up. Neither worked. Also, CyberPower has a linux module that works with both cables, but isn't network capable and won't work with my other setup which has its own CyberPower 900AVR but runs FreeBSD 5.4 I also tried cpsups, and with USB, hidups and newhidups, none worked. Anyone done this? Are there other files I need to be tweaking? Thanks in advance. Frank.
2007 May 25
0
Patch -- SVN revision in the version string
...--- drivers/bestups.c (revision 916) +++ drivers/bestups.c (working copy) @@ -395,7 +395,7 @@ void upsdrv_banner(void) { printf("Network UPS Tools - Best UPS driver %s (%s)\n", - DRV_VERSION, UPS_VERSION); + DRV_VERSION, upsversion()); } void upsdrv_initups(void) Index: drivers/cpsups.c =================================================================== --- drivers/cpsups.c (revision 916) +++ drivers/cpsups.c (working copy) @@ -464,7 +464,7 @@ void upsdrv_banner(void) { printf("Network UPS Tools - CyberPower text protocol UPS driver %s (%s)\n", - DRV_VERSION, UPS...