From owner-freebsd-mobile@FreeBSD.ORG Tue Feb 4 21:05:08 2014 Return-Path: Delivered-To: mobile@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 ESMTPS id 26113CF4; Tue, 4 Feb 2014 21:05:08 +0000 (UTC) Received: from mail-qc0-x22c.google.com (mail-qc0-x22c.google.com [IPv6:2607:f8b0:400d:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C21991A9E; Tue, 4 Feb 2014 21:05:07 +0000 (UTC) Received: by mail-qc0-f172.google.com with SMTP id c9so14573631qcz.17 for ; Tue, 04 Feb 2014 13:05:07 -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=fp+Lqf+QexzQjuVrLcV8w98ur1aEEpFltqJlXgJF8L0=; b=b6PkyOZe9a8Hzdr81nXRf95HzLvH518GkLG6MsuRhvVQs2Db4Y4ij/0HXyUTBNlpb/ C6byiDfXUSN6V1tboVtK6RyG8zk1KL1/0xZU4Ho/bg9U6HTTta+PJ4cQpFZYfKJwu8I/ moerSOMh9GkPDrSdFJ5sADUU5QT9E4k+LjHd5hBXFLM+IlWniWsS7G8zLT0wb/JlqJwp EkGrF4kfXOp7RO3VW0SYXHNIWsS6HMokPt86n9CjxQf8GB8pS0DM7mX+Th+GfjVQoUCO gig5Yfqv5mQpw5HLjgQSRBB6u17e5hiKN4nz40L5iMacZghXXimfE/73zRQIXdGJqILO XG6Q== MIME-Version: 1.0 X-Received: by 10.224.160.195 with SMTP id o3mr19797472qax.98.1391547907043; Tue, 04 Feb 2014 13:05:07 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Tue, 4 Feb 2014 13:05:06 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Feb 2014 13:05:06 -0800 X-Google-Sender-Auth: CfjzVJU31TyJTGztO1NjMDY2QeY Message-ID: Subject: Re: Story of a laptop user From: Adrian Chadd To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 Cc: 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: Tue, 04 Feb 2014 21:05:08 -0000 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, -a