From owner-freebsd-usb@freebsd.org Sat Nov 7 16:02:18 2015 Return-Path: Delivered-To: freebsd-usb@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 60A2EA280AB for ; Sat, 7 Nov 2015 16:02:18 +0000 (UTC) (envelope-from nothingness@citycable.ch) Received: from emailfrontal1-new.citycable.ch (emailfrontal1-new.citycable.ch [85.218.0.103]) by mx1.freebsd.org (Postfix) with ESMTP id 1F99B1FC4 for ; Sat, 7 Nov 2015 16:02:18 +0000 (UTC) (envelope-from nothingness@citycable.ch) Received: from localhost (localhost [127.0.0.1]) by emailfrontal1-new.citycable.ch (Postfix) with ESMTP id 3ntNTW547PzNpgd for ; Sat, 7 Nov 2015 16:55:27 +0100 (CET) X-Virus-Scanned: amavisd-new at localdomain Received: from emailfrontal1-new.citycable.ch ([127.0.0.1]) by localhost (localhost.localdomain [127.0.0.1]) (amavisd-new, port 10050) with LMTP id 0WTpN3ZNv6eT for ; Sat, 7 Nov 2015 16:55:26 +0100 (CET) Received: from [192.168.50.9] (85-218-8-184.dclient.lsne.ch [85.218.8.184]) (Authenticated sender: nothingness@citycable.ch) by emailfrontal1-new.citycable.ch (Postfix) with ESMTPA id 3ntNTT6XwfzNplC for ; Sat, 7 Nov 2015 16:55:25 +0100 (CET) To: freebsd-usb@freebsd.org From: Noth Subject: PC Engines APU2B4 betatest: usb install fails Message-ID: <563E1EED.9090105@citycable.ch> Date: Sat, 7 Nov 2015 16:55:25 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Nov 2015 16:02:18 -0000 Hi all, I've been directed here by the good folk of #freebsd on Freenode. I'm betatesting the upcoming PC Engines APU2B4 ( http://pcengines.ch/apu2b4.htm ) on various OSes. I tried the memstick installers of both 10.2-RELEASE and the 2nd of November snapshot of 11-CURRENT, and neither work, because the kernel can't mount the miniroot: Trying to mount root from ufs:/dev/ufs/FreeBSD_Install [ro,noatime]... Root mount waiting for: usbus1 usbus0 uhub0: 4 ports with 4 removable, self powered uhub1: 2 ports with 2 removable, self powered Root mount waiting for: usbus1 usbus0 ugen1.2: at usbus1 uhub2: on usbus1 uhub2: 4 ports with 4 removable, self powered ugen0.2: at usbus0 umass0: on usbus0 umass0: SCSI over Bulk-Only; quirks = 0x8100 umass0:2:0: Attached to scbus2 mountroot: waiting for device /dev/ufs/FreeBSD_Install... (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 00 00 24 00 (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error (probe0:umass-sim0:0:0:0): Retrying command (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 00 00 24 00 (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error (probe0:umass-sim0:0:0:0): Retrying command Mounting from ufs:/dev/ufs/FreeBSD_Install failed with error 19. I've been told this may be due to quirks with the xhci driver, since the external USB ports are both 3.0. However I can succesfully install booting USB and having an SD Card with the same memstick installer image on it inserted into the APU2B4. The installer runs normally and provides a fully functional OS. The dmesg for FreeBSD 10.2 is here: http://pastebin.ca/3238744 and the one for 11-CURRENT is here : http://pastebin.ca/3238637 . Things that aren't working are the cpu thermal sensor (now supported by OpenBSD -CURRENT with a 1 line patch to sys/dev/pci/km.c ) and the AMD CCP crypto chip. Everything else seems functional. I'm ready to provide ssh access to the device to an interested dev to troubleshoot the USB issue. Cheers, Noth