Stonyx / QNAP-EC

GNU General Public License v3.0
61 stars 13 forks source link

Working with TVS-h674 #17

Closed shanelord01 closed 5 months ago

shanelord01 commented 6 months ago

Just wanted to let you know by issuing the below commands, this plugin works fine with the QNAP TVS-h674 (and likely the h874). Running UNRAID 6.12.8


mkdir -p /boot/config/modprobe.d
echo "options qnap-ec check-for-chip=no" > /boot/config/modprobe.d/qnap-ec.config
modprobe qnap-ec check-for-chip=no

Thanks.

shanelord01 commented 6 months ago

Actually had to remove /boot/config/modprobe.d/qnap-ec.config and recreate it, then add the line options qnap-ec check-for-chip=no at the top.

ich777 commented 5 months ago

I'm currently working on a implementation so that this is not needed anymore on Unraid.

ich777 commented 5 months ago

@shanelord01 please try this (please make sure that you are on Unraid 6.12.10).

ich777 commented 5 months ago

If this is working for you please close this issue, I already issued a PR for that and will compile it from my repository in the meantime.