Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] fancontrol stopped working after kernel update
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
DeIM
Guru
Guru


Joined: 11 Apr 2006
Posts: 429

PostPosted: Sun Jan 27, 2013 10:18 am    Post subject: [Solved] fancontrol stopped working after kernel update Reply with quote

Hi, I don't have a clue how to solve this problem.
I updated kernel from 3.2.1-r2 to 3.6.11 and fancontrol stopped working.
I've tried to reconfigure lm_sensors but it didn't help.
sensors-detect found several sensors but wrote only one - it87 to /etc/conf.d/lm_sensors

although it found:

Code:
AMD K8 thermal sensors...                                   Success!
    (driver `k8temp')


Code:
/etc/init.d/lm_sensors restart
 * Caching service dependencies ...                                       [ ok ]
 * Unloading lm_sensors modules...
 *   Unloading it87 ...                                                   [ !! ]
 * Loading lm_sensors modules...
 *   Loading it87 ...                                                     [ !! ]
 * Initializing sensors ...                                               [ ok ]

Code:
 sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +13.0°C  (crit = +80.0°C)

k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:   +13.0°C 
Core0 Temp:    +2.0°C 
Core1 Temp:   +13.0°C 
Core1 Temp:    +7.0°C


/etc/conf.d/lm_sensors:

Code:
# Generated by sensors-detect on Sun Jan 27 11:05:38 2013
# This file is sourced by /etc/init.d/lm_sensors and defines the modules to
# be loaded/unloaded.
#
# The format of this file is a shell script that simply defines variables:
# HWMON_MODULES for hardware monitoring driver modules, and optionally
# BUS_MODULES for any required bus driver module (for example for I2C or SPI).

# Load modules at startup
LOADMODULES=yes

# Initialize sensors at startup
INITSENSORS=yes

HWMON_MODULES="it87"

# For compatibility reasons, modules are also listed individually as variables
#    MODULE_0, MODULE_1, MODULE_2, etc.
# Please note that the numbers in MODULE_X must start at 0 and increase in
# steps of 1. Any number that is missing will make the init script skip the
# rest of the modules. Use MODULE_X_ARGS for arguments.
#
# You should use BUS_MODULES and HWMON_MODULES instead if possible.

MODULE_0=it87


Code:
/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed

my PC:
System: BIOSTAR Group A690G M2+
Board: AMD A690G M2+
AMD Athlon(tm) Dual Core Processor 4050e

thanks in advance :wink:


Last edited by DeIM on Sun Mar 24, 2013 9:29 am; edited 1 time in total
Back to top
View user's profile Send private message
DeIM
Guru
Guru


Joined: 11 Apr 2006
Posts: 429

PostPosted: Sun Mar 24, 2013 9:29 am    Post subject: Reply with quote

solved - added to kernel boot line
Code:
"acpi_enforce_resources=lax"


/etc/conf.d/lm_sensors:
Code:
HWMON_MODULES="it87 k8temp i2c-piix4"
MODULE_0=it87
MODULE_1=k8temp
MODULE_2=i2c-piix4
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