Hi all, I am trying to port wifi on my board using latest eclair source code. I have checked out the latest source code and built android root file system. I am facing the following problem :-
I/WifiHW ( 1017): Loading WiFi Modules.......... D/SettingsWifiEnabler( 1209): Received wifi state changed from Disabled to Enabling D/WifiService( 1017): ACTION_BATTERY_CHANGED pluggedType: 1 I/WifiHW ( 1017): Interface directory = /data/system/wpa_supplicant I/WifiHW ( 1017): Interface name = wlan0 phy0 -> rt2x00mac_conf_tx: Info - Configured TX queue 0 - CWmin: 5, CWmax: 10, Aifs: 2, TXop: 0. phy0 -> rt2x00mac_conf_tx: Info - Configured TX queue 1 - CWmin: 5, CWmax: 10, Aifs: 2, TXop: 0. phy0 -> rt2x00mac_conf_tx: Info - Configured TX queue 2 - CWmin: 5, CWmax: 10, Aifs: 2, TXop: 0. phy0 -> rt2x00mac_conf_tx: Info - Configured TX queue 3 - CWmin: 5, CWmax: 10, Aifs: 2, TXop: 0. I/wpa_supplicant( 1221): CTRL-EVENT-STATE-CHANGE id=-1 state=2 I//system/bin/wpa_supplicant( 1220): sendmsg(CTRL_IFACE monitor): Permission denied I/wpa_supplicant( 1221): CTRL-EVENT-SCAN-RESULTS Ready I//system/bin/wpa_supplicant( 1220): sendmsg(CTRL_IFACE monitor): Permission denied I/wpa_supplicant( 1221): CTRL-EVENT-SCAN-RESULTS Ready I//system/bin/wpa_supplicant( 1220): sendmsg(CTRL_IFACE monitor): Permission denied I/wpa_supplicant( 1221): CTRL-EVENT-STATE-CHANGE id=-1 state=1 I//system/bin/wpa_supplicant( 1220): sendmsg(CTRL_IFACE monitor): Permission denied E/SettingsWifiLayer( 1209): Unable to scan for networks I/NotificationService( 1017): enqueueToast pkg=com.android.settings callback=android.app.itransientnotification$stub$pr...@41 D/SettingsWifiEnabler( 1209): Received wifi state changed from Enabling to Enabled I/WifiHW ( 1017): Interface directory = /data/system/wpa_supplicant I/WifiHW ( 1017): Interface name = wlan0 E/SettingsWifiLayer( 1209): Unable to scan for networks I/NotificationService( 1017): enqueueToast pkg=com.android.settings callback=android.app.itransientnotification$stub$pr...@41 I/WifiHW ( 1017): Interface directory = /data/system/wpa_supplicant I/WifiHW ( 1017): Interface name = wlan0 E/SettingsWifiLayer( 1209): Unable to scan for networks I/NotificationService( 1017): enqueueToast pkg=com.android.settings callback=android.app.itransientnotification$stub$pr...@41 I/WifiHW ( 1017): Interface directory = /data/system/wpa_supplicant I/WifiHW ( 1017): Interface name = wlan0 V/WifiStateTracker( 1017): Supplicant died unexpectedly E/SettingsWifiLayer( 1209): Unable to scan for networks I/NotificationService( 1017): enqueueToast pkg=com.android.settings callback=android.app.itransientnotification$stub$pr...@41 I//system/bin/wpa_supplicant( 1220): l2_packet_receive - recvfrom: Network is down D/NetworkStateTracker( 1017): setDetailed state, old =DISCONNECTED and new state=DISCONNECTED I/wpa_supplicant( 1221): CTRL-EVENT-TERMINATING - signal 15 received I/wpa_supplicant( 1221): CTRL-EVENT-TERMINATING - signal 0 received I/wpa_supplicant( 1221): CTRL-EVENT-STATE-CHANGE id=-1 state=0 D/SettingsWifiEnabler( 1209): Received wifi state changed from Enabled to Disabling init: untracked pid 1221 exited I/WifiHW ( 1017): Unloading WiFi Modules........... D/SettingsWifiEnabler( 1209): Received wifi state changed from Disabling to Disabled Anybody has idea for this sendmsg(CTRL_IFACE monitor): Permission denied .... Any help will be highly appreciated. Thanks & Regards, Deepak -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
