RuneAudio+R e3

Raspberry Pi related support

Re: RuneAudio+R e3

Postby Garrido33 » 14 Jun 2020, 15:46

Hi Rern,

Thank you for your work.

The problem is unsolved : now, RuneAudio remains indefinitely in a reboot situation and I have to cut the power to turn it off.

Garrido33
Garrido33
 
Posts: 20
Joined: 07 Mar 2019, 18:49

Re: RuneAudio+R e3

Postby rern » 15 Jun 2020, 11:33

@Garrido33,

This supposed to run with SSH command line:
rern wrote:...
System settings - Please post result of:
Code: Select all
/srv/http/bash/system-data.sh


How to SSH using Windows

rern
rAudio @ https://github.com/rern/rAudio-1
Raspberry Pi 4B
Raspberry Pi 3B > SMSL M8 DAC
Raspberry Pi Zero W
User avatar
rern
 
Posts: 723
Joined: 14 Jul 2016, 08:15

Re: RuneAudio+R e3

Postby klassikmann » 15 Jun 2020, 14:47

Update 20200615

Has someome tried today's update?
After a reboot the GUI is available partially only: Empty screen with a "+", no more.

klassikmann
RPI 3B + HifiBerry Digi+ Pro + rAudio-1
klassikmann
 
Posts: 182
Joined: 27 Apr 2016, 18:36

Re: RuneAudio+R e3

Postby Sagnasty » 15 Jun 2020, 15:03

I have the same behavior that klassikmann has reported after applying the latest update. Swiping the screen changes from main, playlist, library, etc. The main screen only displays the "+".
3 x Raspberry Pi 3B+ Rev 1.3 > HiFiBerry DAC+ Pro
1 x Raspberry Pi 3B Rev 1.2 > HiFiBerry DAC+ Pro
Synology DS718+
Sagnasty
 
Posts: 4
Joined: 08 Jun 2020, 20:45

Re: RuneAudio+R e3

Postby klassikmann » 15 Jun 2020, 15:30

klassikmann wrote:Update 20200615

Has someome tried today's update?
After a reboot the GUI is available partially only: Empty screen with a "+", no more.

klassikmann

First finding: An update from the UPDATE channel seems to solve the problem. But let's expect a statement or an official update by rern.

klassikmann
RPI 3B + HifiBerry Digi+ Pro + rAudio-1
klassikmann
 
Posts: 182
Joined: 27 Apr 2016, 18:36

Re: RuneAudio+R e3

Postby rern » 15 Jun 2020, 15:36

klassikmann wrote:Update 20200615

Has someome tried today's update?
After a reboot the GUI is available partially only: Empty screen with a "+", no more.

Sorry. There're some complications in the update code. They're fixed. Try update again by tapping at the bottom of screen to get the menu.

It's obviously about time to release new image files:
- Cumulative updates
- Update kernel and packages to the latest

rern
rAudio @ https://github.com/rern/rAudio-1
Raspberry Pi 4B
Raspberry Pi 3B > SMSL M8 DAC
Raspberry Pi Zero W
User avatar
rern
 
Posts: 723
Joined: 14 Jul 2016, 08:15

Re: RuneAudio+R e3

Postby klassikmann » 15 Jun 2020, 15:46

Hi rern,
rern wrote:
klassikmann wrote:Update 20200615

Has someome tried today's update?
After a reboot the GUI is available partially only: Empty screen with a "+", no more.

Sorry. There're some complications in the update code. They're fixed. Try update again by tapping at the bottom of screen to get the menu.

It's obviously about time to release new image files:
- Cumulative updates
- Update kernel and packages to the latest

rern
Thank you for your quick fix.

Regarding
- Cumulative updates
- Update kernel and packages to the latest

Before I fall into the snafu I made a "pacman -Syu". 251 packages were updated.
Kernel: 5.4.45-1
MPD: 0.21.24
And the system is still working now, apparently.

klassikmann
RPI 3B + HifiBerry Digi+ Pro + rAudio-1
klassikmann
 
Posts: 182
Joined: 27 Apr 2016, 18:36

Re: RuneAudio+R e3

Postby cmh714 » 15 Jun 2020, 15:57

I just updated and seem to have lost most of the Main UI....I have no "controls" on the main page, so I cannot stop, start, settings, etc......



**Also, the Library page is completely empty....no drives, radios, etc, just blank :)
cmh714
 
Posts: 470
Joined: 04 May 2014, 03:06

Re: RuneAudio+R e3

Postby rern » 15 Jun 2020, 16:35

cmh714 wrote:I just updated and seem to have lost most of the Main UI....I have no "controls" on the main page, so I cannot stop, start, settings, etc......



**Also, the Library page is completely empty....no drives, radios, etc, just blank :)

Try reset display setting:
Code: Select all
echo '{
   "album": true,
   "albumartist": true,
   "artist": true,
   "composer": true,
   "coverart": true,
   "date": true,
   "genre": true,
   "nas": true,
   "sd": true,
   "usb": true,
   "webradio": true,
   "backonleft": false,
   "count": true,
   "fixedcover": true,
   "label": true,
   "playbackswitch": true,
   "plclear": true,
   "tapaddplay": false,
   "tapreplaceplay": false,
   "thumbbyartist": false,
   "bars": true,
   "barsalways": false,
   "buttons": true,
   "cover": true,
   "coversmall": false,
   "radioelapsed": false,
   "time": true,
   "volume": true
}' > /srv/http/data/system/display


rern
rAudio @ https://github.com/rern/rAudio-1
Raspberry Pi 4B
Raspberry Pi 3B > SMSL M8 DAC
Raspberry Pi Zero W
User avatar
rern
 
Posts: 723
Joined: 14 Jul 2016, 08:15

Re: RuneAudio+R e3

Postby cmh714 » 15 Jun 2020, 16:42

And we're back! Thanks rern!!!

rern wrote:
cmh714 wrote:I just updated and seem to have lost most of the Main UI....I have no "controls" on the main page, so I cannot stop, start, settings, etc......



**Also, the Library page is completely empty....no drives, radios, etc, just blank :)

Try reset display setting:
Code: Select all
echo '{
   "album": true,
   "albumartist": true,
   "artist": true,
   "composer": true,
   "coverart": true,
   "date": true,
   "genre": true,
   "nas": true,
   "sd": true,
   "usb": true,
   "webradio": true,
   "backonleft": false,
   "count": true,
   "fixedcover": true,
   "label": true,
   "playbackswitch": true,
   "plclear": true,
   "tapaddplay": false,
   "tapreplaceplay": false,
   "thumbbyartist": false,
   "bars": true,
   "barsalways": false,
   "buttons": true,
   "cover": true,
   "coversmall": false,
   "radioelapsed": false,
   "time": true,
   "volume": true
}' > /srv/http/data/system/display


rern
cmh714
 
Posts: 470
Joined: 04 May 2014, 03:06

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 5 guests