Hi All,
I am experiencing a problem building a MySensors gateway using this guide : Rpi gateway guide
I have been trying to flesh it out on the MySensors forum troubleshooting post . Made progress but still stuck.
My System: (warning I’m new at this!)
I have a RPi3 as a controller running the HassIO image from the getting started section of this site.
That image is running Alpine Linux v3.6"
core-ssh:~/MySensors# cat /etc/*release
3.6.1
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.6.1
PRETTY_NAME="Alpine Linux v3.6"
HOME_URL="http://alpinelinux.org"
BUG_REPORT_URL="http://bugs.alpinelinux.org"
I am currently experiencing a problem to where the init system is undetected. I assume this is because the Alpine distro puts it somewhere else??? (sorry not linux savy at all)
Here is the output showing the error:
core-ssh:~/MySensors# ./configure --my-gateway=mqtt --my-controller-ip-address=1
0.0.0.9 --my-mqtt-publish-topic-prefix=mysensors-out --my-mqtt-subscribe-topic-p
refix=mysensors-in --my-mqtt-client-id=mygateway1 --my-transport=nrf24
[SECTION] Detecting target machine.
[OK] machine detected: SoC=BCM2836, Type=unknown, CPU=armv7l.
[SECTION] Detecting SPI driver.
[OK] SPI driver detected:BCM.
[SECTION] Detecting init system.
[FAILED] unknown init system. <-----------
[SECTION] Saving configuration.
[SECTION] Cleaning previous builds.
[OK] Finished.
Has anyone experienced this problem? Any suggestions?
Ryan