volumio / Volumio2

Volumio 2 - Audiophile Music Player
http://volumio.org
Other
1.38k stars 315 forks source link

Manual IP & disabling wireless causes no networking #1588

Open swinokur opened 6 years ago

swinokur commented 6 years ago

Hi, I was working with a vanilla install today and lost control to the point where I needed to re-install. On the RPI 3b+, install the latest version (although this bug exists in previous versions as well):

I have seen this issue on 2.389 as well. At that time I was able to work-around the issue because I had previously installed the 7" touch / webUI plugin so I had an on screen UI and could toggle DHCP back on.

(I was able after some fiddling to get to a manual wired IP with wifi disabled but cannot remember the steps to reproduce that behavior at this moment.)

thanks!

swinokur commented 6 years ago
swinokur commented 6 years ago

in this state, /etc/network/interfaces is:

# cat interfaces
auto wlan0
auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet manual

allow-hotplug wlan0
iface wlan0 inet manual