From owner-freebsd-current@FreeBSD.ORG Mon Jan 6 04:07:50 2014 Return-Path: Delivered-To: freebsd-current@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 1364F6B6 for ; Mon, 6 Jan 2014 04:07:50 +0000 (UTC) Received: from mail-ig0-f175.google.com (mail-ig0-f175.google.com [209.85.213.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF9B111C3 for ; Mon, 6 Jan 2014 04:07:49 +0000 (UTC) Received: by mail-ig0-f175.google.com with SMTP id j1so6219564iga.2 for ; Sun, 05 Jan 2014 20:07:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=+riLgQFz7VKMAY1fS4X8lj1N650WGroauGMn3Zh3uDs=; b=LT1010YyeYLj0Urv5VqaL6UOUTtCFzJqWGyGUHlRVnWLJ/v6pZNFZZqrTLXU4cg68U DusVt197PncsHneZJrwGcKDAZ3ztFetSNcyk3ueB6gs2t0VrwFTHSompiAiPfr/yPn7y hl3YYzQPiqxnQ7RYUgowghHhWFRzL/kB/WH3iPAg73LJPjDmDLOwSCTp14IYsdOle6Z3 FDOSXtI+u8fw8m3NMiDi1N7JlWZGS6PJm0LXxR2vVP7s189JxMxQyOyZr+u/273VHPiY 569+M7ztwodcuZsBFuOu2uVWF5CXKlFXnjRtoTYXqOSY7rNCGUKvBRVRoKg9LfzEBDq6 SI5w== X-Gm-Message-State: ALoCoQmRF2n3IaSEyk/7t45LypvChXBbBoted6AChv3KQBBbD++nSqtu4afm9WeS/9W+8FpA/v5EE0BBN8hvCnK5gvYTliB2he6/VMIZPUfYxvUtcyb2zAg= X-Received: by 10.50.66.180 with SMTP id g20mr16335911igt.29.1388981263337; Sun, 05 Jan 2014 20:07:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.128.200 with HTTP; Sun, 5 Jan 2014 20:07:28 -0800 (PST) In-Reply-To: References: From: "Lundberg, Johannes" Date: Mon, 6 Jan 2014 13:07:28 +0900 Message-ID: Subject: Re: Install 10.0-RC3 on MacBookPro Late 2013 To: huanghwh@gmail.com Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Adrian Chadd , freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2014 04:07:50 -0000 Hi Huang I have also been working on getting FreeBSD running on the new MBA and I'm basically at the same place as you. Please post any progress you have to the current mailing list. -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Mon, Jan 6, 2014 at 12:20 PM, Huang Wen Hui wrote: > Hi, > I also install 11-amd64 snapshot 2 days ago, I remember AHCI is OK, but > USB and random hang are still existed. > I will confirm it later. > > Cheers, > Huang Wen Hui. > > 2014/1/6 Adrian Chadd > > > Hi! > > > > Would you mind a recent 11-amd64 snapshot? Hans has committed a few > > fixes to the driver recently. > > > > Thanks! > > > > > > -a > > > > > > On 5 January 2014 19:01, Huang Wen Hui wrote: > > > Hi, > > > > > > I am trying to install FreeBSD on MacBookPro Late 2013, I got 3 main > > > problems: > > > > > > 1. USB problem > > > > > > This MacBookPro model only have xhci controller, 10.0-RC3 and 9.2R not > > > working, keyboard and touchpad not respond. Error messages are > > > "xhci_do_command: Command timeout!" and "USB_ERR_TIMEOUT". > > > I also try to set "hw.usb.xhci.msi=0", no lucky. > > > > > > But 9.1R is OK, I copy xhci*.* file from 9.1R to 10.0, with very small > > > change, and > > > xhci works under 10.0-RC3! > > > > > > dmesg in 10.0-RC3: http://sw.gddsn.org.cn/freebsd/dmesg-10.0.txt > > > vmstat -i in 10.0-RC3: http://sw.gddsn.org.cn/freebsd/vmstat-10.0.txt > > > pciconf in 10.0-RC3: http://sw.gddsn.org.cn/freebsd/pciconf.txt > > > > > > dmesg in 10.0 + xhci of 9.1R: > > > http://sw.gddsn.org.cn/freebsd/dmesg-10.0+9.1.txt > > > vmstat -i in + xhci of 9.1R: > > > http://sw.gddsn.org.cn/freebsd/vmstat-10.0+9.1.txt > > > > > > 2. AHCI timeout problem > > > > > > After booting, system quickly hit ahci timeout problem, I have to set > > > "camcontrol tags ada0 -N 1". > > > this can decrease timeout problem, but still happen when running heavy > > IO. > > > > > > "hint.ahci.0.msi=0" seem to fix this problem, but ahci and xhci use > same > > > IRQ 16, this make 10.0+9.1xhci > > > unstable:( Internal keyboard and touchpad not working, external > keyboard > > > and mouse working. > > > > > > vmstat -i in 10.0+9.1xhci with "hint.ahci.0.msi=0": > > > http://sw.gddsn.org.cn/freebsd/vmstat-10.0+9.1+msi.txt > > > camcontrol identify: http://sw.gddsn.org.cn/freebsd/cam-identify.txt > > > smartctl: http://sw.gddsn.org.cn/freebsd/smartctl.txt > > > > > > 3. Random hang > > > > > > Sometimes the system(10.0+9.1xhci) hang without any message, keyboard, > > > mouse and ping ping not respond. > > > console no message, ctrl+alt+esc also could not break into ddb, I may > try > > > firewire/dcons, help it can get some > > > useful information. > > > > > > I really like to have a working freebsd on MacBookPro, anything I can > > > provide or any ideas? > > > > > > Cheers, > > > Huang Wen Hui > > > _______________________________________________ > > > freebsd-current@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > > To unsubscribe, send any mail to " > > freebsd-current-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。 もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、 複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。 --- CONFIDENTIALITY NOTE: The information in this email is confidential and intended solely for the addressee. Disclosure, copying, distribution or any other action of use of this email by person other than intended recipient, is prohibited. If you are not the intended recipient and have received this email in error, please destroy the original message.