summaryrefslogtreecommitdiff
path: root/nut/README
blob: 92ee8c50383f80fd02d460a5fd4cabe4f689fc67 (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.
   22 
   23 Víctor Martínez <pitillo at ono dot com>

Generated by cgit