|
Getting SD card reader to work
Hi,
I'm trying to get my internal SD card reader to work on my Thinkpad Z60m, without much luck so far.
I'm trying to follow the instructions from: thinkwiki.org/wiki/How_to_get_the_internal_SD-CARD_working
The first steps are to download a number of .bin files and execute the following commands:
patch -p1 < sdhci-0001.bin
patch -p1 < pci-sdhc-0001.bin
patch -p1 < mmc-respopcode-0001.bin
The first two patches are fine. However, the third patch gives the following error/output:
patching file include/linux/mmc/mmc.h
Hunk #1 FAILED at 27.
1 out of 1 hunk FAILED -- saving rejects to file include/linux/mmc/mmc.h.rej
After that, I'm supposed to run 'make menuconfig' which also doesn't work.
Does anyone have experience with this? Any help would be greatly appreciated. The unit works under windows (got dual-boot) but rebooting all the time is a real hassle.
By the way, I'm running Suse 10.1 with kernel version 2.6.16.13-4-default
|