From owner-freebsd-usb@FreeBSD.ORG Sat Nov 16 18:00:02 2013 Return-Path: Delivered-To: freebsd-usb@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37F38E27 for ; Sat, 16 Nov 2013 18:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 276752C71 for ; Sat, 16 Nov 2013 18:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAGI01v6059111 for ; Sat, 16 Nov 2013 18:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAGI01X2059110; Sat, 16 Nov 2013 18:00:01 GMT (envelope-from gnats) Date: Sat, 16 Nov 2013 18:00:01 GMT Message-Id: <201311161800.rAGI01X2059110@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org Cc: From: Stan Gammons Subject: Re: usb/184014: USB storage devices do not work in FreeBSD 9.2 or higher. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Stan Gammons List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Nov 2013 18:00:02 -0000 The following reply was made to PR usb/184014; it has been noted by GNATS. From: Stan Gammons To: Hans Petter Selasky , "freebsd-gnats-submit@FreeBSD.org" Cc: Alexander Motin Subject: Re: usb/184014: USB storage devices do not work in FreeBSD 9.2 or higher. Date: Sat, 16 Nov 2013 11:52:20 -0600 On 16/11/13 10:45, Hans Petter Selasky wrote: > > Hi, > > See: > > usbconfig -d X.Y add_quirk XXXX > usbconfig dump_quirk_names > > Thank you! > > --HPS Hi, When I use the following then insert the USB drive, I'm able to mount the USB drive. So, that fixed the problem on 9.2 Release. I may have to do the same with 10.0 usbconfig -d ugen4.3 add_quirk UQ_MSC_NO_PREVENT_ALLOW If I put usb_quirk_load="YES" in loader.conf, will that fix it so I don't have to manually issue the usbconfig command every time? Thanks for the help! Stan