Hi,

On Fri, 27 May 2005 01:50:26 +0100
Jan Drugowitsch <[EMAIL PROTECTED]> wrote:

> On 5/26/05, Hans-Werner Hilse <[EMAIL PROTECTED]> wrote:
> > Do you use the usb-storage driver or the usb block device drive (which
> > mentions things like "slow" and "cpu-hungry" and "unstable" in the
> > kernel config option's help page)? Could you C&P the relevant parts
> > from the kernel logs when the drivers are loaded (USB host adapter and
> > device)?
> 
> Here's the kernel log message:
> May 27 01:51:06 rpc-jd224 usb 4-4: new high speed USB device using
> ehci_hcd and address 6
> May 27 01:51:06 rpc-jd224 uba: device 6 capacity nsec 312581808 bsize 512

Yep, this is the slow, polling driver (that OTOH does work with more
devices, AFAIK). Just disabling it (it's in "block devices" kernel
config) as Richard mentioned should solve this. You definately want usb-
storage here, bringing up a SCSI compatibility layer. The disk will
then be recognized as sda instead of uba. CPU usage should drop because
the driver handles the timing issues in a different way, I think.

HTH,

HWH
-- 
gentoo-user@gentoo.org mailing list

Reply via email to