On Sun, 27 Mar 2005, Sander Jansen wrote: > Hi, > > I'm trying to get my iriver hp120 to work with EHCI. It already seem to work > with just the OHCI driver although quit slow ofcourse. Basically the whole > usb system seems to lockup whenever I start transfering files to my iriver. > The rest of the system is not locked up btw. Now I have the feeling that > this 'bug' might already been fixed, though I'm not sure if it made it to the > official kernel or not..I'm running Linux 2.6.11 on a nforce motherboard with > an usb2 pci extension card. > > I don't get any error or debug messages from usb-massstorage. Any clues on > how > to enable those would be nice.
You have to turn on the USB Mass Storage verbose debugging option in the kernel configuration (CONFIG_USB_STORAGE_DEBUG) and rebuild the driver. Also make sure that you either read the debugging messages with dmesg or else configure /etc/syslog.conf to capture the kernel's debug-level messages. > I know there were bugs related to the device itself not reporting the correct > size of the harddrive. Assuming these are fixed (since usb 1.1 seem to work > without problems), might it be related to usb2? Maybe. It's impossible to say without more information. Alan Stern ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
