I want to use the onboard sd reader on HP nx5000. and tried following steps but no luck
- Download tifm-*.tar.bz2 from here.
- As a regular user,
- mkdir tifm
- cd tifm
- tar xjf tifm-*.tar.bz2
- make
- cp *.ko /lib/modules/`uname -r`/kernel/drivers/mmc/
- /sbin/depmod -a
- /sbin/modprobe tifm_7xx1
- /sbin/modprobe mmc_block
- /sbin/modprobe tifm_sd
all modules were loaded (lsmod shows them)
however, after in insert sd card, there was not messenge from dmesg
any one has made it work on this system?
Yuandan