Hi all,
I have a very very very strange problem with my Raspberry Pi2 and I don't know the cause.
I will explain it:
- the raspberry pi2 boot with a WiFi adapter.
- at boot it tries to connect to WiFi network.
- after booting it starts my process (c++ application)
- an init.d script is present to start my process.
- the application uses wiringPi library
Now the strange problem; all works fine if the raspberry Pi can connect to WiFi network at boot. If it can't connect to any WiFi network (wifi network are not present in the air || wifi network that are not listed into wpa*.conf file) the application starts but sometimes ( ~ 1 times every 3 ) I got messages like:
wiringPiISR: unable to open /sys/class/gpio/gpio27/value: No such file or directory
The very strange behavior is that it appens ONLY when the raspberry Pi2 is not connected to network.
Please post your questions if something is missing .. I will try to explain the full scenario.
Can anyone help me? I'm very discouraged ..