> did u 
> referredhttp://www.projectkennel.com/wiki/index.php?title=Getting_Started_wit...
> ?

Yes, I followed the build patches.
I have rt2x00 folder in my wireless but I don't know which one to
choose in menuconfig...

> you can refer our steps 
> athttp://omappedia.org/wiki/WiLink_Connectivity_Projectto get an
> overview of (drivers, usersidecode, configuration files, how to put in
> file system, etc)

I've already encounter errors at Build WLAN Driver >_>
What am I supposed to link to regarding this 'export PATH=<path to
compiler>:$PATH'
I don't have arm-none-linux-gnueabi- so I downloaded it.
Nothing is compiled when I cd into '/system/wlan/ti/wilink_6_1/
platforms/os/linux' so I tried '/system/wlan/ti/sta_dk_4_0_4_32'
instead.
However, I get the following errors after some successful
compilations:
"""
/home/android/gingerbread/OHA-Android-2.3_r1.0/system/wlan/ti/
sta_dk_4_0_4_32/./pform/linux/src/esta_drv.c: In function
'tiwlan_sdio_probe':
/home/android/gingerbread/OHA-Android-2.3_r1.0/system/wlan/ti/
sta_dk_4_0_4_32/./pform/linux/src/esta_drv.c:1909: error: implicit
declaration of function 'MSM_GPIO_TO_INT'
make[2]: *** [/home/android/gingerbread/OHA-Android-2.3_r1.0/system/
wlan/ti/sta_dk_4_0_4_32/./pform/linux/src/esta_drv.o] Error 1
make[1]: *** [_module_/home/android/gingerbread/OHA-Android-2.3_r1.0/
system/wlan/ti/sta_dk_4_0_4_32] Error 2
make[1]: Leaving directory `/home/android/gingerbread/OHA-
Android-2.3_r1.0/kernel/beagleboard-ti'
make: *** [libestadrv.a] Error 2

Thanks!
"""

On Jan 26, 2:40 am, Deva R <r.deva...@gmail.com> wrote:
> [+beagle,rowboat list for support]
>
> did u 
> referredhttp://www.projectkennel.com/wiki/index.php?title=Getting_Started_wit...
> ?
> it have steps for donut (older), but if you follow similar steps,
> should be ok i guess.
>
> for latest code, you can get RT73 driver from RT 
> sitehttp://www.ralinktech.com/support.php?s=2
>
> > What I'm confused about is how do you compile the driver needed for
> > it.
> > From what i've read, it's through make menuconfig but I do not see any
> > rt73 created.
>
> it depends on what kernel you use,., and which defconfig you have
> picked after that.,
>
> do simple search like below, if you have RT73 support in your codebase.,
>
> deva@deva-ubunt:/data/build/kernel_omap4/omap$ find . | grep -i rt73
> ./drivers/net/wireless/rt2x00/rt73usb.c
> ./drivers/net/wireless/rt2x00/rt73usb.h
> deva@deva-ubunt:/data/build/kernel_omap4/omap$ grep -iR rt73 arch/arm/configs
> arch/arm/configs/zeus_defconfig:CONFIG_RT73USB=m
> deva@deva-ubunt:/data/build/kernel_omap4/omap$
> deva@deva-ubunt:/data/build/kernel_omap4/omap$
> deva@deva-ubunt:/data/build/kernel_omap4/omap$ grep -R CONFIG_RT73USB
> ./drivers/net/wireless/*
> ./drivers/net/wireless/rt2x00/Makefile:obj-$(CONFIG_RT73USB)
>          += rt73usb.o
>
> > How are the folders "/system/lib/modules" and "/system/etc/firmware"
> > made?
>
> those were part of build and FS creation procedure.,
> you can refer our steps 
> athttp://omappedia.org/wiki/WiLink_Connectivity_Projectto get an
> overview of (drivers, usersidecode, configuration files, how to put in
> file system, etc)
>
>
>
>
>
>
>
>
>
> On Tue, Jan 25, 2011 at 3:24 PM, BiX <bixt...@gmail.com> wrote:
> > I've successfully ported android 2.3 onto BB.
> > However wifi cannot be switched on and doing a netcfg shows that there
> > are only lo and USB, both which are down too.
> > I'm using a Belkin G Wireless Network Adapter which depends on rt73.
> > What I'm confused about is how do you compile the driver needed for
> > it.
> > From what i've read, it's through make menuconfig but I do not see any
> > rt73 created.
> > How are the folders "/system/lib/modules" and "/system/etc/firmware"
> > made?
> > Sorry for asking a lot of questions. I'm quite new to all these...
> > Can someone help me out with these issues?
> > Thanks.
>
> > --
> > unsubscribe: android-porting+unsubscr...@googlegroups.com
> > website:http://groups.google.com/group/android-porting
>
> --
> Regards,
> Devawww.bittoggler.com

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

Reply via email to