Hi
i have a two Rockpi-4b-2g one whit armbian Debian Buster and one whit Ubuntu Server bionic
and have install the Rockpi-poe install script from wiki raxda.
but after a reboot i check if the service running .
whit
#service rockpi-poe status
● rockpi-poe.service - Rockpi PoE-FAN
Loaded: loaded (/lib/systemd/system/rockpi-poe.service; enabled; vendor preset: enabled)
Active: inactive (dead) since Wed 2020-04-01 20:32:25 CEST; 4min 39s ago
Process: 376 ExecStop=/usr/bin/python3 /usr/bin/rockpi-poe.py stop (code=exited, status=0/SUCCESS)
Process: 350 ExecStart=/usr/bin/python3 /usr/bin/rockpi-poe.py start (code=exited, status=0/SUCCESS)
Main PID: 350 (code=exited, status=0/SUCCESS)
Apr 01 20:32:25 localhost.localdomain libmraa[350]: libmraa initialised for platform 'ROCK PI 4B' of type 20
Apr 01 20:32:25 localhost.localdomain libmraa[350]: pwm_init: pwm0. Failed to open export for writing: No such file or directory
Apr 01 20:32:25 localhost.localdomain python3[350]: 'NoneType' object has no attribute 'write'
Apr 01 20:32:25 localhost.localdomain python3[350]: using python3 rockpi-poe.py start|stop|enable
Apr 01 20:32:25 localhost.localdomain libmraa[376]: libmraa version v2.0.0 initialised by user 'root' with EUID 0
Apr 01 20:32:25 localhost.localdomain libmraa[376]: gpio: platform doesn't support chardev, falling back to sysfs
Apr 01 20:32:25 localhost.localdomain libmraa[376]: libmraa initialised for platform 'ROCK PI 4B' of type 20
Apr 01 20:32:25 localhost.localdomain python3[376]: 'NoneType' object has no attribute 'write'
Apr 01 20:32:25 localhost.localdomain python3[376]: using python3 rockpi-poe.py start|stop|enable
Apr 01 20:32:25 localhost.localdomain libmraa[376]: pwm_init: pwm0. Failed to open export for writing: No such file or directory
and i think its not running on both armbiam/ubuntu ?
any tips