Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable driver for Realtek card readers #3005

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Conversation

sairon
Copy link
Member

@sairon sairon commented Dec 20, 2023

Enable PCI card reader found on some Intel NUC models, along with the USB drivers as well.

Adds two new modules (listed with size):

30104 /lib/modules/6.1.68-haos/kernel/drivers/misc/cardreader/rtsx_usb.ko
167240 /lib/modules/6.1.68-haos/kernel/drivers/misc/cardreader/rtsx_pci.ko

Fixes #2688

@sairon sairon added linux Linux kernel related issue board/generic-x86-64 Generic x86-64 Boards (like Intel NUC) labels Dec 20, 2023
@sairon sairon requested a review from agners December 20, 2023 10:18
buildroot Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is not related to this commit no?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, not really, I just had some mess in my branches obviously. Fixed.

Enable PCI card reader found on some Intel NUC models, along with the USB
drivers as well.

Adds two new modules (listed with size):

30104   /lib/modules/6.1.68-haos/kernel/drivers/misc/cardreader/rtsx_usb.ko
167240  /lib/modules/6.1.68-haos/kernel/drivers/misc/cardreader/rtsx_pci.ko

Fixes #2688
@sairon sairon force-pushed the enable-realtek-card-readers branch from 8011de2 to e402dae Compare December 20, 2023 16:40
@sairon sairon merged commit 13e0f13 into dev Dec 20, 2023
1 check passed
@sairon sairon deleted the enable-realtek-card-readers branch December 20, 2023 16:41
sairon added a commit that referenced this pull request Feb 12, 2024
We added drivers for Realtek cards readers in #3005, however it also
needs MMC drivers in order to make card reading possible. Enable both
USB and PCI versions of those (each about ~40 kB).

Fixes #3167
sairon added a commit that referenced this pull request Feb 12, 2024
We added drivers for Realtek cards readers in #3005, however it also
needs MMC drivers in order to make card reading possible. Enable both
USB and PCI versions of those (each about ~40 kB).

Fixes #3167
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
board/generic-x86-64 Generic x86-64 Boards (like Intel NUC) cla-signed linux Linux kernel related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Intel NUC SD Card Reader doesn't work
2 participants