Erik - perhaps the simplest workaround is to change the name of your network interfaces. For example,
sudo sed -i '/exit 0/d' /etc/rc.local echo "ip link set dev em1 name eth0" | sudo tee -a /etc/rc.local echo "ip link set dev em2 name eth1" | sudo tee -a /etc/rc.local echo "exit 0" | sudo tee -a /etc/rc.local -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1309754 Title: Network interfaces not working with kernel 3.13.0-24-generic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309754/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
