EHLO
I need to read a SD card on my laptop, I thought it was broken because I can not see info about it when in plug it in, or even running commands like
On Windows in the same laptop is detected normally so what can I do?
I need to read a SD card on my laptop, I thought it was broken because I can not see info about it when in plug it in, or even running commands like
dmidecode
, pciconf -lv
and I cannot find any info about a SD card reader on dmesg
. Also if I run
Code:
kldload mmcsd sdhci mmc
kldload: can't load mmcsd: File exists
kldload: can't load sdhci: File exists
kldload: can't load mmc: File exists
On Windows in the same laptop is detected normally so what can I do?