From owner-freebsd-current@FreeBSD.ORG Fri Jul 11 13:15:41 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A17F737B401 for ; Fri, 11 Jul 2003 13:15:41 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4EC8543FBF for ; Fri, 11 Jul 2003 13:15:41 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 8595 invoked by uid 1000); 11 Jul 2003 20:15:42 -0000 Date: Fri, 11 Jul 2003 13:15:42 -0700 (PDT) From: Nate Lawson To: Michael McGoldrick Message-ID: <20030711131218.O8593@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: USB mass storage device oddness X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 20:15:41 -0000 The important part of your error message is "Medium not present". Obviously, when you insert the flash reader into the USB port without any flash media in it, that is the right error to return. I believe our umass driver and/or your reader do not generate the proper CAM event when the media is inserted. The easy workaround is to always insert the flash in the reader and then the reader into the USB port. -Nate