linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* usb mass storage bug
@ 2005-07-11 20:30 Joe Sevy
  2005-07-12  3:09 ` Greg KH
       [not found] ` <mailman.1121138161.21500.linux-kernel2news@redhat.com>
  0 siblings, 2 replies; 7+ messages in thread
From: Joe Sevy @ 2005-07-11 20:30 UTC (permalink / raw)
  To: linux-kernel

Sorry, no logs or dmesg to report; just performance.
Using kernel 2.6.12: USB flash drive (san-disk cruzer
micro) Copy FROM drive is normal and quick; copy TO
drive is amazingly slow. (30 minutes for 50K file).
Used same configuration as for 2.6.11.11. Cured by
going back to old kernel.

Sorry I can't give better report.

Thank you.

Joe Sevy

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: usb mass storage bug
  2005-07-11 20:30 usb mass storage bug Joe Sevy
@ 2005-07-12  3:09 ` Greg KH
       [not found] ` <mailman.1121138161.21500.linux-kernel2news@redhat.com>
  1 sibling, 0 replies; 7+ messages in thread
From: Greg KH @ 2005-07-12  3:09 UTC (permalink / raw)
  To: Joe Sevy; +Cc: linux-kernel

On Mon, Jul 11, 2005 at 01:30:47PM -0700, Joe Sevy wrote:
> Sorry, no logs or dmesg to report; just performance.
> Using kernel 2.6.12: USB flash drive (san-disk cruzer
> micro) Copy FROM drive is normal and quick; copy TO
> drive is amazingly slow. (30 minutes for 50K file).
> Used same configuration as for 2.6.11.11. Cured by
> going back to old kernel.

Are you using CONFIG_UB or CONFIG_USB_STORAGE?

Also, linux-usb-devel is the better place for this if you have a more
detailed report.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: usb mass storage bug
       [not found] ` <mailman.1121138161.21500.linux-kernel2news@redhat.com>
@ 2005-07-13  5:50   ` Pete Zaitcev
  2005-07-13 20:53     ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Pete Zaitcev @ 2005-07-13  5:50 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

On Mon, 11 Jul 2005 20:09:58 -0700, Greg KH <greg@kroah.com> wrote:
> On Mon, Jul 11, 2005 at 01:30:47PM -0700, Joe Sevy wrote:
> > Sorry, no logs or dmesg to report; just performance.
> > Using kernel 2.6.12: USB flash drive (san-disk cruzer
> > micro) Copy FROM drive is normal and quick; copy TO
> > drive is amazingly slow. (30 minutes for 50K file).
> > Used same configuration as for 2.6.11.11. Cured by
> > going back to old kernel.
> 
> Are you using CONFIG_UB or CONFIG_USB_STORAGE?

Please, Greg. I knew that someone will try to implicate ub here, but you?
Consider two things:
 #1 Joe's kernel reads and writes and sharply different speeds,
    while ub is uniformly slow
 #2 It's a regression in 2.6.12

-- Pete

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: usb mass storage bug
  2005-07-13  5:50   ` Pete Zaitcev
@ 2005-07-13 20:53     ` Greg KH
  2005-07-13 21:16       ` Alberto Santini
  2005-07-13 21:31       ` Pete Zaitcev
  0 siblings, 2 replies; 7+ messages in thread
From: Greg KH @ 2005-07-13 20:53 UTC (permalink / raw)
  To: Pete Zaitcev; +Cc: linux-kernel

On Tue, Jul 12, 2005 at 10:50:13PM -0700, Pete Zaitcev wrote:
> On Mon, 11 Jul 2005 20:09:58 -0700, Greg KH <greg@kroah.com> wrote:
> > On Mon, Jul 11, 2005 at 01:30:47PM -0700, Joe Sevy wrote:
> > > Sorry, no logs or dmesg to report; just performance.
> > > Using kernel 2.6.12: USB flash drive (san-disk cruzer
> > > micro) Copy FROM drive is normal and quick; copy TO
> > > drive is amazingly slow. (30 minutes for 50K file).
> > > Used same configuration as for 2.6.11.11. Cured by
> > > going back to old kernel.
> > 
> > Are you using CONFIG_UB or CONFIG_USB_STORAGE?
> 
> Please, Greg. I knew that someone will try to implicate ub here, but you?

Heh, sorry, I didn't really pay attention for the time ammounts, only
that he reported things slower.

You are right, ub isn't _that_ slow at all, I use it all the time on
some of my devices just fine.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: usb mass storage bug
  2005-07-13 20:53     ` Greg KH
@ 2005-07-13 21:16       ` Alberto Santini
  2005-07-13 21:31       ` Pete Zaitcev
  1 sibling, 0 replies; 7+ messages in thread
From: Alberto Santini @ 2005-07-13 21:16 UTC (permalink / raw)
  To: linux-kernel

can you tell if it is ehci, ohci or uhci?







[Alberto Santini][alberto@lagnusi.net][http://laGNUsi.net/]
[Actually the only one TECO developer, i believe:]
[Want to help me? Mail me!]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: usb mass storage bug
  2005-07-13 20:53     ` Greg KH
  2005-07-13 21:16       ` Alberto Santini
@ 2005-07-13 21:31       ` Pete Zaitcev
  1 sibling, 0 replies; 7+ messages in thread
From: Pete Zaitcev @ 2005-07-13 21:31 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, zaitcev

On Wed, 13 Jul 2005 13:53:16 -0700, Greg KH <greg@kroah.com> wrote:

> You are right, ub isn't _that_ slow at all, I use it all the time on
> some of my devices just fine.

Ub actually gets terribly slow when partition size is odd (for both
reading and writing). I even have a patch for it, but it's yucky.
Here's the original discussion:
 http://groups-beta.google.com/group/linux.kernel/browse_frm/thread/f11b7721d7ed6d1f&hl=en

-- Pete

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: usb mass storage bug
       [not found] <mailman.1121114341.22024.linux-kernel2news@redhat.com>
@ 2005-07-13  5:39 ` Pete Zaitcev
  0 siblings, 0 replies; 7+ messages in thread
From: Pete Zaitcev @ 2005-07-13  5:39 UTC (permalink / raw)
  To: Joe Sevy; +Cc: linux-kernel

On Mon, 11 Jul 2005 13:30:47 -0700 (PDT), Joe Sevy <jmsevy@yahoo.com> wrote:

> Sorry, no logs or dmesg to report; just performance.
> Using kernel 2.6.12: USB flash drive (san-disk cruzer
> micro) Copy FROM drive is normal and quick; copy TO
> drive is amazingly slow. (30 minutes for 50K file).
> Used same configuration as for 2.6.11.11. Cured by
> going back to old kernel.

Symptoms seem similar to this:
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159269

Try 2.6.13-rc2, it would be a valuable data point.

-- Pete

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-07-13 21:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-11 20:30 usb mass storage bug Joe Sevy
2005-07-12  3:09 ` Greg KH
     [not found] ` <mailman.1121138161.21500.linux-kernel2news@redhat.com>
2005-07-13  5:50   ` Pete Zaitcev
2005-07-13 20:53     ` Greg KH
2005-07-13 21:16       ` Alberto Santini
2005-07-13 21:31       ` Pete Zaitcev
     [not found] <mailman.1121114341.22024.linux-kernel2news@redhat.com>
2005-07-13  5:39 ` Pete Zaitcev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).