Lenovo X220, GhostBSD and internal SD-Card reader

Hello people,

I run GhostBSD, which run a 14.0-RELEASE kernel.

Code:
FreeBSD jacques-ghostbsd 14.0-STABLE FreeBSD 14.0-STABLE GENERIC amd64

This hardware had a internal SD-CARD reader.

When I inserted a sc-card on this slot, nothing append but the
Code:
dmesg
give me this error:

Code:
mmc0: <MMC/SD bus> on sdhci_pci0
mmc0: No compatible cards found on bus


I read this old thread:

But nothing apply in my case.

Did you think it's a bug and I need to fill another report in bugzilla or did I miss somethings?

Thanks in advance for reading me and your advises,

Jacques
 
Hello people,

I run GhostBSD, which run a 14.0-RELEASE kernel.

Code:
FreeBSD jacques-ghostbsd 14.0-STABLE FreeBSD 14.0-STABLE GENERIC amd64

This hardware had a internal SD-CARD reader.

When I inserted a sc-card on this slot, nothing append but the
Code:
dmesg
give me this error:

Code:
mmc0: <MMC/SD bus> on sdhci_pci0
mmc0: No compatible cards found on bus


I read this old thread:

But nothing apply in my case.

Did you think it's a bug and I need to fill another report in bugzilla or did I miss somethings?

Thanks in advance for reading me and your advises,

Jacques


I just tested GhostBSD 24.01.1 on my ThinkPad X220.

After I insert SD card into slow I see this in dmesg(8).

Code:
mmc0: on sdhci_pci0
mmcsd0: 16GB at mmc0 50.0MHz/4bit/65535-block

This is the listing from my lsblk(8) command.

Code:
[root@livecd ~]# ./lsblk -d
DEVICE SIZE MODEL
ada0   149G INTEL SSDSA2BW160G3L
ada1   238G MTFDDAT256MAM-1K2
da0     29G Lexar USB Flash Drive
md0     21M FreeBSD md(4) Memory Disk
md1     12G FreeBSD md(4) Memory Disk
mmcsd0  15G SDHC SE16G 8.0 SN 0CBE3344 MFG 04/2014 by 3 SD

... and after I detach the SD card this is the message in dmesg(8).

Code:
mmc0: detached

Hope that helps.
 
I just tested GhostBSD 24.01.1 on my ThinkPad X220.

After I insert SD card into slow I see this in dmesg(8).

Code:
mmc0: on sdhci_pci0
mmcsd0: 16GB at mmc0 50.0MHz/4bit/65535-block

This is the listing from my lsblk(8) command.

Code:
[root@livecd ~]# ./lsblk -d
DEVICE SIZE MODEL
ada0   149G INTEL SSDSA2BW160G3L
ada1   238G MTFDDAT256MAM-1K2
da0     29G Lexar USB Flash Drive
md0     21M FreeBSD md(4) Memory Disk
md1     12G FreeBSD md(4) Memory Disk
mmcsd0  15G SDHC SE16G 8.0 SN 0CBE3344 MFG 04/2014 by 3 SD

... and after I detach the SD card this is the message in dmesg(8).

Code:
mmc0: detached

Hope that helps.

Hum… I will test that and I will come back to give you some news.

Thanks.
 
Back
Top