O.K., I'll add some notes to the Wiki page to show what a user should expect to seeI'm in two minds about that . . .
Suck it and see.I guess what I'm wanting to know if what would be a sensible increase to the threshold levels for this drive?
I found this annoying too. I think the only way is to reboot.Also, how do you / can you stop the ring colour cycling once you've acknowledged the over temp? Also, when it goes below the threshold it doesn't return back to just blue if it's just watching and not recording, it stay pink/purple.
That seems very high.I installed the fan package and has set it to 50% but I think it's going to stay around the 50 degrees.
Try sysmon instead of tempmon.Also, how do you / can you stop the ring colour cycling
Frequently packages require a reboot after installation, but if you have rebooted since installation changing the fan setting should have had immediate effect.I might have rebooted too about 10.30, so perhaps the change in fan speed didn't work until then.
My fan at 52% (It's inaudible so why not and I might even up it a bit) and the HDD temp is currently (and usually around) 42deg.I'll perhaps keep the tempmon settings as they are and scale back the fan speed to say 40% but would still like some advice on what the normal acceptable working temperature could be for my HDD.
That's difficult to say, it depends on the environment, but as a hardware engineer I am absolutely certain that a constant temperature is better for the long-term health of electronics and mechanics than an oscillating temperature.would still like some advice on what the normal acceptable working temperature could be for my HDD.
Why do you want to scale the fan speed down? As a general rule lower, constant temperature is better. The Skyhawks are rated for use in temperatures between 0 C and 60 C although elsewhere the data sheet talks about 70C max case temperature.I'll perhaps keep the tempmon settings as they are and scale back the fan speed to say 40% but would still like some advice on what the normal acceptable working temperature could be for my HDD.
Not at 75% it isn't, that's far too high, I guess nobody has noticed the step from 74% to 75% for that very reason, there is no point putting up with that much fan noise, the main reason for creating the 'Fan' package was to reduce noiseit's one hell of a lot better than the Humax version.
Take a look at the fan package thread if you want to know how much discussion and feedback there has been about the actual behaviour of the fan.It seems however the speed of the fan does not change gradually, it jumps from one speed to another eg 74% then 75%, there is a big increase of speed. Might measure it a bit more scientifically if I get the chance. It sounds like the fan speed app is limited in what it can do as the hardware controlling the fan is stepped. (Sorry don't know the technical jargon).
... the speed of the fan does not change gradually, it jumps from one speed to another eg 74% then 75%, there is a big increase of speed. ...
and... Unfortunately it isn't just a matter of setting a fan speed but of programming an on-chip pulse width modulator using an undocumented API.
So monotonic but not linear.I think it's worth restating that the thing that is being varied by this package is the width of the on pulse from the PWM output. The slider in the web interface may not linearly affect the fan speed, although it's certainly true that higher values do make the fan run faster.
NEXUS_Pwm_SetOnInterval()
, and here (lines 111ff.) is an example of someone using it.