From owner-freebsd-usb@FreeBSD.ORG Wed Jan 7 13:53:27 2015 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23085DE2 for ; Wed, 7 Jan 2015 13:53:27 +0000 (UTC) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2AC064525 for ; Wed, 7 Jan 2015 13:53:26 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 7EA8128430; Wed, 7 Jan 2015 14:53:22 +0100 (CET) Received: from illbsd.quip.test (ip-89-177-50-74.net.upcbroadband.cz [89.177.50.74]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 95E0D28427; Wed, 7 Jan 2015 14:53:21 +0100 (CET) Message-ID: <54AD3A51.1030708@quip.cz> Date: Wed, 07 Jan 2015 14:53:21 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 MIME-Version: 1.0 To: Hans Petter Selasky , freebsd-usb@FreeBSD.org Subject: Re: Action Cam SJ4000 (SJCAM) unrecognized as mass storage References: <54AC7728.1020306@quip.cz> <54ACE8A1.6060307@selasky.org> In-Reply-To: <54ACE8A1.6060307@selasky.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 13:53:27 -0000 Hans Petter Selasky wrote on 01/07/2015 09:04: > On 01/07/15 01:00, Miroslav Lachman wrote: >> I have action camera SJ4000 based on Novatek NTK96650+AR0330 solution. >> It has a USB cable and can be connected as USB mass storage, but FreeBSD >> 10.1 does not properly recognize it. >> >> ugen1.4: at usbus1 >> umass0: on usbus1 [...] > Hi, > > Can you build a kernel with the attached patch? > > cat scsi_da.c.diff | patch -d /usr/src/sys > > Does it help? Thank you, I will try it later today. I blindly tested usbconfig -d 1.4 add_quirk UQ_MSC_NO_INQUIRY described in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195372 and it accidentaly work. (so for now, I have a workaround) Miroslav Lachman