I have face the them problem when change the kernel. I have solved the problem now. The solution is as follows: How to recompile the new Wi-Fi driver corresponding to the new kernel? (1). After we rebuilt the kernel, the Wi-Fi driver must be recompiled according to the new kernel, or the Wi-Fi will not work and cause the problem that "unable to start Wi-Fi". (2). Wi-Fi module is in mydroid/system/wlan/ti/sta_dk_4_0_4_32/, so: cd ~/mydroid/system/wlan/ti/sta_dk_4_0_4_32/ export KERNEL_DIR=~/sapphire/msm make KERNEL_DIR=~/sapphire/msm ARCH=arm CROSS_COMPILE=arm-eabi- Then copy the new wlan.ko to ~/mydroid/vendor/htc/sapphire_open (3). reference:http://hanishkvc.wordpress.com/2010/02/28/android-aosp- for-g1-adp1-htc-dream/
Comment: I use the sapphire system. If you use different, change the / sapphire_open accordingly. Hope it helps and Good luck! On Jun 18, 6:50 am, imran <[email protected]> wrote: > Hi Everybody, > I have a nexus one phone with 2.6.29 kernel in the default image. With > the default kernel my Wi-Fi works OK. > Now, If I change the kernel by doing : > > fastboot boot zImage ....... > the Wi-Fi no longer works. I have tried it with 2.6.32 and 2.6.29 > kernels and Wi-Fi doesn't work in both the cases . > Could anybody please tell me what can be reason behind this ?? > > Thanks in Advance, > Imran -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
