i finally figured out how to fix the pesky flashing light for the SD mod.
i used the command
from
in the lib/modules/2.4.30 directory.
then ran
mkdir /mmc
then ran
cd /etc/init.d
then ran
vi S61mmc
and entered
#!/bin/sh
echo "0x9c" > /proc/diag/gpiomask
insmod mmc
mount /dev/mmc/disc0/part1 /mmc
wifi
wifi stops the power flashing initially, and if it starts again wifi will stop it.
then ran
chmod 755 S61mmc
then edited
S99done
commenting the last line of executable code out with a # sign infront of the line (this stops the flashing from using the card)
then ran
vi /etc/fstab
and entered
/dev/mmc/disc0/part1 /mmc ext2 defaults 0 0
then i used the graphical web page to get kmod-ext2 and e2fsprogs
then i issued
insmod ext2
and
echo "0x9c" > /proc/diag/gpiomask
then issued
cat /proc/diag/gpiomask
expecting to see the result of
0x009c
then
./etc/init.d/S61mmc
to get everything up without rebooting, or a reboot works too ![]()
now i would like to take a moment and give these people mad credit. http://www.digitalincursion.net/wrt54gl.html who needs to highlight the line about editing S99done, and http://forum.openwrt.org/viewtopic.php?id=9653&p=1 who gives me wicked fast mmc drivers ![]()
