public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* USB MemoryStick reader and 2.5.66
@ 2003-03-25 12:47 Stelian Pop
  2003-03-26 18:58 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Stelian Pop @ 2003-03-25 12:47 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Hi,

Is the usb storage driver supposed to work in the latest kernels, or
is there somewhere a big pile of scsi / usb-storage patches waiting
to be integrated and I shouldn't bother with that until then ?

This is with an internal USB Memory Stick reader on a Sony Vaio C1VE, 
which works just fine in 2.4, but in 2.5 it doesn't even gets 
recognized (hotplug ?). If I modprobe usb-storage manually the 
module loads just fine:
  Initializing USB Mass Storage driver...
  scsi0 : SCSI emulation for USB Mass Storage devices
    Vendor: Sony      Model: MSC-U01N          Rev: 1.00
    Type:   Direct-Access                      ANSI SCSI revision: 02

But then any attempt to mount it or even 'dd if=/dev/sda' hangs 
forever, the only messages I have in kernel logs are below.

Is someone interesting in a more complete bug report or should I
test something else ?

Thanks,

Stelian.

-----------------8<---------------------------8<------------------
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor: Sony      Model: MSC-U01N          Rev: 1.00
  Type:   Direct-Access                      ANSI SCSI revision: 02
sda : READ CAPACITY failed.
sda : status=0, message=00, host=7, driver=00 
sda : sense not available. 
sda: test WP failed, assume Write Enabled
sda: asking for cache data failed
sda: assuming drive cache: write through
sda : READ CAPACITY failed.
sda : status=0, message=00, host=7, driver=00 
sda : sense not available. 
sda: test WP failed, assume Write Enabled
sda: asking for cache data failed
sda: assuming drive cache: write through
sda : READ CAPACITY failed.
sda : status=0, message=00, host=7, driver=00 
sda : sense not available. 
sda: test WP failed, assume Write Enabled
sda: asking for cache data failed
sda: assuming drive cache: write through
 sda:<3>Buffer I/O error on device sd(8,0), logical block 0
Buffer I/O error on device sd(8,0), logical block 0
 unable to read partition table
 sda:<3>Buffer I/O error on device sd(8,0), logical block 0
 unable to read partition table
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
drivers/usb/core/usb.c: registered new driver usb-storage
USB Mass Storage support registered.
sda : READ CAPACITY failed.
sda : status=0, message=00, host=7, driver=00 
sda : sense not available. 
sda: test WP failed, assume Write Enabled
sda: asking for cache data failed
sda: assuming drive cache: write through
sda : READ CAPACITY failed.
sda : status=0, message=00, host=7, driver=00 
sda : sense not available. 
sda: test WP failed, assume Write Enabled
sda: asking for cache data failed
sda: assuming drive cache: write through
 sda:<3>Buffer I/O error on device sd(8,0), logical block 0
Buffer I/O error on device sd(8,0), logical block 0
 unable to read partition table
sda : READ CAPACITY failed.
sda : status=0, message=00, host=7, driver=00 
sda : sense not available. 
sda: test WP failed, assume Write Enabled
sda: asking for cache data failed
sda: assuming drive cache: write through
sda : READ CAPACITY failed.
sda : status=0, message=00, host=7, driver=00 
sda : sense not available. 
sda: test WP failed, assume Write Enabled
sda: asking for cache data failed
sda: assuming drive cache: write through
 sda:<3>Buffer I/O error on device sd(8,0), logical block 0
Buffer I/O error on device sd(8,0), logical block 0
 unable to read partition table
sda : READ CAPACITY failed.
sda : status=0, message=00, host=7, driver=00 
sda : sense not available. 
sda: test WP failed, assume Write Enabled
sda: asking for cache data failed
sda: assuming drive cache: write through
sda : READ CAPACITY failed.
sda : status=0, message=00, host=7, driver=00 
sda : sense not available. 
sda: test WP failed, assume Write Enabled
sda: asking for cache data failed
sda: assuming drive cache: write through
 sda:<3>Buffer I/O error on device sd(8,0), logical block 0
Buffer I/O error on device sd(8,0), logical block 0
 unable to read partition table
sda : READ CAPACITY failed.
sda : status=0, message=00, host=7, driver=00 
sda : sense not available. 
sda: test WP failed, assume Write Enabled
sda: asking for cache data failed
sda: assuming drive cache: write through
sda : READ CAPACITY failed.
sda : status=0, message=00, host=7, driver=00 
sda : sense not available. 
sda: test WP failed, assume Write Enabled
sda: asking for cache data failed
sda: assuming drive cache: write through
 sda:<3>Buffer I/O error on device sd(8,0), logical block 0
Buffer I/O error on device sd(8,0), logical block 0
 unable to read partition table
sda : READ CAPACITY failed.
sda : status=0, message=00, host=7, driver=00 
sda : sense not available. 
sda: test WP failed, assume Write Enabled
sda: asking for cache data failed
sda: assuming drive cache: write through
-----------------8<---------------------------8<------------------
    
-- 
Stelian Pop <stelian.pop@fr.alcove.com>
Alcove - http://www.alcove.com

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

* Re: USB MemoryStick reader and 2.5.66
  2003-03-25 12:47 USB MemoryStick reader and 2.5.66 Stelian Pop
@ 2003-03-26 18:58 ` Greg KH
  2003-03-27 10:15   ` Stelian Pop
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2003-03-26 18:58 UTC (permalink / raw)
  To: Stelian Pop, Linux Kernel Mailing List

On Tue, Mar 25, 2003 at 01:47:11PM +0100, Stelian Pop wrote:
> Hi,
> 
> Is the usb storage driver supposed to work in the latest kernels, or
> is there somewhere a big pile of scsi / usb-storage patches waiting
> to be integrated and I shouldn't bother with that until then ?

No it should work.  I just used a usb cdrom successfully with 2.5.66.

> This is with an internal USB Memory Stick reader on a Sony Vaio C1VE, 
> which works just fine in 2.4, but in 2.5 it doesn't even gets 
> recognized (hotplug ?). If I modprobe usb-storage manually the 
> module loads just fine:
>   Initializing USB Mass Storage driver...
>   scsi0 : SCSI emulation for USB Mass Storage devices
>     Vendor: Sony      Model: MSC-U01N          Rev: 1.00
>     Type:   Direct-Access                      ANSI SCSI revision: 02
> 
> But then any attempt to mount it or even 'dd if=/dev/sda' hangs 
> forever, the only messages I have in kernel logs are below.
> 
> Is someone interesting in a more complete bug report or should I
> test something else ?

Could you enter this into bugzilla.kernel.org?  Then I can assign it to
the usb-storage maintainer :)

thanks,

greg k-h

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

* Re: USB MemoryStick reader and 2.5.66
  2003-03-26 18:58 ` Greg KH
@ 2003-03-27 10:15   ` Stelian Pop
  2003-04-15  5:01     ` Bill Davidsen
  0 siblings, 1 reply; 4+ messages in thread
From: Stelian Pop @ 2003-03-27 10:15 UTC (permalink / raw)
  To: Greg KH; +Cc: Linux Kernel Mailing List

On Wed, Mar 26, 2003 at 10:58:17AM -0800, Greg KH wrote:

> No it should work.  I just used a usb cdrom successfully with 2.5.66.
> 
> > This is with an internal USB Memory Stick reader on a Sony Vaio C1VE, 

It doesn't work for me, with the memory stick reader or an external
usb floppy drive.

> > Is someone interesting in a more complete bug report or should I
> > test something else ?
> 
> Could you enter this into bugzilla.kernel.org?  Then I can assign it to
> the usb-storage maintainer :)

Sure, bug #510. ( http://bugme.osdl.org/show_bug.cgi?id=510 )

Thanks,

Stelian.
-- 
Stelian Pop <stelian.pop@fr.alcove.com>
Alcove - http://www.alcove.com

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

* Re: USB MemoryStick reader and 2.5.66
  2003-03-27 10:15   ` Stelian Pop
@ 2003-04-15  5:01     ` Bill Davidsen
  0 siblings, 0 replies; 4+ messages in thread
From: Bill Davidsen @ 2003-04-15  5:01 UTC (permalink / raw)
  To: Stelian Pop; +Cc: Greg KH, Linux Kernel Mailing List

On Thu, 27 Mar 2003, Stelian Pop wrote:

> On Wed, Mar 26, 2003 at 10:58:17AM -0800, Greg KH wrote:
> 
> > No it should work.  I just used a usb cdrom successfully with 2.5.66.
> > 
> > > This is with an internal USB Memory Stick reader on a Sony Vaio C1VE, 
> 
> It doesn't work for me, with the memory stick reader or an external
> usb floppy drive.

In a possibly related note, if you are using a "Dazzle" reader, there may
be firmware updates on www.dazzle.com/support/update.html. Testing one
such tonight. I did get a CD burner to work with USB2, I don't remember
the version.

-- 
bill davidsen <davidsen@tmr.com>
  CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.


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

end of thread, other threads:[~2003-04-15  4:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-25 12:47 USB MemoryStick reader and 2.5.66 Stelian Pop
2003-03-26 18:58 ` Greg KH
2003-03-27 10:15   ` Stelian Pop
2003-04-15  5:01     ` Bill Davidsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox