Hi guys,<br><br>
I use 2.6.28,Olimex at91sam9260 board(board doesnt hav generic GPIO support),SDIO WiFi(AR6001GZ)... <br>i successfully cross-compiled and installed linux with ar6000.ko module...<br>i gave insmod ar6000.ko but i couldnt see any new entry in /proc/devices...<br>
<br>when i tried to insert that WiFi card my dmesg too not showing any log message...<br><br>To check my sd slot,i tried inserting sd memory card(used at91_mci.ko,sdhci.ko).That works fine showing dmesg output:-)<br>should i use separate interface driver for SDIO compatible WiFi cards?<br>
<br>For Debugging:<br><br>I saw several debug defines like AR_DEBUG_PRINTF, AR_DEBUG_PRINTBUF etc. in driver source code..<br><br>I enabled debug prints by adding -DDEBUG option in the makefile of ar6000. <br> But none of them gets printed in dmesg, syslog.<br>
<br>Then, I explicitly added &quot;#define DEBUG&quot; in ar6000_drv.h, debug_linux.h files. But that too didn&#39;t show debug messages.<br><br>How should I enable debug prints for ar6000.ko?<br><br><br>