LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Ok, my lm_sensors just quit working (error message inside) (https://www.linuxquestions.org/questions/linux-general-1/ok-my-lm_sensors-just-quit-working-error-message-inside-158586/)

Kramer 03-16-2004 04:08 PM

Ok, my lm_sensors just quit working (error message inside)
 
Ok, I know I have i2c support in my kernel, and specific drivers for my chipset built in, and this is what I get all of the sudden when I booted up my laptop:
Quote:

Starting up sensors: starting module __i2c-isa__
starting module: __via686a__
etc/init.d/lm_sensors: line 61: /usr/local/bin/sensors: No such file or directory
Now from the output of dmesg this is all I get now:

Quote:

[ACPI Debug] String: --------- VIA SOFTWARE SMI PMIO 2Fh ------------
[ACPI Debug] String: --------- VIA SOFTWARE SMI PMIO 2Fh ------------
[ACPI Debug] String: ---------------------------- AC _PSR
[ACPI Debug] String: ---------------------------- AC on line
[ACPI Debug] String: --------- VIA SOFTWARE SMI PMIO 2Fh ------------
[ACPI Debug] String: --------- VIA SOFTWARE SMI PMIO 2Fh ------------
udf: unregistering filesystem
The first 6 lines repeat over and over. Any ideas, because Im lost

:confused:

Kramer 03-17-2004 09:29 AM

bump

Kramer 03-18-2004 11:08 AM

bump

Kramer 03-20-2004 09:09 AM

If anyone thinks that more information is needed, let me know and I can post whatever you need.

GregLee 03-20-2004 12:55 PM

Well, er, the error message suggests that you don't have the program /usr/local/bin/sensors. Do you? What happens when you give on the command line /usr/local/bin/sensors ? You should see sensor readings. If not, you'll have to get this program if it's not there, or fix it if it is there but not working. There should also be a file /etc/sensors.conf. The sensors program and an example sensors.conf file are in the lm-sensors distribution.
Quote:

A complete installation guide is available at
http://www.ensicaen.ismra.fr/~delvare/devel/i2c/
(and mirrored at http://delvare.nerim.net/i2c/ ),

See the lm_sensors download page for further guidance:
http://secure.netroedge.com/~lm78/download.html

Kramer 03-20-2004 01:33 PM

I know it says I dont have it, I know that much. I dont know why I dont have it, and thats what I cant figure out. It was working before, and now it decides it doesnt want to work after my last compile. Is it better to build support into the kernel for your chipset, or load it as a module?

GregLee 03-20-2004 03:06 PM

It might be better to compile separate modules, unless you're sure exactly which ones you need. But what do I know? I get sensor readings, but they're not meaningful. I also get error messages that smbus can't be read and sysfs/procfs can't be written to (but both /sys and /proc are there).

Kramer 03-20-2004 03:17 PM

I know what chipsets that I have, and I like to keep an eye on my processor temp, since I like to OC. Since they arent working though, Ive bumped the processor back down to its stock speed.

Kramer 03-22-2004 08:11 AM

Bump

carcus88 12-03-2004 11:19 AM

in etc/init.d/lm_sensors
try chaning it from
/usr/local/bin/sensors

to

/usr/bin/sensors


All times are GMT -5. The time now is 11:28 AM.