Yun ethernet stops working after a while

hello,

you need to add a comment (#) before the line wifi-live-or-reset

do a ssh arduino, and do with a command sed.

cheers

Emmanuel

root@Arduino:/# sed -n 's/wifi-live-or-reset/#wifi-live-or-reset/g' /etc/rc.local
root@Arduino:/#

root@Arduino:/# cat /etc/rc.local

Put your custom commands here that should be executed once

the system init finished. By default this file does nothing.

wifi-live-or-reset

boot-complete-notify

Uncomment the following line in order to reset the microntroller

right after linux becomes ready

#reset-mcu

Uncomment the following line in order to disable kernel console

debug messages, thus having a silent and clean serial communication

with the microcontroller

#echo 0 > /proc/sys/kernel/printk