> Howdy,
> 
> I'm running:
> Linux box0 3.12.13-gentoo #2 SMP Sat Mar 29 22:38:01 EET 2014 i686
> Intel(R) Pentium(R) Dual CPU T3400 @ 2.16GHz GenuineIntel GNU/Linux
> 
> My '/var/log/rc.log' says:
>  * Loading module x86_pkg_temp_thermal ...
>  * Failed to load x86_pkg_temp_thermal
>  [ !! ]
> 
> 'modprobe x86_pkg_temp_thermal' says:
> modprobe: ERROR: could not insert 'x86_pkg_temp_thermal': No such device
> 
> 'modinfo x86_pkg_temp_thermal'
> filename:      
> /lib/modules/3.12.13-gentoo/kernel/drivers/thermal/x86_pkg_temp_thermal.ko
> license:        GPL v2
> author:         Srinivas Pandruvada <srinivas.pandruv...@linux.intel.com>
> description:    X86 PKG TEMP Thermal Driver
> alias:          x86cpu:vendor:0000:family:*:model:*:feature:*00E6*
> depends:        
> intree:         Y
> vermagic:       3.12.13-gentoo SMP mod_unload CORE2
> parm:           notify_delay_ms:User space notification delay in milli
> seconds. (int)
> 
> I found 'CONFIG_X86_PKG_TEMP_THERMAL=m' in .config for my current kernel
> only.
> 
> Does the output above mean that my CPU doesn't support this feature, and
> as such should be disabled in my kernel config?
> 
> Thanks.
> 
> 


Hi Alexander Kapshuk,
You probably don't need that module.
Grep your dmesg for therm|thermal. You should see ACPI registering
your thermal zones:
[    1.424899] thermal LNXTHERM:00: registered as thermal_zone0
[    1.424944] ACPI: Thermal Zone [TZS0] (32 C)

then look for them in:
/sys/class/thermal/
/sys/bus/acpi/devices/LNXTHERM:00/thermal_zone/temp

if not check your kernel config for needed options like:
CONFIG_ACPI_THERMAL=y 

Regards,
Dragostin Yanev

Reply via email to