Hi Guys,
I have a WRT54GL with SD Card Mod, running Kamikaze. I compiled the mmc.o driver with the following gpio definitions:
#define SD_DI (1 << 2)
#define SD_DO (1 << 4)
#define SD_CLK (1 << 3)
#define SD_CS (1 << 7 )
I know the SD Card Mod works as I have used it before with DD-WRT. When I load the mmc.o module and the ext2.o module (SD Card was formated as EXT2), I can mount and read the card correctly without issues, however, within a few seconds, the load on the router goes up to 18+, and there are a log of "/bin/sh /sbin/hotplug button" processes going on. I am assuming that someone the mmc.o driver might be causing hotplug to trigger thinking there the button on the front of the unit was pressed.
Has anyone had this issue before with any mod to the WRT54GL router and hotplug interfering? Is there a way to tell hotplug to ignore specific actions like the pressing of the button on the front of the router?
Anything else I can try, do?
Thanks,
William.