search for: belkinunv

Displaying 20 results from an estimated 51 matches for "belkinunv".

2005 Nov 08
0
gcc4 noise
...uf_len differ in signedness gcc -I../include -O -Wall -Wsign-compare -c -o cyberpower.o cyberpower.c cyberpower.c: In function confirm_write: cyberpower.c:198: warning: pointer targets in passing argument 3 of ser_send_buf_pace differ in signedness gcc -I../include -O -Wall -Wsign-compare -c -o belkinunv.o belkinunv.c belkinunv.c: In function belkin_nut_receive: belkinunv.c:252: warning: pointer targets in passing argument 2 of ser_get_buf_len differ in signedness belkinunv.c:266: warning: pointer targets in passing argument 2 of ser_get_buf_len differ in signedness belkinunv.c:279: warning: pointe...
2006 May 16
1
NUT: Belkin Universal driver - modification to -k behaviour (diff attached)
...t-upsdev mailing list ( selinger at mathstat.dal.ca ). Anyway... I have a Belkin Universal UPS and, having just upgraded my Fedora Core system from 4 to 5 and had to go back through the system RC files re-applying the "soft shutdown workaround," I had an idea with regards to the NUT belkinunv driver's behaviour when run with the -k option. The idea is pretty simplistic, but would hopefully mean that the driver would behave in a manner that is more consistent with other NUT drivers. Basically, instead of -k causing the driver to set a couple of UPS timers and hoping for the best,...
2006 Jun 09
0
Cleaned up belkinunv diff
Hi Peter Now I can get subdrivers to have ups.conf/command-line options, I've started looking at making the newhidups belkin-hid subdriver have the wait and wait-on-shutdown behaviour in the same was as belkinunv, and having just gone back and gone "yuck!" at my huge comments in my revised belkinunv source, I decided to clear out all the extraneous commentary in my waitonshutdown modifications.... you know it's bad when you can't see the code for the comments! Anyway, I thought a clea...
2005 Jul 18
2
Belkin F6C1100-UNV
All, I just bought a Belkin F6C1100-UNV and am trying to get it to work with NUT. I have tried many drivers ( "belkin", "belkinunv", "genericups upstype=4", and "genericups upstype=7", "bestups", "fentonups"). None of them seem to work. Does anyone have any experience with this device? If there is some utility that you all use to gather data from the device... for building driver...
2005 Nov 26
3
cannnot load drivers for a Belkin F6C800-UNV
Hi, I've been fighting with trying to get a Belkin Universal model F6C800-UNV to work with NUT. The error I am getting is as follows: ---------------------------------------------- * Starting UPS drivers ... Network UPS Tools - UPS driver controller 2.0.0 Network UPS Tools - Belkin 'Universal UPS' driver 0.06 (2.0.0) tcgetattr(/dev/ups): Inappropriate ioctl for device Driver failed
2006 Feb 09
6
gcc4 compiler warnings
Hi all! The following files emits warnings when compiled with gcc 4.0: al175.c bcmxcp_ser.c belkinunv.c cyberpower.c everups.c powercom.c solis.c All warnings seem to be of this variety: everups.c:38: warning: pointer targets in passing argument 2 of 'ser_get_char' differ in signedness I suggest that those who fiddles with those drivers fixes the warnings and verifies that it works after...
2008 Jan 18
1
Belkin F6C100-UNV and "-x wait"
I recently installed NUT 2.2.1 and set it up with a Belkin F6C100-UNV. I can monitor it via serial (belkinunv) or USB (usbhid-ups) cable, and both do seem to work fine, but I would prefer USB to avoid having to add a PCI serial card to the machine. I had to unplug something else to try it with a serial cable. Using 'belkinunv', there's a "-x wait" option: [ from it's man pag...
2007 Feb 23
2
how do I find the association between a usb port and a /dev entry?
I looked through the faq, but couldn't find an answer to this. I'm trying to configure nut-2.0.4-26 on SuSE linux 10.2. In ups.conf, I have [myups] driver = belkinunv port = /dev/undefined desc = "Local UPS" I'm trying to find out what the port should be set to. lsusb shows: Bus 001 Device 005: ID 050d:0980 Belkin Components Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceCla...
2006 Aug 18
3
Gathering information : drivers and UPS infos
Hello NUT ! In order to fill info structure I'm putting in the drivers, I need to gather a lot of information. The information I need, at best, is : - For each USB UPS, the pair VendorID ProductID - For each pair Driver/UPS supported, how was made the driver ? By the manufacturer, by reverse engineering, ... - Who contributed to which driver - Who is the "maintener" of each driver
2007 Sep 08
4
bye!
...I still find the daily mailing list traffic a lot to handle. So as of today, I have disactivated my active membership of the mailing lists (I am still subscribed for posting, but not for receipt). Of course, I will still be available to help, where I can, with specific questions about my drivers (belkinunv, usbhid-ups) or the configure/automake system. But such mails will have to be cc'd to me directly from now on, as I will no longer receive the list postings. Thanks to everyone for the great team spirit that has made this such an enjoyable project to work on! Best, -- Peter
2009 Dec 28
1
diff question, Belkin F6C100-4 this time
Greetings all; I pulled a Belkin F6C100-4 into the shop this afternoon, deader than a door nail. Out of service for about a year because (I'm assuming here) that the cooling fan stopped and cooked what little remaining life there may have been out of the batteries, which had swelled so badly I had to split its frame to get them out. They are also in the under 1 volt per 12 volt pack
2005 Aug 10
1
/var/state not accessible
...t.d/halt script under RH 9.0 in a way to achieve a clean shutdown: - commanding the RAID arrays to readonly mode - turning off my hardware watchdog, ... etc. See details below. At the end of all this preparation, and very close to the last lines of the halt script, I would then issue: 1. /usr/bin/belkinunv -x wait /dev/ttyS0 2. (OR, with a smart ups: $MODEL $OPTIONS -k $DEVICE where $MODEL is the UPS driver with $OPTIONS, and killing the power through e.g. $DEVICE=ttyS0) The trouble is that by this time /var is unmounted, and the above #1 or #2 commands do not execute, as they complain for /var/sta...
2006 Jun 04
2
RFC: allow HID subdriver's to register ups.conf
j T wrote: > >- allow the value to be NULL if a subdriver does not require > > initialization. > > Am I right in thinking that this is simply a case of doing: > > subdriver_t some_subdriver = { > /* ... */ > some_format_serial, > NULL, > } > > Rather than: > > subdriver_t belkin_subdriver = { > /* ... */ >
2007 Nov 25
2
Nut problems with Centos and Belkin UPS
Hi Arjen My apologies fro drifting off topic in the other mailing list...:-) On the bottom of the Belkin UPS unit - is the model number: F6C120auUNV The "au" is for Australia I think. "man belkinunv" states that F6C120-UNV is supported - and I assumed that the "au" would not prevent this. I plugged in the USB to gather the information you requested. My intention was to use the serial connection and probably still is, though if there is a solution via USB - I would certainly c...
2019 Dec 09
2
new mobo, ups doesn't connect
...09:40 usbhid-ups-apc > -rw-r--r-- 1 nut nut 5 Aug 23 09:40 usbhid-ups-apc.pid > > If that socket isn't showing up, then we need to figure out why the > driver isn't starting. > > - Charles The working part: [myups] driver=hidraw #driver=usbhid-ups #driver=belkin #driver=belkinunv #driver=genericups port=auto offdelay=120 ondelay=0 The previous belkin used the next commented line down. This is an even bigger APC. Thanks Charles Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order....
2005 Dec 08
1
belkin Q:
I'm trying to set up a belkin f6c1100-unv UPS to work with nuts. From reading the mailing list, it sounds like the belkinunv serial driver should work and that the USB driver is potentially troublesome. Is this a correct impression? Also I may have missed this but if I do go with the serial (or USB port) is there any simple command line method for verifying basic connectivity? The only reason I ask is I have gone...
2005 Nov 30
1
F6C1500-TW-RK- Success
For the record, I was able to get the following working: Device: Belkin F6C1500-TW-RK Driver: belkin I tried the "belkinunv", which I use for my F6C1100-UNV, but it didn't work. At least there was a driver that worked! :-) Feel free to add it to the list of "tested" configs. Thanks, Dave ---------------------------------------------------------- Are Your Friends Lemmings? -- http://www.lemmingshi...
2009 Jan 30
1
Logging using upslog problem
I upgraded from V2.2 to V2.4. I use the "upslog" command to log the values of my belkin ups (belkinunv via serial port). It would occasionally start to record garbage, but it would always go back to normal in V2.2 if I restarted. In V2.4 it would not record the values, and the process would fail after the next interval had passed. I had set if for 300 seconds. I walked through the "upslog&q...
2005 Aug 26
1
Belkin and newhidups (was: Belkin F6C550-AVR UPS)
Zaid, I have a Belkin F6C800-UNV which has both a serial and USB connector. The serial connection is already working with the Belkinunv driver. I will connect via the USB and then compare both sets of variables. This should allow me to correlate and shed some light on the meaning of many of Belkin's non-standard "Usage" descriptors. With this information, it should be very easy to write the correct Belkin bindings...
2005 Oct 17
1
Liebert ESP-II protocol
I see there has been some Liebert work here recently. I have a Liebert UPS that has no USB, just RS-232. I reverse engineered the ESP-II protocol, at least as far as normal MultiLink monitoring goes, which was pretty simple. The protocol provides a table of parameter types and index ranges. So, I can read and (if I dare) write the parameter tables. We might be able to share info between