Jump to content
XPEnology Community

Scheppi

Member
  • Posts

    17
  • Joined

  • Last visited

Posts posted by Scheppi

  1. Danke!

     

    Ich hab gestern auf meiner Testbox 6.1.3 installiert, kein Upgrade, da gehen die Platten automatisch in den Standby nachdem ich das in den Settings eingestellt habe

    (auf 10 mins) (N54L)

     

    Information	System	2017/10/02 11:40:18	SYSTEM	Internal disks woke up from hibernation.
    Information	System	2017/10/02 11:20:18	SYSTEM	Internal disks woke up from hibernation.
    Information	System	2017/10/02 11:00:18	SYSTEM	Internal disks woke up from hibernation.
    Information	System	2017/10/02 10:40:13	SYSTEM	Internal disks woke up from hibernation.
    Information	System	2017/10/02 10:20:18	SYSTEM	Internal disks woke up from hibernation.

     

    • Like 1
  2. On 30.9.2017 at 7:12 PM, gezuppel said:

    Ich habe das 6er DSM jetzt drauf. Habe natürlich das ext4 filesystem draufgelassen. Lohnt sich das komplette sichern des NAS um auf das btrfs Filesystem zu setzen?

     

     

    Ich stehe vor der selben Frage, welchen Weg bist du denn jetzt gegangen? 5.0 auf 5.2 und dann auf 6.1 oder direkt von 5.0 auf 6.1 ?

     

  3. Some Info for N54L users (AMD based)

    I burned the newest 1.01 Image on my USB Stick, adjusted PID, VID, SNR and MAC but still ran into "Booting the Kernel" without finding the NAS in my network.

     

    After i adjusted the timeout to '5' i had the chance to see the grub menu, where i could choose the AMD entry, which did the trick :smile:

     

    Thanks for the hard work :smile:

  4. i wanna check this out, maybe u can hint me with this step, where do i change this?

     

    nvr mind: got it, its in the ".sh" :smile:

     

    thanks for your work!

     

    Thank you thordrid, it works for me on a proxmox vm installation.

     

    i have tried it with your guide, but lsmod shows no evdev.ko after restart.

     

    - edit MODULES_DIR="/lib/modules/"
    

  5. u can put the script file into the /usr/local/etc/rc.d/ directory.

    the filename like this "S99Powersaving.sh"

     

    For the people who don't know exactly how to do this....

     

    The contents of the file should look something like this:

     

    #!/bin/sh
    
    echo conservative > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
    echo conservative > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
    echo conservative > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor
    echo conservative > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor

     

    It can be simply made with a text editor.

     

     

    Above is how I did it and it works, finally I don't have to do it by hand anymore every time the server is rebooted. :cool:

     

    What about the "insmod" command? shouldnt it be in the script too? or is there a better place to put that into?

    (Sorry to ask, iam a linux newbie) :smile:

  6. Sorry, but iam definatly on DSM 5.0-4493-Update 1 and it works for me.

    I used to be on latest gnoboot with 4458, got it working there too.

    Then upgraded to Nanoboot and to 4493, then manually Update to Update 1

     

    i edit Line 371 in my /etc/rc to:

    KERNEL_MODULES="..here comes stuff.. cpufreq_conservative button"

     

    after reboot, i tested with : "cat /proc/acpi/event" which gave me some event and then did the rest like in the manual

    i later checked and saw a button.ko:

     

    DiskStation50> ll /lib/modules/button.ko

    -rw-r--r-- 1 root root 12764 Jun 9 12:17 /lib/modules/button.ko

     

    i didnt copy it there. (maybe its leftover from gnoboot?)

×
×
  • Create New...