Winbond MMC driver not detected/SD Card not detected

Post here if you are a new Porteus member and you're looking for some help.
Testuser
Samurai
Samurai
Posts: 137
Joined: 26 May 2021, 15:11
Distribution: Porteus-v5.0-64-LXDE

Winbond MMC driver not detected/SD Card not detected

Post#1 by Testuser » 26 May 2021, 15:45

Hi Team,

First of all thanks Porteus Team for creating a superr OS out of Linux, that can be used both a everyday OS and as Live CD.

I have been using this for more than a year.

Recently booted from a laptop and found SD Card is not getting detected in the MMC slot. - Winbond W83L51xD SD/MMC card :(

OS Tried - Porteus v5.0rc1-64

Here are some couple of outputs found terminal
dmseg | grep Win - [ 0.7832] wbsd: Winbond W83L51xD SD/MMC card interface driver

lspci -v - does not show this device (suspect kernel module is not loaded)

Checked config in Kernel and found
CONFIG_MMC=y
CONFIG_MMC_WBSD=y
and couple of other MMC configs as "Yes"

On searching internet I only got a Kconfig file.

Could you please assist and sorry for not making if brief. :)

Thanks in Advance :)

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Winbond MMC driver not detected/SD Card not detected

Post#2 by Blaze » 26 May 2021, 17:07

Testuser welcome on the board!
Please update kernel to 5.12.6 :url: Porteus Kernel Builder (Пост Blaze #82418)

I have checked and I have these options: :

Code: Select all

# grep MMC /usr/src/linux/.config
CONFIG_PCI_MMCONFIG=y
CONFIG_MMCONF_FAM10H=y
# MMC/SDIO DVB adapters
CONFIG_MMC=y
CONFIG_MMC_BLOCK=y
CONFIG_MMC_BLOCK_MINORS=8
CONFIG_MMC_TEST=m
# MMC/SD/SDIO Host Controller Drivers
# CONFIG_MMC_DEBUG is not set
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_IO_ACCESSORS=y
CONFIG_MMC_SDHCI_PCI=y
CONFIG_MMC_RICOH_MMC=y
CONFIG_MMC_SDHCI_ACPI=y
CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_MMC_SDHCI_F_SDH30=m
CONFIG_MMC_WBSD=y
CONFIG_MMC_TIFM_SD=y
CONFIG_MMC_SPI=m
CONFIG_MMC_SDRICOH_CS=m
CONFIG_MMC_CB710=y
CONFIG_MMC_VIA_SDMMC=y
CONFIG_MMC_VUB300=y
CONFIG_MMC_USHC=y
CONFIG_MMC_USDHI6ROL0=m
CONFIG_MMC_REALTEK_PCI=y
CONFIG_MMC_REALTEK_USB=y
CONFIG_MMC_CQHCI=y
# CONFIG_MMC_HSQ is not set
CONFIG_MMC_TOSHIBA_PCI=m
CONFIG_MMC_MTK=m
CONFIG_MMC_SDHCI_XENON=y
# CONFIG_PHY_INTEL_LGM_EMMC is not set
Thanks.
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Winbond MMC driver not detected/SD Card not detected

Post#3 by beny » 26 May 2021, 19:12

hi, testuser maybe the laptop do not boot from the MMC slot,i have an acer that boot only via usb and also i have the sd slot,if you have an usb card reader you can do a try.

Testuser
Samurai
Samurai
Posts: 137
Joined: 26 May 2021, 15:11
Distribution: Porteus-v5.0-64-LXDE

Winbond MMC driver not detected/SD Card not detected

Post#4 by Testuser » 28 May 2021, 13:20

Thanks much Blaze for the quick response. Appreciate it . Will try the same :) :good:

Thanks Beny for the comment, will try an usb card reader later.

Post Reply