From owner-freebsd-mobile@FreeBSD.ORG Sat Jun 21 02:33:12 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 94DF6EFD for ; Sat, 21 Jun 2014 02:33:12 +0000 (UTC) Received: from mail.metricspace.net (mail.metricspace.net [IPv6:2001:470:1f11:617::103]) by mx1.freebsd.org (Postfix) with ESMTP id 4481F2402 for ; Sat, 21 Jun 2014 02:33:12 +0000 (UTC) Received: from [172.16.1.182] (unknown [172.16.1.182]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: eric) by mail.metricspace.net (Postfix) with ESMTPSA id DDC4425BA0 for ; Sat, 21 Jun 2014 02:33:11 +0000 (UTC) Message-ID: <53A4EEE7.4000306@metricspace.net> Date: Fri, 20 Jun 2014 22:33:11 -0400 From: Eric McCorkle User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: Re: Lenovo W540 so far References: <539DA73B.7050709@metricspace.net> In-Reply-To: <539DA73B.7050709@metricspace.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2014 02:33:12 -0000 I did some more messing around. With the right drivers compiled into the kernel (ichsmb), smbus gets detected. pciconf -lv shows two devices without drivers at this point. One is the wireless card (obviously), and the other is a Lynx Point MEI controller. Some googling around turned up some threads that mentioned a "heci" driver that was under development, but it doesn't seem to be a valid driver option. Does anyone know about the status of this driver (I'm not too concerned about it, just going for completionism)? On 06/15/2014 10:01, Eric McCorkle wrote: > Hello all, > > I recently purchased a Lenovo W540 mobile workstation. Most of the > hardware works, though there are a few issues. Here is a breakdown of > my setup, what works, and what doesn't. > > > Basic Installation: I set up a GPT/ZFS-only scheme. The laptop comes > pre-configured for booting UEFI-only, but it supports a legacy BIOS boot > mode. Setting up ZFS went smoothly with little trouble. > > The laptop also came with a 16 GB flash drive, which I used as a swap > device. It could also be used as an L2ARC for ZFS. > > I also ran into some build errors when trying to build world, that > seemed to be caused by a version mismatch between the clang-tblgen > binary in the 10 installer and the .tbl files in head. > > > ACPI: Suspend/resume works without incident, both in terminal mode and > in X. The following error messages get printed: > > pci0: failed to set ACPI power state D2 on \134_SB_.PCI0.PEG_: > AE_BAD_PARAMETER > pci0: failed to set ACPI power state D2 on \134_SB_.PCI0.EXP1: > AE_BAD_PARAMETER > pci0: failed to set ACPI power state D2 on \134_SB_.PCI0.EXP2: > AE_BAD_PARAMETER > pci0: failed to set ACPI power state D2 on \134_SB_.PCI0.EXP3: > AE_BAD_PARAMETER > pci0: failed to set ACPI power state D2 on \134_SB_.PCI0.EXP5: > AE_BAD_PARAMETER > > This doesn't seem to affect anything, though. > > A similar error occurs when trying to use the nvidia driver. However, > these errors do seem to prevent the driver from working: > > ACPI Warning: \134_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - > Found [Buffer], APCI requires [Package] (20130823/nsarguments-97) > (the same message gets repeated about 10 times) > > > Xorg: As previously mentioned, the nvidia driver is non-functional. The > nv driver does not seem to support the on-board card (Quadro K1100). The > vesa driver works though. > > I'm using enlightenment 17. I haven't done anything fancy with it yet, > though. > > > USB: USB 1.0 and 2.0 seem to work. USB 3.0 has problems. > > The messages for xhci are: > > xhci0: mem 0xb2a20000-b2a2ffff irq > 16 at device 3.0 on pci0 > xhci0: 32 byte context size > xhci0: Port routing mask set to 0xffffffff > ... > xhci0: Port routing mask set to 0x00000000 > usb_alloc_device: device init 2 failed (USB_ERR_IOERROR, ignored) > > > A bit of looking around seemed to reveal that there's known issues with > the Lynx Point controller. I don't know much about the USB system, so > not sure what to do here. > > > Mouse: Trackpad and trackpoint work, though Synaptics does not seem to > be supported (at the kernel driver level). If I'm not mistaken, the > touchpad is a multitouch touchpad, so maybe I will look into why it's > not supported. > > The touchpad is a bit sensitive, though, and an accidental palm touch > can register as a click. > > Sound: Sound card gets detected, seems to work, though I haven't done > anything serious with it yet. Also experimenting a bit with setting up > rc scripts to start audio servers like Jack and Pulseaudio and run them > as system-wide processes > > > Network: Ethernet works fine, Intel 7260AC chipset is not supported for > wireless :( > > > Questions/suggestions/advice are welcome. > > Eric > _______________________________________________ > 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"