Matthew Dharm wrote:
...
While we're warning people away from the GenesysLogic chips
The ISD-300 chips appear (to me, at least) to be one of the best
implementations of an USB to ATA[PI] bridge device. I highly recommend
them, if given the choice.
Nice to hear that the ISD-300 seems to be a go
I kind of solved my problems with the Genesyslogic chipset by
changing to an Macpower box with ISD-300A chipset. The funny
thing is that the chipset hides itself as:
P: Vendor=0dc4 ProdID=0001 Rev=11.06
S: Manufacturer=Macpower
Thank you to Dave and Alan for your support tracking down
the problem
Alan Stern wrote:
...
On further thought I realized this would have less of an effect than
simply reducing max_sectors even more. Try decreasing it to 64, or even
32. You could go as low as 1 if you want, although I would be surprised
if anything below 8 would make any difference.
With my tests I
David Brownell wrote:
...
It'd be good if someone who can reproduce this would post a CATC
trace log too, but I'd expect that would just say the same thing.
Thanks for your analysis. It seems that the CATC USB tracers
are very expensive, compared to an 35 EUR IDE->USB box.
Maybe the slowdown of the
Alan Stern <[EMAIL PROTECTED]> wrote:
...
Change that to read
/* limit the total size of a transfer to 64 KB */
.max_sectors = 128,
Tried this with the Intel chipset. Unfortunately it does not prevent
the deadlock of the box...
Eric
David Brownell <[EMAIL PROTECTED]> wrote:
...
--- 1.16/drivers/usb/host/ehci-q.c Thu Jun 19 06:51:52 2003
+++ edited/ehci-q.c Sun Aug 10 12:06:53 2003
Applied the diagnostic patch to 2.6.1-rc1 _without_ the recommended
workaround from Alan. Is the attached log what you expected to see?
Eri
Alan Stern <[EMAIL PROTECTED]> wrote:
...
In your kernel source tree, find and edit the file
drivers/usb/storage/scsiglue.c. Somewhere around line 315 you'll see:
/* limit the total size of a transfer to 120 KB */
.max_sectors = 240,
Change that to read
/*
Hello list,
I've got some problems with my DVD writer in an external USB-IDE case, using
the
EHCI driver. Using UHCI everything works. I can connect the device, mount
disks
and read from the device without problems. When I write a CD/DVD - with
cdrecord
or growisofs - the system writes somethin