Re: [linux-usb-devel] usb-storage/ehci problems on linux 2.6.1-rc1

2004-01-28 Thread Eric Lussard
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

Re: [linux-usb-devel] usb-storage/ehci problems on linux 2.6.1-rc1

2004-01-27 Thread Eric Lussard
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

Re: [linux-usb-devel] usb-storage/ehci problems on linux 2.6.1-rc1

2004-01-12 Thread Eric Lussard
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

Re: [linux-usb-devel] usb-storage/ehci problems on linux 2.6.1-rc1

2004-01-09 Thread Eric Lussard
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

[linux-usb-devel] RE: PATCH: (as167) another unusual_devs entry

2004-01-05 Thread Eric Lussard
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

Re: [linux-usb-devel] usb-storage/ehci problems on linux 2.6.1-rc1

2004-01-05 Thread Eric Lussard
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

[linux-usb-devel] RE: PATCH: (as167) another unusual_devs entry

2004-01-02 Thread Eric Lussard
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 /*

[linux-usb-devel] usb-storage/ehci problems on linux 2.6.1-rc1

2004-01-02 Thread Eric Lussard
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