Re: [linux-usb-devel] USB device advice!

2002-05-28 Thread Björn Stenberg
Ben wrote: > I'm off to collapse into bed happy now I've found the FAT32 specs... If you're interested, we have written a small (1000 lines of C) standalone fat32 implementation in the Rockbox project: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rockbox/firmware/drivers/fat.c Combine it wit

[linux-usb-devel] Slave mode

2002-01-18 Thread Björn Stenberg
Hi. What is the current status of usb slave mode support? I googled around a bit but only found references to some of the recent PDA projects. -- Björn ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/li

[linux-usb-devel] Re: [PATCH] usbstorage isd200 for bigendian arch

2002-01-17 Thread Björn Stenberg
Luc Saillard wrote: > Ok i've found and correct the driver to remove endianness. Good. I'll apply your fixes. -- Björn ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Re: [linux-usb-devel] usbstorage isd200 and ppc

2002-01-11 Thread Björn Stenberg
Yves wrote: > I have an Archos jukebox 20 (usb-storage isd200) which is working > perfectly with an x86 based box. However, on my ibook2 (ppc based), I > cannot make it work. I can provide the debug informations if needed, > but before I wanted to know if someone is working on it... The > usb-o

[linux-usb-devel] Re: [Linux-usb-users] USB-storage: very slow.

2001-12-09 Thread Björn Stenberg
Rogier Wolff wrote: > I have a Sony F707 digital camera. A day of shooting results in about > 95M of pictures. Copying that over to my PC took 25 minutes. Thats > about 63kbytes per second. Details, please. Which HCI driver are you using? 63k sounds like what I got when testing usb-storage with

[linux-usb-devel] Error -71 (fwd)

2001-12-06 Thread Björn Stenberg
Hi. I got a problem report from someone using OHCI and the ISD200 usb-storage driver. Below is the part of the log where it fails (the last successful read and the first failing one). Error -71 is EPROTO, but why do I get it all of a sudden? The only places I see it returned in the code are in u

[linux-usb-devel] Low uhci speed

2001-11-21 Thread Björn Stenberg
Hi all. For some reason, uhci is _really_ slow with usb-storage for my Archos USB harddisk. I did a simple test comparing uhci and usb-uhci: # time dd bs=1M count=5 if=/dev/scsi/host1/bus0/target0/lun0/disc of=/dev/null with uhci: 1:25.83 with usb-uhci: 0:07.07 The transfer rates work out to a

Re: [linux-usb-devel] rmmod: module usb-uchi is not loaded

2001-11-14 Thread Björn Stenberg
Matthew Dharm wrote: > Umm... Bjorn, spelling? uchi vs uhci? Doh! That's what I get for letting my fingers do all the thinking... /Björn - egg on face ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/l

[linux-usb-devel] rmmod: module usb-uchi is not loaded

2001-11-14 Thread Björn Stenberg
This doesn't look right: # lsmod Module Size Used by usb-uhci 21552 0 (unused) 3c509 7216 1 (autoclean) # rmmod usb-uchi rmmod: module usb-uchi is not loaded 2.4.14, after connecting-disconnecting-connecting my Archos harddisk. /Björn __

[linux-usb-devel] Re: [usb-storage] The ISD-200 driver now works, but...

2001-05-31 Thread Björn Stenberg
Björn Stenberg wrote: > I haven't done any destructive tests yet, such as "dd if=/dev/null > of=/dev/hdb" or using a different file system, Now I have, and the problem has vanished in a puff of smoke. First I formatted the disk with ext2. Problem gone, as expected. Th

[linux-usb-devel] The ISD-200 driver now works, but...

2001-05-30 Thread Björn Stenberg
(Apologies to the usb-storage list for getting this twice.) I'm very happy to announce that the ISD-200 driver, used for among others the Archos 6000 MP3 Jukebox, no longer exhibits the delay/hang problem that plagued it before. The solution was one of the changes in the 2.4.4 or 2.4.5 linux kern

[linux-usb-devel] Re: [Linux-usb-users] About DataFab CF+SM USB reader

2001-05-12 Thread Björn Stenberg
peter_tkchoi wrote: > I need to write a driver for DataFab CF+SM USB reader under Linux, Is there anything wrong with the one that already exists? /Björn ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: http://lists.sourceforge.ne