Announcement

Collapse
No announcement yet.

No device created for SD Card on insertion

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    No device created for SD Card on insertion

    Hi all,

    I am running Kubuntu 8.04 on a Dell D630, and purchased a Sony VGP-MCA10 5-in-1 PCMCIA memory card reader. When I insert an SD card into it, the system recognizes the card, but does not create a device for it:
    Code:
    [ 1350.885718] pccard: PCMCIA card inserted into slot 0
    [ 1350.887011] pcmcia: registering new device pcmcia0.0
    [ 1350.928134] scsi7 : pata_pcmcia
    [ 1350.928214] ata6: PATA max PIO0 cmd 0x100 ctl 0x10e irq 19
    This is the output of pccardctl status:
    Code:
    [ 1350.885718] pccard: PCMCIA card inserted into slot 0
    [ 1350.887011] pcmcia: registering new device pcmcia0.0
    [ 1350.928134] scsi7 : pata_pcmcia
    [ 1350.928214] ata6: PATA max PIO0 cmd 0x100 ctl 0x10e irq 19
    lspci shows the cardbus:
    Code:
    03:01.0 CardBus bridge: O2 Micro, Inc. Cardbus bridge (rev 21)
    And there are modules loaded for the bus:
    Code:
    pata_pcmcia      18176 1
    pcmcia         45976 1 pata_pcmcia
    ...
    yenta_socket      30092 3
    rsrc_nonstatic     14080 1 yenta_socket
    pcmcia_core      46116 4 pata_pcmcia,pcmcia,yenta_socket,rsrc_nonstatic
    I can provide more information if needed. Can anyone help? Thank you!

    #2
    Re: No device created for SD Card on insertion

    OK! I have an update. It turns out that there is something wrong with that SD card, so I tested another, and got this:

    Code:
    [ 569.867791] pccard: PCMCIA card inserted into slot 0
    [ 569.869129] pcmcia: registering new device pcmcia0.0
    [ 569.910318] scsi6 : pata_pcmcia
    [ 569.910395] ata6: PATA max PIO0 cmd 0x100 ctl 0x10e irq 19
    [ 569.971569] ata6.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
    [ 569.971579] ata6: failed to recover some devices, retrying in 5 secs
    [ 572.207690] ata6.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
    [ 572.207702] ata6: failed to recover some devices, retrying in 5 secs
    [ 574.563030] ata6.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
    [ 574.563042] ata6: failed to recover some devices, retrying in 5 secs
    Does anyone have any ideas about this? Thanks!

    Comment

    Working...
    X