Do internal SD card readers (on laptops) work in linux?
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Do internal SD card readers (on laptops) work in linux?
Hi!
I have an ASUS A6U laptop. It has an internal SD card reader. I wonder if it works with linux? I googled around a bit and found out that most people do have it working fine. But to be sure, I just want to ask you.
You see, I'm planning on buying one of those cards to use on my mobile phone. It would be nice to know if it works on my laptop, too
Yes it will work in Linux. Make sure you use the 2.6.xx kernel though. And I think there are some options you have to enable, but I couldn't tell you which ones.
You need, at a minimum, the following enabled in your kernel:
CONFIG_SCSI
CONFIG_BLK_DEV_SD
CONFIG_USB
CONFIG_USB_DEVICEFS
CONFIG_USB_EHCI_HCD (for USB 2.0)
CONFIG_USB_OHCI_HCD and/or CONFIG_USB_UHCI_HCD (USB 1.1)
CONFIG_USB_STORAGE
CONFIG_VFAT_FS
Yup. Everything is fine. From menuconfig: Device Drivers-->MMC/SD Card-->... All the necessary options are modularized by default, so everything should be OK. Ordering the SD card now
if you have multiple slots in the reader make sure that all LUNS are scanned, google for this as i dont know much about it. but i know this has to be enabled, as far as i know ubuntu breezy already has this, but slackware hasnt.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.