[Solved] setting up Volumio 1.51 with RPi b+ wifi dongle

First of all I don’t own a ethernet cable, which is sad, but I don’t really need it and I would prefer not to buy one.

I managed to get the wifi running with configuring the /etc/network/interfaces to look like this:

[code]auto lo

iface lo inet loopback
iface eth0 inet dhcp

allow-hotplug wlan0
auto wlan0

iface wlan0 inet dhcp
wpa-ssid “your network name”
wpa-psk “your password”[/code]

I can go to volumio/local and see the raspberry and do stuff, like rebooting and shutdown, anything else I don’t see a difference in the command line in a monitor… when I start to play a music (I got a hifiberry digi+) and put some headphones in the 3.5 jack I can’t hear anything, change I few things in the settings and nothing.

Could this be a problem with the setup I did? And how can I properly setup without a ethernet cable?

Thank you

Ok, I managed to get sound from the hdmi, but not from the 3.5 output :confused:

Ok: sudo amixer cset numid=3 1 did the trick

Someone can close this thread.