Displaying 20 results from an estimated 100 matches similar to: "bcmxcp: Patch for cosmetic code changes"
2009 Aug 14
2
Bestfortress driver, network serial patch for nut-2.0
Best fortress support was understandably dropped, but we still use them,
and someone else may want the driver I ported to nut-2.0.
We also often attach the serial cable from a UPS to a network terminal
server, since servers these days don't come with very many serial ports.
(They call them "legacy" ports.) I submitted a patch to support these for
nut-1.x, and it was rejected
2006 May 26
1
SVN Newhidups driver
Hi,
I recently installed a new cyberpower 1200AVR ups using the newhidups
driver I built from the subversion source.
I am recieving the following error on start up
dstate_setflags: base variable (ups.beeper.status) does not exist
dstate_setaux: base variable (ups.beeper.status) does not exist
Any ideas?
Thanks,
2006 Nov 26
1
Patch for optiups to support Zinto D from ONLINE USV-Systeme AG
Hi Arnaud,
Hi Scott,
Hi list,
Here is a patch to support the Zinto D from ONLINE USV-Systeme AG.
I already sent a version to Russell Kroll (2006-04-09), without no response
and I cannot find support for Zinto in svn until now.
I found a discussion on this list about the Xanto from ONLINE, but the Zinto
seems to use different commands.
The commands are quite similar to those for Opti-UPS, so I
2013 Jul 03
1
bcmxcp: Patch for using command map if present to control commands added by dstate_addcmd
Hi
Inspired by the changes by Prachi Gandhi to use the command map from the
UPS in the bcmxcp driver, I think the map should be used, if available,
to control
all commands the driver adds using "dstate_addcmd".
The following patch is an attempt at doing so. The patch is against the
bcmxcp branch.
Since my UPS also supports :
#define PW_UPS_ON (unsigned char)0x89 /* UPS on
2007 Aug 02
1
usbhid-ups.h: hid_info_t structure
I don't understand how the info_len element from the hid_info_t structure
is used in usbhid-ups. It appears to me that the only use of this element
is now to indicate the length of the string:
> float info_len; /* if ST_FLAG_STRING: length of the string */
The above is clear, if the element is flagged as a string, the size of
this string is put in this variable, so that we can use this in
2023 Jul 05
1
failed after upgrade - upscode2: Missing UPCL after UPCL
On 7/5/23 03:17AM, Jim Klimov wrote:
> Ah, I thought you missed in my earlier reply the part about a bug with debug printouts in 2.8.0 (fixed on master since),
> did not comment on that when you replied with quoting... So, for now options are to bump debugging to 3+ or to build
> your own in one of many ways possible :\
I think I'm not following you - with debug 3 -->> it
2005 Dec 19
0
new(er) SEC driver.
Hi!
I've recently come into to the possesion of a couple of Belkin Omniguard
3200 UPS's. Given the horrible apache/java based software they come with, I
decided to see if I cannot get them to work with NUT.
To cut a long story short, they work out to be SEC -based, and extensively
modifying the nut-1.4 driver code to come up with the attached two files.
I've marked them
2006 Aug 02
1
nut-usb fink version
Charles Lepple wrote:
> On 8/2/06, Didrik Pinte <dpinte@itae.be> wrote:
> > Le mercredi 02 ao=FBt 2006 =E0 08:08 -0400, Charles Lepple a =E9crit :
> > > On 8/2/06, Didrik Pinte <dpinte@itae.be> wrote:
>
> > > Can you start the driver like this: "/sw/bin/newhidups -u root -DDD"
> > > and paste some of the output?
> >
> > Here
2005 Jul 20
1
Speex Windows from 1.1.6 source
Hi All,
I am using Speex for encoding/decoding the audio stream for
my streaming application. I have used almost the same code
In the sampleenc.c and sampledec.c, except that I have used
The buffers from the mic as input for encoder and encoded audio
As input for decoder, instead of files input.
My Problem is the audio played on the receiving side after decoding
Is only a "hush" or it
2009 Dec 15
2
drivers/bcmxcp.c portability issue
I ran into a portability issue with drivers/bcmxcp.c in nut-2.4.1 on
my UnixWare 7.1.4 machine. The error I get is
.....
UX:acomp: ERROR: "/opt/src/utils/nut-2.4.1/drivers/bcmxcp.c", line 835: integral constant expression expected
.....
Looking at the code we see
.....
int init_outlet(unsigned char len)
{
unsigned char answer[len];
.....
Although gcc can handle it, it's not
2006 Aug 23
0
bcmxcp: get right firmware version
at least for an HP R3000XR with the 6-cereal card, the first CPU is
said 6-port card, not the inverter. so get the firmware version from
the last CPU, not the first.
I wonder wether it makes more sense to store them all, aka
ups.firmware.cpu0 etc.
$OpenBSD$
--- drivers/bcmxcp.c.orig Wed Aug 23 11:16:01 2006
+++ drivers/bcmxcp.c Wed Aug 23 11:21:26 2006
@@ -742,10 +742,7 @@ void
2005 Jul 12
0
Smart-UPS DP missing variable
Hi,
I've got a apc Smart-UPS DP 8000 XL and a 940-0024c cable., and when I launch upsdrvctl, I've got
the following message :
Network UPS Tools - UPS driver controller 2.0.2
Network UPS Tools (version 2.0.2) - APC Smart protocol driver
Driver version 1.99.7, command table version 2.0
dstate_setflags: base variable (input.transfer.high) does not exist
dstate_addenum: base
2019 Sep 23
0
warnung: base variable (battery.runtime.low) is immutable
Hi,
I am using the NUT Software 2.7.4 (Ubuntu Repository) on Ubuntu 18.04.
Configuring a UPS with the snmp-ups driver and overriding the
battery.runtime.low variable leads to following warnung/error:
Sep 23 11:10:08 hostname snmp-ups[27115]: dstate_setflags: base variable
(battery.runtime.low) is immutable
Default for battery.runtime.low is 180 seconds. My idea is to increase
the value to
2005 Oct 04
0
variable writability
Arnaud:
in today's commits, I removed three lines that you apparently added on
August 10:
1.1.1.1.8.1 (aquette 04-May-05): if (mode == HU_WALKMODE_INIT)
1.1.1.1.8.1 (aquette 04-May-05): {
1.1.1.1.8.1 (aquette 04-May-05): dstate_setflags(item->info_type, item->info_flags);
1.1.1.1.8.6.2.5 (aquette 10-Aug-05): /* Verify variable setability/RW */
2005 Oct 23
0
FC4 + nut => shutdown sequence conundrum
Summary
=======
I have encountered problems with the nut shutdown sequence using the
directory structure in the packages for Fedora Core 4.
These problems occur when the /var file system is mounted as a separate
volume.
I have done some investigation and think that I have an answer, but I need
verification from someone who has more experience from nut on a wider
variety of systems.
I want to
2004 Apr 15
0
Multiple compare-dest args
Hi all.
I have just finished a small patch that adds support for multiple
--compare-dest or --link-dest args. Its primary usage is to do incremental
backups on top of eachother. (My current backup system stores each
incremental as a single diff of the latest full.)
Example:
First full backup:
rsync -a somedir full-20040415/
First incremental:
rsync -a --compare-dest=../full-20040415 \
2018 Mar 15
1
R: Nut-upsdev Digest, Vol 152, Issue 5
Hi all,
we should have been found the problem.
Attach the patch inclusive of this problem and the previous (Riello IDG400 wrong values & not powering off).
Best regards,
-----Messaggio originale-----
Da: Nut-upsdev [mailto:nut-upsdev-bounces+e.parisi=riello-ups.com at lists.alioth.debian.org] Per conto di nut-upsdev-request at lists.alioth.debian.org
Inviato: mercoled? 7 marzo 2018 13:03
A:
2008 Aug 19
3
hald-addon-usbhid-ups
Ladies and Gentlemen,
I have been playing around with Arnaud's new HAL stuff a bit, and have
some questions and observations. First my configuration:
my UPS (Peter may remember):
ups.mfr: APC
ups.model: Back-UPS ES 650
ups.productid: 0002
ups.firmware: 818.w1.D
ups.firmware.aux: w1
kernel: 2.6.18-92.1.6.el5
hal-0.5.8.1-35.el5,
nut based on nut-2.2.2.tar.gz, small changes to
2013 Jul 03
1
bcmxcp: Patch for adding ups.load and battery.voltage.low
On Jul 2, 2013, at 5:16 PM, Kjell Claesson wrote:
>> I hope other people can also test this.
>>
>> Regards
>> Alf Hogemark
>
> Due to some crashes on the disks and lack of time I don't have the git on the
> pc now. But maybe some other can commit this.
I'd like to ask people to specifically try the bcmxcp branch on GitHub - it includes some changes
2006 Nov 15
1
Tripp Lite OMNI900LCD
I am having an issue running NUT and using an TrippLite OMNI900LCD.
When I run ./upsdrvctl start I get :
[player@V0002-S002 bin]$./upsdrvctl start
Network UPS Tools - UPS driver controller 2.1.0
Network UPS Tools: 0.28 USB communication driver 0.28 - core 0.30 (2.1.0)
Detected a UPS: Tripp Lite /TRIPP LITE UPS
Using subdriver: TrippLite HID 0.1 (experimental)
dstate_setflags: base variable