hi,<br> I have compiled the busybox using buildroot along with filesystem for my ATMEL platform at91sam9260(eval kit).I also have a marvell 8686 SDIO wifi card attached to my SDIO interface.I use iwconfig to configure my SDIO wifi card.I also have a ethernet controller attached to the atmel platform...... <br>
<br>I am able to ping my default gateway(Access point) by typing............<br><br>$ ping -i eth1 <a href="http://192.168.1.1">192.168.1.1</a> (-i to use my wifi interface)<br><br>i get proper output......<br><br>$ 64 bytes from <a href="http://192.168.1.1">192.168.1.1</a>: seq=0 ttl=64 time=46.315 ms<br>
<br>But the same way when i ping any public ip like google or yahoo with their ip address....ping just hangs......<br><br>But I am able to ping both my default gateway and public ip using the ethernet......<br><br>Please let me know whether i have to enable some options in the busybox to make my ping command work with wifi card ?<br>
<br>Please let me know where could be the problem is ?<br><br>Regards,<br>Ram<br>