Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2015 10:42:29 +0100
From:      Hans Petter Selasky <hps@selasky.org>
To:        Noth <nothingness@citycable.ch>, freebsd-usb@freebsd.org
Subject:   Re: PC Engines APU2B4 betatest: usb install fails
Message-ID:  <563F1905.1050602@selasky.org>
In-Reply-To: <563E2039.9090004@citycable.ch>
References:  <563E2039.9090004@citycable.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11/07/15 17:00, Noth wrote:
> 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: <vendor 0x0438> at usbus1
> uhub2: <vendor 0x0438 product 0x7900, class 9/0, rev 2.00/0.18, addr 2>
> on usbus1
> uhub2: 4 ports with 4 removable, self powered
> ugen0.2: <vendor 0x0781> at usbus0
> umass0: <vendor 0x0781 product 0x5571, class 0/0, rev 2.00/1.26, addr 1>
> 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.
>

Hi,

SCSI command #12 is:

#define INQUIRY                 0x12

That means you might need to set the UQ_MSC_NO_INQUIRY quirk for your 
device, before it works. In recent 11-current images, this can be done 
from the loader. See usb_quirk manual page in 11-current.

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?563F1905.1050602>