Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-amd64
With the 2.6.21 I don't need any tweak, at least for me.<br><br>First configure the kernel<br><br># cd /usr/src/linux<br># make menuconfig<br><br><br>Under Device Drivers I have MMC Support selected, MMC block device driver and Secure Digital Host Controller Inferface Support as well.
<br>Then TI Flash Media as module.<br><br>If you are first selecting this option you'll have to reboot with the new kernel.<br>If not you can compile and load the module tifm_sd. After modprobing you can run update-modules to have that module loaded always.
<br><br># make && make modules_install<br># cp arch/'YOUR ARCH'/boot/bzImage /boot/'YOUR KERNEL'<br># reboot (not needed depending on what you had on your previous kernel)<br><br># modprobe tifm_sd
<br># update-modules<br><br>The device will be named /dev/mmcblk0, /dev/mmcblk0p1 for firt partition and so on.<br><br>Now mount, you'll need vfat fs support.<br>
|
|