Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Lm92 fails to read temperature (lm_sensors)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Acoc
Apprentice
Apprentice


Joined: 06 Aug 2004
Posts: 189
Location: New Jersey, USA

PostPosted: Fri Aug 04, 2006 12:17 am    Post subject: Lm92 fails to read temperature (lm_sensors) Reply with quote

Hello,

I've been having a problem with lm92 not reading the temperature of my cpu. This module was suggested by sensors-detect, but I tired modprobing all the lm* sensors. Lm92 loads fine as does lm_sensors, but reads a temperature of zero degrees. I know the problem does not lie with acpi because I've talked to devs on their mailing list and they explained the new way to build a dsdt file and that one compiled fine.

There are some missing modules, but patching the kernel is becoming a pain:
Code:
 * Loading lm_sensors modules...
 *   Loading i2c-i801 ...                                                 [ ok ]
 *   Loading eeprom ...                                                   [ ok ]
 *   Loading smbus-arp ...                                                [ !! ]
 *   Loading smartbatt ...                                                [ !! ]
 *   Loading saa1064 ...                                                  [ !! ]
 *   Loading lm92 ...                                                     [ ok ]
 *   Loading pca9540 ...                                                  [ !! ]
 *   Loading max6650 ...                                                  [ ok ]
 * Initializing sensors ...                                               [ ok


Max6650 so far is the only module I've added by hand, but I've tried with pca9540 (pca954x) but the patch floating around isn't working. I've read through the documentation, but it's a little over my head.

Also, smbus seems to be going nuts in my dmesg:
Code:
i2c_adapter i2c-0: smbus word data - addr 0x4f, read  0x0000 at 0x02.

It reads alll of the sys bus files over and over again.

My computer is a Dell Dimension 8250. I couldn't find any information about what sensor it uses.

I appriciate any help,
John
_________________
_There were plenty of times in my century when I was gonna give up, but I never did. Never! Hey, are you even listening to me? Oh, I give up._ Futurama
Back to top
View user's profile Send private message
Jkay
Apprentice
Apprentice


Joined: 31 Dec 2002
Posts: 214
Location: thatched-roof cottages

PostPosted: Sun Aug 06, 2006 7:17 am    Post subject: Reply with quote

There's a thread about smbus-arp here:

https://forums.gentoo.org/viewtopic-t-194453.html?sid=462c5d14494dcf276aec3d3a5ebd9436

It's been trouble for TWO WHOLE YEARS .. it does not exist. Safe to say that whomever is supposed to be "working on that" needs a kick up the arse ;)
Back to top
View user's profile Send private message
Acoc
Apprentice
Apprentice


Joined: 06 Aug 2004
Posts: 189
Location: New Jersey, USA

PostPosted: Mon Aug 07, 2006 12:32 am    Post subject: Reply with quote

Is that what is preventing me from getting any temperature readings?

John
_________________
_There were plenty of times in my century when I was gonna give up, but I never did. Never! Hey, are you even listening to me? Oh, I give up._ Futurama
Back to top
View user's profile Send private message
Jkay
Apprentice
Apprentice


Joined: 31 Dec 2002
Posts: 214
Location: thatched-roof cottages

PostPosted: Mon Aug 07, 2006 12:41 am    Post subject: Reply with quote

When any module in the lm_ prefs fails to load, the LM_sensors daemon quits. It stops running, and you get no readouts. Comment it out of the prefs, and renumber the module numbers to skip over the ones you comment out.

/etc/conf.d/lm_sensors
Code:

# Generated by sensors-detect on Fri Apr  7 21:20:29 2006

# Load modules at startup
LOADMODULES=yes

# Initialize sensors at startup
INITSENSORS=yes

MODULE_0=i2c-amd756
MODULE_1=i2c-isa
MODULE_2=lm90
MODULE_3=eeprom
MODULE_4=w83627hf
#MODULE_5=smbus-arp
#MODULE_6=pca9540


For whatever reason, several moduals which lm_sensors NEEDS don't even exists in production kernels, and have been missing for 2 YEARS already. Comment them out.
Back to top
View user's profile Send private message
Acoc
Apprentice
Apprentice


Joined: 06 Aug 2004
Posts: 189
Location: New Jersey, USA

PostPosted: Mon Aug 07, 2006 2:04 am    Post subject: Reply with quote

I commented out the bad modules and renumbered so I get the following:
Code:
 * Loading lm_sensors modules...
 *   Loading i2c-i801 ...                                                 [ ok ]
 *   Loading eeprom ...                                                   [ ok ]
 *   Loading lm92 ...                                                     [ ok ]
 *   Loading max6650 ...                                                  [ ok ]
 * Initializing sensors ...                                               [ ok ]


Unfortunately, still no readout on the temp sensor and I still am getting a million dmesg smbug word data messages.

I appriciate the relies,

John
_________________
_There were plenty of times in my century when I was gonna give up, but I never did. Never! Hey, are you even listening to me? Oh, I give up._ Futurama
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum