I know this topic was discussed many times before but I can't find a solution for me.
I updated fro kernel 3.6.11 to 4.1.12. Now pretty much everything works fine, but my integrated SD/MMC card reader.
So it seems my SD card reader will work. But when I insert a SD card, which I was able to read/write on my old kernel, I didn't get a new device in /dev and dmesg didn't output anything.
lspci:
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
Subsystem: Acer Incorporated [ALI] RTS5209 PCI Express Card Reader
Flags: bus master, fast devsel, latency 0, IRQ 7
Memory at b0501000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 00
04:00.1 SD Host controller: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
Subsystem: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader
Flags: bus master, fast devsel, latency 0, IRQ 19
Memory at b0500000 (32-bit, non-prefetchable) [size=256]
Capabilities: [80] Power Management version 3
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [b0] Express Endpoint, MSI 01
Kernel driver in use: sdhci-pci
Kernel modules: sdhci_pci
I tick on every single entry in my kernel config.
But this was not successful. select everything as built in end up the same
│ │ --- MMC/SD/SDIO card support │ │
│ │ [*] MMC debugging │ │
│ │ [*] MMC host clock gating │ │
│ │ *** MMC/SD/SDIO Card Drivers *** │ │
│ │ <M> MMC block device driver │ │
│ │ (8) Number of minors per block device │ │
│ │ [*] Use bounce buffer for simple hosts │ │
│ │ <M> SDIO UART/GPS class support │ │
│ │ <M> MMC host test driver │ │
│ │ *** MMC/SD/SDIO Host Controller Drivers *** │ │
│ │ <M> Secure Digital Host Controller Interface support │ │
│ │ <M> SDHCI support on PCI bus │ │
│ │ [*] Ricoh MMC Controller Disabler │ │
│ │ <M> SDHCI support for ACPI enumerated SDHCI controllers │ │
│ │ <M> SDHCI platform and OF driver helper │ │
│ │ <M> Winbond W83L51xD SD/MMC Card Interface support │ │
│ │ <M> TI Flash Media MMC/SD Interface support │ │
│ │ <M> MMC/SD driver for Ricoh Bay1Controllers │ │
│ │ <M> ENE CB710 MMC/SD Interface support │ │
│ │ <M> VIA SD/MMC Card Reader Driver │ │
│ │ <M> VUB300 USB to SDIO/SD/MMC Host Controller support │ │
│ │ <M> USB SD Host Controller (USHC) support │ │
│ │ <M> Renesas USDHI6ROL0 SD/SDIO Host Controller support │ │
│ │ <M> Toshiba Type A SD/MMC Card Interface Driver │ │
I found something like: CONFIG_SCSI_MULTI_LUN=y in prior post but can't find a similar menu entry in my 4.1.12 kernel.
Thanks 4 your effort


