Volumio for PI 1.2 Feeback thread

Hi there everyone!

First: Thank you so much for the hard work you put into this project!

My experience with 1.2:
Upgraded from 1.1. Running a PI on the ethernet, connected to a Muse DA20 (PCM2706).

I had problems with airplay in 1.1 (popping sounds). These have now disappeared. So happy! :smiley:

New web interface works great!

A sidenote:
Had lots of problems mounting my NAS shares (both in 1.1 and 1.2), got error message saying that it was “read only” and stuff. I finally figured out how to fix it by adding sec=ntlmv2 at the end of “mount flag” option (under settings for NAS>advanced options>mount flag). I don’t know much about these things, but maybe it’s a good idea to add this line to the end of of the mount flag as standard?
Source:
office-supply-liberation.blogspo … nting.html

thank you very much Michelangelo for your new relase!

it worked out the box at first shot, just wrote on the SD, plugged eth, edited the interfaces and the wpa_supplicant files and it worked on wifi-only in 5 minutes.

the system seems snappier, in the last days I had no problems and no need to restart mpd.
I really hope to see a simple fallback webgui one day, it will be great to use volumio from my wii! (why no one wrote a decent mpd client for this great system? :frowning: the only “working” one shows the track name and let you skip the track, nothing more… )

just to give something to try to the guys having problems with wifi connection at boot, I’ll repost my how-to here:

  1. connect it on eth and login

  2. setup your SSID and WPA key with the command:

wpa_passphrase MYSSID MYKEY > /etc/wpa_supplicant/wpa_supplicant.conf

(change MYSSID with your SSID and MYKEY with your key)

  1. add this line to /etc/wpa_supplicant/wpa_supplicant.conf:
scan_ssid=1

(just before the psk= entry, doesn’t work in any other place for me, this will scan your ssid, very useful if you have hidden ssid)

  1. add those lines to /etc/network/interfaces:
allow-hotplug wlan0 
iface wlan0 inet static
address MYIP
netmask MYNETMASK
gateway MYGATEWAY
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

(change the caps text with your data)

  1. reboot (ifdown/ifup or /etc/init.d/networking restart not working for me) with the command
reboot
  1. if you still have problems with auto connection like I had, comment/remove the eth0 config lines in /etc/network/interfaces this way:
#auto eth0
#iface eth0 inet dhcp

WARNING! this will stop eth0 and you’ll not be able to connect through it anymore so be absolutely SURE your setup is correct, if it will fail you’ll have to edit the file connecting the Pi to a monitor and a keyboard or you have to reflash your SD. YOU’VE BEEN WARNED!!

don’t know why but to disable eth0 was necessary to me to let volumio work without problems on wifi, if I leave eth0 working it doesn’t connect wifi automatically at boot and even if i put wlan0 up it will not accept remote connections; if I play music lot of pops and cracks occurs.

hope this helps!

thank you very much Michelangelo! hope to see new relases soon!!

Hello,

Using volumio 1.2 since 2 weeks.
When it works … it works really well. good sound. Thanks Michelangelo !!!

Unfortunately when the system is not used for a while, the NFS connection to the NAS seems to to go away and then, no gui (do not know if this is linked?), no nothing. Once I managed to save volumio with reboot, shutdown, restart MPD, re mapping of the NFS share but today, this is not working :frowning: … sounds like I have to re-flash my flash drive (cat10).

Any advice to setup the NFS share through ssh (since the web gui is dead ?).
any advice for “re.activating” the gui ?
I m wondering also if a samba share would be more stable ?

ps : no i2s dac connected, no wifi in my setup.

can’t wait for a possible volumio final version …

EDIT : found out why the GUI was dead : no idea why but I placed a python script in the init.d (for an autostart at reboot, the script display time and date on a LCD). Seems that killing this python script make the gui back to life. Then, I raised an other possible problem : why adding autostart scripts (etc/init.d section) in volumio induce dying of the gui ?

Even the NFS share was coming back as well, have to restart the update

EDIT2 : I post my problem (with the python code) here : raspberrypi.org/forums/viewt … 38&t=74299

F

Since updating, when I try to use system wide Airplay (I’m on a Macbook Pro) to play Songs off Spotify, there is no audio. Then the airplay icon disappears and I have to restart

Hi

It’s my first time on this forum, so first of all BIG thanks for all the great work, mainly to michelangelo, I suppose :slight_smile:

My setup is:
RPi + XMOS 384kHz high-quality USB to I2S PCB with ultralow noise 6.5uV regulator + DAC-24192-ULN, 24Bit/192KHz DAC, I2S Input, Ultra Low Noise Regulator Circuit + volumio 1.2 Beta
I’m using flac files from local SMB drive (over ethernet).

All works quite well and straight from the box. :slight_smile:
What can I say: sound is really fantastic, even though I’m on a regular PSU, with no fancy interconnect (just yet).

Some minor problems observed (as you ask):

  • when using some radiostations (from browse), the GUI becomes unavailable. Restart of the mpd helps, though
  • when playing 24/96 some cracks become audible (is there a fix for it? Do one need to upgrade the latest distro?). I’m using ethernet connection, no wifi
  • some WebGUI misalignment on a smartphone (Galaxy SII)

I tried using WiFi dongle, but quickly decided to go cable, as there were sound problems appearing (could be a wifi coverage issue of this particular location)
Otherwise, all seems great, so thank you for your great work!

Greetings,

Thought i would share my experience.

We are using it on a RPi B Rev 2. in a workplace environment.
using standard analog out. no DAC or anything

I tested the Wifi and it was working out of the box but while encountering other issues we took it out of the mix just to make things simple.
The adapter was a DLink DWA-131

So iv noticed that i need the “service mpd restart” command allot, it solves most problems.
[list]
-Certain stream files not being able to connect dont show up on the playlist and hangs the interface. (nginx 404)
-Pulling the power corrupts it especially if music is playing or its busy. (Even using reboot bia ssh, music must be not playing)
-USB does not auto mount (it worked once)
-Volume control is off (using hardware mixer) the signal only comes in at around 60%. everything under that is dead.
[/list]

currently im running on the volumio 1.2b with the following “changes”
rpi-update
apt-get install --reinstall mpd

and it seems pretty smooth,
The only issues are the MPD Database scanning takes very long and screws up time to time and we need to rescan even though we are all on static ip’s.

i have not tried the following yet:
[list]
Changing the user in the mpd config file (/etc/mpd) to root and restarting the mpd deamon (/etc/init.d/mpd restart)
Changing the address mpd binds to in mpd.conf to “127.0.0.1” from “any” also seems to have helped.
[/list]
but i will if more problems arise

Version 1.2b works really well for me, but i’m a first time user so I have nothing to compare against.

Regarding the issue with /var/log/php_errors.log filling quickly with errors (I’m sure everyone has it), I’ve linked php_errors.log to /dev/null as a workaround. Simply run this from a commandline:

sudo rm -rf /var/log/php_errors.log && ln -s /dev/null /var/log/php_errors.log

Only downside is that you can’t see any php errors anymore, but there weren’t any usefull errors in the first place anyway.
Upside is the SD card won’t slowly fill up, but more importantly much reduced disk io.

Sexy photo galleries, daily updated pics
chunnyporn.xblognetwork.com/?myah

12 14 porn stained glass porn porn xxx dirty mar torture porn sex torrent porn gay

Enjoy daily galleries
pooppornfree.miyuhot.com/?madelyn

animal porn videos for sale strange porn mpegs teen porn videos mobile tiffany lee porn porn divx free