=========================================================================== | Asus TX97 Motherboard Monitor for Linux | | by | | Craig Smoothey (cosmos@kenyaonline.com, cosmos@smoothey.org) | =========================================================================== This program works ONLY WITH ASUS TX97 MOTHERBOARDS containing LM75 / LM78 monitoring devices. The LM75 reads the CPU temperature, and the LM78 reads the motherboard temperature and various voltages. The program is a Linux port of a Windows95 program written by Pedro Ortigao. Readouts provided are: CPU Temperature CPU IO Voltage CPU Core Voltage MB Temperature +5V Level -5V Level +12V Level -12V Level The program will do a reading every 10 seconds. Fresh readings are signaled by a color change in the readouts. REQUIREMENTS ============ **** An Asus TX97 motherboard Ncurses Makedepend CUSTOMIZATION!!!! ================= Please note that you will need to modify the "lm75.c" module depending on your CPU type. The readout needs to be calibrated to your CPU. The easiest way to do this is to compare the readout of the program to that of the values in BIOS under the POWER MANAGEMENT menu. Then modify the line at the end of the lm75.c module that reads: cputemp+=8.0f; The current value is correct for an AMD-K6 CPU. COMPILATION =========== Type: make clean ; make dep ; make Have fun!!!!