View Single Post
Staro 01.12.2021., 08:59   #744
xlr
49%winner
Moj komp
 
xlr's Avatar
 
Datum registracije: Sep 2007
Lokacija: PU
Postovi: 10,003



Code:
<disk_temperature fan_speed="01%40hz" action="NONE">0</disk_temperature>
<disk_temperature fan_speed="10%40hz" action="NONE">41</disk_temperature>
<disk_temperature fan_speed="20%40hz" action="NONE">46</disk_temperature>
<disk_temperature fan_speed="35%40hz" action="NONE">48</disk_temperature>
<disk_temperature fan_speed="50%40hz" action="NONE">50</disk_temperature>
<disk_temperature fan_speed="70%40hz" action="NONE">54</disk_temperature>
<disk_temperature fan_speed="99%40hz" action="NONE">58</disk_temperature>
<disk_temperature fan_speed="99%40hz" action="SHUTDOWN">61</disk_temperature>

<cpu_temperature fan_speed="01%40hz" action="NONE">0</cpu_temperature>
<cpu_temperature fan_speed="10%40hz" action="NONE">57</cpu_temperature>
<cpu_temperature fan_speed="20%40hz" action="NONE">62</cpu_temperature>
<cpu_temperature fan_speed="50%40hz" action="NONE">65</cpu_temperature>
<cpu_temperature fan_speed="99%40hz" action="NONE">80</cpu_temperature>
<cpu_temperature fan_speed="99%40hz" action="SHUTDOWN">90</cpu_temperature>





Nisam siguran što bi ove vrijednosti u tvom slučaju mogle predstavljati.
-->
Citiraj:
Autor pogi Pregled postova
Ovo sam probao na DS216play, upute su napravljene za noviji DS218+.

Nije baš isto (jedan direktorij je drugog imena primjerice), ali postavke brzine vrtnje ventilatora su, koliko vidim, izražene u mom slučaju binarno? Dakle nije upisano npr. 40% nego 011, pa sam predpostavio da su u rangeu od 000 do 111 što bi davalo 7 razlilčitih brzina od nule do 100%

Vratio sam sve na staro, jos cu jednom probati.

PS. davno sam koristio vi(m) trebalo mi je da se sjetim glavnih komandi na tastaturi, ali onda sam instalirao jedan pekiđ iz komunitija kojim se instalira micro editor u kojem se lakše snaći
Ja sam radio na DS220+ (DSM 7) i ima malih razlika naspram web uputa koje sam otkrio putem (vjerojatno ovisi o modelu/kodnom imenu NAS-a, verziji DSM-a).

"fan_check" mi je lociran u "geminilake_synobios" folderu.
"scemd.xml" mi ima malo drukčiju sintaksu, pa sam one promjene s weba samo malo preobličio prije pejstanja. Doduše, vrijednosti su kao i iz uputa pa nisam imao taj problem. Primjer kako izgleda kod mene:



Code:
<disk_temperature fan_speed="01%40hz" action="NONE">0</disk_temperature>
<disk_temperature fan_speed="10%40hz" action="NONE">41</disk_temperature>
<disk_temperature fan_speed="20%40hz" action="NONE">46</disk_temperature>
<disk_temperature fan_speed="35%40hz" action="NONE">48</disk_temperature>
<disk_temperature fan_speed="50%40hz" action="NONE">50</disk_temperature>
<disk_temperature fan_speed="70%40hz" action="NONE">54</disk_temperature>
<disk_temperature fan_speed="99%40hz" action="NONE">58</disk_temperature>
<disk_temperature fan_speed="99%40hz" action="SHUTDOWN">61</disk_temperature>

<cpu_temperature fan_speed="01%40hz" action="NONE">0</cpu_temperature>
<cpu_temperature fan_speed="10%40hz" action="NONE">57</cpu_temperature>
<cpu_temperature fan_speed="20%40hz" action="NONE">62</cpu_temperature>
<cpu_temperature fan_speed="50%40hz" action="NONE">65</cpu_temperature>
<cpu_temperature fan_speed="99%40hz" action="NONE">80</cpu_temperature>
<cpu_temperature fan_speed="99%40hz" action="SHUTDOWN">90</cpu_temperature>





Nisam siguran što bi ove vrijednosti u tvom slučaju mogle predstavljati.
__________________
Keep calm and fastboot oem unlock.
xlr je offline   Reply With Quote