From owner-freebsd-questions@FreeBSD.ORG Wed Mar 16 16:30:39 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6BB016A522; Wed, 16 Mar 2005 16:30:38 +0000 (GMT) Received: from harik.murex.com (mail.murex.com [194.98.239.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CCEC43D41; Wed, 16 Mar 2005 16:30:38 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from interscan.fr.murex.com (iscan.murex.fr [172.21.17.207] (may be forged)) by harik.murex.com with ESMTP id j2GGJYbW010323; Wed, 16 Mar 2005 17:19:34 +0100 (CET) Received: from mxmail.murex.com (interscan.murex.fr [127.0.0.1]) by interscan.fr.murex.com (8.11.6/8.11.6) with ESMTP id j2GGeEf09700; Wed, 16 Mar 2005 17:40:21 +0100 Received: from mteterin.us.murex.com ([172.21.130.86]) by mxmail.murex.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 16 Mar 2005 17:29:53 +0100 From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Dan Nelson Date: Wed, 16 Mar 2005 11:29:52 -0500 User-Agent: KMail/1.7.2 References: <200503151243.19596.mi+mx@aldan.algebra.com> <20050316030414.GA91721@dan.emsphone.com> In-Reply-To: <20050316030414.GA91721@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503161129.53065.mi+mx@aldan.algebra.com> X-OriginalArrivalTime: 16 Mar 2005 16:29:54.0074 (UTC) FILETIME=[625477A0:01C52A45] cc: usb@freebsd.org cc: questions@freebsd.org Subject: Re: umass0 -- yes, daX -- no? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 16:30: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. Thanks, I'll try. This is disheartening, however... I was pretty sure, anything, that support USB Mass Storage would work "out of the box" :-( -mi