Re: [android-kernel] Re: Custom Kernel developement for Android Emulator

2011-01-31 Thread Peter Fortuin
I have a running kernel now. Thanks for the help! 2011/1/31 raja pavan > You can even pull the .config of the kernel running in the emulator > > adb pull /proc/config.gz > > Then make whatever changes you would like to the kernel configuration and > use this kernel on emulator. > > This makes s

Re: [android-kernel] Loading Firmware of wifi module

2010-03-17 Thread Peter Fortuin
Hi Michael, I found out how to include the firmware into the kernel image and that resolved the issue for me. The driver is loading and we can make a working networkconnection. Thanks for great suggestion. Kind regards, Peter 2010/3/17 Michael Trimarchi > Hi, > > > Peerke wrote: > >> Hello,

Re: [android-kernel] Loading Firmware of wifi module

2010-03-17 Thread Peter Fortuin
Hi Michael, Thanks for your response. I have tried putting it inside /etc/firmware. That's not working on my target. But compiling the firmware inside the kernel is something I haven't tried yet. Can you explain to me how I can do that? Regards, Peter 2010/3/17 Michael Trimarchi > Hi, > > >

Re: [android-kernel] Loading Firmware of wifi module

2010-03-17 Thread Peter Fortuin
Hi Alan, That gives me the same result. Best Regards, Peter 2010/3/16 Alan Carvalho de Assis > Hi Peerke, > > You need to place it at /etc/firmware. > > Best Regards, > > Alan > > On 3/16/10, Peerke wrote: > > Hello, > > > > I want to get the libertas wifi module to work under android. > >

Re: [android-kernel] android rfkill problems - again

2010-03-12 Thread Peter Fortuin
rfkill is a module in the linux kernel that can kill all radio signals. So, it controls every bluetooth, wifi, gps and gsm device. The fact that Android use all that kind of devices makes rfkill a logical choise for Android to use. Peter 2010/3/12 pavan savoy > Why not the chip manufacturers d