Moode Forum
[How to do instruction] Power management for Audiophonics I-Sabre ES9023 V3 - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: FAQ and Guides (https://moodeaudio.org/forum/forumdisplay.php?fid=9)
+--- Thread: [How to do instruction] Power management for Audiophonics I-Sabre ES9023 V3 (/showthread.php?tid=148)

Pages: 1 2 3 4


RE: Power management for Audiophonics I-Sabre ES9023 V3 - hifix - 10-04-2018

(10-04-2018, 12:34 AM)rikardo1979 Wrote:
(10-03-2018, 05:41 PM)hifix Wrote: I just tried the code on 4.3 and got stuck with the:
case 'reboot':
case 'poweroff':
sections.

If anyone has figured this one out, please chime in.  I'd love to get 4.3 running on my main rig.

So where exactly is the problem? There should be no change and you should be able proceed as stated. 
I just did my update few days ago and reinstall the power management with no problem

The code layout "looked" different and i was uncertain about entering lines of code in that situation.
I might also have been viewing the incorrect section of the file.  I will give it another go later on.

Thanks for the feedback.


RE: Power management for Audiophonics I-Sabre ES9023 V3 - rikardo1979 - 10-04-2018

(10-04-2018, 07:14 AM)hifix Wrote:
(10-04-2018, 12:34 AM)rikardo1979 Wrote:
(10-03-2018, 05:41 PM)hifix Wrote: I just tried the code on 4.3 and got stuck with the:
case 'reboot':
case 'poweroff':
sections.

If anyone has figured this one out, please chime in.  I'd love to get 4.3 running on my main rig.

So where exactly is the problem? There should be no change and you should be able proceed as stated. 
I just did my update few days ago and reinstall the power management with no problem

The code layout "looked" different and i was uncertain about entering lines of code in that situation.
I might also have been viewing the incorrect section of the file.  I will give it another go later on.

Thanks for the feedback.

You can still do it the old way and use the original instruction or you can proceed as @slartibartfast mentioned
Either way it should work 

Here are screens of the old way

Original code in /var/local/command/worker.php



[Image: TyK7Sc.jpg]

Modified code 

[Image: KSI4Nc.jpg]


RE: Power management for Audiophonics I-Sabre ES9023 V3 - hifix - 10-04-2018

Cheers Rikardo1979.

Much appreciated.


RE: pydPiper for Audiophonics I-Sabre ES9023 V3 [Winstar 80x16 OLED] - miklau - 12-17-2018

My display didn't work after updating to MoOde 4.4. The docker was not running.
I tried to uninstall but was not able to uninstall the Docker. After failing I had to issue the following command:

Code:
$ sudo dpkg --configure -a

After this it is possible to uninstall the docker by using the purge command and remove all off pydPiper:

Code:
$ cd /home/pi/pydPiper
$ sudo apt-get purge docker-ce
$ sudo rm -rf /var/lib/docker
$ cd
$ sudo rm -rf cd pydPiper
$ sudo reboot

When installing docker once again there will be a message displaying that the docker is already installed. Please ignore that and install everything once again as previously described Smile


RE: Power management for Audiophonics I-Sabre ES9023 V3 - Jempie - 02-07-2019

Hi,

im an new and download the 4.4 version, and try to add an winstar oled display
and follow the script but it does not work

is there somebody that can help me out with this problem

please step by step

thx


RE: Power management for Audiophonics I-Sabre ES9023 V3 - rikardo1979 - 02-07-2019

(02-07-2019, 01:04 PM)Jempie Wrote: Hi,

im an new and download the 4.4 version, and try to add an winstar oled display
and follow the script but it does not work

is there somebody that can help me out with this problem

please step by step

thx

what exact display you have? and how far did you get following steps from the first page?


RE: Power management for Audiophonics I-Sabre ES9023 V3 - Jempie - 02-07-2019

Hi Rikardo,

This is the first time strating with moode.
i want an clean set up with the winstar WEH001602BLPP5N00001

i have install putty

to get access ip / moodeaudio

regards


RE: Power management for Audiophonics I-Sabre ES9023 V3 - rikardo1979 - 02-08-2019

(02-07-2019, 01:38 PM)Jempie Wrote: Hi Rikardo,

This is the first time strating with moode.
i want an clean set up with the winstar WEH001602BLPP5N00001

i have install putty

to get access ip / moodeaudio

regards

So again. How far did you get following the instruction from the first page of this thread?


RE: Power management for Audiophonics I-Sabre ES9023 V3 - Jempie - 02-08-2019

Rikardo

SQLDB=/var/local/www/db/moode-sqlite3.db

# set cpu govenor
RESULT=$(sqlite3 $SQLDB "select value from cfg_system where param='cpugov'")
echo "$RESULT" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor

/usr/bin/udisks-glue > /dev/null 2>&1
/var/www/command/worker.php > /dev/null 2>&1
sudo bash /home/pi/sds.sh &
exit 0

is this correct


RE: Power management for Audiophonics I-Sabre ES9023 V3 - rikardo1979 - 02-08-2019

(02-08-2019, 10:56 AM)Jempie Wrote: Rikardo

SQLDB=/var/local/www/db/moode-sqlite3.db

# set cpu govenor
RESULT=$(sqlite3 $SQLDB "select value from cfg_system where param='cpugov'")
echo "$RESULT" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor

/usr/bin/udisks-glue > /dev/null 2>&1
/var/www/command/worker.php > /dev/null 2>&1
sudo bash /home/pi/sds.sh &
exit 0

is this correct

Yes, should be like that.
But now reading that you want to make only your display work? As this is the procedure only for the power management and it has nothing to do with display.
Instructions how to do displays http://moodeaudio.org/forum/showthread.php?tid=550