public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* mmc0: unrecognised SCR structure version 1
@ 2007-05-30 16:57 Rodolfo Giometti
  2007-06-03 12:03 ` Pierre Ossman
  0 siblings, 1 reply; 5+ messages in thread
From: Rodolfo Giometti @ 2007-05-30 16:57 UTC (permalink / raw)
  To: linux-kernel

Hello,

using MMC/SD support on my PXA270 based board I get this error:

   mmc0: unrecognised SCR structure version 1

when I insert a MINISD card.

I tried to find on the net some specifications for the SCR structure
version 1 but I found nothing useful... someone has a similar problem
or can suggest to me where I can find such specifications?

Thanks,

Rodolfo

-- 

GNU/Linux Solutions                  e-mail:    giometti@enneenne.com
Linux Device Driver                             giometti@gnudd.com
Embedded Systems                     		giometti@linux.it
UNIX programming                     phone:     +39 349 2432127

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

* Re: mmc0: unrecognised SCR structure version 1
  2007-05-30 16:57 mmc0: unrecognised SCR structure version 1 Rodolfo Giometti
@ 2007-06-03 12:03 ` Pierre Ossman
  2007-06-03 14:55   ` Rodolfo Giometti
  0 siblings, 1 reply; 5+ messages in thread
From: Pierre Ossman @ 2007-06-03 12:03 UTC (permalink / raw)
  To: Rodolfo Giometti; +Cc: linux-kernel

Rodolfo Giometti wrote:
> Hello,
> 
> using MMC/SD support on my PXA270 based board I get this error:
> 
>    mmc0: unrecognised SCR structure version 1
> 
> when I insert a MINISD card.
> 
> I tried to find on the net some specifications for the SCR structure
> version 1 but I found nothing useful... someone has a similar problem
> or can suggest to me where I can find such specifications?
> 

To my knowledge, no such version exists. So either your card is broken or you
have some transfer problem on your board. What's the name of this card and have
you tried any others?

-- 
     -- Pierre Ossman

  Linux kernel, MMC maintainer        http://www.kernel.org
  PulseAudio, core developer          http://pulseaudio.org
  rdesktop, core developer          http://www.rdesktop.org

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

* Re: mmc0: unrecognised SCR structure version 1
  2007-06-03 12:03 ` Pierre Ossman
@ 2007-06-03 14:55   ` Rodolfo Giometti
  2007-06-06 18:06     ` Pierre Ossman
  0 siblings, 1 reply; 5+ messages in thread
From: Rodolfo Giometti @ 2007-06-03 14:55 UTC (permalink / raw)
  To: Pierre Ossman; +Cc: linux-kernel

On Sun, Jun 03, 2007 at 02:03:29PM +0200, Pierre Ossman wrote:
> 
> To my knowledge, no such version exists. So either your card is broken or you
> have some transfer problem on your board. What's the name of this card and have
> you tried any others?

I suppose the same... but this is the only cards who gives me such
problems! What do you think it could be the problem? Maybe some PXA
MMC special settings?

The card is a 512MB MiniSD by Viking InterWorks.

Thanks,

Rodolfo

-- 

GNU/Linux Solutions                  e-mail:    giometti@enneenne.com
Linux Device Driver                             giometti@gnudd.com
Embedded Systems                     		giometti@linux.it
UNIX programming                     phone:     +39 349 2432127

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

* Re: mmc0: unrecognised SCR structure version 1
  2007-06-03 14:55   ` Rodolfo Giometti
@ 2007-06-06 18:06     ` Pierre Ossman
  2007-06-06 19:21       ` Rodolfo Giometti
  0 siblings, 1 reply; 5+ messages in thread
From: Pierre Ossman @ 2007-06-06 18:06 UTC (permalink / raw)
  To: Rodolfo Giometti; +Cc: linux-kernel

Rodolfo Giometti wrote:
> I suppose the same... but this is the only cards who gives me such
> problems! What do you think it could be the problem? Maybe some PXA
> MMC special settings?
>   

I'm afraid I have little experience with PXA. Perhaps you can find
someone on the linux arm kernel mailing list with more insight?

> The card is a 512MB MiniSD by Viking InterWorks.
>
>   

Sounds like a fairly common card. Cards so broken that they give an
incorrect scr version should be rare, so I would guess that there is
some transfer problem with the PXA. I don't suppose you have any other
linux based platforms to test the card in?

Rgds

-- 
     -- Pierre Ossman

  Linux kernel, MMC maintainer        http://www.kernel.org
  PulseAudio, core developer          http://pulseaudio.org
  rdesktop, core developer          http://www.rdesktop.org


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

* Re: mmc0: unrecognised SCR structure version 1
  2007-06-06 18:06     ` Pierre Ossman
@ 2007-06-06 19:21       ` Rodolfo Giometti
  0 siblings, 0 replies; 5+ messages in thread
From: Rodolfo Giometti @ 2007-06-06 19:21 UTC (permalink / raw)
  To: Pierre Ossman; +Cc: linux-kernel

On Wed, Jun 06, 2007 at 08:06:25PM +0200, Pierre Ossman wrote:
> 
> I'm afraid I have little experience with PXA. Perhaps you can find
> someone on the linux arm kernel mailing list with more insight?

I already asked for.

> Sounds like a fairly common card. Cards so broken that they give an
> incorrect scr version should be rare, so I would guess that there is
> some transfer problem with the PXA. I don't suppose you have any other
> linux based platforms to test the card in?

Unluckily not! :'(

Ciao,

Rodolfo

-- 

GNU/Linux Solutions                  e-mail:    giometti@enneenne.com
Linux Device Driver                             giometti@gnudd.com
Embedded Systems                     		giometti@linux.it
UNIX programming                     phone:     +39 349 2432127

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

end of thread, other threads:[~2007-06-06 19:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-30 16:57 mmc0: unrecognised SCR structure version 1 Rodolfo Giometti
2007-06-03 12:03 ` Pierre Ossman
2007-06-03 14:55   ` Rodolfo Giometti
2007-06-06 18:06     ` Pierre Ossman
2007-06-06 19:21       ` Rodolfo Giometti

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