[android-porting] Re: Cannot open "/system/etc/wifi/wpa_supplicant.conf": No such file or directory

2010-07-26 Thread guru
Hi Ashwin, Now it is creating wpa_supplicant.conf. I forgot to add driver specific details in external/wpa_supplicant/ Android.mk after adding this the file is copying to that location. Next I am not getting how to provide proper wpa_supplicant.conf for my device. it is now throwing E/wpa_supp

[android-porting] Re: Cannot open "/system/etc/wifi/wpa_supplicant.conf": No such file or directory

2010-07-26 Thread guru
Hi Ashwin, whether I have to modify BoardConfig.mk and AndroidBoard.mk which are in ./vendor//BoardConfig.mk ./vendor//AndroidBoard.mk is it right? Currently in AndroidBoard.mk nothing is there and in BoardConfig.mk # config.mk # # Product-specific compile-time definitions. # # The generic p

[android-porting] Re: Cannot open "/system/etc/wifi/wpa_supplicant.conf": No such file or directory

2010-07-26 Thread guru
Hi Weber, I am trying to enable wifi in froyo build. I dont know where to lookinto. I am looking into whatever ashwin told. Thanks Gururaja B O On Jul 27, 5:56 am, Weber wrote: > Hi,guru > Which version did you use? Last week I got the same problem > and after replacing  external/wpa_supplicant

[android-porting] Re: Cannot open "/system/etc/wifi/wpa_supplicant.conf": No such file or directory

2010-07-26 Thread Weber
Hi,guru Which version did you use? Last week I got the same problem and after replacing external/wpa_supplicant with donut version,I can now use the wifi~ Regards --Weber On Jul 26, 10:16 pm, Ashwin Bihari wrote: > Read this posting..that'll explain all the necessary details: > > http://blog.li

Re: [android-porting] Re: Cannot open "/system/etc/wifi/wpa_supplicant.conf": No such file or directory

2010-07-26 Thread Ashwin Bihari
Read this posting..that'll explain all the necessary details: http://blog.linuxconsulting.ro/2010/04/porting-wifi-drivers-to-android.html -- Ashwin On Mon, Jul 26, 2010 at 10:08 AM, guru wrote: > Hi Ashwin, > > Who will copy that file during build time? Sorry may be this is basic > question!

[android-porting] Re: Cannot open "/system/etc/wifi/wpa_supplicant.conf": No such file or directory

2010-07-26 Thread guru
Hi Ashwin, Who will copy that file during build time? Sorry may be this is basic question! Whether I have to enable any flag to make it happen ! Thanks Guru On Jul 26, 6:58 pm, Ashwin Bihari wrote: > Did you copy a wpa_supplicant.conf file into the system/etc directory > during Android build? I