Other code work flawlessly. I suppose that during updates network is down and I've not found yet how to bring it up. Any suggestion?
By the way, I also tried to add this test code at the end of rcS:
Quote:
usleep 10000000
echo "wow" | /usr/bin/nc 192.168.1.5 2223
usleep 10000000
/usr/bin/wget http://192.168.1.5:2223/wow -T 1 -t 1 > /dev/null
|
No network signal from Kobo by the way, even if everything is up, including wifi (note: this code is placed after nickel and dhcpcd, just at the end of rcS).
I also tried to run this code in background before nickel stars, without success. Kobo web browser can access to 192.168.1.5 (my pc local ip), so it's not a network problem.
What it could be?