Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2001 11:56:05 +0100
From:      Bernd Walter <ticso@cicely8.cicely.de>
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>
In-Reply-To: <000a01c16581$5ad9e320$fe02010a@twoflower.liebende.de>
References:  <000a01c16581$5ad9e320$fe02010a@twoflower.liebende.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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-hardware" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011105115604.E39564>