New Posts  All Forums:Forum Nav:

lm_sensors

post #1 of 6
Thread Starter 
has anone goten lm_sensors to work under the 2.4 or 2.6 kernel?

The linux install guide says...

"The SMBus is the hardware sensors bus, this is were the sensors of your motherboards reports to, like temperature, fans states, ram states etc ...Honestly i haven't fool around them yet, but will very soon."

I donot see SMBus anywhere when I do an lspci...

00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 11)
00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 11)
00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02)
00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 02)
00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 42)
00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio (rev 02)
00:1f.6 Modem: Intel Corp. 82801CA/CAM AC'97 Modem (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000] (rev 01)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:02.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000 Controller (PHY/Link)
02:03.0 Network controller: Harris Semiconductor Prism 2.5 Wavelan chipset (rev 01)
02:04.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
02:04.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
02:05.0 USB Controller: VIA Technologies, Inc. USB (rev 50)
02:05.1 USB Controller: VIA Technologies, Inc. USB (rev 50)
02:05.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 51)
02:09.0 CardBus bridge: Texas Instruments PCI1250 PC card Cardbus Controller (rev 01)
02:09.1 CardBus bridge: Texas Instruments PCI1250 PC card Cardbus Controller (rev 01)

I am assuming that it is the i2c-core and i2c-i801 modules I need.

I have a 8887 and am using gentoo with the mm-sources (2.6) and can't seem to get any sensors detected.

does lm_sensors actually work on a sager? If so could someone post their i2c section of their .config.

thx,
gentoo-wally
post #2 of 6
Since these sensors are used to monitor HW and since ACPI works pretty well on the Sagers I am not sure why you would want to use these.
post #3 of 6
Thread Starter 

acpi

i'm trying to monitor fan speed and cpu temp...was going to use gkrellm2 with acpi but gkacpi2-.4 seg faults and the .5 from 'emerge gkacpi' only shows battery life. acpi is not showing anything in /proc/acpi/fan/ or /proc/acpi/thermal_zone/.

so I was going to resort to lm_sensors...but that is not working either.

how can i monitor fan speed and cpu temp on a sager?

gentoo-wally
post #4 of 6
Make sure that you have all the ACPI modules loaded. I strongly suggest the 2.6 kernel. If you dont have the modules loaded then there will be nothing in /proc/acpi. I monitor CPU temp, fan state , battery etc all through ACPI. I do not believe it is possible to monitor fan speed with it.
post #5 of 6
Thread Starter 

where

yes I have eveything compiled in and am using the 2.6 kernel. Where do you see cpu temp and fan state?
post #6 of 6
Usually under the /proc/acpi dir - now keep in mind I am running a 5680 and the MB etc is quite different between the 8887 and the 5680 so you may have to tweak your dsdt file to handle your MOBO. Dont ask me how to do it because I dont know - but there are quite a few sites that do and you can google for them.
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux & Other OS's