Jump to content
XPEnology Community

neverstopdreaming

Member
  • Posts

    10
  • Joined

  • Last visited

Posts posted by neverstopdreaming

  1. - Outcome of the update: SUCCESSFUL

    - DSM version prior update: DSM 6.1.5-15254 Update 1

    - Loader version and model: JUN'S LOADER v1.02b - DS916+

    - Using custom extra.lzma: NO

    - Installation type: Baremetal - ASRock N3700

    - Additional comments: REBOOT REQUIRED

  2. Maybe "conservative" governor is better for nas? In FreeNAS it's default governor. I have switched from ondemand, cpu now sit with lowest frequencies, occasionally switch to higher ones. Witch ondemand it jumps from min to max frequency, ommiting middle cpu states.

     

    You're right, it should be better. There is no need to quick spikes.

  3. Thanks neverstopdreaming .

    Can you tell how you get the first step?

    Or better what you do exactly?

     

    Just execute the insmod.. command.

    Then you can see with "dmesg" command if the module identifies you CPU.

     

    the echo commands are necessary to change the CPU governor for each CPU (core) you have.

  4. Hi Sancome,

    thanks for the new version! XPEnoboot_DS3615xs_5.1-5022.3 works fine for AMD CPU:

     

    [  168.210238] powernow-k8: Found 1 AMD E-350 Processor (2 cpu cores) (version 2.20.00)
    [  168.210311] powernow-k8:    0 : pstate 0 (1600 MHz)
    [  168.210315] powernow-k8:    1 : pstate 1 (1280 MHz)
    [  168.210318] powernow-k8:    2 : pstate 2 (800 MHz)

     

    I just needed to load the module and change the governor to ondemand:

    insmod /lib/modules/powernow-k8.ko
    echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
    echo ondemand > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor

     grep "MHz" /proc/cpuinfo 
    cpu MHz         : 800.000
    cpu MHz         : 800.000

     

    Can you suggest where should I put them to load on boot? Some /etc/init/rc.* should be fine?

     

    thanks

×
×
  • Create New...