linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* USB storage quirk
@ 2012-01-31 10:44 Russell Strong
  2012-01-31 18:22 ` Matthew Dharm
  0 siblings, 1 reply; 3+ messages in thread
From: Russell Strong @ 2012-01-31 10:44 UTC (permalink / raw)
  To: mdharm-usb; +Cc: linux-kernel

Hi Matthew,

I pulled you name from the kernel maintainers file to let someone know
about a quirk that I discovered with an MP3 player that connects as
usb-storage.  Hope I've got this right.

When I connected it to my fedora 8/14/16 machine ( sorry not the
latest kernel ) it didn't work.  The following is the dmesg output:

[ 1703.287204] usb 2-1: new high speed USB device using ehci_hcd and address 4
[ 1703.402018] usb 2-1: New USB device found, idVendor=1e74, idProduct=4641
[ 1703.402025] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1703.402030] usb 2-1: Product: USB
[ 1703.402034] usb 2-1: Manufacturer:
[ 1703.402037] usb 2-1: SerialNumber: USBV1.00
[ 1703.402840] scsi5 : usb-storage 2-1:1.0
[ 1704.403915] scsi 5:0:0:0: Direct-Access              USB DISK
  1.00 PQ: 0 ANSI: 0
[ 1704.409525] sd 5:0:0:0: Attached scsi generic sg3 type 0
[ 1704.411604] sd 5:0:0:0: [sdc] 15958016 512-byte logical blocks:
(8.17 GB/7.60 GiB)
[ 1704.514300] usb 2-1: reset high speed USB device using ehci_hcd and address 4
[ 1709.628307] usb 2-1: device descriptor read/all, error -110
[ 1709.730154] usb 2-1: reset high speed USB device using ehci_hcd and address 4
....

So I played around with the usb-storage parameter quirks, and found
that 1e74:4641:rw worked a treat.  Hope this is helpful.

For all the others googling for this :
Dick Smith Electronics MP3 player 8GB
DSE
A8705
add kernel command line parameter usb-storage.quirks=1e74:4641:rw

Regards,
Russell

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

* Re: USB storage quirk
  2012-01-31 10:44 USB storage quirk Russell Strong
@ 2012-01-31 18:22 ` Matthew Dharm
  2012-01-31 22:08   ` Russell Strong
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Dharm @ 2012-01-31 18:22 UTC (permalink / raw)
  To: Russell Strong; +Cc: linux-kernel, USB Mass Storage on Linux

The 'rw' sets the flags to "ignore residue" and "skip write-protect
checking".  Are both flags really needed?

Matt

On Tue, Jan 31, 2012 at 2:44 AM, Russell Strong <russell@strong.id.au> wrote:
> Hi Matthew,
>
> I pulled you name from the kernel maintainers file to let someone know
> about a quirk that I discovered with an MP3 player that connects as
> usb-storage.  Hope I've got this right.
>
> When I connected it to my fedora 8/14/16 machine ( sorry not the
> latest kernel ) it didn't work.  The following is the dmesg output:
>
> [ 1703.287204] usb 2-1: new high speed USB device using ehci_hcd and address 4
> [ 1703.402018] usb 2-1: New USB device found, idVendor=1e74, idProduct=4641
> [ 1703.402025] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> [ 1703.402030] usb 2-1: Product: USB
> [ 1703.402034] usb 2-1: Manufacturer:
> [ 1703.402037] usb 2-1: SerialNumber: USBV1.00
> [ 1703.402840] scsi5 : usb-storage 2-1:1.0
> [ 1704.403915] scsi 5:0:0:0: Direct-Access              USB DISK
>   1.00 PQ: 0 ANSI: 0
> [ 1704.409525] sd 5:0:0:0: Attached scsi generic sg3 type 0
> [ 1704.411604] sd 5:0:0:0: [sdc] 15958016 512-byte logical blocks:
> (8.17 GB/7.60 GiB)
> [ 1704.514300] usb 2-1: reset high speed USB device using ehci_hcd and address 4
> [ 1709.628307] usb 2-1: device descriptor read/all, error -110
> [ 1709.730154] usb 2-1: reset high speed USB device using ehci_hcd and address 4
> ....
>
> So I played around with the usb-storage parameter quirks, and found
> that 1e74:4641:rw worked a treat.  Hope this is helpful.
>
> For all the others googling for this :
> Dick Smith Electronics MP3 player 8GB
> DSE
> A8705
> add kernel command line parameter usb-storage.quirks=1e74:4641:rw
>
> Regards,
> Russell



-- 
Matthew Dharm
Maintainer, USB Mass Storage driver for Linux

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

* Re: USB storage quirk
  2012-01-31 18:22 ` Matthew Dharm
@ 2012-01-31 22:08   ` Russell Strong
  0 siblings, 0 replies; 3+ messages in thread
From: Russell Strong @ 2012-01-31 22:08 UTC (permalink / raw)
  To: Matthew Dharm; +Cc: linux-kernel, USB Mass Storage on Linux

I've tried it again and only w is needed.  Previously I was not
resetting the MP3 player between tests ( as I did this time )

Russell

On Wed, Feb 1, 2012 at 4:22 AM, Matthew Dharm
<mdharm-usb@one-eyed-alien.net> wrote:
> The 'rw' sets the flags to "ignore residue" and "skip write-protect
> checking".  Are both flags really needed?
>
> Matt
>
> On Tue, Jan 31, 2012 at 2:44 AM, Russell Strong <russell@strong.id.au> wrote:
>> Hi Matthew,
>>
>> I pulled you name from the kernel maintainers file to let someone know
>> about a quirk that I discovered with an MP3 player that connects as
>> usb-storage.  Hope I've got this right.
>>
>> When I connected it to my fedora 8/14/16 machine ( sorry not the
>> latest kernel ) it didn't work.  The following is the dmesg output:
>>
>> [ 1703.287204] usb 2-1: new high speed USB device using ehci_hcd and address 4
>> [ 1703.402018] usb 2-1: New USB device found, idVendor=1e74, idProduct=4641
>> [ 1703.402025] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
>> [ 1703.402030] usb 2-1: Product: USB
>> [ 1703.402034] usb 2-1: Manufacturer:
>> [ 1703.402037] usb 2-1: SerialNumber: USBV1.00
>> [ 1703.402840] scsi5 : usb-storage 2-1:1.0
>> [ 1704.403915] scsi 5:0:0:0: Direct-Access              USB DISK
>>   1.00 PQ: 0 ANSI: 0
>> [ 1704.409525] sd 5:0:0:0: Attached scsi generic sg3 type 0
>> [ 1704.411604] sd 5:0:0:0: [sdc] 15958016 512-byte logical blocks:
>> (8.17 GB/7.60 GiB)
>> [ 1704.514300] usb 2-1: reset high speed USB device using ehci_hcd and address 4
>> [ 1709.628307] usb 2-1: device descriptor read/all, error -110
>> [ 1709.730154] usb 2-1: reset high speed USB device using ehci_hcd and address 4
>> ....
>>
>> So I played around with the usb-storage parameter quirks, and found
>> that 1e74:4641:rw worked a treat.  Hope this is helpful.
>>
>> For all the others googling for this :
>> Dick Smith Electronics MP3 player 8GB
>> DSE
>> A8705
>> add kernel command line parameter usb-storage.quirks=1e74:4641:rw
>>
>> Regards,
>> Russell
>
>
>
> --
> Matthew Dharm
> Maintainer, USB Mass Storage driver for Linux

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

end of thread, other threads:[~2012-01-31 22:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-31 10:44 USB storage quirk Russell Strong
2012-01-31 18:22 ` Matthew Dharm
2012-01-31 22:08   ` Russell Strong

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).