Jump to content
XPEnology Community

vencafm

Rookie
  • Posts

    4
  • Joined

  • Last visited

Everything posted by vencafm

  1. - Outcome of the update: SUCCESSFUL - DSM version prior update: DSM 7.1.1-42962 update 1 - Loader version and model: arc-23.12.23, DS918+ - Using custom extra.lzma: NO - Installation type: BAREMETAL Fujitsu Esprimo P720 E90+ MT, Intel Core i3 4160 3.6 GHz, 8 GB RAM - Additional comments: (https://github.com/AuxXxilium)
  2. - Outcome of the update: SUCCESSFUL - DSM version prior update: DSM 6.2.3-25426 Update 3 - Loader version and model: Automated Redpill Loader 0.4 alpha 12 DS918+ - Using custom extra.lzma: NO - Installation type: BAREMETAL Fujitsu Esprimo P720 E90+ MT, Intel Core i3 4160 3.6 GHz, 8 GB RAM - Additional comments: The upgrade was smooth. Just some application required to be repaired like Plex.
  3. Hi, thank you for such scripts it runs almost fine on my configuration (I3-4160, 8GB RAM, DSM 6.2.3 u3). My CPU supports 3 governors - userspace, performance, powersafe. Anyway I also realized, that for some unknown reason, the governor is time to time (usually at night when there is no load (?)) switched from "userspace" updated by the script to "performance" and then the running main function fails on the error already described in this forum (/usr/local/bin/scaler.sh: line 57: echo: write error: Invalid argument): echo "$minfreq" > /sys/devices/system/cpu/cpu"${i}"/cpufreq/scaling_setspeed Assuming that when the governor is set to different state from userspace it is not possible to externally update the frequency. So in order to avoid the problem I just copied the the part of code checking and updating the governor in to the beginning of the main function: # Set correct cpufreq governor to allow user defined frequency scaling governor=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor) if [ "$governor" != "userspace" ]; then for i in $(seq 0 "${cpucorecount}") do echo userspace > /sys/devices/system/cpu/cpu"${i}"/cpufreq/scaling_governor done fi So far I have no idea what and why the governor gets modified and especially to the "performance". But at least such small modification prevents the script from failing.
  4. - Outcome of the update: SUCCESSFULL - DSM version prior update: DSM 6.2.2-24922 update 6 and clean HW - Loader version and model: Jun's Loader v1.04b DS918+ - Using custom extra.lzma: Yes Ig-88 v13.3 - Installation type: BAREMETAL Fujitsu Esprimo P720 E90+ MT, Intel Core i3 4160 3.6 GHz, 8 GB RAM - Additional comments: The installation was several times repeated due to failing reboot after installation. The problem was with an old USB disk (512MB), the replacement with newer 4GB usb fixed the problem. Custom Extra.lzma installed to get proper drivers for intel VGA to get HW transcoding in PLEX
×
×
  • Create New...