From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B9E11138A1F for ; Sat, 12 Apr 2014 15:11:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7542DE0B18; Sat, 12 Apr 2014 15:10:59 +0000 (UTC) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3266E0AE8 for ; Sat, 12 Apr 2014 15:10:57 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id z11so4347128lbi.22 for ; Sat, 12 Apr 2014 08:10:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=8JU2F+tP186x7oOlG8U33MzuZcbGSF+F6+zNub0CVZE=; b=EXks3YLT5FgQz4J3UOjUzjOq89/n3K88y+ZIJK6j5tpofAN1no9lp1bfUbIx936jO/ Vfd1toevMJCam53NlRHugJs5mocyttiEQWc587lIn2c7fFg2aP5Y5nU6Edklvx7eGOEm 8iObbmoIUtpUJORaLiqaDdpGKB4x5hT8LYQ0YXbWclvlnHbpaEWqhsvZKkcUk0efTCmF tt9eyloIHQjZZP0ISMyrwwdRooGP8h34iNzOy1LvIgPhA8w0BK/Uv2dTjl9XC+QV7y7t fR4Gk4pihVhhcZXD+hxmrQSt3mAItb7S++mvXbQJKBlU++UO+mZZC7hJEO+7s493wLUD CmcA== X-Received: by 10.152.234.130 with SMTP id ue2mr21719754lac.0.1397315455751; Sat, 12 Apr 2014 08:10:55 -0700 (PDT) Received: from [192.168.1.3] (213-154-212-42.static.vega-ua.net. [213.154.212.42]) by mx.google.com with ESMTPSA id rd5sm8912365lbb.0.2014.04.12.08.10.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 12 Apr 2014 08:10:55 -0700 (PDT) Message-ID: <5349577B.2000402@gmail.com> Date: Sat, 12 Apr 2014 18:10:51 +0300 From: Alexander Kapshuk User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] re: Failed to load x86_pkg_temp_thermal X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 2063b854-8e1a-4853-a476-069abea5fc0b X-Archives-Hash: 6ad57b324f46f74aac514c842803b506 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 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.