Hi Alvin,
Now, i am able to bring up the WI-FI on the board.
The previous error was of that it's not able to get the MACADDR ,
to resolve that error i applied the patch from this location.
(Basically it's not able to scan the networks around)
https://gitorious.org/picopc-android-gingerbread/external-wpa_supplicant_6/commit/5f5c50d722eedaedd75c1698b79f464310ce6478?format=patch
After that WI-FI driver is able to scan and with DHCPD it's able to
get the IP address along with that it's able to connect through other
networks also.
Thanks for the Suggestions.
Regards
Sandeep S.P
On Feb 7, 4:36 pm, Alvin Wong <
alvinhoc...@gmail.com> wrote:
> Hi there,
>
> How about checking `ifconfig wlan0` or getting tools like `iwconfig`?
> Have you also checked `dmesg` (alternatively `cat /proc/kmsg`) for any
> extra kernel messages?
>
> Is it fine if you manually `insmod` theWiFimodule? Or is thedriver
> working normally? If you have a standard Linux distribution, you may
> want to check whetherWiFiis really working in the kernel level
> before enabling in Linux.
>
> Or perhaps your interface is eth0 instead of wlan0? (Though the
> possibility is low)
>
> Good luck,
> Alvin Wong
>
> On 2月6日, 上午11時18分, Sandeep sp <
sandeep.palaksha...@wipro.com> wrote:
>
>
>
>
>
>
>
> > Hi
>
> > I has been trying to set up the Wi-Fi on our board.
> > The configuration options which i had chosen are Android Private
> > socket andWIFIdrivers are loaded as Kernel modules. It's able to
> > properly load the Wi-Fidriverand firmware also.