From owner-freebsd-mobile@FreeBSD.ORG Wed Feb 5 18:18:30 2014 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3250E3FF for ; Wed, 5 Feb 2014 18:18:30 +0000 (UTC) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E2ECF17D0 for ; Wed, 5 Feb 2014 18:18:29 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id e16so1248924qcx.38 for ; Wed, 05 Feb 2014 10:18:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=+3ev2hySdef/Uhvd3x8g9Sqmv3TXki2k7xeCE0gWsFg=; b=t90SAnfObGyg1mos2aTnh1CpZWxN5ckK0o91J98cxCN0uME/Q4ZXJMDuk8Wi6hsQiQ dmPzYJMBWELurlQleMLW4gIRtuGWz6g98o+UwOOzmMvxh5KNh9B5QRLGiBRtxsKHJg09 eRwLA5GqiP+qwq+SzCL384a3xMNMy7Ap0tpQripsDHV5tSV3N30b5OTWRXezbDlVRC8x ABKw4+aaTRGBkAfVdI/oqwxEwShoRoV/8zYBlmABNR7/gvydu/tk5t6/iaYNGB1p5zQ/ KGXrZllNPbCBMEt3VWazXXxJiXt1SyCLiyiqd2VGQPQQsubWafgz8wUION3osbejPhQX pKVQ== MIME-Version: 1.0 X-Received: by 10.140.108.74 with SMTP id i68mr4653029qgf.87.1391624308864; Wed, 05 Feb 2014 10:18:28 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Wed, 5 Feb 2014 10:18:28 -0800 (PST) In-Reply-To: <425000f7fa82a9e75485b868cf60bdab@mail.0x20.net> References: <425000f7fa82a9e75485b868cf60bdab@mail.0x20.net> Date: Wed, 5 Feb 2014 10:18:28 -0800 X-Google-Sender-Auth: PvddJE0qUc9mfP2FJj8XUZRRhFw Message-ID: Subject: Re: Story of a laptop user From: Adrian Chadd To: Lars Engels Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 18:18:30 -0000 It's all merged into the latest 3.x linux kernel. And I dunno. The linux acpi probe and acpi video code is all over the place. -a On 5 February 2014 01:31, Lars Engels wrote: > Am 2014-02-04 22:05, schrieb Adrian Chadd: > >> Hi, >> >> These should be wiki pages. Like the thinkpad wiki has for Linux. I'll >> go add pages for the T42, T60, T400 and X230 if you add yours. >> >> >> So: >> >> * iwn ; yeah, its crap. nothing I can do about that. >> * volume controls - we need to teach the acpi_ibm and/or keyboard >> driver about them. For example, they plain do nothingon the X230 I >> have. The T60 - it adjusts the global mixer. The T400 - it adjusts the >> current app volume (eg, when in vlc it adjusts vlc.) It isn't >> consistent or useful. >> * the brightness keys - is this occuring because you have acpi_ibm >> loaded? I have a feeling the root problem there is again to do with >> the ACPI DSDT and acpi_ibm / acpi_video adjusting the wrong bits. My >> T400 suffers the same. Can you install the acpi_call package and >> search the archives for the posts that say what to do? >> * .. and when you create the wiki page for your laptop, would you >> please upload the acpi dump? (acpidump -dt > /tmp/blah.txt) That way >> we can see what parts of the tree(s) it's attaching things to. >> * same with devinfo -v >> >> Thanks, > > > > The wiki pages are a good idea! > > Is there anything we can use from Linux' ibm-acpi module? > > http://repo.or.cz/w/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git > > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org"