From owner-freebsd-current@FreeBSD.ORG Sat Aug 24 15:10:11 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D17D0A3C; Sat, 24 Aug 2013 15:10:11 +0000 (UTC) (envelope-from matthias@petermann-it.de) Received: from mail.s1.d2ux.org (static.209.96.9.5.clients.your-server.de [5.9.96.209]) by mx1.freebsd.org (Postfix) with ESMTP id 9089622D2; Sat, 24 Aug 2013 15:10:10 +0000 (UTC) Received: from mail.s1.d2ux.org (mail [10.0.0.3]) by mail.s1.d2ux.org (Postfix) with ESMTP id 1175884F2600; Sat, 24 Aug 2013 17:10:10 +0200 (CEST) Received: from mail.s1.d2ux.org ([10.0.0.3]) by mail.s1.d2ux.org (mail.s1.d2ux.org [10.0.0.3]) (amavisd-new, port 10024) with ESMTP id AlLPOcRk8k6T; Sat, 24 Aug 2013 17:10:08 +0200 (CEST) Received: from workstation.local (p579D360C.dip0.t-ipconnect.de [87.157.54.12]) by mail.s1.d2ux.org (Postfix) with ESMTPSA id 409B984F25EF; Sat, 24 Aug 2013 17:10:08 +0200 (CEST) Message-ID: <5218CC69.6090108@petermann-it.de> Date: Sat, 24 Aug 2013 17:08:25 +0200 From: Matthias Petermann User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130526 Thunderbird/17.0.6 MIME-Version: 1.0 To: bug-followup@FreeBSD.org, matthias@petermann-it.de, current@freebsd.org Subject: Re: amd64/181357: LCD Brightness Control not working on Lenovo X121e (ACPI issue?) Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 24 Aug 2013 15:10:11 -0000 Hello, regarding this PR I made some further observation. Even the acpi_ec_write seems to not have any effect on the brightness, the values set to the appropriate register (IBM_EC_BRIGHTNESS 0x31) survive a reboot. Looks like the values are stored correctly, but EC doesn't care for them when setting brightness? I'm not sure where to look next. Could this be a hardware issue with the Device? Kind regards, Matthias