Autor Thema: TVHeadend will nicht mehr nach Standby  (Gelesen 27544 mal)

hansputters

  • Jr. Member
  • **
  • Beiträge: 54
    • Profil anzeigen
Re:TVHeadend will nicht mehr nach Standby
« Antwort #30 am: Februar 17, 2015, 03:51:24 Nachmittag »
Thank you for feedback.
For your information: please read device in stead of advice in my former post.
Sorry!

hansputters

  • Jr. Member
  • **
  • Beiträge: 54
    • Profil anzeigen
Re:TVHeadend will nicht mehr nach Standby
« Antwort #31 am: Februar 21, 2015, 09:29:56 Nachmittag »
Are you sure as to your earlier statement?

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:TVHeadend will nicht mehr nach Standby
« Antwort #32 am: März 09, 2015, 04:00:03 Nachmittag »
The next driver version will include following options:

wakeup_hook
and sleep_hook

this can be put into /etc/sundtek.conf

For the Synology NAS wakeup_hook could be hdparm -S 0 /dev/sda1

/etc/sundtek.conf
wakeup_hook=hdparm -S 0 /dev/sda1
sleep_hook=hdparm -S 10 /dev/sda1

The driver will run the wakeup_hook as soon as the device leaves the standby mode
sleep_hook will be executed once the device enters standby

USE UPPERCASE -S!!! LOWERCASE -s IS A DIFFERENT COMMAND AND DANGEROUS

Please note this is just an example, we will not include a default configuration in our installer (at least not at the moment).
Failure is a good thing! I'll fix it

hansputters

  • Jr. Member
  • **
  • Beiträge: 54
    • Profil anzeigen
Re:TVHeadend will nicht mehr nach Standby
« Antwort #33 am: März 17, 2015, 11:06:49 Nachmittag »
Sundtek support took over control through teamviewer and modified my Synology-system accordingly.
Really a top service but unfortunately the result was far from being satisfactory.
No problem since i was aware that the service added was experimental for the time being.

For some reason my several requests for additional support (howto in order to remove this service from my system)stayed unreplied.

Why, i ask myself.......

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:TVHeadend will nicht mehr nach Standby
« Antwort #34 am: März 19, 2015, 10:43:06 Nachmittag »
Your topic requires R&D it's not like someone can do this immediately on your target system.

Synology NAS Systems are not regular Linux Systems, the customization you request requires some deeper knowledge about the Synology Disk Hibernation system (which we do not have at the moment).

This topic is on our list, unfortunately our R&D staff is also busy with many other things at the moment so we can only queue up such items and work on it one after each other.
Failure is a good thing! I'll fix it

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:TVHeadend will nicht mehr nach Standby
« Antwort #35 am: März 20, 2015, 03:48:50 Nachmittag »
The next driver will support global_wakeup_hook and global_standby_hook giving the possibility to run an application if one tuner wakes up and running another application when all tuners are in standby.

Now for Synology we just need to know which command is able to change the hibernation settings of  Synology NAS systems and put that command behind global_wakeup/sleep_hook into the configuration file.
Failure is a good thing! I'll fix it