From owner-freebsd-current@freebsd.org Mon Jan 22 21:50:04 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F8C9ED7705 for ; Mon, 22 Jan 2018 21:50:04 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "alchemy.franken.de", Issuer "alchemy.franken.de" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A7A68709CB for ; Mon, 22 Jan 2018 21:50:03 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.15.2/8.15.2/ALCHEMY.FRANKEN.DE) with ESMTPS id w0MLns2Z030968 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 22 Jan 2018 22:49:54 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.15.2/8.15.2/Submit) id w0MLnrE1030967; Mon, 22 Jan 2018 22:49:53 +0100 (CET) (envelope-from marius) Date: Mon, 22 Jan 2018 22:49:53 +0100 From: Marius Strobl To: KIRIYAMA Kazuhiko Cc: freebsd-current@freebsd.org Subject: Re: SG116j install crashed Message-ID: <20180122214953.GA7649@alchemy.franken.de> References: <201801180635.w0I6Zfdb083944@kx.openedu.org> <201801201125.w0KBP8Hl039214@kx.openedu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201801201125.w0KBP8Hl039214@kx.openedu.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (alchemy.franken.de [0.0.0.0]); Mon, 22 Jan 2018 22:49:54 +0100 (CET) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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, 22 Jan 2018 21:50:04 -0000 On Sat, Jan 20, 2018 at 08:25:08PM +0900, KIRIYAMA Kazuhiko wrote: > At Thu, 18 Jan 2018 15:35:41 +0900, > my wrote: > > > > Hi, all > > > > I've bought Biccamera's original bland note PC (SG116j) > > impulsively because of cheapness($1780). I've installed > > 12.0-CURRENT(r327788) right away. Booted smoothly but set > > loader conf "unset hint.uart.1.at" and configure disk with > > > > mmcsd0 58 GB GPT > > mmcsd0p1 200MB efi > > mmcsd0p2 54 GB freebsd-ufs / > > mmcsd0p3 4.2 GB freebsd-swap none > > > > But in "Tetching distribution files" of base.txz, crashed > > with: > > > > sdhci_acpi0-slot0: Controller timeout > > sdhci_acpi0-slot0: ============== REGISTER DUMP ============== > > sdhci_acpi0-slot0: Sys addr: 0x02158000 | Version: 0x00001002 > > sdhci_acpi0-slot0: Blk size: 0x00000200 | Blk cnt: 0x000000f8 > > sdhci_acpi0-slot0: Argument: 0x017f57e8 | Trn mode: 0x00000027 > > sdhci_acpi0-slot0: Present: 0x1fff0106 | Host ctl: 0x00001025 > > sdhci_acpi0-slot0: Power: 0x0000000b | Blk gap: 0x00000080 > > sdhci_acpi0-slot0: Wake-up: 0x00000000 | Clock: 0x00000007 > > sdhci_acpi0-slot0: Timeout: 0x00000007 | Int stat: 0x00000001 > > sdhci_acpi0-slot0: Int enab: 0x05ff0033 | Sig enab: 0x05ff003a > > sdhci_acpi0-slot0: AC12 err: 0x80000000 | Host ctl2:0x0000008b > > sdhci_acpi0-slot0: Caps: 0x446cc8b2 | Caps2: 0x00000807 > > sdhci_acpi0-slot0: Max curr: 0x00000000 | ADMA err: 0x00000000 > > sdhci_acpi0-slot0: ADMA addr:0x00000000 | Slot int: 0x00000000 > > sdhci_acpi0-slot0: =========================================== > > mmcsd0: Error indicated: 1 Timeout > > : > > (snip) > > : > > Stopped at kdb_enter+0x3b: movq $0,kdb_why > > db> > > > > Detail log has put in [1]. BTW I used [2] so all stuffs are > > within it and it should not be fetched to internet. > > > > Is there any idea to go forth? > > > > Best regards. > > > > [1] http://35.200.82.201/~kiri/freebsd/sg116j/crash_in_install.jpeg > > [2] FreeBSD-12.0-CURRENT-amd64-20180110-r327788-memstick.img > > I've got r328126 memstic and install with it, then all went > to perfect! Thanx for FreeBSD-CURRENT team! FYI, I believe that you had hit the bug fixed in r327924; sorry about that. Marius