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:

> Hi
>
> Made android wifi work on a IGEPv2 board. This board also uses a Marvell
> chip.
> You can find my patches in the android rowboat mailing list.
>
> Btw the problem you encounter is due to the fact that the mmc gets
> disabled while wifi is still operational.
>
> Hedwin.
>
> On Tue, Oct 12, 2010 at 4:56 PM, Manish <manishshakya...@gmail.com> wrote:
> > 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?
> >>
> >> ManishOn Mon, Oct 11, 2010 at 11:11 PM, hairui <szhai...@gmail.com>
> wrote:
> >> > 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 Android 2.2. I have put all files(
> >> > > libertas_sdio.ko, sd8686.bin,sd8686_helper.bin etc) in required
> place.
> >> > > I am using d8686.bin,sd8686_helper.bin from console prebuilt image
> >> > (2.6.34
> >> > > linux ) from gumstix.It seems that libertas driver is loaded and
> driver
> >> > is
> >> > > able to find MAC address of the chip. But the problem is there are a
> lot
> >> > of
> >> > > time out after that. It seems chip is not getting
> >> > > command send by the processor. Below is log that I get:
> >>
> >> > > libertas_sdio: Libertas SDIO driver
> >> > > libertas_sdio: Copyright Pierre Ossman
> >> > > libertas_sdio mmc1:0001:1: firmware: requesting sd8686_helper.bin
> >> > > init: untracked pid 1221 exited
> >> > > libertas_sdio mmc1:0001:1: firmware: requesting sd8686.bin
> >> > > init: untracked pid 1224 exited
> >> > > libertas: 00:19:88:37:0e:dd, fw 9.70.7p0, cap 0x00000303
> >> > > libertas: wlan0: Marvell WLAN 802.11 adapter
> >> > > libertas: command 0x0006 timed out
> >> > > libertas: requeueing command 0x0006 due to timeout (#1)
> >> > > libertas: Received result 0 to command 6 after 1 retries
> >> > > libertas: command 0x0013 timed out
> >> > > libertas: requeueing command 0x0013 due to timeout (#1)
> >> > > libertas: command 0x0013 timed out
> >> > > libertas: requeueing command 0x0013 due to timeout (#2)
> >> > > libertas: command 0x0013 timed out
> >> > > libertas: requeueing command 0x0013 due to timeout (#3)
> >> > > libertas: command 0x0013 timed out
> >> > > libertas: Excessive timeouts submitting command 0x0013
> >> > > libertas: PREP_CMD: command 0x0013 failed: -110
> >> > > libertas: command 0x0010 timed out
> >> > > libertas: requeueing command 0x0010 due to timeout (#1)
> >> > > libertas: command 0x0010 timed out
> >> > > libertas: requeueing command 0x0010 due to timeout (#2)
> >> > > libertas: command 0x0010 timed out
> >> > > libertas: requeueing command 0x0010 due to timeout (#3)
> >> > > libertas: command 0x0010 timed out
> >> > > libertas: Excessive timeouts submitting command 0x0010
> >> > > libertas: command 0x0010 timed out
> >> > > libertas: requeueing command 0x0010 due to timeout (#1)
> >> > > libertas: command 0x0010 timed out
> >> > > libertas: requeueing command 0x0010 due to timeout (#2)
> >> > > libertas: command 0x0010 timed out
> >> > > libertas: requeueing command 0x0010 due to timeout (#3)
> >> > > libertas: command 0x0010 timed out
> >> > > libertas: Excessive timeouts submitting command 0x0010
> >> > > libertas: command 0x0006 timed out
> >> > > libertas: requeueing command 0x0006 due to timeout (#1)
> >> > > libertas: command 0x0006 timed out
> >> > > libertas: requeueing command 0x0006 due to timeout (#2)
> >> > > libertas: command 0x0006 timed out
> >> > > libertas: requeueing command 0x0006 due to timeout (#3)
> >> > > libertas: command 0x0006 timed out
> >> > > libertas: Excessive timeouts submitting command 0x0006
> >> > > libertas: PREP_CMD: command 0x0006 failed: -110
> >> > > libertas: SCAN_CMD failed
> >> > > libertas: command 0x0028 timed out
> >> > > libertas: requeueing command 0x0028 due to timeout (#1)
> >> > > libertas: command 0x0028 timed out
> >> > > libertas: requeueing command 0x0028 due to timeout (#2)
> >> > > libertas: command 0x0028 timed out
> >> > > libertas: requeueing command 0x0028 due to timeout (#3)
> >> > > libertas: command 0x0028 timed out
> >> > > libertas: Excessive timeouts submitting command 0x0028
> >> > > libertas: command 0x002f timed out
> >> > > libertas: requeueing command 0x002f due to timeout (#1)
> >> > > libertas: command 0x002f timed out
> >> > > libertas: requeueing command 0x002f due to timeout (#2)
> >> > > libertas: command 0x002f timed out
> >> > > libertas: requeueing command 0x002f due to timeout (#3)
> >> > > libertas: command 0x002f timed out
> >> > > libertas: Excessive timeouts submitting command 0x002f
> >> > > libertas: PREP_CMD: command 0x002f failed: -110
> >>
> >> > > Any ideas would be really appreciated.
> >>
> >> > > Manish Shakya
> >>
> >> > --
> >> > unsubscribe: 
> >> > android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> <android-porting%2bunsubscr...@googlegroups.com<android-porting%252bunsubscr...@googlegroups.com>
> >
> >> > website:http://groups.google.com/group/android-porting
> >>
> >>
> >
> > --
> > unsubscribe: 
> > android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> > website: http://groups.google.com/group/android-porting
> >
>



-- 
Manish Shakya
http://www.manishshakya.com.np
http://secs.oakland.edu/~ganesan/iMX/<http://secs.oakland.edu/%7Eganesan/iMX/>

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to