|
Bugzilla – Full Text Bug Listing |
| Summary: | usb_storage USB2.0 ehci_hcd kernel bug: lost page write, new high speed USB device | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Janos Toberling <tobi> |
| Component: | Kernel | Assignee: | Olaf Hering <ohering> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | i386 | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | logs | ||
|
Description
Janos Toberling
2005-08-29 12:26:08 UTC
are you saying that enabling CONFIG_USB_EHCI_SPLIT_ISO=y does fix it for you? We do have this option enabled in our kernel rpms, likely since a very long time. If ... you enable CONFIG_BLK_DEV_UB, then CONFIG_USB_STORAGE will not recognize certain types of USB devices, the 'ub' driver will be used instead. It is slightly slower and supports only few devices, but appears to work ok for them. So if you are using ub and it fixes all the issues you are seeing, then its likely the different device driver. Can you measure the transfer speed of ub and usb-storage? try this command: mount /dev/sda3 /mnt dd if=/dev/zero of=/mnt/bigfile bs=4M count=123 umount /mnt mount /dev/ub3 /mnt dd ... Created attachment 49381 [details]
logs
Comment on attachment 49381 [details]
logs
Seems that CONFIG_BLK_DEV_UB does not solve the problem. EHCI is still
unstable/unusable. please see attached logs.
Bug #105585 seems to relate to this problem (see attached log #46853). |