From owner-freebsd-scsi Mon Nov 5 3: 0:30 2001 Delivered-To: freebsd-scsi@freebsd.org Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by hub.freebsd.org (Postfix) with ESMTP id 5453637B405; Mon, 5 Nov 2001 03:00:24 -0800 (PST) Received: (from uucp@localhost) by srv1.cosmo-project.de (8.11.0/8.11.0) with UUCP id fA5B0Lg26145; Mon, 5 Nov 2001 12:00:21 +0100 (CET) Received: from mail.cicely.de (cicely20.cicely.de [10.1.1.22]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id fA5AuJqb070755; Mon, 5 Nov 2001 11:56:20 +0100 (CET)?g (envelope-from ticso@cicely8.cicely.de) Received: from cicely8.cicely.de (cicely8.cicely.de [10.1.2.10]) by mail.cicely.de (8.11.0/8.11.0) with ESMTP id fA5AuIF26616; Mon, 5 Nov 2001 11:56:19 +0100 (CET) Received: (from ticso@localhost) by cicely8.cicely.de (8.11.4/8.11.4) id fA5Au5k49259; Mon, 5 Nov 2001 11:56:05 +0100 (CET) (envelope-from ticso) Date: Mon, 5 Nov 2001 11:56:05 +0100 From: Bernd Walter To: jstocker@tzi.de Cc: freebsd-hardware@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: USB / DA / Minolta 2330 Zoom Message-ID: <20011105115604.E39564@cicely8.cicely.de> References: <000a01c16581$5ad9e320$fe02010a@twoflower.liebende.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000a01c16581$5ad9e320$fe02010a@twoflower.liebende.de> User-Agent: Mutt/1.3.23i X-Operating-System: FreeBSD cicely8.cicely.de 5.0-CURRENT i386 Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Nov 04, 2001 at 11:37:59PM +0100, Jan Stocker wrote: > Hi, > i am trying to get my Minolta Dimage 2330 Zoom running under FreeBSD... But > it doesnt want to run. I am discussing this with Phillip Musumeci and here > are the infos i have for you: > > ******* Working on device /dev/da0 ******* > parameters extracted from in-core disklabel are: > cylinders=62 heads=64 sectors/track=32 (2048 blks/cyl) > > parameters to be used for BIOS calculations are: > cylinders=62 heads=64 sectors/track=32 (2048 blks/cyl) > > fdisk: invalid fdisk partition table found ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > This is a digital camera with a compact flash card. So this card is used and > setup from Windows. So i may think it is a msdos fs, isnt it? So whats the > upper information says? 3 unused partition and one in UFS ??? That's a default table, because the real was unreadable. > A mount with ufs or msdos fs failed with a unconfigured device msg for all > slices and a mount for da0 with an invalid parameter error. Right - the partion shown by fdisk doesn't exist as it was an template. > Any idea? Do you see read_6 errors from kernel? If yes you want to try a quirk entry to src/sys/cam/scsi/scsi_da.c: { /* MINOLTA DIMAGE 2330 */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "MINOLTA", "DIMAGE 2330*","*"}, /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE }, BTW: I found this one failing rw_6: { /* OLYMPUS E-100RS */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "OLYMPUS", "E-100RS","*"}, /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE }, So if anyone wants to commit... -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message