Rasbian loses eth0 after update to stretch testing

Rasbian loses eth0 after update to stretch testing

I had an issue come up after I enabled the testing option on my Rasbian install where eth0 wouldn’t come up

Enter this command to see what i’m talking about

1
ip link ls

if you see anything other than eth0 like mine came up with enx then enter this and reboot

1
2
3
4
cd /etc/udev/rules.d
 rm 80-net-setup-link.rules
 ln -s /dev/null 80-net-setup-link.rules
 reboot

should take care of it

Leave a Reply

Your email address will not be published. Required fields are marked *