Vendigroth

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Vendigroth

  1. 5-11 can be simplified to 2 commands if you don't care for (or even better backed up) the original files. 1: Needs to be done once to generate the json. Don't need after you have fans showing up unless you want to re-configure. curl -o '/usr/local/emhttp/plugins/ipmi/scripts/ipmi2json' -L 'https://raw.githubusercontent.com/lucasteligioridis/IPMI-unRAID/master/source/ipmi/usr/local/emhttp/plugins/ipmi/scripts/ipmi2json' && chmod 755 '/usr/local/emhttp/plugins/ipmi/scripts/ipmi2json' 2: This is the one that needs on every restart + stop the fan control and start it again curl -o '/usr/local/emhttp/plugins/ipmi/scripts/ipmifan' -L 'https://raw.githubusercontent.com/lucasteligioridis/IPMI-unRAID/master/source/ipmi/usr/local/emhttp/plugins/ipmi/scripts/ipmifan' && chmod 755 '/usr/local/emhttp/plugins/ipmi/scripts/ipmifan' I also just keep a copy of ipmifan and cp it over & chmod using User Scripts plugin on start.
  2. Thank you @cakes044! I got It working on my X570D4U-2L2T. ipmi2json worked when I switched all the fans to manual mode in the BMC. Think $manual_cmd wasn't doing it for me for some reason. Didn't look too hard since there's a workaround. I also had to adjust the fan positions in the board.json as they were bumped down by one. ipmifan does work great as-is though! Thanks again.
  3. Another X570D4U-2L2T user here, trying to get this plugin to play nice. @cakes044 Could you please share what you did to ipmi2json to get it working? Even if we can't get a patch together, I'd rather have a "hack" running on my board than not have anything for the drives.