Slashdot Mirror


Quiet PCs, Ducting Air from Case Fan to Heatsink?

Milo_Mindbender asks: "While listening to the whine of my heatsink fan I was wondering. It seems like a good way to get quiet cooling for the CPU would be to mount a fan in the back of my case and run a duct of some kind (folded sheet metal or some kind of hose) from the back of the fan directly onto the top of a fan-less CPU heatsink. You should be able to get the same amount of airflow with a large slow (quiet) case fan as you do with a little noisy cpu fan...and the air being blown onto the heatsink would be cooler as well. This seems like a fairly obvious idea so I'm wondering if there's some reason why it wouldn't work, or if anyone has tried it and could tell us how it turned out." Yeah, but what about the heat in the rest of the system? Depending on the size of your enclosure (and what's in it), you may or may not need more than one fan. Has anyone tried something like this and can comment on how well it worked?

105 comments

  1. In vs. Out by Anonymous Coward · · Score: 0

    Case fans blow out, not in.

    1. Re:In vs. Out by Descartes · · Score: 1

      Hmmm... do you realize how stupid that sounds?

      I think we could solve this complex engineering puzzle by flipping the fan.

    2. Re:In vs. Out by Anonymous Coward · · Score: 0

      So you flip it around to blow in. It's not rocket science you know... (Unless of course the fan is on the front, and then it blows in)

      Of course, pulling air from the outside means that you'll probably be pulling in the stuff being blown out by the power supply, and that air's not exactly cool most of the time.

    3. Re:In vs. Out by Anonymous Coward · · Score: 1, Funny

      Then your case would explode from the pressure. Please try to think through the consequences of your actions before you hurt yourself.

    4. Re:In vs. Out by eggstasy · · Score: 0, Troll

      Computers cases are not hermetically sealed, so air can easily get out, and if they were it would take one great big mother of a fan to generate enough pressure to blow such a large chunk of steel to pieces.

    5. Re:In vs. Out by Anonymous Coward · · Score: 0

      So just reverse the power supply fan as well.

    6. Re:In vs. Out by Anonymous Coward · · Score: 1, Funny

      Leave all the fans as they are, but put the components outside instead of inside.

    7. Re:In vs. Out by Anonymous Coward · · Score: 0

      What about iMacs? They're plastic.

    8. Re:In vs. Out by Anonymous Coward · · Score: 0

      one great big mother

      Can you quantify that please, I have quite a big fan cooling down my bedroom (wow ... what about this weather eh?) and I'm worried that my house might explode.

    9. Re:In vs. Out by UranusReallyHertz · · Score: 1

      one great big mother of a fan: any fan capable of generating static pressure sufficient to overcome the tensile streangth of the materials commonly used in PC cases. Use you imagination.

      --
      Smoking is an expensive, slow, and unreliable method of suicide.
    10. Re:In vs. Out by Anonymous Coward · · Score: 0

      I think the poster means "one great big mother-in-law of a fan." That would most certainly make your house (or your computer case) explode.

    11. Re:In vs. Out by Anonymous Coward · · Score: 0

      Does the humidity matter? As I mentioned, the weather here has been hot and humid this last week. Humid air feels 'heavier' than fresh air, so it seems like it should have more static pressure ... especially when it is worst right before a storm.

    12. Re:In vs. Out by Analog+Penguin · · Score: 1

      I think we could solve this complex engineering puzzle by flipping the fan.

      Wouldn't that suck lots of dust inside? Dust and computer components have a long-standing feud, and you don't want them fighting it out inside your case.

    13. Re:In vs. Out by Descartes · · Score: 1

      That's a good point. I think pre ATX cases blow in instead of out, and they don't have too much trouble. It's kindof a trade off of having dust come in through the fan or through every gap in the case that allows air in, remember if a fan blows out it has to get air from somewhere.

    14. Re:In vs. Out by tigga · · Score: 1

      Case fans blow IN,
      power supply fans blow out.

  2. Google says by Anonymous Coward · · Score: 2, Informative

    Ducts - The Cheap Cooling Solution

    Didn't work too well until there were 5 fans in the side of the case,

    1. Re:Google says by skotte · · Score: 2

      do ya one better. Dell has been putting some plastic ducting in their cases fFor some while now. they may (as is the case with my Precision 410 downstairs) include a smaller supplemental fFan on the CPU. but yeah, ducting. old news.

    2. Re:Google says by Strog · · Score: 1

      I have an HP Netserver Pentium Pro that didn't have a fan but just a big duct to the fan at the back. Pentium Pros ran a little warm so I slapped a heatsink and fan on there too. It has ran for years just fine. I recently moved it to my firewall because I wanted something more reliable there.

    3. Re:Google says by Anonymous Coward · · Score: 0

      I THINK THIS IS GAY AS FUCK, IF YOU have a computer thats Overclocked or hella fast it *SHOULD* be loud just like a hot rod with a blower. Yer all gay and don't respect the noise. Homos.

  3. Altenateively by brejc8 · · Score: 1, Informative

    You could make a better designed processor which works harder at not computing pointlessly.

    A high speed x86 cpu wastes 90% of its power on operations who's result is thrown away.

    Clock gating and whipping engineers is just two stratergies.

    1. Re:Altenateively by Descartes · · Score: 0, Flamebait

      Survey says: Offtopic.
      Where are moderator privlidges when I need them?

    2. Re:Altenateively by Tom7 · · Score: 2

      > A high speed x86 cpu wastes 90% of its power on operations who's result is thrown away.

      This figure sounds pretty fishy. I know there's a lot of speculative execution going on in a superscalar chip, but 90% sounds way too high. Where'd you get this?

    3. Re:Altenateively by Anonymous Coward · · Score: 0

      seriously, ~90% of all windows cycles are no-ops.

      (no-ops are null operations. wait cycles)

    4. Re:Altenateively by Anonymous Coward · · Score: 0

      windows?

      Operating system is irrelevent. when the user isn't doing anything the processor isn't either. And then the processor doesn't simply sit there executing NOPs, it pauses. The OS issues a HLT instruction, not billions of NOPs.

    5. Re:Altenateively by Edgewize · · Score: 2

      Actually, Windows 9x/ME does not use HALTs. It literally NOOPs but leaves the processor on. This is why 'software cooling solutions' exist - they simply correct this flaw, running just one notch above the idle task and issuing nonstop HALTs.

      Windows NT/2k/XP is, thankfully, not so stupid.

    6. Re:Altenateively by muon1183 · · Score: 1

      Thank goodness they at least fixed it in 2000, otherwise, I'd be a lot more rushed to get my linux install working properly.

      --

      There's no sig like SIGSEG
    7. Re:Altenateively by brejc8 · · Score: 2

      The clock is not gated and uses 80% of the CPU power. Taking a superscalar chip to use about half of its executed results it produces and stages left empty.
      Also the use of NOPs in wait loops, Super pipelines systems having a monster mispredicted branch penalty, Speculatively executing both logical and arithmetic operations and muxing the result.
      These are all standard practises that we will have to get rid of before we can make very fast chips without huge heat sinking systems.

  4. Re:First post! by Anonymous Coward · · Score: 0

    Actually, 3750716th post, but close!

  5. Already been done by waytoomuchcoffee · · Score: 4, Informative
    1. Re:Already been done by mjoconnor81 · · Score: 1

      compaq has been doing this for @ least 4 years.

      --
      Pseudocode is code to demonstrate a concept, not designed to be run. Like certain M$ software.
    2. Re:Already been done by Anonymous+Custard · · Score: 1

      Not on the new P4 evos...

  6. It would be nice by Descartes · · Score: 2, Interesting

    I'm glad people are actually starting to care about noise reduction in PCs. People tend to get a little defensive when the new fan they bought keeps the people in the next apartment awake, just so they can hold onto the few extra MHz they were able to squeeze out.

    More on topic, back in my tech days I remember seeing a setup something like this in an IBM case. I don't think the processor had as much need for cooling as the current bleeding edge of speed (it was maybe a Celeron 300 or so) but the heatsink on the CPU was cooled by the fan in the power supply.

    I'm no expert but it seems like ducts could work just fine especially if you had a fan the size of the side of your case. Maybe I'll strap a house fan on my box and just set it to low, I hope the magnets don't erase my hard drive.

    1. Re:It would be nice by Anonymous Coward · · Score: 0

      I have an HP sitting next to me that has the PS fan blowing onto the CPU heatsink. I also have a Compaq Deskpro that has a 'cardboard' duct from the case fan to the CPU

    2. Re:It would be nice by Anonymous Coward · · Score: 0

      "I also have a Compaq Deskpro that has a 'cardboard' duct from the case fan to the CPU"

      That's sad -- that duct on my older Deskpro is solid steel. No wonder Compaq went out of business and was taking over by another charnel house.

    3. Re:It would be nice by Anonymous Coward · · Score: 0

      At the cost of sounding like a 70s noise reduction advocate and a po'd cynic, there is only a rather small market for fanless systems due to noise--few consumers care about this issue.

      What's the noise of a few fans enclosed in a case versus some neighbor's kid's ride with a wide open exhaust or booming base? And much of that market is being taken care of now, with Via's C3 cpu that could just use a heatsink, clocked down chips, things called laptops and web tablets, longer monitor cables, replacement heatsink/cpu combos that are more silent, etc.

      If you do live in an apartment, your refridgerator or, if you have one, central air system makes far more noise. If you live in a custom home, you probably have a server room. If you live in the city, the noise from traffic is more annoying.

      Noise? People don't care until it bothers them. Hell, most community's will not go to bat for nearby neighbors who live near airports, or to enforce tailpipe length and sizes of street rods.

      Fanless systems to increase reliability--that is a different argument. And even then, again, small market, because people don't care--they're used to their PCs going down about once a day.

  7. Problem and solution by mfos.org · · Score: 3, Insightful

    You'd have two big problems.

    1) Turbulence in the ducting would reduce your effeciency

    2) Cooling the ducting itself

    Your best bet would be to get a larger, 80mm heatsink and use a larger, quiter fan right on top of that. They are a little heavier and larger, so your mother board must be able to support it.

    1. Re:Problem and solution by PacoTaco · · Score: 2, Informative
      You should also consider an acoustic dampening case like the Silent PC Pro S. I have one of these and it's absolutely silent. The case has foam layer to reduce noise, great airflow and a 20 db power supply. It's also solidly built, which greatly reduces vibration. There's no internal ductwork, so you can install whatever you want without any issues. These cases run around $150 and are tough to find, but well worth it in my opinion.

      If your hard drive is bothering you, I suggest a Fujitsu MPG-AT drive. Fujitsu uses liquid ball bearings which eliminate that annoying whine.

  8. Re:Alternatively by Anonymous Coward · · Score: 0
  9. Dell did this by bartb · · Score: 4, Informative

    I have two dell PCs, the first is 4 years old, the second 2 years. They both use a plactic duct that is attached to a fan in the back and covers the CPU entirely.
    The four year old is still really quiet, the other one is starting to make more noise. But that's because of a buggy fan on the video card...
    -> maybe we can apply the same strategy there?.

    1. Re:Dell did this by TheDarkRogue · · Score: 2, Interesting

      I just blew out about 100 dells (low end of my current job, an air compressor, a shitload of computers, and a whole lot of dust), and the labs that had the dells (24 total per lab) when compared to the labs of the others (non-dells) are a good deal more quite, quite enough to the point of where we can acctually Sleep there. On that note, and I don't know if it's connected or not to the use of ducting, the dells have alot less dust in there then all of the rest.

      --
      (Score:0, Interesting)
    2. Re:Dell did this by walt-sjc · · Score: 3, Interesting

      Speaking of aircompressors, careful when blowing out computers. If you spin the little fans beyond their normal speed you can kill the little sleeve bearings... I've did this a couple times years ago before I learned better. If you must clean the fan, stop it from spinning with a screwdriver or something. Also, make sure you have a water trap on your air line or you can end up spraying a fine mist of water all over the inside of your computer.

      Back on topic, lots of commercial machines / servers have this ducting. My compaq servers had it over the ram and CPU's and rather than blowing in from the out side, it sucked the air out. Your big heat generators are your RAM, CPU, and diskdrives.

      My homebrew tower actually has one big-mother fan that takes up 3 5-1/4" drive bay slots (sits in the front of the opening) to cool the drives behind it in addition to the 2 other case fans, and power supply fans. With dual processors, 2G ram, 4 36G 10Krpm scsi drives, it would get bloody hot in there without all those fans.

      While I haven't played with it much, the lmsensors package on linux can tell you temps of various things on the motherboard which could be useful in playing with cooling.

      In trying to keep the noise out of the house, I built a cabinet in the garage for my servers and ran a duct from my central airconditioner to the cabinet. I run the furnace fan continually and the thermostat is never set over 75, so it keeps things nice (note that I have a thermostat controlled damper that shuts the vent when the heat kicks on.) I'm mentioning this because you have to keep in mind that you can have that you can have nice airflow in your case, but if your machines in a 95 degree room it's not gonna do much good.

    3. Re:Dell did this by thogard · · Score: 2, Informative

      Static from the high speed air flows you get from compressed air can kill electronics. Don't do this on a day when your going to get zapped everytime you touch a door knob. A good rainy day is best.

    4. Re:Dell did this by Tom+Davies · · Score: 2, Informative

      You can often quiet an older fan by removing the sticker which covers the bearing and putting a drop of oil (sewing machine oil or car engine oil) on it.

      Tom

      --
      I have discovered a wonderful .sig, but 120 characters is too small to contain it.
    5. Re:Dell did this by CatatonicBoy · · Score: 1

      I have a Dell Pentium 3 system that also uses this plastic shroud. If you take the shroud off, the air moves a lot slower, so it really does work. But does it work for a video card, I don't know. Another idea is to get a video card that doesn't need a fan. Even some GeForce 4 MX cards don't have one.

    6. Re:Dell did this by |<amikaze · · Score: 1

      Air conditioner? Wouldn't you worry about condensation from the cool air?

    7. Re:Dell did this by (startx) · · Score: 1

      Dude, your building a DELL!

      *Sorry, someone had to say it, might as well be me

  10. i did it by Anonymous Coward · · Score: 0

    i did it but with a case fan to a small fan on the cpu, it was to col it better not to quiet it, it did cool it better and it also impressed girls better

  11. I just got a system that works like that by foonf · · Score: 3, Informative

    Its kind of old, a FIC Neptune mini-NLX system. If you are at all familiar with the NLX chassis layout, the CPU is placed in the upper right corner of the motherboard, directly in front of the front case fan. There is a small duct focusing the fan on the CPU, and as there isn't even a place to plug a CPU-mounted fan in, you have to use a passive cooler and hope the case fan is sufficient. It was designed for Pentium II and first-generation celeron systems, apparently the motherboard can run coppermines though...so far, with a slow celeron, its been fine with no CPU fan.

    --

    "(Man) tries to live his own life as if he were telling a story. But you have to choose: live or tell." --Sartre
  12. Re:First post! by Anonymous Coward · · Score: 0

    Or 3750717th if the counting starts at 0.

  13. Re:First post! by Anonymous Coward · · Score: 0

    3750716th ... they deleted that comment about Scientology, remember?

  14. It works pretty decent. by Skyfire · · Score: 1

    I've got a setup something like that. I have a full tower case (so the power supply isn't in front of a large chunk of the mobo) and what I did is just cut a whole in the side of the case directly above the heat sink. The processor used to run at around 45 with a delta 60mm fan, but now it runs at about 49 with a slower 90mm case fan ducted on to it. That plus cutting a monster hole in the power supply top and putting in a 120mm fan makes the whole computer quite a bit quieter. . . As long as you don't mind cutting yourself on the sheet metal a few times.

    --
    Do not go gentle into that good night. Rage, rage against the dying of the light.
  15. I just looked at a similar thing by MiTEG · · Score: 4, Insightful
    I generally leave my computer on, and recently I realized that the noise was nearly unbearable to those who were unacustomed to it. I also realized how pleasant it might be to have a near-silent system, so I took it upon myself to see what I could do to make my system noiseless.

    I think the main problem with your plan is the amount of airflow required to properly cool a CPU with just a heatsync. Unless it is a Celeron300A or C3 or something of that nature, if you use a just a heatsync you'll need an 80mm fan running at least 2000 RPM. At that speed, the noise the air makes is quite noticeable, even if you choose to get one of the ultra-quiet brands.

    I finally decided to just get a new heatsync/cpu fan combo for around $30 from QuietPC and I have to say that not only is it almost silent, it keeps my system cooler than the stock Intel CPU fan. The PSU is another source of noise, and I upgraded my 300W Antec to a 370W TTGI-350SS for around $40. TTGI isn't as well known a name as Enermax or Zalman, but I've found my PSU to be just as noiselss as advertised.

    I don't want to discourage you, but I don't really consider heatsync/case fan combos viable for a silent PC with an Athlon XP or P4. It might be expensive to experiment, but then again having such a quiet machine is worth it. I take great pleasure in surprising my friends by turning my monitor on the show them that my computer is already on.

    --
    The future isn't what it used to be.
    1. Re:I just looked at a similar thing by Stinking+Pig · · Score: 1

      I use a Zalman radial cpu fan from QuietPC on my Athlon 900, no problems.

      --
      "Nothing was broken, and it's been fixed." -- Jon Carroll
  16. I'll bite by Anonymous Coward · · Score: 0

    so is your case fan an innie or an outie?

  17. As a matter of fact... by consoneo · · Score: 2, Informative

    I have seen that some Compaq machines use this method. I haven't seen them have any problems with heat, or noise. Your idea has been thought of and put into effect long before you thought of it. :) Good going. (This happens to me a lot!)

  18. High-end workstations do it by Mr.+Piddle · · Score: 1

    Go to SunSolve, go down to where the selection lists for hardware are, pick "Desktops/Workstations" and "Blade 2000".

    Right there at the top of the page will be pictures of what you're looking for. The big purple blocky things are the CPUs with a big fan blowing right across them.

    When building your contraption, be sure you don't care about your warranty, and use a big heatsink with the fins pointed in the right direction.

    --
    Vote in November. You won't regret it.
    1. Re:High-end workstations do it by Anonymous Coward · · Score: 0

      I don't know how good of a design that is to copy. I've got a Blade 1000 and a P4 equipped Dell next to it. Compared to the Dell, the Blade sounds like a rocket powered lawn-mower being sucked into a jet engine (about roughly half as loud as your typical 0v3rc10ck3r setup).

    2. Re:High-end workstations do it by pmsr · · Score: 1

      No way, my friend. I may complain about the noise of PC's, and go to great length (moneywise that is) to cut the noise on my home machine, but high end workstations are even worse. Silicon Graphics Octane/Octane 2/Indigo 2, Sun Ultra10/Ultra60/Blades, IBM RS/6000 six full years of model numbers, Digital Alphas PWS XXX, you name it. They all are noisy like hell. It was one of the main reasons designers didn't like them, they were always complaining. And they were right, but their software only run well there. I always told them: decisions decisions decisions, pick one.

      /Pedro

  19. Re:First post! by Anonymous Coward · · Score: 0

    5744th post ... you forgot about the 0 thing.

  20. 60 - 80mm adapter by aliusblank · · Score: 1, Informative

    While what your suggesting would work, a better solution would be to get a 60 to 80mm fan adapter for the heatsink
    and use a low noise panaflow or sunnon 80mm fan. While a bit more expenisve, this should keep the system cooler
    and have an equal or lower noise level.

  21. Serious ducting by Phalkin · · Score: 1

    I don't have a camera available, so I'll just have to describe my rig.

    Background: I'm from a chilly climate (Sierra Nevadas) and am used to an all-day temperature of around 40-60F. Since I now live in L.A., my poor wall-mounted air conditioner is running pretty much 24-7, and I've learned to live with the power bill. If you're not willing to foot the extra few bucks a month this costs, stop reading now.

    Theory: A wall mounted AC unit pushes a whole lotta air. Cold air. If I could push this over my HSFs (Swiftech MCX370s), life would be good. Using some 3" ducting, this should be fairly easy, and leave enough AC for me to cool my apartment.

    Execution: You need: 3" flexible Ducting (it's silver, and therefor looks cool.) Duct tape (Actually being used for a duct, imagine that!) a Dremel roto-thingamabob (for the sheet metal) and 3.4 kilos of patience.

    Dremel a big fat hole in the side of your case, and attach one end of the ducting. The hole should be a little bigger than the ducting, so you can insert it and aim it at your proc(s).

    Apply duct tape until stable.

    Run the other end of the ducting to your AC unit/swamp cooler/fridge/whatever and duct-tape it to any convenient air output.

    If you used enough duct-tape, you should have a pretty hefty cold-air flow over your CPU fans.

    Results: I get an extra 5 degrees Celsius trimmed off of my CPU heat, and I get to run my HSFs in "quiet mode." Suddenly, my poor XPs can run a bit faster, and life is good.

    --
    I stole this sig.
    1. Re:Serious ducting by thogard · · Score: 1

      You know most air conditiones cycle don't you? This means it runs for 5 minutes and then off for a few while the coils warm up enough so they don't ice up. If your computer is going to cook without 5 minutes of cooling, don't try this at home.

    2. Re:Serious ducting by TheHawke · · Score: 1

      Some AC units do have a duty cycle yes, but I have seen some that run 24/7 without a hitch.. Of course they dont last for quite 2 years without breaking their reed valves, or burning their motors up after being locked up after long runs.

      --
      First rule of holes; When in one, stop digging.
    3. Re:Serious ducting by tzanger · · Score: 2

      Results: I get an extra 5 degrees Celsius trimmed off of my CPU heat, and I get to run my HSFs in "quiet mode." Suddenly, my poor XPs can run a bit faster, and life is good.

      Not to mention the benefit of funnelling the water which is dripping from the sides of the case down into a cup. :-)

      Seriously though I hope you are either in a dry climate or you insulate the case from the outside world lest your poor computer drown.

  22. Wiz like the Miz by Graymalkin · · Score: 2

    A couple years ago I bought an ATX case that came with a fan like you're talking about. I can't remember if the case is an Antec case or if I'm just imagining things. The fan's duct hooks up to the rectengular grill on the back panel of the case. The duct leads to a larger 5v fan that sucks air in from the rear and pushes it right around the processor. The box right now has my K6-2 in there and it running so I'm not terribly interested in shutting it off.

    The K6 has a fan and a small heat sink that I've never turned off with the duct on so I don't know how well it would cool the heat sink. If you figure out it moves about the same volume of air at the same speed as the smaller sink fan you might want to give the idea a shot or see if you can find a fan like mine. One problem I envision is the slower fan not getting enough air over hot spots on the heat sink to keep it cool enough when the processor is running full tilt doing something. I'm also not to sure processors like the P4 or AthlonXP (the Palomino core at least) without a fan right on the heat sink is a good idea. The heat sink fans speed up as the heat increases where a regular 5v case fan is not going to.

    --
    I'm a loner Dottie, a Rebel.
  23. Other case mods... by TheHawke · · Score: 1

    There is a couple of mods i know about that take air exchange into consideration.
    One is a mod where a guy ducts outside air into his system.. Of course he lives up in Alaska by Jeneau so he can get away with it.
    The other is a Full case mod where a guy simply built a frame out of PVC and put all the PC hardware in it and took a full sized box fan and mounted it in the framework and it blows air across the entire machine!

    Fan noise is one reason why alot of Modders and OCers are switching to WC (water cooling) rigs and doing quite a good job at it too.
    One way to expand on WC is to build a small WC tower that sits outside the house and pipes water to the machines that are plumbed for it. If one wants to really get wild with it, take a small reach-in refridgerator and modify it to cool the water, then pipe it to the system. This is only temporary tho for the compressor is only designed to run 50% of the duty cycle and will burn out perhaps after a year of operation.. I'll do some designing and some up with something thats really wild in regards of watercooling..

    --
    First rule of holes; When in one, stop digging.
  24. Too many bends in air hose by Anonymous Coward · · Score: 1, Informative

    In almost any setup, there are a handful of bends in the air hose.

    Each 90-degree bend in an air hose is the same airflow change as extending the hose 5 feet.

    You'll get some pretty bad, expensive cooling.

  25. shuttle ss40g by Anonymous Coward · · Score: 0

    The Shuttle SS40g bare bones system has a heat pipe that attaches to the processor and moves the heat to the side of the case; a fan pushes the heat out of the case at the termination of the heat pipe.

    For a review see pcpowerzone.

  26. What gateway used to do by brad3378 · · Score: 2

    My first computer was a Gateway Destination PII 233

    What made the enclosure unique was that it was a horizontal case with no CPU fan. Instead of having a fan on the processor, they used a Huge-Ass heat sink and a shroud that would redirect air from the Power Supply fan. When I say huge, I mean this heatsink was about 5 x 3 x 3 inches in size! When I switched that motherboard & Processor to a vertical case, I could not reuse the fan shroud/ducting so for a while I actually ran it without any fan! Yeah, it was probably risky, but apparently there was enough natural convection heat transfer over the huge heatsink to avoid problems.

    It's a shame that nobody makes a power supply with special air ducting for processors and heatsinks. It would be sweet if somebody did that and added a tempature based fan controller.

    --

  27. It's all Delta's fault by Edgewize · · Score: 2, Interesting

    Many high-performance heatsinks have incredibly powerful, incredibly noisy 60mm high-RPM fans. The best and the loudest are made by Delta. 54 dBa is not unheard of for their top-of-the-line models. That's way above anything I can stand, however.

    Ducts and passive cooling are options, but they are not exactly optimal. A better solution is to use a larger-but-slower fan with equivalent airflow. To push the exact same airflow as a 60mm fan, an 80mm fan can spin *much* slower, thus producing lower noise. And with more space to work with, the fanblade tips can be shielded a little better on the outside rim, lowering noise dramatically. (It's the tips that make the most noise.)

    But please don't use a fan adaptor on a 60mm heatsink. You need something designed to accomodate 80mm fans. For AMD socket chips, the Alpha PAL8492 is *wonderful*. Put some Arctic Silver and a lowspeed fan on that baby, and get better cooling than almost any noisemaker I've ever come across. I'm sure there are similar alternatives for Intel CPUs.

    1. Re:It's all Delta's fault by Edgewize · · Score: 2, Interesting

      Well crap. I gave the wrong model number, that's a P4 fan. Look up the PAL8045, that's what I'm using.

    2. Re:It's all Delta's fault by mjrKong · · Score: 0

      the largest damn heatsink that i have ever seen is on sgi indigo2.. this thing is a monster.....

      the cooling system is pretty damn cool in these boxes cause they have a fan in the upper left hand corner that sucks air diaganoly accross the whole system (or blows ??).. then the power supply which is a beast on it's own ... especially in the purple impact ready boxes...

      i am going to get some good fans and swap out the old one's this summer cause i am going half deaf..

      but damn, the heatsink is a monster

    3. Re:It's all Delta's fault by Raindog · · Score: 1

      The Zalman flower heatsinking have worked well for me...nice and quiet with good cooling. I have seen these for sale at quietpc.com and directron.com. Only problem is they are really large...which made mounting kindof interesting.

      Basically consistes of a large copper flower that mounts on the CPU...with a larger 60 0r 80mm (I forget) fan that mounts over it via a bracket that attaced to the screws on the expansion slots.

  28. CPU fans need not be noisy by g4dget · · Score: 2
    There are plenty of quiet CPU fans out there. They are usualy high-quality regular CPU fans running at lower speed, combined with a good heat sink. If you have one of those, you often don't need a fan for the case.

    But there are some heat sinks that do use the case fan. They are large fan-like things, and if you like, you can get air ducts with them.

  29. Isn't compression... by twiztidlojik · · Score: 1

    Isn't compression (blowing air ONTO the processor) a HEATING process, whereas expansion (sucking air away FROM the processor) a cooling process? The air at the heatsink will be cooler if you just have the fan suck surrounding air into the heatsink and then through the duct.

    --
    I will now redundantly add my name to the end of my post. You know, in case you forgot me or something.
    1. Re:Isn't compression... by TheHawke · · Score: 1

      Yes compression is how you heat up air, BUT, considering that we are using low PSI and high CFM to move air, heating by compression is a moot point.

      --
      First rule of holes; When in one, stop digging.
  30. Fanless systems by adolf · · Score: 2

    There's no problem with reducing or re-arranging the cooling for a CPU. It is not rocket science.

    Perhaps it is irrelvent these days, but I have a 133MHz Pentium box that just does web-browsing, e-mail, and seti@home. A couple of years ago, the bearings on its fan got noisy. So I dug around in The Drawer for a couple of minutes looking for socket 7 heatsinks. It's been running with the largest chunk of black aluminum I had handy, without a fan, for years. It is/was also the most stable Win98 machine I've ever seen, going for months at a time between reboots. It's doing just as well now with Win2k.

    I'll never have to bother with that CPU cooler again. The only critical moving parts now are the (solitary) PSU fan and hard disk.

    Compared to the roar of the ethernet switch, firewall box, and gaming rig across the room it's essentially silent.

    That all said, some people here seem to think there's some magic to having a high-speed whiney piss-ant fan directly on the heatsink.

    Sure, a modern CPU is likely to be less-than-tolerant of running without active cooling. They make more heat, and have less surface area to spread and conduct that heat away from the core.

    But, the heatsink doesn't care. It just wants air passing over/through it, and nearly all of them want that airflow coming from the top.

    All fans in this context have very plain, easy-to-understand airflow ratings, expressed in Cubic Feet per Minute. If your current fan moves say, 40CFM, and keeps things sufficiently cool, a larger, quieter replacement and duct which is also capable of moving 40CFM will work just as well.

    Yes, the duct impede airflow somewhat. Your CPU may run a degree or two warmer because of it. This, for all purposes, does not matter.

    Just make sure it's coupled reasonably well to the heatsink, as it does take a very small amount of pressure to force cool air down between heatsink fins. You'll gain an ounce of efficiency in this way over simply directing air toward the heatsink.

    FWIW, Alpha heatsinks are widely available without fans at all. They tend to have high-end qualities and price, but it's probably a drop in the bucket compared to the rest of this project.

    Materials for the duct can be almost anything. I'd be inclined, personally, to use 1/16" ABS plastic, but only because I've got a bunch of it sitting around and it's a nice shade of purple.

    If you feel like over-engineering things, try to radius (curve) the bends in the duct and promote laminar flow. Or just do a hard 90 degree bend -- at these velocities, it really doesn't much matter.

    Other construction materials might include pipe. The plumbing section of a good hardware store will have for sale a plethora of nice white PVC fittings, which have the added benefit of promoting laminar airflow out-of-the-box. It shouldn't be too difficult to come up with some combination which can be bolted to the fan, have a nice, smooth reduction in size, a bend, and then fasten securely to the heatsink.

    Or, for a rustic look, one could enlist the services of a someone who makes ducts for a living. A tin smith should be able to bend and cut something like this together in a few moments time, and he'll likely do it cheaply just because it's an interesting project that does not involve a furnace (Athlon XP notwithstanding). Having flanges built-in to drive screws through, into the fan and heatsink, would be secure and trivial to implement. (If I didn't have the ABS handy, I'd investigate this route first.)

    Good luck!

  31. Compaq by kevinqtipreedy · · Score: 1

    My friend once had a compaq computer that would give her illegal operations all the time. I was standing next to her as she showed me what was wrong and i put my arm on her case to use it as an arm rest. I didn't expect it to be hot, so I assumed her computer was overheating. I opened up the case and found that for a pentium 3 500mhz processor based comptuer she had one fan in it. The only fan it had was blowing out of the power supply. There was a plastic duct going from the heatsink of the processor to the power supply however. That fan failed and i think she is lucky that the power supply didn't blow up. Luckily Compaq use a huge heatsink on the processor, which is probably the only thing that kept it alive.

  32. HP by JediTrainer · · Score: 2

    HP has done this for ages as well. I have a few 3 year old Kayak XA and XU workstations (P2/300 to 500) that have exactly this. When you take the case apart, you would notice a molded plastic duct that runs from two fans through the processor's heat sink, and back out through the back of the case.

    Making any changes to the hardware required taking all of that crap out, but it did do an excellent job at keeping the components cool.

    --

    You can accomplish anything you set your mind to. The impossible just takes a little longer.
  33. Thermal inertia by Andy+Dodd · · Score: 2

    Even when the compressor is not running, those pipes are still cold due to thermal inertia. As soon as they get warm again, the compressor turns on again.

    So the air coming out will not change too much in temperature - The compressor is simply cycled to maintain coil temperature at just above freezing.

    --
    retrorocket.o not found, launch anyway?
    1. Re:Thermal inertia by thogard · · Score: 1

      Look at this:
      http://web.abnormal.com/~thogard/temp1-day. gif
      The green is a temp sensor stuck in a 7kw AC that we use to keep a rack of gear cool. The Blue line is when a door is open.
      http://web.abnormal.com/~thogard/temp-day.g if
      This shows the temps at the top and bottom of the rack. The temps are in degree C and scaled by a factor of 100. The racks stay consistant because its a largish room but the temps out of the AC change between 5 and 20 degrees. The temp profile changes in the summer but its winter here now.

  34. The air isn't being compressed. by Andy+Dodd · · Score: 2

    It's simply being moved.

    Standard fan designs are VERY inefficient at even a small backpressure. Which is why you can't make a "poor man's supercharger" for cars using regular 'ole electric fans.

    I remember reading the specs on a 48V 500CFM (approx.) fan - Flow dropped to 0 at less than 0.3-0.4 psi of backpressure.

    --
    retrorocket.o not found, launch anyway?
  35. TMTOWTDI by Etyenne · · Score: 3, Informative

    Brand name computer maker (Dell, IBM, Compaq, etc.) do that on many model of business class PC.

    You may not know, but there is a whole culture that had developped around cooling and case modification. People do air duct all the time out of cardboard, soft metal, acrylic, etc. There are many other option : mounting a larger fan right on your HS with an adapter, throttling your fan down (7volting, rheostat, voltage regulator [my favorite], PWM), using a quieter fan (Panaflo L1A are popular), etc. Check out the Case and Cooling Fetish forum of Arstechnica. 7 volts is another site I like very much.

    --
    :wq
  36. What about another Room ? by mbyte · · Score: 2

    I'm currently planing of moving my computer to the next room, shut the door, and have a quiet PC.

    Idea was basicly to use a 5 m monitor cable extender and a usb hub for keyboard and mouse. Sound is no problem. Anyone has experience with such a setup ? is it a good idea ?

    1. Re:What about another Room ? by Anonymous Coward · · Score: 0

      Put 4 or 5 video extenders on your monitor right now and notice how bad the quality is. You may rethink your idea.

      There are some decent extenders out there that boost/process the signal so you may have a solution but it isn't going to be very cheap.

    2. Re:What about another Room ? by PcSarinIV · · Score: 1

      LOL
      That's a great idea until you want to switch cds, use a game controller, etc. Then your in deep doodoo.

      Your call.

    3. Re:What about another Room ? by AJWM · · Score: 2

      If you change CDs often you might want to get a 1394 (FireWire) CD drive (or enclosure with a regular CD drive) and run a cable for that, too.

      --
      -- Alastair
  37. Gateway by Beowulf_Boy · · Score: 2

    My mom has a first Gen P3 Gateway. Its cooled like that. Sadly, every time I take it apart, the duct falls out, and I have to tape it back in. Just make sure to use one heck of a heatsink, and maybe stack 2 fans??

  38. I have a ducted case by JeffL · · Score: 2

    The case my homebrew machine in is has a duct to bring air from the back to the top of the CPU's heatsink. My old athlon system ran cooler with the duct than with a heatsink fan. I ran it for several days each way, and using lmsensors kept a log of the temperature. Not only did the ducting make the case quieter because of one less fan, but it also kept the average and highest temperatures down by several degrees celsius.

    Since then I have put a dual athlon board in that case, so the ducting had to go, because it only would have cooled one cpu, and even then it didn't clear the big heatsinks that came with the my new athlons. I found that cooling has been the biggest issue effecting stability in the dual athlon. In the machines original configuration it would lock up under high load, so I rearranged some stuff to bring the max temperature down to about 52C and 56C for each processor, and it has run at full load for weeks at a time with no problem.

    I tried adding a front fan to bring air in, and that actually increased the average and max temperature in the case. I am not sure if that was due to increased turbulence or blowing hot air from the drives onto the cpus. Either way, it is important to remember that more fans doesn't automatically equal more cooling.

  39. You can use an 80-60mm adapter. by SoundGuy666 · · Score: 1
    There are adapters that allow conversion of fan sizes, so you can run an 80mm fan on your 60mm heatsink.
    Have a look at:
    www.overclockers.co.uk

    "Akasa 60mm to 80mm Fan adaptor (FG-000-AK) If you need more performance from your CPU cooler and you can't afford to upgrade to an amazing 80mm cooler such as the Alpha PAL8045 then here is a way to boost performance on your existing heatsink without deafening yourself with a high speed delta fan. The Alaska 60mm to 80mm fan adaptor allows you to use high output 80mm fans on your 60mm cooler, supplied with an 80mm fan grill to protect delicate fingers and wires. Note: Picture shows a metal adaptor, the version currently shipping is constructed from plastic. Price: £4.00 (£4.70 Including VAT at 17.5%) "

    -----

    --
    Why can't we all just get along?
  40. Digital Alpha Flamingo systems cir.1994 by emptybody · · Score: 1

    Found an external photo HERE.

    Those boxes were larger than full tower had screaming fast CPU for the time - 200Mhz
    Each came with 96Mb RAM. --- The systems had the main board split into two pieces running vertically 4 disk bays on one side, cpu and ram on the other side. --- if you drew a line vertically down the front of your tower you can get an idea of the arrangement of the internals. --- The power supply was a monster. about 6x6x6. There were three (or 4 maybe) case fans along the base of the system. with the box held above a vented panel by thick rubber shock absorbers. ---
    when you powered it up there was an incredible whoosh as they got the air flowing. and then it was silent. --- Air was drawn from top to bottom (or vice-versa) thrrough a grate that ran the entire top. Again there was a raised louvered box 1.5" high covering the top.

    --
    comment directly in my journal
  41. Ask Slashdot: How big is Uranus? by Anonymous Coward · · Score: 0

    Assuming this is a legitimate question and not a scatological joke, the size of Uranus has been measured by a direct 'probe' using the high technology services of NASA in a fly-by mission called Voyager. Its radius is 24,500 kilometers. Jupiter's is bigger. This makes it about 3 times the diameter of the Earth, and 1/3 the diameter of Jupiter.

  42. The Jewish Problem by Anonymous Coward · · Score: 0
    Hello, I'm David, and I'm a Jew. My father is a banker and my mother works at the local Holocaust memorial museum. My Jewish background allowed me to attend an exclusive Jewish school. Last year, I went on a free trip to Israel paid for by a Jewish organisation, and next year I will be starting at an Ivy League school with a scholarship from a Jewish foundation.

    I have also got a job as an intern at Fox News. When I leave University, I hope to get a job at one of my father's friends businesses. His regular Synagogue visits have allowed him to make many contacts. My mother is keen that I marry a nice Jewish girl, so is happy that I met Maya recently, the daughter of a film producer and modern artist.

    I aim to settle in New York, but I fear for my safety in the face of Masonic and Islamic conspiracy.

    However, I sleep safely in the knowledge that I will go to heaven.

  43. Better Yet by oldstrat · · Score: 2

    'from the back of the fan directly onto the top of a fan-less heatsink'

    The air coming out of your case fan is carrying heat, not a real good idea.
    Consider this instead.

    A tube with an external intake.
    In the section of the tube that passes over the heatsink and cpu, put slots or maybe a mesh section.
    Carry the tube on up to the case fan so that air is drawn through the tube, not pushed into it.
    The fan is going to have to have a substantial pull to be useful.

  44. Sorry, you fail your /. purity test by Anonymous Coward · · Score: 0
    That acronym refers to a central tenet of the religion of Perl. By Perl, I don't mean those round shiny white things, I mean the "com-pew-tah lang-widge" which drives /.

    A Google search comes up with over 8,000 matches.

  45. A silent coputing solution.... by Anonymous Coward · · Score: 0

    iMac.

    1. Re:A silent coputing solution.... by essaunders · · Score: 1

      or cube, or powerbook (fan only turns on when really hot).

      my little powerbook is sitting here with a very slight hum from the HD... and I can spin that down when I don't need disk access. -- Now totally silent

  46. case fans by lo_fye · · Score: 1

    ok, the thing is that heatsinks increase the surface area of the cpu (that's why they're all spikey) thus allowing them to radiate/release more heat over the larger area... so ya gotsta keep da heat sink, yo. *maybe* the fan could go, but not the kitchen sink.

    --
    geeks are cats who dig a certain kind of cool
  47. Which is the #2 design flaw of the IBM-style PC by Ashurbanipal · · Score: 1

    IBM-PCs do indeed suck, rather specifically they position a fan next to the hottest component (the power supply) which sucks heated air from inside the case and exhausts it from an external vent.

    This causes them to pull dust-laden air in (often drawing directly across magnetic heads in floppy or other removable media drives) through every crack and crevice in the case.

    Once the dust-laden air is inside, it is heated by radiation and convection from motherboard components. This heating and drying changes the amount of dust that can remain suspended in the air, and it rains out to form an insulating blanket over the internal electronics.

    Before the corner-cutting PC design became de rigeur, it was accepted that air should be drawn in through a filter, and the inside of the case should be at a positive pressure. Thus, inserting media would cause a rush of air outwards, blowing any foreign particles back away from magnetic heads.

    Old machines stayed cleaner inside longer. But they eventually got dirty too, usually from poor maintenance near the end of their useful life cycle.

    The #1 design flaw is of course the entire memory architecture.

  48. I've built a duct by Anonymous Coward · · Score: 0

    That brought cool air in from the outside of the case directly to the CPU. I made it from cut cardboard sheet and packing tape. It is very sturdy and neat looking. It lowered my CPU temp by about 8C, but only in conjunction with the CPU fan.

    I initially had another fan at the bottom of the tower case blowing in and another blowing out in the top of tha case above the power supply. Then I cut a hole in the top of tha case a put a nice 6" mainframe fan (220V) in the top of the case. It draws so much suction that I can stick a paper to the side of the case over a single row of small holes, and I can almost reverse the flow of that upper fan and my power supply fan. I ended up putting thermocouples in the case (one for air, one for CPU heatsink temp
    ) and found that removing the other bottom and top fan actually increased my cooling. If your purging the case air so rapidly with a large fan blowing out, it appears to be better not having fans that blow air around inside the case, but just letting it find its own path.

    PS. Recently, the biggest contributer to getting the temp down was replacing the hot-as-hell GeForce 2 MX with a GeForce 4 Ti 4200.

  49. Duck the fan by Anonymous Coward · · Score: 0

    I built ducting out of, you guess it, duct tape cardboard and a foam pad. It pulls air in from the back of the case, routes it into the CPU fan and with a side mounted case fan blows it out. This reduced the noise considerably on AMD 1700 system. The temperature rose by only a few degrees over the unducted temperature.