View previous topic :: View next topic |
Author |
Message |
tscolari l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/162848838440d8c5b215f6e.jpg)
Joined: 02 May 2004 Posts: 602 Location: curitiba - pr - Brazil
|
Posted: Wed Sep 08, 2004 4:02 pm Post subject: monitoring temps of cpu... |
|
|
I need some help here, the summer is coming in my contry and i cant let my cpu burn...
Im trying to get the temps but without sucess...
I did a emerge lm-sensors, okay.
them i did a sensors-detect, but it tells a lot of errors...
im using a nforce2 chipset motherboard.
i got erros like these:
Next adapter: SMBus nForce2 adapter at 5040 (Algorithm unavailable)
Do you want to scan it? (YES/no/selectively):
Client found at address 0x08
Code: | Next adapter: SMBus nForce2 adapter at 5000 (Algorithm unavailable)
Do you want to scan it? (YES/no/selectively):
Client found at address 0x08
Client found at address 0x1b
Probing for `Maxim MAX6650/MAX6651'... Failed!
Client found at address 0x2f
Probing for `National Semiconductor LM78'... Failed!
Probing for `National Semiconductor LM78-J'... Failed!
Probing for `National Semiconductor LM79'... Failed!
Probing for `National Semiconductor LM80'... Failed!
Probing for `Winbond W83781D'... Failed!
Probing for `Winbond W83782D'... Failed!
Probing for `Winbond W83791D'... Failed!
Probing for `Winbond W83627HF'... Failed!
Probing for `Asus AS99127F (rev.1)'... Failed!
Probing for `Asus AS99127F (rev.2)'... Failed!
Probing for `Asus ASB100 Bach'... Failed!
Probing for `Analog Devices ADM9240'... Failed!
Probing for `Dallas Semiconductor DS1780'... Failed!
Probing for `National Semiconductor LM81'... Failed!
Probing for `Analog Devices ADM1029'... Failed!
Probing for `ITE IT8705F / IT8712F / SiS 950'... Failed!
Client found at address 0x51
Probing for `SPD EEPROM'... Success!
(confidence 8, driver `eeprom')
|
how can i set it up? _________________ ------------------------------------
Tiago Scolari |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Zyne Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 08 Jun 2004 Posts: 334
|
Posted: Wed Sep 08, 2004 4:25 pm Post subject: |
|
|
I have an nforce m/b too, but I've never had any problems whatsoever with the temp sensors...
first thing that pops up in my head: did you enable i2c in the kernel config?
Here's what I get when I do grep -i i2c /user/src/linux/.config
Code: |
# I2C support
CONFIG_I2C=y
# CONFIG_I2C_CHARDEV is not set
# I2C Algorithms
CONFIG_I2C_ALGOBIT=y
# CONFIG_I2C_ALGOPCF is not set
# CONFIG_I2C_ALGOPCA is not set
# I2C Hardware Bus support
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_I810 is not set
# CONFIG_I2C_ISA is not set
CONFIG_I2C_NFORCE2=y
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
# CONFIG_I2C_VOODOO3 is not set
# CONFIG_I2C_PCA_ISA is not set
CONFIG_I2C_SENSOR=y
# Other I2C Chip support
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
# CONFIG_FB_RADEON_I2C is not set
|
if I'm not mistaking you don't even need lm_sensors to monitor your temps. I don't have it installed, yet torsmo is giving me the temps from the cpu and the motherboard...
good luck! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tscolari l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/162848838440d8c5b215f6e.jpg)
Joined: 02 May 2004 Posts: 602 Location: curitiba - pr - Brazil
|
Posted: Thu Sep 09, 2004 3:54 am Post subject: |
|
|
my .config is almost equal yours
just this line is not setted:
CONFIG_I2C_SENSOR=y
i tryed to find it in the menuconfig but im afraid there is no such option (2.6), when i setted it to y manually the kernel changed it back to not set _________________ ------------------------------------
Tiago Scolari |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|