From owner-freebsd-stable@FreeBSD.ORG Sat Oct 20 07:37:31 2012 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C916AD07 for ; Sat, 20 Oct 2012 07:37:31 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 181818FC12 for ; Sat, 20 Oct 2012 07:37:30 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id KAA07221; Sat, 20 Oct 2012 10:37:22 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1TPTcY-000AfN-Bx; Sat, 20 Oct 2012 10:37:22 +0300 Message-ID: <508254AF.7040709@FreeBSD.org> Date: Sat, 20 Oct 2012 10:37:19 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121013 Thunderbird/16.0.1 MIME-Version: 1.0 To: Derek Kulinski Subject: Re: Problem reading vitals from Gigabyte H77-DH3H References: <1286515493.20121017131543@takeda.tk> <507F1761.1010202@FreeBSD.org> <20121017205147.GB36106@chinatsu.takeda.tk> <5081552F.2050303@FreeBSD.org> <771658188.20121019205010@takeda.tk> In-Reply-To: <771658188.20121019205010@takeda.tk> X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 07:37:32 -0000 on 20/10/2012 06:50 Derek Kulinski said the following: > Hello Andriy, > > Friday, October 19, 2012, 6:27:11 AM, you wrote: > >> Here is a (quite large) patch: >> http://people.freebsd.org/~avg/sensors.diff >> Please note that if affects both kernel and userland code. >> Read it(4) manual page after upgrading. Note that you will need to add some >> entries to /boot/device.hints (unless your upgrade procedure would automatically >> merge the file). > > I applied it to RELENG_9 as of today, recompiled the userland and > kernel (I did not see any errors). > > The it device loaded successfully, unfortunately I don't see any > effect; the hw.acpi.thermal does not change (though I guess it not > supposed to), sysctl hw.sensors and hw._sensors do not return anything > (not even a complaint that it does not exist). > > sensord returns: > sensorsd: no sensors found Does your device.hints file has hints for it(4)? What are they? Could you please also fetch sysutils/superiotool port from here https://redports.org/browser/avg/sysutils/superiotool, replace what you have under /usr/ports, install the port and then run 'superiotool -d' command? -- Andriy Gapon