Skip to content

Instantly share code, notes, and snippets.

@cadrev
Last active November 15, 2015 05:14
Show Gist options
  • Save cadrev/dfe25fa72f9178a7eafe to your computer and use it in GitHub Desktop.
Save cadrev/dfe25fa72f9178a7eafe to your computer and use it in GitHub Desktop.
Solution to RPi 2 eth0 doesn't exist
sudo rm /etc/udev/rules.d/70-persistent-net.rules
change hostname:
sudo nano /etc/hosts
sudo nano /etc/hostname
change to static
iface eth0 inet static
address 192.168.254.**
netmask 255.255.255.0
broadcast 192.168.254.255
gateway 192.168.254.254
dns-nameservers 8.8.8.8
http://www.midwesternmac.com/blogs/jeff-geerling/edimax-ew-7811un-tenda-w311mi-wifi-raspberry-pi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment