Talk:Code/tp-fancontrol

From ThinkWiki
Revision as of 03:03, 9 December 2007 by Demerson3 (Talk | contribs) (began discussion section, report of use with t42)
Jump to: navigation, search
Hint:
Wondering about this sourcecode posting convention? See Category:Code.





Discussion

Great work, guys!

I have a hitachi HTS548080M9AT00 in my T42 (2373-M1U).
It DOES provide the SENSE CONDITION command
(works with hdparm -H /dev/hda, or your perl script read_hitachi_temp /dev/hda)
however, my system does not provide /sys/block/$DEV/device/model
...so the script gives an error about not finding that file, and does the energy-taxing read.

I'm not sure where else to look for that model number ... it's in dmesg, of course. Perhaps it would be appropriate to change the script to just read that information once, from an alternate source (in the case 'model' is not provided in /sys/block/hda/device) rather than every time it polls?

My fan seems to be running pretty consistently at level 2, about 3000 rpm, whether I use the script or leave it to auto-control.

~David Emerson