sunfounder / nas-kit

SunFounder NAS Kit for Raspberry Pi
15 stars 16 forks source link

Nas Kit not working anymore when installing OMV Extras #10

Closed D-G-L closed 5 months ago

D-G-L commented 5 months ago

There is no function (neither display nor fans) anymore when OMV Extras are installed. Even a new install of the software brings no change. It would be helpful to add a function for the NAS-Kit to the extra Menue of OMV

D-G-L commented 5 months ago

Found out a way myself. create a directory "pi" in /home ---> /home/pi/ copy complete directory "nas-kit" (with all other directories) to /home/pi ----> /home/pi/nas-kit/ change permissions of .py files in directory /home/pi/nas-kit/main to execute (sudo chmod a+x ) restart nas-kit service: sudo systemctl restart nas-kit.service Done! Working again