Hi there,
I wish I would leave my first post here under better circumstances, but I indeed need your help. While I have a couple of redeeming qualities, I’m a complete halfwit when it comes to anything RPi - related.
Anyway:
I’m unable to connect to wifi on either my brand-new RPi Zero W, or my 2B with Volumio 2.389. Both devices seem my network, and my router (a Fritz!Box 3390) saw the connection from both devices, but the “wifi” icon is always greyed out. I have tried a couple of things (matching channels, changing REGDOMAIN to DE), but it didn’t seem to do anything.
I’m afraid that I might need someone to babysit me through all this.
First of all, I obviously tried the solution from this topic: https://volumio.org/forum/configure-volumio-wifi-without-using-cabled-ethernet-t3953.html. This was already a little bit confusing for me for one reason. The topic states that in order to speed up booting, I need to remove
"auto eth0
iface eth0 inet dhcp"
You see, I don’t have that. At least, not exactly. The full content of the file is:
[code]auto lo
iface to inet loopback
allow-hotplug eth0
iface eth0 inet dhcp
allow-hotplus wlan0
iface wlan0 inet manual[/code]
Mind you, this are the contents of the file right after the first boot-up.
Now, I’m not sure if I’m supposed to add the lines at the very end, or modify the existing ones. What about the “auto lo”?
Anyway, I’ll leave it here. I’ll be very happy to follow any instructions that you might suggest.