HW sensors

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
Tim CowChip
Posts: 304
Joined: 27. May 2011, 03:35
Location: Cascade Locks, OR

HW sensors

Post by Tim CowChip »

I have used Arch Linux and FreeBSD for years, but am a Slackware noob.
I am trying to get my sensor module loaded at boot time and have read some rather old threads (2005-2007) about compiling my kernel. If this still necessary, has the method changed in recent years?

My output for "sensors-detect"

Code: Select all

Driver `coretemp':
  * Chip `Intel Atom thermal sensor' (confidence: 9)

Driver `w83627hf':
  * ISA bus, address 0x290
    Chip `Winbond W83627THF/THG Super IO Sensors' (confidence: 9)

Do you want to overwrite /etc/sysconfig/lm_sensors? (YES/no): 
Copy prog/init/lm_sensors.init to /etc/init.d/lm_sensors
for initialization at boot time.
You should now start the lm_sensors service to load the required
kernel modules.
ImageImage
User avatar
dab1414
Posts: 30
Joined: 2. Jun 2011, 19:26

Re: HW sensors

Post by dab1414 »

Try as root:

Code: Select all

modprobe w83627hf
and then:

Code: Select all

sensors
If it works, add the modprobe line to /etc/rc.d/rc.local so that it will always be loaded at boot time.

EDIT: If this doesn't work then yes you will have to recompile your kernel
You can easily judge the character of a man by how he treats those who can do nothing for him.
-Unknown


My Linux screenshots:
User avatar
Tim CowChip
Posts: 304
Joined: 27. May 2011, 03:35
Location: Cascade Locks, OR

Re: HW sensors

Post by Tim CowChip »

Sorry it took so long to get back. Yes the modprobe entry in /etc/rc.d/rc.local worked. Thank you so much.
ImageImage
Post Reply