volumio on rapsberry pi A+

Hi,
How to start volumio with rapsberry pi A+ (no ethernet but just wifi as possibility) (dongle wifi D-lik N150)

Thank’s

Bonjour,
comment utiliser volumio avec une rapsberry A+ qui ne dispose pas de prise ethernet.
Comment pourvoir démarrer en Wifi (j’ai essayé et je reste bloqué sans connexion avec dongle D-Link N 150)

Merci d’avance pour votre aide
Attention je suis niveau débutant.

connect a monitor, a keyboard and your wifi dongle to your pi
start your pi

go to: /etc/network/interfaces

here you can add your wifi configuration

this one should work (i hope):

auto wlan0
iface wlan0 inet dhcp
wireless-power off
wpa-ssid YOUR SSID
wpa-psk YOUR PSK

Vielen Dank für die Antwort.
Im Terminal habe ich versucht, diese Lösung aber kein Wi-Fi (Ich habe einen WEP-Schlüssel, tut es zu tun hat?)

In the terminal I tried this solution but no wifi (I have a WEP key, does it has to do?)
Thank you for the answer.

you can check with the “ifconfig” command in the terminal if your wifi dongle is correctly recognized.
if not you need to install the driver for the dongle.

after that you can change the config file.
for config files examples you can use the last post of this thread: https://volumio.org/forum/can-get-wifi-rpi-t326.html (or use google)