diff options
author | Victor Martinez <pitillo@ono.com> | 2008-05-22 23:58:30 +0200 |
---|---|---|
committer | Victor Martinez <pitillo@ono.com> | 2008-05-22 23:58:30 +0200 |
commit | 001983402c67f901ea9902acb1fb8403e751eef0 (patch) | |
tree | 9a331bae10a6181234506f3b5adf7a2b9873c0d2 /nut/README | |
parent | 005c1fa65682ea6e13c974f4670880a512e6fcc7 (diff) | |
download | contrib-001983402c67f901ea9902acb1fb8403e751eef0.tar.gz contrib-001983402c67f901ea9902acb1fb8403e751eef0.tar.xz |
nut: New port nut 2.2.2
Diffstat (limited to 'nut/README')
-rw-r--r-- | nut/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/nut/README b/nut/README new file mode 100644 index 000000000..92ee8c503 --- /dev/null +++ b/nut/README @@ -0,0 +1,23 @@ +PRE-INSTALL +- Need to create a group and user for ups monitoring. (user,group:nut) +- Add support for USB at kernel: + +######################################################## +Device Drivers ---> + USB support ---> + [*] Support for Host-side USB + [?] EHCI HCD (USB 2.0) support + [?] OHCI HCD support + [?] UHCI HCD (most Intel and VIA) support + [*] USB Human Interface Device (full HID) support + [*] /dev/hiddev raw HID device support +######################################################## + +POST-INSTALL +- Remember to change perms in config files: +chown root:nut upsd.conf upsd.users +chmod 0640 upsd.conf upsd.users + +- Remember to use man to setup nut. + +Víctor Martínez <pitillo at ono dot com> |