From owner-freebsd-questions@FreeBSD.ORG Sat Jun 23 09:52:53 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A445E1065672; Sat, 23 Jun 2012 09:52:53 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6FEE88FC0A; Sat, 23 Jun 2012 09:52:53 +0000 (UTC) Received: by dadv36 with SMTP id v36so3561720dad.13 for ; Sat, 23 Jun 2012 02:52:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=QEUCED9Ol+0GcywsNda1xSf0VgbrMG/TZh6kAnthx3E=; b=WyEvFTBll+vhfa8XWrkAzxeiWx2Xp2fILvVkbNJq3qixSG09kDAsnItX3QorJsyknV wAjveJWCrZ2r2HYfK0GtRoxgvRIxSDP/IfnCzsK7F1Y+/+v2PyQzbS2XvJdMY1CLYts4 secYPqjQZ1AjzV1cqQV0LNsLc2t+h8yPyOGvN6hQ+TLLUXP9PQDeLbh5KRkljiladoYC 7LYB6D8l7adzbAZl++3BEgvZxi6fBlh8sGlX7V6HJNalVy9DLlQOW93bJLUj8ywtlBC3 fbNT+3rqHX5+Sb1OzmdLKqs2A1b0AiD//rIKe1mDtjDV+3a9JhSfRZCa18i31d3ouva8 +9pA== MIME-Version: 1.0 Received: by 10.68.213.234 with SMTP id nv10mr19303704pbc.56.1340445173244; Sat, 23 Jun 2012 02:52:53 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.142.147.18 with HTTP; Sat, 23 Jun 2012 02:52:53 -0700 (PDT) In-Reply-To: <201206220822.19486.hselasky@c2i.net> References: <4FE40A42.6010503@zedat.fu-berlin.de> <201206220822.19486.hselasky@c2i.net> Date: Sat, 23 Jun 2012 02:52:53 -0700 X-Google-Sender-Auth: X7EO_LU5Zqa5klJFcpKsrqIqkXk Message-ID: From: Adrian Chadd To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org, "O. Hartmann" , freebsd-questions@freebsd.org Subject: Re: USB system: FreeBSD 9-STABLE and 10-CURRENT do not recognize 64GB USB drive while Linux and Windows do X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 09:52:53 -0000 On 21 June 2012 23:22, Hans Petter Selasky wrote: > usbconfig -d 7.6 add_quirk UQ_MSC_NO_INQUIRY > > Then re-plug it. > > I'm sorry to say a lot of USB flash sticks out there are broken and only > tested with the timing of MS Windows. Part of the problem is that it is > difficult to autodetect these issues, because once you trigger the non- > supported SCSI command, then the flash key stops working like you experience. > > I would be more than glad to open up an office to certify USB devices for use > with FreeBSD :-) Question - if that's the case, then why are we even doing that by default? Adrian