From owner-freebsd-usb@FreeBSD.ORG Wed Mar 16 03:04:40 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98C4816A4CE; Wed, 16 Mar 2005 03:04:40 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42DC043D55; Wed, 16 Mar 2005 03:04:40 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id j2G34F1q029309; Tue, 15 Mar 2005 21:04:15 -0600 (CST) (envelope-from dan) Date: Tue, 15 Mar 2005 21:04:15 -0600 From: Dan Nelson To: Mikhail Teterin Message-ID: <20050316030414.GA91721@dan.emsphone.com> References: <200503151243.19596.mi+mx@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503151243.19596.mi+mx@aldan.algebra.com> X-OS: FreeBSD 5.4-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.8i cc: usb@freebsd.org cc: questions@freebsd.org Subject: Re: umass0 -- yes, daX -- no? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 03:04:40 -0000 In the last episode (Mar 15), Mikhail Teterin said: > I'm trying to access the file system on a usb memory key. When I > insert it, however, kernel duly reports creation of umass0, but not > the da1 (da0 is my ZIP drive). > > According to usbdevs -d, I have: > > addr 1: OHCI root hub, SiS > uhub0 > addr 2: Dell USB Memory Key, M-Systems > umass0 You might have a device that's not known in umass's table. It looks like it needs to know the protocol before it will create a da* device; try editing /sys/dev/usb/usbdevs and adding a DISKONKEY3 entry (usbdevs -dv should print the hex IDs you need), and copy one of the existing DISKONKEY array entries in umass.c. -- Dan Nelson dnelson@allantgroup.com