From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NtWBK-0007JL-8b for garchives@archives.gentoo.org; Mon, 22 Mar 2010 01:11:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 048D2E0991; Mon, 22 Mar 2010 01:11:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D2245E0991 for ; Mon, 22 Mar 2010 01:11:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 74293679F9 for ; Mon, 22 Mar 2010 01:11:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.393 X-Spam-Level: X-Spam-Status: No, score=-3.393 required=5.5 tests=[AWL=-0.794, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vhk1-hwXE6aL for ; Mon, 22 Mar 2010 01:11:00 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id C06B31B4042 for ; Mon, 22 Mar 2010 01:10:56 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NtWAQ-0005vp-Lv for gentoo-user@gentoo.org; Mon, 22 Mar 2010 02:10:54 +0100 Received: from c-98-215-178-110.hsd1.in.comcast.net ([98.215.178.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Mar 2010 02:10:54 +0100 Received: from reader by c-98-215-178-110.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Mar 2010 02:10:54 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Harry Putnam Subject: [gentoo-user] Re: lm_sensors and w83627hf not loadable Date: Sun, 21 Mar 2010 20:10:43 -0500 Organization: Still searching... Message-ID: <877hp5noto.fsf@newsguy.com> References: <87iq8pnr6h.fsf@newsguy.com> 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 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-178-110.hsd1.in.comcast.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:X537fu5C5/5hIA1Dqqm012y+dDw= X-Archives-Salt: 6a6cb469-fc2a-4549-8fb0-a3a5fb005489 X-Archives-Hash: 8f9be441fc1ed0d03e9a718bcf20ae6e Harry Putnam writes: Forgot to give kernel version: uname -r 2.6.33-gentoo > I see lots of bug reports about this in several linux OSs but not able > to see a solution. > > I've make the propers kernel settings and the w83627hf modules is > built and available in /lib/modules/* > I tried rebuilding the kernel with that stuff built-in. but then > lm_sensors couldn't even find tools to work with when running > sensors-detect > > So calling `sensors' just in case it would work: > # sensors > No sensors found! > Make sure you loaded all the kernel drivers you need. > Try sensors-detect to find out which these are. > > Back to a modular kernel: > lm_sensors tells me that w83627hf is the one to load in > /etc/conf.d/lm_sensors. > > But any attempt to load it meets with this result (wrapped for mail): > modprobe w83627hf > FATAL: Error inserting w83627hf > (/lib/modules/2.6.33-gentoo/kernel/drivers/hwmon/w83627hf.ko): > Device or resource busy > > Looking at dmesg after running the above command, I find lines like > these (repeated several times): > [ 1321.715673] w83627hf: Found W83627THF chip at 0x290 > > [ 1321.715712] ACPI: I/O resource w83627hf [0x295-0x296] conflicts > with ACPI region HWMT [0x295-0x296] > > [ 1321.715716] ACPI: If an ACPI driver is available for this device, > you should use it instead of the native driver > > ------- --------- ---=--- --------- -------- > > So anyone know what is wrong here? Sorry about the second printing just to show kernel version