From owner-freebsd-desktop@FreeBSD.ORG Mon Feb 10 20:06:19 2014 Return-Path: Delivered-To: desktop@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 A60DE6D7; Mon, 10 Feb 2014 20:06:19 +0000 (UTC) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A5511336; Mon, 10 Feb 2014 20:06:19 +0000 (UTC) Received: by mail-qc0-f177.google.com with SMTP id i8so11287378qcq.36 for ; Mon, 10 Feb 2014 12:06:18 -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=C1f+L1ip7EgC6iFVF8eIPESqCYr0l6aTydqwmNNR0I8=; b=O1GEKfeb9Um2Oc0JCcyB3KUiqFnau0eOoICPMDVV4j/wSwETXSkQROlNB/LZM9xOmz 2rTqnTg74fo6InYYtgcipITt/6kHoeqxHqyDWj86yE34yesM2Vp+2/SYQdkfCH0wviT3 CprelaDngsUrVuY3eambB+a/v8JXGxiwrjo7fYxWhzq0OBITXVgHtG8d6k2c6xCx87fV nXAzRrTVGeMSkk/rt8OBeK0aaRFr42XDruZ8JJcK+lJuXLg1F0ro5OaOJwMainse3645 GoOizr6+7qC0bE5Xd0N+XOKNPHJUE/07ftsN7mIRP41nqfz6hE6zphEMXx1MrDMp+ONe vBkQ== MIME-Version: 1.0 X-Received: by 10.140.42.54 with SMTP id b51mr39660283qga.87.1392062778325; Mon, 10 Feb 2014 12:06:18 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Mon, 10 Feb 2014 12:06:18 -0800 (PST) In-Reply-To: <20140210115752.47088c4d@helium> References: <20140205211937.5633d21b@leo.lan> <20140210115752.47088c4d@helium> Date: Mon, 10 Feb 2014 12:06:18 -0800 X-Google-Sender-Auth: wA41P34R42TDQYafuDy3o4omyFM Message-ID: Subject: Re: Story of a laptop user From: Adrian Chadd To: Maciej Suszko Content-Type: text/plain; charset=ISO-8859-1 Cc: desktop@freebsd.org, "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-desktop@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Using and improving FreeBSD on the desktop List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 20:06:19 -0000 I've started with: https://wiki.freebsd.org/Laptops/Thinkpad_T400 I'll go and create a top-level Laptops page and a category that auto-populates this stuff. -a On 10 February 2014 02:57, Maciej Suszko wrote: > On Thu, 6 Feb 2014 16:09:31 -0800 > Adrian Chadd wrote: > >> Would you please create a wiki page with this? >> >> I'll start a section tonight. > > Post the URL of the section you've created - I'll try to write > something in the spare time. > > >> 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.