Displaying 4 results from an estimated 4 matches for "belkinconfig".
2010 Mar 19
1
usbhid-ups fails with Belkin F6C120-UNV in nut-2.4.3
...o 2.4.3 and my UPS stopped working.
usbhid-ups now fails two communicate with the UPS:
With 2.4.1:
# /sbin/usbhid-ups -D -a auto
Network UPS Tools - Generic HID driver 0.34 (2.4.1)
USB communication driver 0.31
debug level is '1'
upsdrv_initups...
Using subdriver: Belkin HID 0.12
Path: UPS.BELKINConfig.BELKINConfigVoltage, Type: Feature, ReportID: 0x01, Offset: 0, Size: 8, Value: 230.000000
Path: UPS.BELKINConfig.BELKINConfigFrequency, Type: Feature, ReportID: 0x02, Offset: 0, Size: 8, Value: 50.000000
Path: UPS.BELKINConfig.BELKINConfigApparentPower, Type: Feature, ReportID: 0x03, Offset: 0, Siz...
2005 Aug 29
1
Belkin and newhidups
Hi Peter,
I got all your patches and applied them, and I wanted to say kudos for a
great job done.
This is the output of upsc that I'm getting right now.
I had the same issue when using any cvs version (from two weeks ago)
that made my UPS go into a state where it wasn't functioning normally
(checking the kernel log shows that it cannot be connected and I had
around a page of DEVFS_USB
2011 Apr 05
1
NUT upgrade to 2.6.0 in Gentoo with Liebert UPS
...t claim interface 0:
Device or resource busy
0.062375 detached kernel driver from USB device...
0.071243 HID descriptor length 653
0.098232 Report Descriptor size = 653
0.098450 Using subdriver: Belkin HID 0.12
0.101243 refresh_report_buffer: expected 2 bytes, but got 8
instead
0.101289 Path: UPS.BELKINConfig.BELKINConfigVoltage, Type: Feature,
ReportID: 0x01, Offset: 0, Size: 8, Value: 230
0.104233 refresh_report_buffer: expected 2 bytes, but got 8
instead
0.104268 Path: UPS.BELKINConfig.BELKINConfigFrequency, Type:
Feature, ReportID: 0x02, Offset: 0, Size: 8, Value: 50
so far the best result is:
[...
2007 Aug 11
1
apc-hid.c: watts_to_av_conversion
Peter,
Looking through the usbhid-ups subdrivers, I came across the following
function in apc-hid.c, presumably added by you about two years ago (if
not, my apologies):
41 /* returns statically allocated string - must not use it again before
42 done with result! */
43 static char *watts_to_av_conversion_fun(long value) {
44 static char buf[20];
45
46 snprintf(buf,