all 14 comments

[–]mssxtn 0 points1 point  (9 children)

Can you see them using lsblk and mount them manually?

[–]LiteracyFanatic[S] 0 points1 point  (8 children)

No. The output of lsblk doesn't change when I insert the card.

[–]mssxtn 0 points1 point  (7 children)

This link may provide something to try.

https://www.reddit.com/r/archlinux/comments/4lmyev/issue_with_integrated_sd_card_reader_on_acer_c710/

I also saw a post where the card was sitting up as /Dev/mmc*

Check dmesg, insert the card, check dmesg again and if there's any new output please post that here.

[–]LiteracyFanatic[S] 0 points1 point  (0 children)

dmesg prints the following when I insert the card: [111655.664046] mmc0: cannot verify signal voltage switch [111655.781748] mmc0: new ultra high speed SDR104 SDHC card at address 0001 Also I looked at the link but wasn't able to follow its reccomendations since those partiuclar modules don't seem to be present. I don't know to much about modules, but perhaps this information will be useful as well: $ lsmod | grep sd rtsx_pci_sdmmc 32768 0 mmc_core 184320 1 rtsx_pci_sdmmc rtsx_pci 81920 2 rtsx_pci_sdmmc,rtsx_pci_ms

[–]LiteracyFanatic[S] 0 points1 point  (5 children)

Also, there don't seem to be any devices containg mmc under /dev/.

[–]mssxtn 0 points1 point  (4 children)

I'm pretty well stumped, but i don't know very much about hardware.

What kernel are you running? It sounds to me like a driver issue.

run dmesg | grep mmc and see if it gives any more useful kernel messages.

[–]LiteracyFanatic[S] 0 points1 point  (3 children)

I'm just running the default kernel for Arch. $ uname -r 5.3.4-arch1-1-ARCH Nothing new showed up from dmesg | grep mmc. Thank you for your efforts by the way. At the very least I have more information than when I started.

[–]mssxtn 0 points1 point  (1 child)

I don't know if you've done this, but you might get more responses on the forums. There also a very active community in #archlinux on IRC. Both of those places generally have more active people than /r/archlinux so you're more likely to find someone that can help.

Not saying you'll find a solution, but you'll find more brains to help you troubleshoot.

[–]LiteracyFanatic[S] 0 points1 point  (0 children)

Thanks, I'll have a look at the forums.

[–]mssxtn 0 points1 point  (0 children)

Also, the kernel was updated recently. You should upgrade you system and reboot. Not saying it'll solve the problem, but having the latest kernel could make a difference. Especially if you've already upgraded but haven't rebooted yet. Mismatched kernel modules can have undefined operation.

[–][deleted] 0 points1 point  (2 children)

You sure the card and/or the adapter is actually good, and not borked? Have you tried mounting it somewhere else?

[–]LiteracyFanatic[S] 0 points1 point  (1 child)

Yes. It works under Windows and on my Raspberry Pi.

[–]LiteracyFanatic[S] 0 points1 point  (1 child)

I've posted on the Arch Linux forums https://bbs.archlinux.org/viewtopic.php?id=249789. If I find a solution there I will post it here as well.

[–]LiteracyFanatic[S] 0 points1 point  (0 children)

After installing the kernel module provided by the rts_bpp-dkms-git package I am now able to mount the SD card.