blatte : DO NOT REBOOT IT. it sometimes fails… -i 'firmware-amd-graphics firmware-realtek' raku : + ajouter nonfree dans les sources -i firmware-atheros -i firmware-realtek cheri : cat > /etc/init.d/autoreboot < /dev/tty1 if ! ip a | grep -q 'eth0' ; then echo 'eth0 not found. rebooting' >/dev/tty1 sleep 3 reboot else echo 'eth0 found' >/dev/tty1 sleep 3 exit 0 fi exit 0 EOF chmod +x /etc/init.d/autoreboot