From owner-freebsd-mobile@FreeBSD.ORG Mon Nov 17 16:21:43 2014 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43321DEB for ; Mon, 17 Nov 2014 16:21:43 +0000 (UTC) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DCF55F70 for ; Mon, 17 Nov 2014 16:21:42 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id n12so3068352wgh.6 for ; Mon, 17 Nov 2014 08:21:37 -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=6JUsoSfIEsNzEYm36krfFkXUqLJNaTQrkM69x/s+YUo=; b=P2bhGL3Tfl4OU4U/9PJNBEWylY0hknpS4kIX4cViNidQO41A48sdwr+oRwDNmnlVN0 GhDVEvMcEyosqDbmKnebwz37VErrSFgXzXHw0JwBU9eKM2RLrUYMuNcPrvLogCpufMNn dFTmIk/jgwhIC27OnYTJfQYAAbH7BeFEa98ffIAsFqzcV+OrraQx+4ZeGTeq8I+ww/w2 JjC+M5pwuGTsk4tmPOXfc0/ot0XTJtcWXTzOQUQxMVBXJrAtC7+zmEIhXNj+Z0txPTw+ 2ZWzonC3zAAZ5by7DcIJhfXABIXahurkL15IDoUB9S9iuu9JUjMNpTQP3Qi/eOb2Utca Kq9A== MIME-Version: 1.0 X-Received: by 10.194.47.226 with SMTP id g2mr39722880wjn.68.1416241297811; Mon, 17 Nov 2014 08:21:37 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.136 with HTTP; Mon, 17 Nov 2014 08:21:37 -0800 (PST) In-Reply-To: <1850323.OabH7XK7zj@chrysaor> References: <1850323.OabH7XK7zj@chrysaor> Date: Mon, 17 Nov 2014 08:21:37 -0800 X-Google-Sender-Auth: s39W5A9-SQ9uRYiuqRLCf6kSEzo Message-ID: Subject: Re: FreeBSD on Asus UX31A From: Adrian Chadd To: Lutz Bichler Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2014 16:21:43 -0000 Which card reader is it? The acpi_video / i915kms loading order is kinda amusing. Would you mind filing a PR with it? I've seen it on mine too but I didn't really think twice about it until .. well until now. Let's see if we can figure out what's going on there! Thanks, -adrian On 17 November 2014 04:53, Lutz Bichler wrote: > Hi, > > after reading the summaries of Asus UX31E and UX32VD i did some testing of > FreeBSD on an Asus UX31A: > > Hardware > -------------- > Intel Ivybridge CPU + graphics > Centrino(R) Advanced-N 6235 WiFi > USB 2.0 + 3.0 > Realtek Cardreader (Product-Id 0x139) > > Software > ------------- > - FreeBSD-CURRENT (svn274583) > - acpi_asus_wmi & acpi_asus loaded > - xorg-7.7 > - xorg-server-1.16.1 > - Mesa 10.3.2 > - xf86-video-intel-2.99.916 > > Results > ---------- > - F1: Suspend function key works > - F2: WiFi function key does not work > - F3/F4: Keyboard brightness control works > - F5/F6: Display brightness control does not work > - F7: Display on/off works > - F8: not tested > - F9: not tested > - F10: Volume on/off does not work > - F11/F12: Volume control works > > - Suspending works > - Resuming: > - i915 only > - no display after resume > - acpi_video loaded before i915kms: > - no display after resume > - acpi_video loaded after i915kms > - display coming back, but display brightness after > resume is lower although hw.acpi.video.lcd0.brightness > reports the same value > - Display brightness control partly works > - sysctl hw.acpi.video.lcd0.brightness=X works > - function key changes the brightness, but only allows > to switch between brightness levels 1 and 2. > - changing the brightness level from 100 to 30 reduces > the power consumpion from 11.5mW to 8.8mW. > - with i915.7 patch (http://kib.kiev.ua/kib/drm/i915.7.patch) > - display coming back (with and without acpi_video) > - Display brightness control does not work (neither with nor without > acpi_video) > > - WiFi (Intel 6235): works > - CardReader (Realtek Product Id 0x139): does not work > > Open questions > ----------------------- > - How to automatically load acpi_video after i915kms? > - How to enable presetting the display brightness? > - How to enable a smooth function key based brightness setting? > - Is there any hope for the card reader? > - There have been several mailing list threads in the past but it seems > they all ended up without conclusion. > > Regards, Lutz > _______________________________________________ > 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"