Hi all,

I have an Intel NUC Skull Canyon. It’s running POP_OS!

I purchase a microSD card, and it came with an SD Adaptor.

I’ve plugged it in, but nothing shows in files.

I have run lsusb, lspci, and even:

sudo lsblk -o MODEL,NAME,FSTYPE,LABEL,MOUNTPOINT,SIZE

However it’s just not showing up anywhere.

The microSD is brand new, and a model called:

SAMSUNG 512 EVO Plus A2 V30.

I am not sure if the card is maybe so new, that linux can’t see it yet? I doubt that.

I wonder if anyone has any ideas? I don’t have another SD Adaptor, nor any other computer with an SD or microSD slot.

Thanks so muchy

  • potentiallynotfelix@lemmy.fish
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    2 days ago

    Does your SD card reader itself show up in lsusb? Does anything extra show up in /dev when plugging it in? It may be that there’s no partitions on the drive, so you don’t see any storage. Could also be either your reader or card not working, however. It would help to get another reader or card to test if your reader or card work.

      • makingStuffForFunOP
        link
        fedilink
        arrow-up
        3
        ·
        2 days ago

        Thanks for your answer. It is built in, but that does not exist in my file system.

        • cmnybo@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 days ago

          The reader may need a kernel module loaded. I have an old laptop with a built in Realtek PCIe card reader that requires the rtsx_pci_sdmmc module to be manually loaded.

          If it is a PCIe card reader, it should have shown up in lspci even without the module loaded though.

          Have you checked the BIOS settings to make sure it hasn’t been disabled there?

    • makingStuffForFunOP
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      Thanks for the reply. It does not show up in lsusb as far as I can tell. Unplugging and pluging back in shows no difference in output. I will have to maybe test it in another machine. I’ll ask about. Thanks for your time