From owner-freebsd-mobile@FreeBSD.ORG Fri Feb 7 00:09:33 2014 Return-Path: Delivered-To: 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 3F7577A; Fri, 7 Feb 2014 00:09:33 +0000 (UTC) Received: from mail-qa0-x235.google.com (mail-qa0-x235.google.com [IPv6:2607:f8b0:400d:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E1065156A; Fri, 7 Feb 2014 00:09:32 +0000 (UTC) Received: by mail-qa0-f53.google.com with SMTP id cm18so4117596qab.12 for ; Thu, 06 Feb 2014 16:09:32 -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=Xwq7W5F93ZRNzwlMga/e7QtSMZt9ZT1qnrKBuPQOaA0=; b=YmF9gxDFTts6Wu/dENlmSI2fLkD3qqVvbAvwKn8ADqpuVYyWFKd4JHptI0mLpdtarS badRqBrDn9Bp8K7eF2V1MmBGMW5aU9QM4wcClSlt45tR6KuiAhaJnQfy57s8XStGcl2t InM36gmGrZFUQaz7gSYCYPgBVATZNXj+IECqiGgHnLfo4x0Nh0E28UMyZXKA8/AIVJeE YEdgVBcpySg5bZOzRqAGSN5n0eIeCkyPU2X6lt+RJUqeLAtm96o/wPKmp3Fkq6Ttb/4j m+iCq3my5k7GCtung9vs3S01L3VfBw+1OXBeQJPE2MUcHdJCF6hx4be8tfPJwtRuSvzu +aGQ== MIME-Version: 1.0 X-Received: by 10.224.12.82 with SMTP id w18mr16902638qaw.28.1391731772074; Thu, 06 Feb 2014 16:09:32 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Thu, 6 Feb 2014 16:09:31 -0800 (PST) In-Reply-To: <20140205211937.5633d21b@leo.lan> References: <20140205211937.5633d21b@leo.lan> Date: Thu, 6 Feb 2014 16:09:31 -0800 X-Google-Sender-Auth: P-kcPD5cOnOCUxmDWNZsXm4Hu5E Message-ID: Subject: Re: Story of a laptop user From: Adrian Chadd To: Maciej Suszko Content-Type: text/plain; charset=ISO-8859-1 Cc: Eitan Adler , desktop@freebsd.org, "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: Fri, 07 Feb 2014 00:09:33 -0000 Would you please create a wiki page with this? I'll start a section tonight. -a On 5 February 2014 12:19, Maciej Suszko wrote: > Hi, > > Mine is Lenovo L530... Onboard LAN works, original WiFi adapter > (Centrino Wireless-N 2200) unfortunately not. Because of BIOS whitelist > I had to rebrand some Atheros based card, change a bit ath related > source code and now it's quite OK. > > Brightness control keys don't work (Fn+F8/F9) but using acpi_call > kernel module brightness can be somehow adjusted: > > acpi_call -p '\VBRC' -i [0-15] > > Microphone mute key doesn't work - maybe it can be mapped - I haven't > checked. Mute key almost work - I run Gnome and volume control show > speaker muted but neither volume nor pcm in mixer change its value > (probably can be fixed somehow). > > Find the linked pciconf, devinfo and acpidump dumps: > http://archeo.suszko.eu/L530-acpidump.gz > http://archeo.suszko.eu/L530-devinfo.gz > http://archeo.suszko.eu/L530-pciconf.gz > -- > regards, Maciej Suszko.