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