From owner-freebsd-acpi@FreeBSD.ORG Thu Apr 25 04:40:40 2013 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9BE1CC00 for ; Thu, 25 Apr 2013 04:40:40 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by mx1.freebsd.org (Postfix) with ESMTP id 79FEF1EB4 for ; Thu, 25 Apr 2013 04:40:40 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id bh4so1613508pad.12 for ; Wed, 24 Apr 2013 21:40:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=AVNvqMjbJgiSF8jv61jU6VMd629PxmYJaT+7EBDtARc=; b=jsuW904B14L3wSXxI1Mp4aXfqOK8E4c8O0FW9ZF5H6l4+wpI7KLNrLIslRmTnb8ppj 60GN0vbYqcMz0dBnkuPFhbMTG9Cb7SpibC4DBVsFcnyZ9JS9zh89adyboq03amZ6jTUX OD386MIfsCpjeM3d7S++3d3FuMctyTMRNpbZy6QL/uYhQfIEplArfg5UIfoLm2x4QYGZ RE4IfiGKeqIJaKuNdBLnsiP5kGYVF0eWeYcrBSkN/IjgpuABMezS6kFsG+SyI9vJKMAm dQD9Ab1NsJElOGtCnEeRq1COa+o5sUc7xl7onImeT5cQ81NdOtR35qO4jbT2Iszt0jrK /mCA== X-Received: by 10.68.134.36 with SMTP id ph4mr50934489pbb.181.1366864834269; Wed, 24 Apr 2013 21:40:34 -0700 (PDT) Received: from flatline.local (70-36-223-239.dsl.dynamic.sonic.net. [70.36.223.239]) by mx.google.com with ESMTPSA id aj2sm5701593pbc.1.2013.04.24.21.40.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 24 Apr 2013 21:40:33 -0700 (PDT) Message-ID: <5178B3B3.4060409@gmail.com> Date: Wed, 24 Apr 2013 21:40:19 -0700 From: matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130405 Thunderbird/17.0.5 MIME-Version: 1.0 To: Matthew Gibson Subject: Re: Thinkpad x230 acpi_ibm References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2013 04:40:40 -0000 On 04/24/13 09:46, Matthew Gibson wrote: > Hello, > > I have a thinkpad x230. I have some of the issues others on this mailing > list have discussed, such as no brightness controls, and some of the > special buttons don't work. > > I have some experience with freebsd, but not a lot. > > I am running 9.1-RELEASE (r243825) on amd64. > > The main issue is similiar to > http://lists.freebsd.org/pipermail/freebsd-acpi/2011-July/007227.html > If I load the acpi_ibm module, it shows up in kldstat, but no message is > given on the dmesg, and nothing appears in sysctl. > > Any help is appreciated. > > the volume buttons work, the speaker and microphone mute doesn't work. The > brightness fn keys don't work. Also the power button doesn't seem to > initiate a shutdown, even though I have > hw.acpi.power_button_state: S5 > > Matthew > _______________________________________________ > freebsd-acpi@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-acpi > To unsubscribe, send any mail to "freebsd-acpi-unsubscribe@freebsd.org" > . > Aside from scripts (which work great on X220), we need to figure out what is wrong with Lenovo and what is wrong with acpi_video and get them to meet in the middle. I've had marginal success rewriting acpi_handles for just the brightness methods, but basically Lenovo has some weird acpi locations that don't seem to work, or need a trapdoor we're not doing. Usually one does work, but acpi_video doesn't attach to the working ones. Matt