> "there is no readily-available 24V source from an ATX power supply," This is false. ATX provides both +12V and -12V: * https://pinoutguide.com/Power/atxpower_pinout.shtml Hooking them together would provide 24VDC. On a 350W PSU, I see -12V rated to supply 0.3A, which would allow for 24V fans drawing up to 7.2W of power, if desirable. I don't see any reason to prefer 24V fans, however. The current losses over such s…
More than you cared to know about PC fans
41–50 of 102 posts
Re: More than you cared to know about PC fans
#42Ah reminds me of the time when I was a kid and my PC would randomly crash and would not start for a while. Turns out the processor fan was janky and would not start occasionally requiring a push with a pen or something to get it going. So the POST process in my case had an extra step: "have human check CPU fan"!
Re: More than you cared to know about PC fans
#43Earlier quoted context omitted.
Generally the fans are powered with a steady state DC source and the PWM is just logic signaling. If the fan is powered by a PWM source the tach output will not be a clean square wave (but could still be reconstructed, if the PWM frequency is sufficiently higher frequency than the fan's rotational speed).
Well, PC fans come in 3-wire and 4-wire forms, where the 3-wire type has only pwm,tach and GND connections (no DC power).
4-wire is: PWM, TACH, DC, GND
https://noctua.at/en/what-pin-configuration-do-noctua-produc...
Re: More than you cared to know about PC fans
#44I think the female side is right, it's the male connector that's reversed.
Re: More than you cared to know about PC fans
#45What a coincidence, 4x of the 120mm Noctua Redux fans just arrived this morning and are sitting on my living room table waiting to go into my rig. I love in-depth analysis of stuff like this. How do y'all like to manage (chassis) fan speeds? I have been out of the PC world for so long that I forget all pieces of hardware need to be managed.
Re: More than you cared to know about PC fans
#46It seems to me you want fans controlled with something dedicated to it.
The other thing I don't get is all the plethora of options my motherboard gives me to set fans only to fixed RPMs. Am I crazy in that I want the fan to be controlled by heat? (More heat => more RPMs. Keep the system cool, but if there isn't much thermal load, spin the fans down and reduce the noise?)
But by fixing an RPM, it seems the only valid input is "100%"; anything else could be too low under stressful conditions.
I could also have a cheap motherboard. (I definitely won't be purchasing from this manufacturer again, and the motherboard does have other severe quality issues…)
Re: More than you cared to know about PC fans
#47I'm surprised it doesn't mention hysteresis some fans have at low speed. Cheap fans often don't have actual proper speed controller on them which means they might start spinning at say 30% PWM but only stop spinning at 15% PWM. That was probably the thing that surprised me most when I upgraded to nice Noctua, at certain PWM it just started, always, and below that it stopped, always.
Re: More than you cared to know about PC fans
#48Also, one thing I've always wondered: why do people want to use hwmon to set fan RPMs? (Or really, why do this from userspace at all?) It seems inherently dangerous to me, as you're asking a process who might not receive CPU time for whatever reasons from the very much not realtime OS to control a fan; if the current RPM is too low, and the system starts generating heat, but the fan controlling process doesn't get CP…
In the old days, it kinda was - at least to your hardware.
Then people realized that blowing up components because a fan failed, or became unplugged, or a filter clogged with dust, maybe wasn't a great user experience and/or caused more in-warranty returns that required replacing hardware ($$expensive$$!), and implemented thermal throttling and thermal cutoffs. Nearly two decades ago at this point, I helped a friend diagnose his computer randomly turning off. It turned out to be a CPU fan unplugged itself, causing overheating to trigger a thermal cutoff. No other apparent harm done.
Fans aren't the only means of limiting heat: slowing stuff down and turning stuff off also works. And it turns out users sometimes would rather stuff run slow than run loud, and maybe your crappy motherboard vendor shouldn't be writing a ton of code running in kernel space - with all the potential stability and security issues that might entail - for whatever network-connected bloatware syncs your RGB lighting and fan settings to the cloud. And they will do exactly that, if that's what's required to give their customers what they want.
Just exposing fan RPMs to userspace might be far less dangerous.
Re: More than you cared to know about PC fans
#49The pinout is wrong, is it not? As it is drawn, if you mate the two connectors, the wires won't match up. (You'll need to mentally rotate it: the hook on the back of the male connector slots into the rails on the front of the female connector to make them impossible to separate without destroying a nail.) I think the female side is right, it's the male connector that's reversed.
Not if both connectors are drawn looking top-down.
Note the ribbing and clip on the female connector, the bottom of the female connector is at the bottom of the drawing. You'd mate these by lifting the female straight up, rotating about 90 degrees along the vertical axis, and pushing down onto the male connector. And when mated that way, the labeled pin-outs line up perfectly.
Re: More than you cared to know about PC fans
#50Seems like using USB connected microcontroller with open-source firmware instead of embedded SuperIO seems like easiest way to have reliable fan control in PC.