Hi,
We are using TI BLAZE board with WiLinkTM7.0 WL1283 wifi chip embedded. From the android settings, we are trying to turn on wifi but failing. Below logs we are the logs from the adb logcat:
D/WifiService( 377): setWifiEnabled: true pid=1766, uid=1000
E/audio_hw_primary( 121): XRUN detected
E/WifiStateMachine( 377): Failed to load driver!
E/WifiStateMachine( 377): DriverFailedState
And init.omap4blazeboard.rc script loading the modules i.e.
# wi-fi
mkdir /data/misc/wifi/sockets 0770 wifi wifi
mkdir /data/misc/dhcp 0770 dhcp dhcp
insmod /system/lib/modules/compat.ko
insmod /system/lib/modules/cfg80211.ko
insmod /system/lib/modules/mac80211.ko
insmod /system/lib/modules/wlcore.ko
insmod /system/lib/modules/wl12xx.ko
insmod /system/lib/modules/wl18xx.ko board_type=com8
From the adb shell, wifi modules are veified by lsmod commands and all the modules are loaded
successfully
Also attaching the kernel log for the same
thanks
Raj