~ubuntu-branches/ubuntu/saucy/nut/saucy

« back to all changes in this revision

Viewing changes to man/newhidups.8

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2005-07-20 19:48:50 UTC
  • mto: (16.1.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050720194850-oo61wjr33rrx2mre
Tags: upstream-2.0.2
Import upstream version 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH HIDUPS 8 "Wed Mar 10 2004" "" "Network UPS Tools (NUT)"
 
1
.TH HIDUPS 8 "Wed May 25 2005" "" "Network UPS Tools (NUT)"
2
2
.SH NAME
3
 
hidups \- Experimental Multi-HID Driver for USB/HID UPS equipment
 
3
hidups \- Experimental Multi\(hyHID Driver for USB/HID UPS equipment
4
4
.SH NOTE
5
 
This man page only documents the hardware-specific features of the
 
5
This man page only documents the hardware\(hyspecific features of the
6
6
newhidups driver.  For information about the core driver, see
7
7
\fBnutupsdrv\fR(8).
8
8
 
27
27
 
28
28
.IP "offdelay=\fInum\fR"
29
29
Set the timer before the UPS is turned off after the kill power command is
30
 
sent (via the \fI-k\fR switch).
 
30
sent (via the \fI\-k\fR switch).
31
31
The default value is 20 (in seconds), and MUST BE LOWER than ondelay.
32
32
 
33
33
.IP "ondelay=\fInum\fR"
47
47
 
48
48
.SH INSTALLATION
49
49
This driver is not built by default.  You can build it by using
50
 
"make usb", and install it using "make install-usb". Note that
 
50
"make usb", and install it using "make install\(hyusb". Note that
51
51
it will also install other USB drivers.
 
52
You also need to install manually the hotplug files (libhidups and
 
53
libhid.usermap), generally in etc/hotplug/usb/, to address the
 
54
permission settings problem.
52
55
 
53
56
.SH IMPLEMENTATION
54
57
newhidups only support 1 UPS at this time. You can put the
61
64
.fi
62
65
 
63
66
.SH KNOWN ISSUES AND BUGS
64
 
.SS "Repetitive stale status - Loss of communication"
65
 
 
66
 
Some models might report repetitive stale status, for
67
 
1 sec or less. This is due to a small and temporary
68
 
flood of the UPS �controler.
69
 
 
70
 
To solve this point, simply add "pollinterval=15" in
71
 
ups.conf. Also change the value of MAXAGE to 20 in
72
 
upsd.conf, and optionally DEADTIME to 20 in upsmon.conf.
73
 
You might adapt these values according to your tests
74
 
and configuration.
 
67
.SS "Got EPERM: Operation not permitted upon driver startup"
 
68
 
 
69
You have forgotten to install the hotplug files, as explained
 
70
in the INSTALLATION section above. Don't forget to restart
 
71
hotplug so that it applies these changes.
75
72
 
76
73
.SH AUTHORS
77
74
.SS Sponsored by MGE UPS SYSTEMS <http://opensource.mgeups.com/>