Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 23:14:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-usb@FreeBSD.org
Subject:   [Bug 185747] [cam] [patch] fix support for USB key "Kingston DT 101 G2"
Message-ID:  <bug-185747-17-3gCzDSM6Ii@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-185747-17@https.bugs.freebsd.org/bugzilla/>
References:  <bug-185747-17@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185747

Richard <comet.berkeley@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |comet.berkeley@gmail.com

--- Comment #4 from Richard <comet.berkeley@gmail.com> ---
I concur that using the "usbconfig ... UQ_MSC_NO_PREVENT_ALLOW" 
command fixes the problem temporarily

I run FreeBSD 10.0-RELEASE-p7

To fix the problem temporarily:
1) plug in the dongle

2) Run usbconfig to find the unit (5) and address (2) of the usb

  ugen5.2: <DataTraveler 112 Kingston> at usbus5, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=ON (100mA)

3) Run usbconfig again to set the flag:

  usbconfig -u 5 -a 2 add_quirk UQ_MSC_NO_PREVENT_ALLOW

4) unplug and replug the dongle.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-185747-17-3gCzDSM6Ii>