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 2E548138A1F for ; Mon, 14 Apr 2014 16:22:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 526E6E0C90; Mon, 14 Apr 2014 16:22:24 +0000 (UTC) Received: from mail-bk0-f42.google.com (mail-bk0-f42.google.com [209.85.214.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C856E0AA7 for ; Mon, 14 Apr 2014 16:22:22 +0000 (UTC) Received: by mail-bk0-f42.google.com with SMTP id mx12so3061098bkb.15 for ; Mon, 14 Apr 2014 09:22:21 -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:references :in-reply-to:content-type:content-transfer-encoding; bh=eB8EpCRFgYh+UZUJhnJXkqLWjyEfBvRRNWMIjIWQvLw=; b=l3Z8DjxC6V5uDUsv+fNPu62Lz2y2/ICZ5GeIkW1MzYKFG3YfWtNPZfrl6B1rsSFYGV aLjX+sLOXLhe7AXoPCY0pneDTv+JnP++lBmz6ZjKWiMFyrCHiBHTAmh+MgD0Bh1coz4Z Rdau2DkJyZrui1ETaZ4m/TVRfwIgL7Ekr4UP6TjMbGS7WU5qnKcLhZSqtIlPT+ZXT233 UD7whQy1q3U1WwkOu2FtkvM2IPTFodrItRNSImW0uVenoJ0iBziFnWOkUqdWoRNQMR08 FGVKqacsva7Wf77Lcc7mp9eIA0FalzZDLe5OMIAuYXG0aBIa/8xIUUOl1mwrwfP8moJD M0sQ== X-Received: by 10.204.202.144 with SMTP id fe16mr52745bkb.88.1397492541570; Mon, 14 Apr 2014 09:22:21 -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 es17sm17559458bkb.7.2014.04.14.09.22.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 14 Apr 2014 09:22:21 -0700 (PDT) Message-ID: <534C0B39.5060706@gmail.com> Date: Mon, 14 Apr 2014 19:22:17 +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: Re: [gentoo-user] Failed to load x86_pkg_temp_thermal References: <5349577B.2000402@gmail.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 46a54bcc-b69d-4349-aa98-4df71ca4a676 X-Archives-Hash: 3ac9630ce73996f9682a2c02fc918b69 On 04/14/2014 07:05 PM, Stroller wrote: > On Sat, 12 April 2014, at 4:10 pm, Alexander Kapshuk wrote: >> ... >> 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 > I don't think the kernel should be attempting *itself* to load this module if it doesn't detect said hardware. > > Is it possible this is mentioned in /etc/modprobe.d/ or somewhere? > > I'd grep /etc before recompiling my kernel, on this one. > > Stroller. > > Thanks for your input. x86_pkg_temp_thermal is not found either in filenames, nor in the files themselves residing in /etc. I've set CONFIG_X86_PKG_TEMP_THERMAL to 'n' in my kernel config file, and recompiled the kernel. Everything seems OK so far.