after update of ROM on my T-R42 (with RKBatchTool/RkAndroidTool),
wifi of my device no more works...
when i try to set it on, it stays on for a few seconds (but it dont show any wireless network),
then it returns to off...
I checked the logcat (calling adb logcat on terminal emulator), it is reported wifi driver load error...
here is what is printed on logcat when wifi goes on for the few seconds:
D/WifiHW ( 368): Read wifi chip type OK ! wifi_chip_type = RK901
D/WifiHW ( 368): wifi_load_driver: DRIVER_MODULE_PATH = /system/lib/modules/rkwifi.ko, DRIVER_MODULE_ARG =
D/BluetoothAdapterService(1097373104)( 811): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@ 4168aef0
D/BluetoothAdapterService(1097373104)( 811): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@ 4168aef0
D/WifiService( 368): setWifiEnabled: true pid=870, uid=1000
D/AudioHardwareALSA( 109): Audio exiting sandby will open audio device
D/AudioHardwareALSA( 109): AudioStreamOutALSA::standby().....
D/WifiHW ( 368): wifi_load_driver: driver load failed
D/WifiHW ( 368): Unable to unload driver module "wlan": No such file or directory
E/WifiStateMachine( 368): Failed to load driver!
E/WifiStateMachine( 368): DriverFailedState
under system/lib/modules i have these files:
rkwifi.ko
wlan.ko
(and the same two files followed by some numbers...)
these files have owner 'root' and group 'root' and permissions 644 (rw-r--r--)
what seems strange to me is the fact that in the logcat i see:
wifi_chip_type = RK901
but i checked my board,
it has ap6210 chip, as you can see here:
can someone help me?
why wifi goes off?
Thanks!!
Comment