hi all
i need help regarding ad-hoc connectivity between my laptop(running
windows xp) and beaglboard-xm(running angstrom linux v2.6.32). i m
using the rt3070usb wifi dongle form ralink.
currently i have done below things
1.successfully loaded the driver of the wifi dongle in beagleboard-xm
2.ifconfig ra0 up -- successfull
3.iwpriv ra0 set AuthMode=WPAPSK
4.iwpriv ra0 set EncrypType=TKIP
5.iwpriv ra0 set SSID="beagle"
6.iwpriv ra0 set WPAPSK="beagle123"
7.iwconfig ra0 mode ad-hoc
8.ifconfig ra0 192.168.61.100
on the lap top i set up a ad-hoc network with the above ssid.
"view all wireless networks :" showing the ssid "beagle" and able to
connect but ping 192.168.61.100 is failing: destination unreachable.
can anybody help me regarding this problem??
thank u.