[android-kernel] Re: wi-fi driver for Broadcom BCM4312 chipset

2012-11-07 Thread Skezza
I have a BCM4312 as well. I am desperately hoping that this driver will eventually be supported in ICS :( On Friday, October 12, 2012 1:19:59 PM UTC+1, Rishi Raj wrote: > > Hi I am using Lenovo s10-2 which is using BCM 4312 wlan card , dev id is > 4315 , I am using android-x86-4.0-RC1-eeepc.iso

[android-kernel] Re: wi-fi driver for Broadcom BCM4312 chipset

2012-10-12 Thread Rishi Raj
Hi I am using Lenovo s10-2 which is using BCM 4312 wlan card , dev id is 4315 , I am using android-x86-4.0-RC1-eeepc.iso everything works except the wlan card , I am not a computer expert but can type commands in debug mode , please explain how to port drivers in this version after installing it

[android-kernel] Re: wi-fi driver for Broadcom BCM4312 chipset

2012-04-17 Thread Ventanas
is this driver for PCMCIA interface? I have a SDIO adapter, do you think I can adapt to my interface? On 17 Apr, 01:58, Peter Teoh wrote: > I suspect it is still supported, but u may want to re-enable the > configuration and recompile the kernel. > > See this file: > > drivers/net/wireless/b43leg

[android-kernel] Re: wi-fi driver for Broadcom BCM4312 chipset

2012-04-16 Thread Franky
4312 is different from 4329/4330. I don't think you can use any help from the current host driver in Android kernel. Franky On Apr 15, 8:16 am, Ventanas wrote: > so do you think I can't find the driver for BCM4312? > do you know if exist a GIT repositary for Broadcomm drivers? > Marco > > On 15

[android-kernel] Re: wi-fi driver for Broadcom BCM4312 chipset

2012-04-15 Thread Franky
https://android.googlesource.com/kernel/common.git it's under drivers/net/wireless/bcm4329(for prior ICS os version and only for 4329) and drivers/net/wireless/bcmdhd (for 4329/4330 on ICS) Regards, -Franky On Apr 15, 8:16 am, Ventanas wrote: > so do you think I can't find the driver for BCM431

[android-kernel] Re: wi-fi driver for Broadcom BCM4312 chipset

2012-04-15 Thread Ventanas
so do you think I can't find the driver for BCM4312? do you know if exist a GIT repositary for Broadcomm drivers? Marco On 15 Apr, 07:10, Franky wrote: > I think bcm4329 is the oldest Broadcom chip supported on Android. > > -Franky > > On Apr 14, 6:59 am, Ventanas wrote: > > > > > > > > > I am l

[android-kernel] Re: wi-fi driver for Broadcom BCM4312 chipset

2012-04-14 Thread Franky
I think bcm4329 is the oldest Broadcom chip supported on Android. -Franky On Apr 14, 6:59 am, Ventanas wrote: > I am looking for the for the BCM4312 chipset (Wi-Fi 802.11 a/g with > SDIO interface) driver for the ANDROID platform. > Anyone might help me? > > where I can find it? > > th >