Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Instruction Guide Power management for Audiophonics I-Sabre ES9023 V3
#11
(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.
Reply
#12
(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]
<marquee behavior="alternate" scrolldelay=150
~~~~>>>Please always follow rules and read before you post<<<~~~~

</marquee>
Reply
#13
Cheers Rikardo1979.

Much appreciated.
Reply
#14
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
Reply
#15
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
Reply
#16
(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?
<marquee behavior="alternate" scrolldelay=150
~~~~>>>Please always follow rules and read before you post<<<~~~~

</marquee>
Reply
#17
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
Reply
#18
(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?
<marquee behavior="alternate" scrolldelay=150
~~~~>>>Please always follow rules and read before you post<<<~~~~

</marquee>
Reply
#19
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
Reply
#20
(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
<marquee behavior="alternate" scrolldelay=150
~~~~>>>Please always follow rules and read before you post<<<~~~~

</marquee>
Reply


Forum Jump: