Volumio 2 sur Raspberry PI 1

Bonjour,
Je tente de tester Volumio-2 et ça ne marche pas.
Il n’y a pas de possibilité de connection via l’interface Web, et pour cause… Il n’y a pas de port 80 sur cette nouvelle version.
C’est confirmé par un login par ssh, suivi par un “netstat -atn”.

C’est un peu dur de modifier quoique ce soit dans ces conditions.

Où sont passées les Web Radios ? Je veux modifier le répertoire qui les contient pour y rajouter celles que je désire, je ne le peux pas, je ne sais pas où elles sont…

Je n’arrive pas à modifier le “/etc/rc.local” pour y rajouter une ligne redirigeant le son vers la sortie analogique du raspbery.

S’il y a quelqu’un qui sait, alors merci.

volumio marche sur le port 3000 mais est redirigé via le port 80 grace a Iptable.

Si tu lances la commande iptable-save tu pourras voir les regles configurés.

Je regarderai pour les webradios, mais si tu copy tes playlist dans le dossier “/var/lib/mpd/music/webradio” ca devrais marcher.

C’est quoi ton erreur avec le rc.local?

Pour info tu aura plus de retour si tu poses la question en anglais.

Please post in english !
What is your version of RPI ? You need a RPI 1 B mini
First boot is very long with this device (due to some operation in sd card). Wait a least 6 minutes ! You don’t have to changes rc.local or IP table…
But simply wait.
Let us know :wink:

Well, I have a raspberry Pi 1B.
The result of a “cat /proc/cpuinfo” follows

cat /proc/cpuinfo
processor : 0
model name : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 697.95
Features : half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7

Hardware : BCM2708
Revision : 000d
Serial : 00000000d2a04c56

I can connect with ssh which seem working very quickly.
The system doesn’t seem to be heavily charged, a “w” command gives the following information.
09:01:25 up 42 min, 1 user, load average: 1.42, 1.23, 1.10

When I do a “netstat -atn” I don’t see a port 3000 (I see it after a connection try from a browser, but it lasts some seconds)
With iptables I can see port 80 redirected to port 3000.
I have no “/var/lib/mpd/music/webradio”.

And the result is that it doesn’t work at all…

Solved!!!
I just have to wait for a long time…
(I retried again and made a successful ssh, then I forgot it and browsed the web, searching something about it. When, later (15 min or more), I came back to the ssh session I tried a netstat which was more rich than immediately after the boot).
So it works.
A little drawback… I must edit /etc/rc.local (with nano, I was trying with vi but that command doesn’t exist) to have a web radio when I switch on the device.
I have put, just before the exit 0:
(sleep 25; mpc clear; mpc add jazz-wr17.ice.infomaniak.ch/jazz-wr17-128.mp3; mpc volume 100; mpc play )&

With the previous version, the sound played was memorized at the switch off and play again automatically at the next switch on.