Page 2 of 2

Re: Installation Problems on Raspberry Pi 4

Posted: Fri Jan 01, 2021 12:43 am
by toTOW
What do the logs say ?

Re: Installation Problems on Raspberry Pi 4

Posted: Fri Jan 01, 2021 7:18 pm
by Neil-B
toTOW wrote:What do the logs say ?
Knot much ? ... :) Sorry couldn't resist :)

Re: Installation Problems on Raspberry Pi 4

Posted: Fri Jan 01, 2021 10:17 pm
by somata
Try starting the FAHClient service manually by opening a terminal and entering:

Code: Select all

systemctl start FAHClient
If that allows FAHControl and the web control to connect, set it to start automatically with:

Code: Select all

sudo systemctl enable FAHClient

That's what I had to do to get it working, at least.