From owner-freebsd-current@freebsd.org Fri Feb 2 10:11:25 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 208DBECDB16 for ; Fri, 2 Feb 2018 10:11:25 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from mail.rlwinm.de (mail.rlwinm.de [138.201.35.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B329684771 for ; Fri, 2 Feb 2018 10:11:24 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from crest.bultmann.eu (unknown [IPv6:2a00:c380:c0d5:1:d9a4:bb9d:a5bf:8e10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.rlwinm.de (Postfix) with ESMTPSA id CB664B866 for ; Fri, 2 Feb 2018 10:11:16 +0000 (UTC) Subject: Re: Lenovo T470s Questions To: freebsd-current@freebsd.org References: From: Jan Bramkamp Message-ID: Date: Fri, 2 Feb 2018 11:11:15 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2018 10:11:25 -0000 On 02.02.18 03:13, Bridger Dyson-Smith wrote: > Hi list and Michael - > > I received a T470s at work and decided to jump into the CURRENT end of the > FreeBSD pool. I have a weird acpi_ibm issue and I'm not sure where to start > trying to diagnose the issue. > > # uname -a > FreeBSD spanner 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r328126: Thu Jan 18 > 15:25:44 UTC 2018 root@releng3.nyi.freebsd.org:/ > usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 > > I've loaded acpi_ibm via /boot/loader.conf: > acpi_ibm_load="YES" > > and the module shows as being loaded: > # kldstat | grep acpi_ibm > 8 1 0xffffffff8278e000 7570 acpi_ibm.ko > > However, I don't have any of the sysctl knobs available; e.g. > # sysctl -a | grep acpi_ibm > # > > or > # sysctl dev.acpi_ibm.0.fan_speed > sysctl: unknown oid 'dev.acpi_ibm.0.fan_speed' > > I've (tried) to look through the commit messages on svn-src-head, but I'm > not seeing anything specifically related to acpi work, or I just don't know > what I'm looking at (a definite possibility). I made the same discovery on my T470s running FreeBSD 12-CURRENT. It has been a long time since Thinkpads were designed by IBM. The fan control works just fine without any special purpose module. The acpi_ibm module main usecase for me was always handling the special button events, but these days they are just secondary function on the regular function keys. Who needs an additional row of buttons on >2k€ laptop when you can waste the space on a large useless trackpad.