Imported Upstream version 2.6.2

This commit is contained in:
Arnaud Quette 2011-09-29 20:14:46 +02:00
parent a367d9bc54
commit 45043b58d0
246 changed files with 18228 additions and 1415 deletions

View file

@ -1,17 +1,18 @@
Desc: Udev script for NUT USB drivers
Desc: Udev script for NUT USB and IPMI drivers
File: scripts/udev/README
Date: 27 January 2008
Date: 25 July 2011
Auth: Arnaud Quette <aquette.dev@gmail.com>
This document introduces the Linux udev script for NUT USB
drivers (usbhid-ups, bcmxcp_usb, tripplite_usb, ...).
drivers (usbhid-ups, bcmxcp_usb, tripplite_usb, ...) and IPMI driver
(nut-ipmipsu).
These are needed on Linux systems running udev (recommended
as of kernel 2.6.3, and mandatory as of 2.6.14 and higher).
This script ensure that the right privileges are set on the
usb devices files to allow the NUT driver to operate (ie
allowing the nut user to read AND write to the UPS device).
USB and IPMI devices files to allow the NUT driver to operate (ie
allowing the nut user to read AND write to the device).
Note that the old style hotplug files, available in the
scripts/hotplug directory, are not needed if your kernel supports
@ -21,21 +22,23 @@ Installation
------------
For most users, these files will be automatically installed in
/etc/udev (or /lib/udev) upon "make install", if that directory exists. You can
/etc/udev (or /lib/udev) upon "make install", if that directory exists and if
the feature (USB and / or IPMI) has been enabled at configure time. You can
specify an alternate directory with ./configure --with-udev-dir=DIR.
Manual installation
-------------------
To install them manually, copy nut-usbups.rules to /etc/udev/rules.d
(or /lib/udev/rules.d on newer systems) using the command
To install them manually, copy the rules file(s) to /etc/udev/rules.d
(or /lib/udev/rules.d on newer systems) using the command(s):
$ cp -f nut-usbups.rules /etc/udev/rules.d/52-nut-usbups.rules
$ cp -f nut-ipmipsu.rules /etc/udev/rules.d/52-nut-ipmipsu.rules
You will need to refresh the bus to avoid a reboot for these rules to be
active. You can do so using:
$ udevadm trigger --subsystem-match=usb_device
You can then plug your UPS USB cord, or unplug / replug it to
refresh the device permission, and start NUT.
For USB devices, you can then plug your UPS USB cord, or unplug / replug
it to refresh the device permission, and start NUT.