04-28-2017, 08:54 PM
(This post was last modified: 04-28-2017, 09:30 PM by SmartValley.)
I have been using pilight successfully and it worked perfectly. Today I ran:
to update my RPi3 and suddenly pilight doesn't work anymore. I am using RPi3 and running Raspbian.
I get the following errors in my log:
Does anybody know how to solve my problem? Is there a way to revert RPi3 software to the state before I updated?
Any help would be greatly appreciated.
Ok, I figured it out. The problem is in firmware. I downgraded with:
rpi-update 52241088c1da59a359110d39c1875cda56496764
and it's all working now.
Code:
sudo apt-get update
sudo apt-get upgrade
to update my RPi3 and suddenly pilight doesn't work anymore. I am using RPi3 and running Raspbian.
I get the following errors in my log:
Code:
[Apr 28 19:26:39:584493] pilight-daemon: INFO: version v7.0
[Apr 28 19:26:39:688755] pilight-daemon: INFO: no pilight daemon found, daemonizing
[Apr 28 19:26:39:689108] pilight-daemon: INFO: daemon listening to port: 5000
[Apr 28 19:26:39:691128] pilight-daemon: ERROR: hardware not supported
[Apr 28 19:26:39:692609] pilight-daemon: INFO: new client, ip: 127.0.0.1, port: 34582
[Apr 28 19:26:39:692932] pilight-daemon: ERROR: could not initialize 433gpio hardware module
Does anybody know how to solve my problem? Is there a way to revert RPi3 software to the state before I updated?
Any help would be greatly appreciated.
Ok, I figured it out. The problem is in firmware. I downgraded with:
rpi-update 52241088c1da59a359110d39c1875cda56496764
and it's all working now.