Wifi problem in Jellybean os image for Cardhu dev kit

Hi, i found jellybean os image for Cardhu(Tegra Android Developer Pack 2.0r2) and installed it to the target board successfully. But, when i try to enable the Wi-Fi button, it doesn’t work.

This is the logcat file.

I/ActivityManager( 420): Displayed com.android.settings/.Settings: +1s530ms
E/WifiHW ( 420): Supplicant not running, cannot connect
E/WifiStateMachine( 420): Failed to setup control channel, restart supplicant
E/WifiHW ( 109): Failed to open wlan fw path param (No such file or directory)
E/SoftapController( 109): Softap fwReload - failed: -1

E/WifiStateMachine( 420): Failed to reload STA firmware java.lang.IllegalStateException: command ‘1
4 softap fwreload wlan0 STA’ failed with '400 14 Softap operation failed (No such file or directory)

W/CommandListener( 109): Failed to retrieve HW addr for wlan0 (No such device)
D/CommandListener( 109): Setting iface cfg
E/WifiStateMachine( 420): Unable to change interface settings: java.lang.IllegalStateException: com
mand ‘16 interface setcfg wlan0 0.0.0.0 0 down’ failed with ‘400 16 Failed to set address (No such d
evice)’
I/wpa_supplicant( 1121): Successfully initialized wpa_supplicant
I/wpa_supplicant( 1121): rfkill: Cannot open RFKILL control device
E/wpa_supplicant( 1121): nl80211: Could not configure driver to use managed mode
E/wpa_supplicant( 1121): Could not read interface wlan0 flags: No such device
E/wpa_supplicant( 1121): wlan0: Failed to initialize driver interface
D/dalvikvm( 731): GC_CONCURRENT freed 178K, 8% free 3596K/3888K, paused 2ms+6ms, total 34ms
D/ExchangeService( 933): Received deviceId from Email app: null
D/ExchangeService( 933): !!! deviceId unknown; stopping self and retrying
E/WifiHW ( 420): Supplicant not running, cannot connect
E/WifiHW ( 420): Supplicant not running, cannot connect
E/WifiHW ( 420): Supplicant not running, cannot connect

Do you have any idea?
Thank you very much.

this is a known issue - we’ll address this in the next releease

just flashed the 4.2 image (TADP 2.0r4), this problem still exists.

sorry, i was misinformed - this requires a new wifi module to fix. please contact your nvidia representative to get a new wifi module.

The WiFi worked for me with Android 4.0.4 installed. Now I have reflashed with Android 4.2 and WiFi doesn’t work. Are there any update files that can get this working under 4.2??

Thanks

Hi AirWear,

Could you please provide me the detailed steps followed in flashing Android 4.2?

I just downloaded the latest developer pack and ran it. During the install it flashed the device. I have done this a few times, and each time WiFi does not work when I select 4.2, but if I select a much earlier version of Android, WiFi ends up working fine.

Any thoughts?

modify wifi_loader.sh

/system/bin# cat wifi_loader.sh
#!/system/bin/sh
if [ -z $(getprop ro.boot.commchip_id) ]; then
setprop wifi.commchip_id 2
echo “commchip_id is not set, so setting it to 4330”
else
echo “setting user configured value of WiFi chipset”
setprop wifi.commchip_id 2
fi