05-02-2016, 06:36 PM
using 20160501. boot up with no ethernet, connect wifi, and connections all fail
reason is that eth0 is setup in interfaces and for some reason if creating a default route to nowhere, and the wifi adds another default route, and I'm guessing the kernel routing table prioritizes the wired.
solution: comment out the eth0 lines in /etc/network/interfaces and let network-manager handle it, the it can be manually disabled if needed.
reason is that eth0 is setup in interfaces and for some reason if creating a default route to nowhere, and the wifi adds another default route, and I'm guessing the kernel routing table prioritizes the wired.
solution: comment out the eth0 lines in /etc/network/interfaces and let network-manager handle it, the it can be manually disabled if needed.