blob: bc139f74bbf201844ab07b4c12d519915a91bf36 (
plain)
1 PRE-INSTALL
2 - Need to create a group and user for ups monitoring. (user,group:nut)
3 - Add support for USB at kernel:
4
5 ########################################################
6 Device Drivers --->
7 USB support --->
8 [*] Support for Host-side USB
9 [?] EHCI HCD (USB 2.0) support
10 [?] OHCI HCD support
11 [?] UHCI HCD (most Intel and VIA) support
12 [*] USB Human Interface Device (full HID) support
13 [*] /dev/hiddev raw HID device support
14 ########################################################
15
16 POST-INSTALL
17 - Remember to change perms in config files:
18 chown root:nut upsd.conf upsd.users
19 chmod 0640 upsd.conf upsd.users
20
21 - Remember to use man to setup nut.
|