RuneAudio 0.5-beta for most Raspberry Pi models

Raspberry Pi related support

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby janui » 30 Dec 2018, 14:45

Hi Prince,
Prince wrote:it is a Raspberry Pi Model A Rev 2. There is a fatal error in the log:
Good diagnostics, should be able to fix this. But I posted a large number of changes to Rune 0.5b yesterday. These changes are in the same area of code where the error occurs, so I cannot trace the line number and it is possible that the error is already fixed. Could you update your system using git pull and retest. The commands to use for the update are:
Code: Select all
cd /srv/http/
git config user.email "any@body.com"
git config user.name "anybody"
git stash
git add .
git pull
If this goes OK, then run the following commands:
Code: Select all
cd /home
chown -R http.http /srv/http/
find /srv/http/ -type f -exec chmod 644 {} \;
find /srv/http/ -type d -exec chmod 755 {} \;
find /etc -name *.conf -exec chmod 644 {} \;
find /usr/lib/systemd/system -name *.service -exec chmod 644 {} \;
chmod 644 /etc/nginx/html/50x.html
chmod 777 /run
chmod 755 /srv/http/command/*
chmod 755 /srv/http/db/redis_datastore_setup
chmod 755 /srv/http/db/redis_acards_details
chmod 755 /etc/X11/xinit/start_chromium.sh
chown mpd.audio /mnt/MPD/*
chown mpd.audio /mnt/MPD/USB/*
chmod 777 /mnt/MPD/USB
chmod 777 /mnt/MPD/USB/*
chown -R mpd.audio /var/lib/mpd
Any errors generated here are OK.

Then reboot, this is important!

Retest and post any errors. Thanks.

janui
Last edited by janui on 30 Dec 2018, 23:02, edited 2 times in total.
User avatar
janui
 
Posts: 699
Joined: 20 Dec 2014, 12:55
Location: Ollanda

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby janui » 30 Dec 2018, 15:05

Hi Everyone,
I posted some changes to Rune 0.5b yesterday, a git pull from the /dev UI followed by a reboot (this is important) should give you the latest features. Changes include:
    - Improved Network Mounts code
    - Some extra options for Airplay (in the /dev UI)
    - Some extra options for Local browser (in the Settings UI)
    - Some extra features for random play (in the MPD UI)
    - Selecting a I2S module will remember the one which you selected (in the Settings UI)
See the change log for details. There are two changes which I cannot test, I would appreciate any feedback on these:
    - The ALLO Piano DAC (not the 2.0 or the 2.1 models) now operates at 32bit as standard regardless of the audio source. The question is does this work? I know this works (and is required) for the 2.0 and 2.1 models.
    - The code for NFS mounts has been upgraded to the latest standards, however there is a possibility that this will not work with old NAS devices. If someone uses NFS with an old NAS could you test it for me?
janui
User avatar
janui
 
Posts: 699
Joined: 20 Dec 2014, 12:55
Location: Ollanda

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby s.k. » 30 Dec 2018, 16:31

Hi,
After the update to version 7, settings menu is not visible. All other menus are OK.
Is it my system, or it happens to others as well?

Sent from my ONEPLUS A5000 using Tapatalk
RPi2B Rev 1.1, Allo DigiOne, ATXRaspi, 16x2 OLED display - running rAudio
s.k.
 
Posts: 113
Joined: 04 Jan 2017, 08:38

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby ttarpd » 30 Dec 2018, 18:36

I just installed RuneAudio 0.5-beta from the download url in the 1st post on this thread, and then pulled the latest code from git and have re-booted.
I updated my settings and re-booted.

This version seems quit unstable. The UI keeps hanging and leaving Rune playing. I am able to ssh onto the Rune server. But the UI is constantly hanging and is effectively unusable.

I'm using a Raspberry Pi 3B with HiFiBerry Digi Plus.

I did a straight SD card flash and install, mounted my QNAP NAS drive with NFS, disabled volume control, enabled DSD (native) and then all I've done is disable wifi and bluetooth in /boot/config.txt with these lines at the end of the file:

Code: Select all
# turn wifi and bluetooth off
dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt



Is this latest version stable for other poeple with a Raspberry Pi 3B / HifiBerry Digi Plus?


Note - I've got two other older versions of RuneAudio on similar hardware running very stably:
1. RuneAudio v0.4 (beta 20160313) running on another Raspberry Pi in the house.
2. RuneAudio running v0.4b (a build I created by manually updating the kernel 20171223) - running on a 3rd Pi.
User avatar
ttarpd
 
Posts: 19
Joined: 17 May 2016, 21:07

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby Cameleon1971 » 30 Dec 2018, 20:36

s.k. wrote:Hi,
After the update to version 7, settings menu is not visible. All other menus are OK.
Is it my system, or it happens to others as well?

Sent from my ONEPLUS A5000 using Tapatalk


Hi i'm new here! From France . I use Runeaudio for a long time now and take time to test new version 0.5 beta this week-end. I've got the same problem it seems to happen when addons are installed. With a fresh installation 0.5 beta 7, no problems.
I have a request too: is it possible to reduce dimension of volume circle 80 pct so it will fit nice in UI on official raspberry 7" screen.

Great thanks for job that been done.
Last edited by Cameleon1971 on 30 Dec 2018, 23:16, edited 1 time in total.
Cameleon1971
 
Posts: 2
Joined: 30 Dec 2018, 17:48

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby s.k. » 30 Dec 2018, 20:42

s.k. wrote:Hi,
After the update to version 7, settings menu is not visible. All other menus are OK.
Is it my system, or it happens to others as well?


Correction!

In the standard UI - after the update - the Settings menu it’s OK.
It doesn’t display at all, if you use rern’s UI enhancement.
And it happens only on the Settings menu, all the others are OK.
In my previous version setup (v5), was displayed just fine.
RPi2B Rev 1.1, Allo DigiOne, ATXRaspi, 16x2 OLED display - running rAudio
s.k.
 
Posts: 113
Joined: 04 Jan 2017, 08:38

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby janui » 30 Dec 2018, 22:47

Hi ttarpd,
ttarpd wrote:...This version seems quit unstable. The UI keeps hanging and leaving Rune playing. I am able to ssh onto the Rune server. But the UI is constantly hanging and is effectively unusable...
Thanks for reporting this, could you post your debug.
janui
User avatar
janui
 
Posts: 699
Joined: 20 Dec 2014, 12:55
Location: Ollanda

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby janui » 30 Dec 2018, 22:56

Hi Cameleon1971,
Cameleon1971 wrote:
s.k. wrote:...I have a request too: is it possible to reduce dimension of volume circle 80 pct so it will fit nice in UI on official raspberry 7" screen...
Have you tried modifying the Display Zoom Factor which is part of the Local Browser settings in the Settings UI? If this doesn’t solve it could you explain, I would like to understand why.
janui
User avatar
janui
 
Posts: 699
Joined: 20 Dec 2014, 12:55
Location: Ollanda

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby Cameleon1971 » 30 Dec 2018, 23:11

janui wrote: Have you tried modifying the Display Zoom Factor which is part of the Local Browser settings in the Settings UI? If this doesn’t solve it could you explain, I would like to understand why.
janui


I tried the zoom factor from 0.7 to 1. If the zoom factor is less than 1, the circle is not whole.
The upper, the down, the left and the right side are missing. The circle is to big to be display in the square in the UI.
The .8 zoom factor is pretty good for a 7 " screen but the sound circle is not continuous.
I do not have this problem with runeaudio 0.3 beta. Hope to be clear.
Thanks for your quick answer.
Cameleon1971
 
Posts: 2
Joined: 30 Dec 2018, 17:48

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby ttarpd » 31 Dec 2018, 12:24

janui wrote:Hi ttarpd,
ttarpd wrote:...This version seems quit unstable. The UI keeps hanging and leaving Rune playing. I am able to ssh onto the Rune server. But the UI is constantly hanging and is effectively unusable...
Thanks for reporting this, could you post your debug.
janui


I'd love to post debug data.... but I can't.

I did a clean install of the latest Volumio on the Pi - everything worked perfectly without any issues.

I've just done another clean install of the latest RuneAudio v0.5 from the 1st message in this thread and the RuneAudio UI is hanging straight away. I can ssh onto the Pi - but the UI is unusable.

Is there anything I can do via ssh to help diagnose what's happening please?
User avatar
ttarpd
 
Posts: 19
Joined: 17 May 2016, 21:07

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 6 guests