Bug 8551
Summary: | USB hard drive (iPod) I/O errors on read | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | pjman (travlarson80) |
Component: | Other | Assignee: | io_other |
Status: | REJECTED UNREPRODUCIBLE | ||
Severity: | normal | CC: | joachim, stern |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.20-16-generic | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
pjman
2007-05-29 13:24:06 UTC
Problems like this are very difficult to handle without extra debugging information. In this case it would help to see either a log recorded with CONFIG_USB_STORAGE_DEBUG turned on or a usbmon trace (see Documentation/usb/usbmon.txt in the kernel source). Can you provide one or the other? I'm having the same problem, with 2.6.20 and 2.6.22. I also had it in the past with various 2.6.x kernels. I'll see if I can provide the needed logs. also see https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.15/+bug/37163 for a report of this bug hitting 2.6.15 "it would help to see either a log recorded with CONFIG_USB_STORAGE_DEBUG turned on or a usbmon trace (see Documentation/usb/usbmon.txt in the kernel source). Can you provide one or the other?" I tried rebuilding the kernel with CONFIG_USB_STORAGE_DEBUG turned on using a combination of these two guides: https://wiki.ubuntu.com/KernelCustomBuild http://ubuntuforums.org/showthread.php?t=311158 The new kernel would boot but no USB devices were recognized. Could anyone walk me through this? Make sure you have all the necessary drivers built into the kernel or loaded as modules. You'll need usbcore, ehci_hcd, usb_storage, scsi_mod, and sd_mod at a minimum. |