Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-19 Thread Manav Gautama
Hi Manish, 2010/10/14 manish shakya msha...@oakland.edu I am connected to one of the AP and I could ping. What was the problem with the loop on scanning ? I am noticing the same behaviour. Says obtaining IP address and doesnt go ahead. 2010/10/14 manish shakya manishshakya...@gmail.com

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-19 Thread hedwin
Manav, Which android are you using? aosp or rowboat. Reason I am asking is that I have the same issue you mention but I use android rowboat (http://code.google.com/p/rowboat/) which has added some additonal stuff to manage ethernet. So I was wondering if this issue is caused by the added ethernet

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-14 Thread manish shakya
Hi Hedwin, Thanks for you patch. Now , Android Wifi Settings GUI is working.I can see list wireless networks available. Those are the things I did 1) in drivers/mmc/host/omap_hsmmc.c I did following static const struct mmc_host_ops omap_hsmmc_ops = { .enable = omap_hsmmc_enable_fclk, //

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-14 Thread manish shakya
I am connected to one of the AP and I could ping. 2010/10/14 manish shakya manishshakya...@gmail.com Hi Hedwin, Thanks for you patch. Now , Android Wifi Settings GUI is working.I can see list wireless networks available. Those are the things I did 1) in drivers/mmc/host/omap_hsmmc.c I

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-13 Thread manish shakya
Hi Hedwin, Thanks. Good to know you made wifi working. Which version of kernel are you using ? I am using kernel 2.6.32 and Android 2.2 . I am going through you posts in rowboat mailing list. I will update my findings. On Wed, Oct 13, 2010 at 5:49 AM, hedwin hedwin.kon...@gmail.com wrote:

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-13 Thread manish shakya
Hi Hedwin, I have solved Timeout problem as you have said in your post.I could not see the need of SIOCSIWPRIV and vold. In my case, permission for sockets are fine. I tried both unix socket and android socket but both of them didn't work. After solving timeout problem,I think ,WPA Supplicant is

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-13 Thread manish shakya
I came to know SIOCSIWPRIV is required in froyo also. Do you have any idea how it should be implement SIOCSIWPRIV? On Wed, Oct 13, 2010 at 11:57 PM, hedwin hedwin.kon...@gmail.com wrote: Hmm, interesting. Thnx for the feedback. The vold change was needed in eclair to ignore no SD-card

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-13 Thread hedwin
The kernel patch (0001-Update-for-IGEPv2-Wifi-support.patch) already adds the basic SIOCSIWPRIV stuff to the libertas wireless driver. In eclair it is good enough to get wireless running. Hedwin On Wed, Oct 13, 2010 at 10:58 PM, manish shakya msha...@oakland.edu wrote: I came to know

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-13 Thread manish shakya
Thanks.. 2010/10/13 hedwin hedwin.kon...@gmail.com Attached. Change is in drivers/mmc/host/omap_hsmmc.c For now I commented the clk_disable. Need to take a closer to figure out what is wrong. Also saw a thread in the linux-omap kernel mailing list about the very problem. Hedwin On

[android-porting] Re: Making Wifi work on overo board running Android

2010-10-12 Thread Manish
Hi , There is no place to generate those bin files. On Oct 12, 8:01 am, manish shakya manishshakya...@gmail.com wrote: Hi Hairui Thanks for your response. Let me try to  re-compiling the modules and generate sd8686.bin and sd8686_helper.bin files. BTW, what are those bin files for?

[android-porting] Re: Making Wifi work on overo board running Android

2010-10-11 Thread hairui
Maybe you should re-compile the modules for yourself arch which you chose to use the prebuild one. On 10月12日, 上午2时50分, manish shakya manishshakya...@gmail.com wrote: Hi everyone, I am trying to make  Marvell Wifi to work on overo board running Android. I am using 2.6.32 linux kernel and