[Q] BlueTooth Chat Sample App not working in Nexus 7. - Nexus 7 Q&A, Help & Troubleshooting

Android Version: 4.4.4
Device Name: Nexus 7
I have downloaded the bluetooth chat app from android studio and setup a project. I am able to run the the application without any errors, but the application is not working and unable to connect to any of the scanned device. I am receiving the log messages as below:
03-21 21:45:38.982 28983-28983/com.example.android.bluetoothchat D/dalvikvm﹕ Late-enabling CheckJNI
03-21 21:45:39.092 28983-28983/com.example.android.bluetoothchat I/System.out﹕ Starting logging
03-21 21:45:39.092 28983-28983/com.example.android.bluetoothchat I/MainActivity﹕ Ready
03-21 21:45:39.092 28983-28983/com.example.android.bluetoothchat D/BluetoothChatService﹕ start
03-21 21:45:39.092 28983-28983/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 0 -> 1
03-21 21:45:39.092 28983-28983/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 1
03-21 21:45:39.102 28983-28983/com.example.android.bluetoothchat W/BluetoothAdapter﹕ getBluetoothService() called with no BluetoothManagerCallback
03-21 21:45:39.102 28983-28998/com.example.android.bluetoothchat D/BluetoothChatService﹕ Socket Type: SecureBEGIN mAcceptThreadThread[Thread-1719,5,main]
03-21 21:45:39.102 28983-28983/com.example.android.bluetoothchat W/BluetoothAdapter﹕ getBluetoothService() called with no BluetoothManagerCallback
03-21 21:45:39.102 28983-28983/com.example.android.bluetoothchat I/System.out﹕ Starting bluetooth chat
03-21 21:45:39.102 28983-28999/com.example.android.bluetoothchat D/BluetoothChatService﹕ Socket Type: InsecureBEGIN mAcceptThreadThread[Thread-1720,5,main]
03-21 21:45:39.232 28983-28983/com.example.android.bluetoothchat I/Adreno-EGL﹕ <qeglDrvAPI_eglInitialize:320>: EGL 1.4 QUALCOMM Build: I0404c4692afb8623f95c43aeb6d5e13ed4b30ddbDate: 11/06/13
03-21 21:45:39.262 28983-28983/com.example.android.bluetoothchat D/OpenGLRenderer﹕ Enabling debug mode 0
03-21 21:45:57.921 28983-28983/com.example.android.bluetoothchat W/InputEventReceiver﹕ Attempted to finish an input event but the input event receiver has already been disposed.
03-21 21:45:58.791 28983-28983/com.example.android.bluetoothchat D/dalvikvm﹕ GC_FOR_ALLOC freed 206K, 3% free 9292K/9532K, paused 16ms, total 18ms
03-21 21:46:00.623 28983-28983/com.example.android.bluetoothchat D/BluetoothChatService﹕ connect to: D0:7E:356:77:5B
03-21 21:46:00.623 28983-28983/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 1 -> 2
03-21 21:46:00.623 28983-29133/com.example.android.bluetoothchat I/BluetoothChatService﹕ BEGIN mConnectThread SocketType:Secure
03-21 21:46:00.633 28983-29133/com.example.android.bluetoothchat W/BluetoothAdapter﹕ getBluetoothService() called with no BluetoothManagerCallback
03-21 21:46:00.633 28983-28983/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 2
03-21 21:46:00.633 28983-29133/com.example.android.bluetoothchat D/BluetoothSocket﹕ connect(), SocketState: INIT, mPfd: {ParcelFileDescriptor: FileDescriptor[50]}
03-21 21:46:00.753 28983-29133/com.example.android.bluetoothchat D/BluetoothChatService﹕ start
03-21 21:46:00.753 28983-29133/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 2 -> 1
03-21 21:46:00.753 28983-29133/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 1
03-21 21:47:55.705 28983-28983/com.example.android.bluetoothchat W/IInputConnectionWrapper﹕ showStatusIcon on inactive InputConnection
03-21 21:49:19.227 28983-28983/com.example.android.bluetoothchat I/System.out﹕ Starting logging
03-21 21:49:19.227 28983-28983/com.example.android.bluetoothchat I/MainActivity﹕ Ready
03-21 21:49:25.673 28983-28983/com.example.android.bluetoothchat D/BluetoothChatService﹕ connect to: 00:04:3E:01:72:3C
03-21 21:49:25.683 28983-28983/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 1 -> 2
03-21 21:49:25.683 28983-28983/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 2
03-21 21:49:25.683 28983-29249/com.example.android.bluetoothchat I/BluetoothChatService﹕ BEGIN mConnectThread SocketType:Insecure
03-21 21:49:25.693 28983-29249/com.example.android.bluetoothchat W/BluetoothAdapter﹕ getBluetoothService() called with no BluetoothManagerCallback
03-21 21:49:25.703 28983-29249/com.example.android.bluetoothchat D/BluetoothSocket﹕ connect(), SocketState: INIT, mPfd: {ParcelFileDescriptor: FileDescriptor[62]}
03-21 21:49:30.248 28983-28983/com.example.android.bluetoothchat D/BluetoothChatService﹕ connect to: D0:7E:356:77:5B
03-21 21:49:30.248 28983-28983/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 2 -> 2
03-21 21:49:30.248 28983-29255/com.example.android.bluetoothchat I/BluetoothChatService﹕ BEGIN mConnectThread SocketType:Insecure
03-21 21:49:30.248 28983-28983/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 2
03-21 21:49:30.248 28983-29249/com.example.android.bluetoothchat D/BluetoothChatService﹕ start
03-21 21:49:30.258 28983-29249/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 2 -> 1
03-21 21:49:30.258 28983-29249/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 1
03-21 21:49:30.268 28983-29255/com.example.android.bluetoothchat D/BluetoothChatService﹕ start
03-21 21:49:30.268 28983-29255/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 1 -> 1
03-21 21:49:30.268 28983-29255/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 1
03-21 21:49:34.131 28983-28983/com.example.android.bluetoothchat D/dalvikvm﹕ GC_FOR_ALLOC freed 248K, 3% free 9559K/9840K, paused 20ms, total 20ms
03-21 21:49:44.992 28983-28983/com.example.android.bluetoothchat D/BluetoothChatService﹕ connect to: 00:04:3E:01:72:3C
03-21 21:49:44.992 28983-28983/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 1 -> 2
03-21 21:49:44.992 28983-29275/com.example.android.bluetoothchat I/BluetoothChatService﹕ BEGIN mConnectThread SocketType:Insecure
03-21 21:49:44.992 28983-28983/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 2
03-21 21:49:44.992 28983-29275/com.example.android.bluetoothchat W/BluetoothAdapter﹕ getBluetoothService() called with no BluetoothManagerCallback
03-21 21:49:45.002 28983-29275/com.example.android.bluetoothchat D/BluetoothSocket﹕ connect(), SocketState: INIT, mPfd: {ParcelFileDescriptor: FileDescriptor[54]}
03-21 21:49:51.849 28983-29275/com.example.android.bluetoothchat D/BluetoothChatService﹕ start
03-21 21:49:51.849 28983-29275/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 2 -> 1
03-21 21:49:51.849 28983-29275/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 1
03-21 21:49:53.921 28983-28983/com.example.android.bluetoothchat D/BluetoothChatService﹕ connect to: 00:04:3E:01:72:3C
03-21 21:49:53.921 28983-28983/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 1 -> 2
03-21 21:49:53.921 28983-28983/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 2
03-21 21:49:53.931 28983-29287/com.example.android.bluetoothchat I/BluetoothChatService﹕ BEGIN mConnectThread SocketType:Insecure
03-21 21:49:53.941 28983-29287/com.example.android.bluetoothchat W/BluetoothAdapter﹕ getBluetoothService() called with no BluetoothManagerCallback
03-21 21:49:53.941 28983-29287/com.example.android.bluetoothchat D/BluetoothSocket﹕ connect(), SocketState: INIT, mPfd: {ParcelFileDescriptor: FileDescriptor[64]}
03-21 21:50:00.677 28983-29287/com.example.android.bluetoothchat D/BluetoothChatService﹕ start
03-21 21:50:00.677 28983-29287/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 2 -> 1
03-21 21:50:00.677 28983-29287/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 1
03-21 21:51:14.249 28983-28983/com.example.android.bluetoothchat W/IInputConnectionWrapper﹕ showStatusIcon on inactive InputConnection
03-21 21:51:59.593 29607-29607/com.example.android.bluetoothchat D/dalvikvm﹕ GC_FOR_ALLOC freed 214K, 3% free 9284K/9532K, paused 32ms, total 33ms
03-21 21:52:00.905 29607-29607/com.example.android.bluetoothchat D/BluetoothChatService﹕ connect to: D0:7E:356:77:5B
03-21 21:52:00.915 29607-29607/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 1 -> 2
03-21 21:52:00.915 29607-29674/com.example.android.bluetoothchat I/BluetoothChatService﹕ BEGIN mConnectThread SocketType:Insecure
03-21 21:52:00.915 29607-29607/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 2
03-21 21:52:00.915 29607-29674/com.example.android.bluetoothchat W/BluetoothAdapter﹕ getBluetoothService() called with no BluetoothManagerCallback
03-21 21:52:00.925 29607-29674/com.example.android.bluetoothchat D/BluetoothSocket﹕ connect(), SocketState: INIT, mPfd: {ParcelFileDescriptor: FileDescriptor[50]}
03-21 21:52:01.135 29607-29674/com.example.android.bluetoothchat D/BluetoothChatService﹕ start
03-21 21:52:01.135 29607-29674/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 2 -> 1
03-21 21:52:01.135 29607-29674/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 1
03-21 21:52:21.625 29785-29785/com.example.android.bluetoothchat I/System.out﹕ Starting logging
03-21 21:52:21.625 29785-29785/com.example.android.bluetoothchat I/MainActivity﹕ Ready
03-21 21:52:21.625 29785-29785/com.example.android.bluetoothchat D/BluetoothChatService﹕ start
03-21 21:52:21.625 29785-29785/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 0 -> 1
03-21 21:52:21.625 29785-29785/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 1
03-21 21:52:21.625 29785-29785/com.example.android.bluetoothchat W/BluetoothAdapter﹕ getBluetoothService() called with no BluetoothManagerCallback
03-21 21:52:21.625 29785-29798/com.example.android.bluetoothchat D/BluetoothChatService﹕ Socket Type: SecureBEGIN mAcceptThreadThread[Thread-1731,5,main]
03-21 21:52:21.635 29785-29785/com.example.android.bluetoothchat W/BluetoothAdapter﹕ getBluetoothService() called with no BluetoothManagerCallback
03-21 21:52:21.635 29785-29785/com.example.android.bluetoothchat I/System.out﹕ Starting bluetooth chat
03-21 21:52:21.635 29785-29799/com.example.android.bluetoothchat D/BluetoothChatService﹕ Socket Type: InsecureBEGIN mAcceptThreadThread[Thread-1732,5,main]
03-21 21:52:21.795 29785-29785/com.example.android.bluetoothchat I/Adreno-EGL﹕ <qeglDrvAPI_eglInitialize:320>: EGL 1.4 QUALCOMM Build: I0404c4692afb8623f95c43aeb6d5e13ed4b30ddbDate: 11/06/13
03-21 21:52:21.825 29785-29785/com.example.android.bluetoothchat D/OpenGLRenderer﹕ Enabling debug mode 0
03-21 21:52:27.761 29785-29785/com.example.android.bluetoothchat D/dalvikvm﹕ GC_FOR_ALLOC freed 181K, 3% free 9317K/9532K, paused 16ms, total 16ms
03-21 21:52:29.923 29785-29785/com.example.android.bluetoothchat D/BluetoothChatService﹕ connect to: D0:7E:356:77:5B
03-21 21:52:29.923 29785-29785/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 1 -> 2
03-21 21:52:29.923 29785-29845/com.example.android.bluetoothchat I/BluetoothChatService﹕ BEGIN mConnectThread SocketType:Insecure
03-21 21:52:29.923 29785-29785/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 2
03-21 21:52:29.933 29785-29845/com.example.android.bluetoothchat W/BluetoothAdapter﹕ getBluetoothService() called with no BluetoothManagerCallback
03-21 21:52:29.943 29785-29845/com.example.android.bluetoothchat D/BluetoothSocket﹕ connect(), SocketState: INIT, mPfd: {ParcelFileDescriptor: FileDescriptor[49]}
03-21 21:52:30.053 29785-29845/com.example.android.bluetoothchat D/BluetoothChatService﹕ start
03-21 21:52:30.053 29785-29845/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 2 -> 1
03-21 21:52:30.053 29785-29845/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 1
03-21 21:52:35.488 29785-29785/com.example.android.bluetoothchat D/BluetoothChatService﹕ connect to: D0:7E:356:77:5B
03-21 21:52:35.498 29785-29785/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 1 -> 2
03-21 21:52:35.498 29785-29785/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 2
03-21 21:52:35.498 29785-29858/com.example.android.bluetoothchat I/BluetoothChatService﹕ BEGIN mConnectThread SocketType:Insecure
03-21 21:52:35.508 29785-29858/com.example.android.bluetoothchat W/BluetoothAdapter﹕ getBluetoothService() called with no BluetoothManagerCallback
03-21 21:52:35.518 29785-29858/com.example.android.bluetoothchat D/BluetoothSocket﹕ connect(), SocketState: INIT, mPfd: {ParcelFileDescriptor: FileDescriptor[61]}
03-21 21:52:35.639 29785-29858/com.example.android.bluetoothchat D/BluetoothChatService﹕ start
03-21 21:52:35.639 29785-29858/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 2 -> 1
03-21 21:52:35.639 29785-29858/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 1
03-21 21:52:44.477 29785-29785/com.example.android.bluetoothchat D/BluetoothChatService﹕ connect to: 00:04:3E:01:72:3C
03-21 21:52:44.477 29785-29785/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 1 -> 2
03-21 21:52:44.477 29785-29874/com.example.android.bluetoothchat I/BluetoothChatService﹕ BEGIN mConnectThread SocketType:Secure
03-21 21:52:44.477 29785-29785/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 2
03-21 21:52:44.477 29785-29874/com.example.android.bluetoothchat W/BluetoothAdapter﹕ getBluetoothService() called with no BluetoothManagerCallback
03-21 21:52:44.477 29785-29874/com.example.android.bluetoothchat D/BluetoothSocket﹕ connect(), SocketState: INIT, mPfd: {ParcelFileDescriptor: FileDescriptor[62]}
03-21 21:52:51.274 29785-29874/com.example.android.bluetoothchat D/BluetoothChatService﹕ start
03-21 21:52:51.274 29785-29874/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 2 -> 1
03-21 21:52:51.274 29785-29874/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 1
03-21 21:52:58.191 29785-29785/com.example.android.bluetoothchat W/IInputConnectionWrapper﹕ showStatusIcon on inactive InputConnection
03-21 21:53:56.988 30089-30089/com.example.android.bluetoothchat D/dalvikvm﹕ GC_FOR_ALLOC freed 184K, 3% free 9314K/9532K, paused 17ms, total 17ms
03-21 21:53:58.760 30089-30089/com.example.android.bluetoothchat D/BluetoothChatService﹕ connect to: D0:7E:356:77:5B
03-21 21:53:58.770 30089-30089/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 1 -> 2
03-21 21:53:58.770 30089-30162/com.example.android.bluetoothchat I/BluetoothChatService﹕ BEGIN mConnectThread SocketType:Insecure
03-21 21:53:58.770 30089-30162/com.example.android.bluetoothchat W/BluetoothAdapter﹕ getBluetoothService() called with no BluetoothManagerCallback
03-21 21:53:58.780 30089-30162/com.example.android.bluetoothchat D/BluetoothSocket﹕ connect(), SocketState: INIT, mPfd: {ParcelFileDescriptor: FileDescriptor[55]}
03-21 21:53:58.780 30089-30089/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 2
03-21 21:53:58.980 30089-30162/com.example.android.bluetoothchat D/BluetoothChatService﹕ start
03-21 21:53:58.980 30089-30162/com.example.android.bluetoothchat D/BluetoothChatService﹕ setState() 2 -> 1
03-21 21:53:58.980 30089-30162/com.example.android.bluetoothchat I/System.out﹕ setting mState to : 1
03-21 21:54:05.857 30089-30089/com.example.android.bluetoothchat W/IInputConnectionWrapper﹕ showStatusIcon on inactive InputConnection
03-21 21:55:07.427 30089-30089/com.example.android.bluetoothchat I/System.out﹕ Starting logging
03-21 21:55:07.427 30089-30089/com.example.android.bluetoothchat I/MainActivity﹕ Ready
03-21 21:55:20.079 30089-30089/com.example.android.bluetoothchat W/IInputConnectionWrapper﹕ showStatusIcon on inactive InputConnection

Hi there,
Please wait until mods will move this thread to the device specific forum.
Stand by

Related

wifi on magic in donut

Hi i have compiled my own build of donut. Unfortunatelly i can't compile kernel, so i unpacked kernel from cyans 32A boot.img, but mi wifi is not working. When i click on activate wifi, everything seems ok, but scanning doesn't start and in Logcat i have this messages:
E/wpa_supplicant( 519): Set_key: Wrong Key
E/wpa_supplicant( 519): Set_key: Wrong Key
E/wpa_supplicant( 519): Set_key: Wrong Key
E/wpa_supplicant( 519): Set_key: Wrong Key
D/WifiService( 77): ACTION_BATTERY_CHANGED pluggedType: 2
I/wpa_supplicant( 519): CTRL-EVENT-STATE-CHANGE id=-1 state=2
W/wpa_supplicant( 519): Failed to initiate AP scan.
V/WifiMonitor( 77): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=2]
V/WifiStateTracker( 77): Connection to supplicant established, state=SCANNING
I/wpa_supplicant( 519): CTRL-EVENT-STATE-CHANGE id=-1 state=1
V/WifiMonitor( 77): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=1]
E/wpa_supplicant( 519): prepare_filter_struct: type=0
V/WifiStateTracker( 77): Changing supplicant state: SCANNING ==> SCANNING
V/WifiStateTracker( 77): Changing supplicant state: SCANNING ==> INACTIVE
D/dalvikvm( 275): GC freed 1605 objects / 88360 bytes in 86ms
I/wpa_supplicant( 519): CTRL-EVENT-TERMINATING - signal 15 received
I/wpa_supplicant( 519): CTRL-EVENT-TERMINATING - signal 0 received
V/WifiMonitor( 77): Event [CTRL-EVENT-TERMINATING - signal 15 received]
V/WifiStateTracker( 77): Connection to supplicant lost
I/wpa_supplicant( 519): CTRL-EVENT-STATE-CHANGE id=-1 state=0
in wpa_supplicant.conf i have:
update_config=1
ctrl_interface=tiwlan0
eapol_version=1
ap_scan=1
fast_reauth=1
so please help, thanks

HD-505 smart-tv wifi problem

Hello,
i just got my smart-tv android stick
it's from arena scientific model named HD-505
it's RK3066-cortex-A9 and has SDK-ENG_4.1_HD505_20000101 and Kernel 3.0.8+
i'm not able to enable wifi, and tried allot of applications and the same problem
i also downloaded terminal emulator and tried
svc wifi enable
but i got killed and not working
tried to disable and then enable but not working
I need to know if any have a solution
and also if i can upgrade/reimage it and from where to go the firmware and how to do it
thx for you help
here is the output of logcat
I/Xposed ( 7263): -----------------
I/Xposed ( 7263): Added Xposed (/data/data/de.robv.android.xposed.installer/bin/XposedBridge.jar) to CLASSPATH.
D/AndroidRuntime( 7263):
D/AndroidRuntime( 7263): >>>>>> AndroidRuntime START de.robv.android.xposed.XposedBridge <<<<<<
D/AndroidRuntime( 7263): CheckJNI is ON
I/AndroidRuntime( 7263): JNI options: '-Xjniopts:warnonly'
D/dalvikvm( 7263): Unable to stat classpath element '/system/framework/filterfw.jar'
D/dalvikvm( 7263): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 7263): Added shared lib libjavacore.so 0x0
D/dalvikvm( 7263): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 7263): Added shared lib libnativehelper.so 0x0
D/Xposed ( 7263): Using structure member offsets for mode WITH_JIT
I/Xposed ( 7263): Found Xposed class 'de/robv/android/xposed/XposedBridge', now initializing
I/Xposed ( 7263): -----------------
I/Xposed ( 7263): Oct 19, 2013 6:28:12 PM UTC
I/Xposed ( 7263): Loading Xposed (for com.android.commands.svc.Svc)...
I/Xposed ( 7263): Loading modules from /data/app/org.tracetool.hackconnectivityservice-1.apk
I/Xposed ( 7263): Loading class org.tracetool.hackconnectivityservice.Mod
D/AndroidRuntime( 7263): Calling main entry com.android.commands.svc.Svc
D/AndroidRuntime( 7263): Shutting down VM
D/WifiService( 265): setWifiEnabled: true pid=7263, uid=0
D/dalvikvm( 7263): GC_CONCURRENT freed 610K, 77% free 978K/4096K, paused 0ms+0ms, total 13ms
D/WifiHW ( 265): Read wifi chip type OK ! wifi_chip_type = RTL8188EU
D/WifiHW ( 265): wifi_load_driver: DRIVER_MODULE_PATH = /system/lib/modules/8188eu.ko, DRIVER_MODULE_ARG =
I/WidgetPrefs( 3393): Loaded widget prefs for 4
W/CommandListener( 80): Failed to retrieve HW addr for wlan0 (No such device)
D/CommandListener( 80): Setting iface cfg
E/WifiStateMachine( 265): Unable to change interface settings: java.lang.IllegalStateException: command '133 interface
setcfg wlan0 0.0.0.0 0 down' failed with '400 133 Failed to set address (No such device)'
E/WifiHW ( 265): Unable to open connection to supplicant on "wlan0": No such file or directory
I/wpa_supplicant( 7295): rfkill: Cannot open RFKILL control device
E/wpa_supplicant( 7295): nl80211: Could not configure driver to use managed mode
E/wpa_supplicant( 7295): Could not read interface wlan0 flags: No such device
E/wpa_supplicant( 7295): wlan0: Failed to initialize driver interface
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiStateMachine( 265): Failed to setup control channel, restart supplicant
W/CommandListener( 80): Failed to retrieve HW addr for wlan0 (No such device)
D/CommandListener( 80): Setting iface cfg
E/WifiStateMachine( 265): Unable to change interface settings: java.lang.IllegalStateException: command '135 interface
setcfg wlan0 0.0.0.0 0 down' failed with '400 135 Failed to set address (No such device)'
I/wpa_supplicant( 7325): rfkill: Cannot open RFKILL control device
E/wpa_supplicant( 7325): nl80211: Could not configure driver to use managed mode
E/wpa_supplicant( 7325): Could not read interface wlan0 flags: No such device
E/wpa_supplicant( 7325): wlan0: Failed to initialize driver interface
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiStateMachine( 265): Failed to setup control channel, restart supplicant
W/CommandListener( 80): Failed to retrieve HW addr for wlan0 (No such device)
D/CommandListener( 80): Setting iface cfg
E/WifiStateMachine( 265): Unable to change interface settings: java.lang.IllegalStateException: command '137 interface
setcfg wlan0 0.0.0.0 0 down' failed with '400 137 Failed to set address (No such device)'
I/wpa_supplicant( 7355): rfkill: Cannot open RFKILL control device
E/wpa_supplicant( 7355): nl80211: Could not configure driver to use managed mode
E/wpa_supplicant( 7355): Could not read interface wlan0 flags: No such device
E/wpa_supplicant( 7355): wlan0: Failed to initialize driver interface
E/WifiStateMachine( 265): Failed to start supplicant!
I/WidgetPrefs( 3393): Loaded widget prefs for 4
and the output of dmesg
<4>[ 3659.320483] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver 1.10) init.
<6>[ 3659.327835] usbcore: deregistering interface driver rtl8188eu
<6>[ 3970.236599] EXT4-fs (mtdblock8): re-mounted. Opts: (null)
<3>[ 3995.978894] init: untracked pid 6914 exited
<4>[ 4103.728041] Current WiFi chip is RTL8188EU.
<4>[ 4103.773033] =======================================================
<4>[ 4103.779414] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
<4>[ 4103.790871] =======================================================
<4>[ 4103.797142] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver 1.10) init.
<6>[ 4103.806603] usbcore: registered new interface driver rtl8188eu
<3>[ 4242.564293] init: untracked pid 7103 exited
<4>[ 4244.402560] =======================================================
<4>[ 4244.408850] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
<4>[ 4244.415446] =======================================================
<4>[ 4244.422095] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver 1.10) init.
<6>[ 4244.429710] usbcore: deregistering interface driver rtl8188eu
<4>[ 4277.579884] Current WiFi chip is RTL8188EU.
<4>[ 4277.617428] =======================================================
<4>[ 4277.624450] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
<4>[ 4277.631286] =======================================================
<4>[ 4277.638904] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver 1.10) init.
<6>[ 4277.647255] usbcore: registered new interface driver rtl8188eu
<4>[ 4308.063197] =======================================================
<4>[ 4308.069571] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
<4>[ 4308.076144] =======================================================
<4>[ 4308.082492] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver 1.10) init.
<6>[ 4308.089923] usbcore: deregistering interface driver rtl8188eu
<3>[ 4372.112169] init: untracked pid 7303 exited
<6>[ 4377.603039] EXT4-fs (mtdblock8): re-mounted. Opts: (null)
<3>[ 4562.414517] init: untracked pid 7385 exited

[Q] Unable to turn on wifi I9500

My wifi keeps turning on, but it never activates, everything else works fine (bluetooth, IMEI,etc) the problem is with the wifi, and it gives a corrupt MAC Address is 20:00:00:00:00:00
Here is my logcat (tried to only copy what i think is the relevant part)
Code:
08-05 05:44:51.873 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:51.974 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:52.075 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:52.175 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:52.276 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:52.376 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:52.477 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:52.577 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:52.678 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:52.779 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:52.880 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:52.981 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:53.081 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:53.182 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:53.282 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:53.383 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:53.484 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:53.584 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:53.685 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:53.785 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:53.885 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:53.986 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:54.087 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:54.187 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:54.288 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:54.388 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:54.489 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:54.589 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:54.690 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:54.790 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:54.891 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:54.992 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:55.092 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:55.193 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:55.293 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:55.394 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:55.494 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:55.595 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:55.695 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:55.796 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:55.896 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:55.997 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:56.097 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:56.198 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:56.299 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:56.399 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:56.500 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:56.600 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:56.673 W/InputMethodManagerService(3209): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
08-05 05:44:56.693 D/PhoneStatusBar(3431): disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
08-05 05:44:56.701 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:56.801 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:44:56.801 E/WifiMonitor(3209): startMonitoring(wlan0) failed!
08-05 05:44:56.802 E/WifiStateMachine(3209): Failed to setup control channel, restart supplicant
08-05 05:44:56.802 E/WifiMonitor(3209): killSupplicant p2ptrue init.svc.wpa_supplicant=unknown init.svc.p2p_supplicant=unknown
08-05 05:45:01.807 E/WifiMonitor(3209): killSupplicant p2ptrue init.svc.wpa_supplicant=unknown init.svc.p2p_supplicant=unknown
08-05 05:45:01.811 D/SoftapController(2654): Softap fwReload - Ok
08-05 05:45:01.817 W/CommandListener(2654): Failed to retrieve HW addr for wlan0 (No such device)
08-05 05:45:01.820 D/CommandListener(2654): Setting iface cfg
08-05 05:45:01.822 E/WifiStateMachine(3209): Unable to change interface settings: java.lang.IllegalStateException: command '159 interface setcfg wlan0 0.0.0.0 0 down' failed with '400 159 Failed to set address (No such device)'
08-05 05:45:01.824 E/wifi (3209): Could not read interface wlan0 flags: 19
08-05 05:45:01.824 E/WifiNative-HAL(3209): Could not start hal
08-05 05:45:01.824 E/WifiStateMachine(3209): Failed to start HAL
08-05 05:45:01.831 D/WifiMonitor(3209): startMonitoring(wlan0) with mConnected = false
08-05 05:45:01.834 E/WifiHW (3209): Unable to open connection to supplicant on "@android:wpa_wlan0": No such file or directory
08-05 05:45:01.901 I/wpa_supplicant(11934): Successfully initialized wpa_supplicant
08-05 05:45:01.903 E/wpa_supplicant(11934): Could not read interface wlan0 flags: No such device
08-05 05:45:01.903 I/wpa_supplicant(11934): nl80211: deinit ifname=wlan0 disabled_11b_rates=0
08-05 05:45:01.904 E/wpa_supplicant(11934): Could not read interface wlan0 flags: No such device
08-05 05:45:01.904 E/wpa_supplicant(11934): wlan0: Failed to initialize driver interface
08-05 05:45:01.935 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:02.035 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:02.137 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:02.237 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:02.338 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:02.439 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:02.540 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:02.641 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:02.742 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:02.842 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:02.943 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:03.044 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:03.145 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:03.246 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:03.346 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:03.447 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:03.549 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:03.649 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:03.750 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:03.851 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:03.952 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:04.053 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:04.154 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:04.254 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:04.355 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:04.455 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:04.556 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:04.657 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:04.758 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:04.859 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:04.960 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:05.061 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:05.161 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:05.263 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:05.363 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:05.464 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:05.565 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:05.666 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:05.768 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:05.869 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:05.969 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:06.070 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:06.171 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:06.272 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:06.372 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:06.473 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:06.574 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:06.675 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:06.776 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:06.877 E/WifiHW (3209): Supplicant not running, cannot connect
08-05 05:45:06.877 E/WifiMonitor(3209): startMonitoring(wlan0) failed!
08-05 05:45:06.877 E/WifiStateMachine(3209): Failed to setup control channel, restart supplicant
08-05 05:45:06.877 E/WifiMonitor(3209): killSupplicant p2ptrue init.svc.wpa_supplicant=unknown init.svc.p2p_supplicant=unknown
08-05 05:45:11.882 E/WifiMonitor(3209): killSupplicant p2ptrue init.svc.wpa_supplicant=unknown init.svc.p2p_supplicant=unknown
08-05 05:45:11.887 D/SoftapController(2654): Softap fwReload - Ok
08-05 05:45:11.892 W/CommandListener(2654): Failed to retrieve HW addr for wlan0 (No such device)
08-05 05:45:11.896 D/CommandListener(2654): Setting iface cfg
08-05 05:45:11.899 E/WifiStateMachine(3209): Unable to change interface settings: java.lang.IllegalStateException: command '162 interface setcfg wlan0 0.0.0.0 0 down' failed with '400 162 Failed to set address (No such device)'
08-05 05:45:11.901 E/wifi (3209): Could not read interface wlan0 flags: 19
08-05 05:45:11.901 E/WifiNative-HAL(3209): Could not start hal
08-05 05:45:11.902 E/WifiStateMachine(3209): Failed to start HAL
08-05 05:45:11.986 I/wpa_supplicant(11943): Successfully initialized wpa_supplicant
08-05 05:45:11.989 E/wpa_supplicant(11943): Could not read interface wlan0 flags: No such device
08-05 05:45:11.989 I/wpa_supplicant(11943): nl80211: deinit ifname=wlan0 disabled_11b_rates=0
08-05 05:45:11.989 E/wpa_supplicant(11943): Could not read interface wlan0 flags: No such device
08-05 05:45:11.989 E/wpa_supplicant(11943): wlan0: Failed to initialize driver interface
08-05 05:45:12.006 E/WifiStateMachine(3209): Failed to start supplicant!
08-05 05:45:12.008 E/WifiService(3209): Wi-Fi state is failed
08-05 05:45:12.008 D/WifiService(3209): setWifiEnabled: false pid=3209, uid=1000
08-05 05:45:12.008 E/WifiService(3209): Invoking mWifiStateMachine.setWifiEnabled
08-05 05:45:12.011 E/WifiMonitor(3209): killSupplicant p2ptrue init.svc.wpa_supplicant=unknown init.svc.p2p_supplicant=unknown
08-05 05:45:12.013 D/SoftapController(2654): Softap fwReload - Ok
08-05 05:45:12.014 W/CommandListener(2654): Failed to retrieve HW addr for wlan0 (No such device)
08-05 05:45:12.015 D/CommandListener(2654): Setting iface cfg
08-05 05:45:12.016 E/WifiStateMachine(3209): Unable to change interface settings: java.lang.IllegalStateException: command '165 interface setcfg wlan0 0.0.0.0 0 down' failed with '400 165 Failed to set address (No such device)'
08-05 05:45:12.016 E/wifi (3209): Could not read interface wlan0 flags: 19
08-05 05:45:12.016 E/WifiNative-HAL(3209): Could not start hal
08-05 05:45:12.016 E/WifiStateMachine(3209): Failed to start HAL
08-05 05:45:12.078 I/wpa_supplicant(11945): Successfully initialized wpa_supplicant
08-05 05:45:12.080 E/wpa_supplicant(11945): Could not read interface wlan0 flags: No such device
08-05 05:45:12.080 I/wpa_supplicant(11945): nl80211: deinit ifname=wlan0 disabled_11b_rates=0
08-05 05:45:12.080 E/wpa_supplicant(11945): Could not read interface wlan0 flags: No such device
08-05 05:45:12.081 E/wpa_supplicant(11945): wlan0: Failed to initialize driver interface
08-05 05:45:12.118 E/WifiStateMachine(3209): Failed to start supplicant!
08-05 05:45:12.119 E/WifiService(3209): Wi-Fi state is failed
08-05 05:45:12.119 D/WifiService(3209): setWifiEnabled: false pid=3209, uid=1000
08-05 05:45:12.119 E/WifiService(3209): Invoking mWifiStateMachine.setWifiEnabled
08-05 05:45:23.023 E/NetlinkEvent(2654): NetlinkEvent::FindParam(): Parameter 'INTERFACE' not found
08-05 05:45:23.023 E/NetlinkEvent(2654): NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found
08-05 05:45:23.024 E/NetlinkEvent(2654): NetlinkEvent::FindParam(): Parameter 'UID' not found
08-05 05:45:23.027 E/NetdConnector(3209): Error handling '613 IfaceClass active (null)': java.lang.NumberFormatException: Invalid int: "(null)"
08-05 05:45:39.175 E/NetlinkEvent(2654): NetlinkEvent::FindParam(): Parameter 'INTERFACE' not found
08-05 05:45:39.175 E/NetlinkEvent(2654): NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found
08-05 05:45:39.175 E/NetlinkEvent(2654): NetlinkEvent::FindParam(): Parameter 'UID' not found
08-05 05:45:39.176 E/NetdConnector(3209): Error handling '613 IfaceClass idle (null)': java.lang.NumberFormatException: Invalid int: "(null)"
http://pastebin.com/5zBXTfHG
It's almost the same that happened to this thread: http://forum.xda-developers.com/nexus-6/help/wifi-mac-address-200000000000-t3257465 with the difference that he had a nexus 6 and solved it correcting the permissions of /persist partition and I dont have that partition.
Any help will be greatly appreciated, thanks.
Hello,
You need to provide more info if you want help.
For one, a device model would be good.
For the other, the ROM you were running at the time of the incident. Also, any modifications that have been done to with or any unusual happening prior to the problem.
GDReaper said:
Hello,
You need to provide more info if you want help.
For one, a device model would be good.
For the other, the ROM you were running at the time of the incident. Also, any modifications that have been done to with or any unusual happening prior to the problem.
Click to expand...
Click to collapse
Sorry, the device model was on the title, but my bad for not giving more details.
Device: S4 I9500
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
It started to happen I think that on gearcm lollipop version, I flashed through ODIN stock, tried other ROMs, other kernels, everything is the same, the weird thing is that I read that the module failing is a common thing on my phone, but when it fails bluetooth does not work as they are in the same module, and in my case bluetooth is not working
So, I've tried "svc wifi disable" and "svc wifi enable" with no change in behavior. Taking a deeper peek, I ran "dumpsys wifi" right after attempting to toggle wifi on, and this is what it returns:
Code:
:/ # dumpsys wifi
Wi-Fi is [invalid state]
Stay-awake conditions: 0
mMulticastEnabled 0
mMulticastDisabled 0
mInIdleMode false
mScanPending false
WifiController:
total records=18
rec[0]: time=08-05 12:05:13.663 processed=StaDisabledWithScanState org=StaDisabledWithScanState dest=<null> what=155656(0x26008)
rec[1]: time=08-05 12:05:14.168 processed=StaDisabledWithScanState org=StaDisabledWithScanState dest=<null> what=155659(0x2600b)
rec[2]: time=08-05 12:05:14.168 processed=StaDisabledWithScanState org=StaDisabledWithScanState dest=DeviceActiveState what=155656(0x26008)
rec[3]: time=08-05 12:05:16.766 processed=StaEnabledState org=DeviceActiveState dest=StaDisabledWithScanState what=155656(0x26008)
rec[4]: time=08-05 12:05:17.215 processed=StaDisabledWithScanState org=StaDisabledWithScanState dest=<null> what=155656(0x26008)
rec[5]: time=08-05 12:05:17.797 processed=DefaultState org=StaDisabledWithScanState dest=<null> what=155652(0x26004)
rec[6]: time=08-05 12:05:17.906 processed=DefaultState org=StaDisabledWithScanState dest=<null> what=155652(0x26004)
rec[7]: time=08-05 12:05:22.727 processed=DefaultState org=StaDisabledWithScanState dest=<null> what=155652(0x26004)
rec[8]: time=08-05 12:05:30.449 processed=DefaultState org=StaDisabledWithScanState dest=<null> what=155654(0x26006)
rec[9]: time=08-05 12:05:33.107 processed=DefaultState org=StaDisabledWithScanState dest=<null> what=155650(0x26002)
rec[10]: time=08-05 12:05:33.195 processed=DefaultState org=StaDisabledWithScanState dest=<null> what=155651(0x26003)
rec[11]: time=08-05 12:05:34.926 processed=StaDisabledWithScanState org=StaDisabledWithScanState dest=<null> what=155656(0x26008)
rec[12]: time=08-05 12:05:42.914 processed=DefaultState org=StaDisabledWithScanState dest=<null> what=155650(0x26002)
rec[13]: time=08-05 12:05:44.404 processed=DefaultState org=StaDisabledWithScanState dest=<null> what=155660(0x2600c)
rec[14]: time=08-05 12:05:47.703 processed=DefaultState org=StaDisabledWithScanState dest=<null> what=155654(0x26006)
rec[15]: time=08-05 12:05:57.821 processed=StaDisabledWithScanState org=StaDisabledWithScanState dest=DeviceActiveState what=155656(0x26008)
rec[16]: time=08-05 12:05:57.933 processed=StaEnabledState org=DeviceActiveState dest=StaDisabledWithScanState what=155656(0x26008)
rec[17]: time=08-05 12:05:58.042 processed=StaDisabledWithScanState org=StaDisabledWithScanState dest=<null> what=155656(0x26008)
curState=StaDisabledWithScanState
mScreenOff false
mDeviceIdle false
mPluggedType 0
mIdleMillis 900000
mSleepPolicy 2
mPersistWifiState 0
mAirplaneModeOn false
mNotificationEnabled true
mNotificationRepeatTime 0
mNotificationShown false
mNumScansSinceNetworkStateChange 0
mEnableTrafficStatsPoll false
mTrafficStatsPollToken 0
mTxPkts 0
mRxPkts 0
mDataActivity 0
Latest scan results:
Locks acquired: 0 full, 0 full high perf, 1 scan
Locks released: 0 full, 0 full high perf, 1 scan
Locks held:
Multicast Locks held:
WifiWatchdogStateMachine:
total records=0
curState=NotConnectedState
mWifiInfo: [null]
mLinkProperties: [null]
mCurrentSignalLevel: [0]
mPoorNetworkDetectionEnabled: [false]
WifiStateMachine:
total records=43
rec[0]: time=08-05 12:05:13.440 processed=DefaultState org=InitialState dest=<null> what=131154(0x20052) CMD_ENABLE_RSSI_POLL rt=53135/53135 1 0
rec[1]: time=08-05 12:05:13.440 processed=DefaultState org=InitialState dest=<null> what=69632(0x11000) AsyncChannel.CMD_CHANNEL_HALF_CONNECTED rt=53136/53136 0 0
rec[2]: time=08-05 12:05:13.770 processed=InitialState org=InitialState dest=<null> what=131083(0x2000b) CMD_START_SUPPLICANT rt=53465/53465 0 0
rec[3]: time=08-05 12:05:13.770 processed=DefaultState org=InitialState dest=<null> what=131144(0x20048) (-5)CMD_SET_OPERATIONAL_MODE rt=53465/53465 3 0
rec[4]: time=08-05 12:05:13.770 processed=DefaultState org=InitialState dest=<null> what=131085(0x2000d) (-5)CMD_START_DRIVER rt=53465/53465 0 0
rec[5]: time=08-05 12:05:15.598 processed=InitialState org=InitialState dest=<null> what=131083(0x2000b) CMD_START_SUPPLICANT rt=55294/55294 0 0
rec[6]: time=08-05 12:05:15.599 processed=DefaultState org=InitialState dest=<null> what=131144(0x20048) (-5)CMD_SET_OPERATIONAL_MODE rt=55294/55294 1 0
rec[7]: time=08-05 12:05:15.599 processed=DefaultState org=InitialState dest=<null> what=131085(0x2000d) (-5)CMD_START_DRIVER rt=55294/55294 0 0
rec[8]: time=08-05 12:05:15.599 processed=DefaultState org=InitialState dest=<null> what=131149(0x2004d) CMD_SET_HIGH_PERF_MODE rt=55294/55294 0 0
rec[9]: time=08-05 12:05:29.816 processed=InitialState org=InitialState dest=SupplicantStartingState what=131083(0x2000b) CMD_START_SUPPLICANT rt=71624/71624 0 0
rec[10]: time=08-05 12:05:29.816 processed=SupplicantStartingState org=SupplicantStartingState dest=<null> what=131144(0x20048) (-4)CMD_SET_OPERATIONAL_MODE rt=71624/71624 3 0
rec[11]: time=08-05 12:05:29.816 processed=SupplicantStartingState org=SupplicantStartingState dest=<null> what=131085(0x2000d) (-4)CMD_START_DRIVER rt=71624/71624 0 0
rec[12]: time=08-05 12:05:29.816 processed=SupplicantStartingState org=SupplicantStartingState dest=<null> what=131152(0x20050) (-4)CMD_SET_COUNTRY_CODE rt=71624/71624 1 1 ar
rec[13]: time=08-05 12:05:29.817 processed=DefaultState org=SupplicantStartingState dest=<null> what=131133(0x2003d) CMD_GET_SUPPORTED_FEATURES uid=10012 rt=71624/71624 0 0
rec[14]: time=08-05 12:05:29.817 processed=DefaultState org=SupplicantStartingState dest=<null> what=131206(0x20086) CMD_BOOT_COMPLETED rt=71625/71625 0 0
rec[15]: time=08-05 12:05:29.818 processed=SupplicantStartingState org=SupplicantStartingState dest=InitialState what=147458(0x24002) SUP_DISCONNECTION_EVENT rt=71625/71625 0 0
rec[16]: time=08-05 12:05:30.018 processed=DefaultState org=InitialState dest=<null> what=131144(0x20048) (-5)CMD_SET_OPERATIONAL_MODE rt=71826/71826 3 0
rec[17]: time=08-05 12:05:30.019 processed=DefaultState org=InitialState dest=<null> what=131085(0x2000d) (-5)CMD_START_DRIVER rt=71826/71826 0 0
rec[18]: time=08-05 12:05:30.019 processed=DefaultState org=InitialState dest=<null> what=131152(0x20050) CMD_SET_COUNTRY_CODE rt=71826/71826 1 1 ar
rec[19]: time=08-05 12:05:30.383 processed=DefaultState org=InitialState dest=<null> what=131133(0x2003d) CMD_GET_SUPPORTED_FEATURES uid=10012 rt=72191/72191 0 0
rec[20]: time=08-05 12:05:30.457 processed=DefaultState org=InitialState dest=<null> what=131143(0x20047) (-5)CMD_START_SCAN rt=72264/72264 10012 0 ic=0 proc(ms):0 cnt=0 rssi=-127 f=-1 sc=0 link=-1 tx=0.0, 0.0, 0.0 rx=0.0 fiv=0 [on:0 tx:0 rx:0 period:1530715225] from screen [on:0 period:1530715225]
rec[21]: time=08-05 12:05:33.104 processed=DefaultState org=InitialState dest=<null> what=131167(0x2005f) !CMD_SCREEN_STATE_CHANGED rt=74912/74912 1 0
rec[22]: time=08-05 12:05:33.105 processed=DefaultState org=InitialState dest=<null> what=131154(0x20052) !CMD_ENABLE_RSSI_POLL rt=74912/74912 1 0
rec[23]: time=08-05 12:05:33.105 processed=DefaultState org=InitialState dest=<null> what=131127(0x20037) !(-5)CMD_ENABLE_ALL_NETWORKS rt=74912/74912 0 0
rec[24]: time=08-05 12:05:33.105 processed=DefaultState org=InitialState dest=<null> what=131158(0x20056) !CMD_SET_SUSPEND_OPT_ENABLED rt=74912/74912 0 0
rec[25]: time=08-05 12:05:33.105 processed=DefaultState org=InitialState dest=<null> what=131129(0x20039) !(-5)CMD_CLEAR_BLACKLIST rt=74912/74912 0 0
rec[26]: time=08-05 12:05:33.193 processed=DefaultState org=InitialState dest=<null> what=131167(0x2005f) CMD_SCREEN_STATE_CHANGED rt=75000/75000 0 0
rec[27]: time=08-05 12:05:33.193 processed=DefaultState org=InitialState dest=<null> what=131154(0x20052) CMD_ENABLE_RSSI_POLL rt=75000/75000 0 0
rec[28]: time=08-05 12:05:33.193 processed=DefaultState org=InitialState dest=<null> what=131158(0x20056) CMD_SET_SUSPEND_OPT_ENABLED rt=75001/75001 1 0
rec[29]: time=08-05 12:05:34.926 processed=InitialState org=InitialState dest=<null> what=131083(0x2000b) CMD_START_SUPPLICANT rt=76734/76734 0 0
rec[30]: time=08-05 12:05:42.908 processed=DefaultState org=InitialState dest=<null> what=131167(0x2005f) !CMD_SCREEN_STATE_CHANGED rt=84716/84716 1 0
rec[31]: time=08-05 12:05:42.908 processed=DefaultState org=InitialState dest=<null> what=131154(0x20052) !CMD_ENABLE_RSSI_POLL rt=84716/84716 1 0
rec[32]: time=08-05 12:05:42.909 processed=DefaultState org=InitialState dest=<null> what=131127(0x20037) !(-5)CMD_ENABLE_ALL_NETWORKS rt=84716/84716 0 0
rec[33]: time=08-05 12:05:42.909 processed=DefaultState org=InitialState dest=<null> what=131158(0x20056) !CMD_SET_SUSPEND_OPT_ENABLED rt=84716/84716 0 0
rec[34]: time=08-05 12:05:42.909 processed=DefaultState org=InitialState dest=<null> what=131129(0x20039) !(-5)CMD_CLEAR_BLACKLIST rt=84716/84716 0 0
rec[35]: time=08-05 12:05:53.307 processed=DefaultState org=InitialState dest=<null> what=131143(0x20047) !(-5)CMD_START_SCAN rt=95114/95114 10012 1 ic=0 proc(ms):1 cnt=3 rssi=-127 f=-1 sc=0 link=-1 tx=0.0, 0.0, 0.0 rx=0.0 fiv=20000 [on:0 tx:0 rx:0 period:22850] from screen [on:0 period:1530738075]
rec[36]: time=08-05 12:05:57.928 processed=InitialState org=InitialState dest=<null> what=131083(0x2000b) !CMD_START_SUPPLICANT rt=99736/99736 0 0
rec[37]: time=08-05 12:05:57.928 processed=DefaultState org=InitialState dest=<null> what=131144(0x20048) !(-5)CMD_SET_OPERATIONAL_MODE rt=99736/99736 1 0
rec[38]: time=08-05 12:05:57.928 processed=DefaultState org=InitialState dest=<null> what=131085(0x2000d) !(-5)CMD_START_DRIVER rt=99736/99736 0 0
rec[39]: time=08-05 12:05:57.928 processed=DefaultState org=InitialState dest=<null> what=131149(0x2004d) !CMD_SET_HIGH_PERF_MODE rt=99736/99736 0 0
rec[40]: time=08-05 12:05:58.041 processed=InitialState org=InitialState dest=<null> what=131083(0x2000b) !CMD_START_SUPPLICANT rt=99849/99849 0 0
rec[41]: time=08-05 12:05:58.041 processed=DefaultState org=InitialState dest=<null> what=131144(0x20048) !(-5)CMD_SET_OPERATIONAL_MODE rt=99849/99849 3 0
rec[42]: time=08-05 12:05:58.041 processed=DefaultState org=InitialState dest=<null> what=131085(0x2000d) !(-5)CMD_START_DRIVER rt=99849/99849 0 0
curState=InitialState
SupplicantStateTracker:
total records=0
curState=UninitializedState
mAuthenticationFailuresCount 0
mAuthFailureInSupplicantBroadcast false
mNetworksDisabledDuringConnect false
mLinkProperties {LinkAddresses: [] Routes: [] DnsAddresses: [] Domains: null MTU: 0}
mWifiInfo SSID: <unknown ssid>, BSSID: <none>, MAC: 02:00:00:00:00:00, Supplicant state: UNINITIALIZED, RSSI: -127, Link speed: -1Mbps, Frequency: -1MHz, Net ID: -1, Metered hint: false, score: 0
mDhcpResults null
mNetworkInfo [type: WIFI[], state: UNKNOWN/IDLE, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: false]
mLastSignalLevel -1
mLastBssid null
mLastNetworkId -1
mOperationalMode 1
mUserWantsSuspendOpt true
mSuspendOptNeedsDisabled 4
Supplicant status null
mLegacyPnoEnabled false
mDriverSetCountryCode null
mConnectedModeGScanOffloadStarted false
mGScanPeriodMilli 0
mConnectionRequests 1
mUntrustedReqCount 0
Dump of WifiConfigStore
mLastPriority -1
Configured networks
WifiConfigStore - Log Begin ----
08-05 12:05:13.668 - startHal stack: - startHal - processMessage - processMsg - handleMessage - dispatchMessage - loop
08-05 12:05:15.497 - startHal stack: - startHal - processMessage - processMsg - handleMessage - dispatchMessage - loop
08-05 12:05:16.780 - startHal stack: - startHal - processMessage - processMsg - handleMessage - dispatchMessage - loop
08-05 12:05:16.893 - p2p0: connectToSupplicant
08-05 12:05:24.888 - p2p0: connectToSupplicant
08-05 12:05:24.988 - p2p0: connectToSupplicant
08-05 12:05:25.089 - p2p0: connectToSupplicant
08-05 12:05:25.189 - p2p0: connectToSupplicant
08-05 12:05:25.290 - p2p0: connectToSupplicant
08-05 12:05:25.390 - p2p0: connectToSupplicant
08-05 12:05:25.491 - p2p0: connectToSupplicant
08-05 12:05:25.591 - p2p0: connectToSupplicant
08-05 12:05:25.692 - p2p0: connectToSupplicant
08-05 12:05:25.793 - p2p0: connectToSupplicant
08-05 12:05:25.893 - p2p0: connectToSupplicant
08-05 12:05:25.994 - p2p0: connectToSupplicant
08-05 12:05:26.094 - p2p0: connectToSupplicant
08-05 12:05:26.195 - p2p0: connectToSupplicant
08-05 12:05:26.295 - p2p0: connectToSupplicant
08-05 12:05:26.396 - p2p0: connectToSupplicant
08-05 12:05:26.496 - p2p0: connectToSupplicant
08-05 12:05:26.596 - p2p0: connectToSupplicant
08-05 12:05:26.697 - p2p0: connectToSupplicant
08-05 12:05:26.797 - p2p0: connectToSupplicant
08-05 12:05:26.898 - p2p0: connectToSupplicant
08-05 12:05:26.998 - p2p0: connectToSupplicant
08-05 12:05:27.099 - p2p0: connectToSupplicant
08-05 12:05:27.199 - p2p0: connectToSupplicant
08-05 12:05:27.300 - p2p0: connectToSupplicant
08-05 12:05:27.400 - p2p0: connectToSupplicant
08-05 12:05:27.501 - p2p0: connectToSupplicant
08-05 12:05:27.601 - p2p0: connectToSupplicant
08-05 12:05:27.702 - p2p0: connectToSupplicant
08-05 12:05:27.802 - p2p0: connectToSupplicant
08-05 12:05:27.903 - p2p0: connectToSupplicant
08-05 12:05:28.003 - p2p0: connectToSupplicant
08-05 12:05:28.104 - p2p0: connectToSupplicant
08-05 12:05:28.204 - p2p0: connectToSupplicant
08-05 12:05:28.305 - p2p0: connectToSupplicant
08-05 12:05:28.406 - p2p0: connectToSupplicant
08-05 12:05:28.506 - p2p0: connectToSupplicant
08-05 12:05:28.606 - p2p0: connectToSupplicant
08-05 12:05:28.707 - p2p0: connectToSupplicant
08-05 12:05:28.809 - p2p0: connectToSupplicant
08-05 12:05:28.909 - p2p0: connectToSupplicant
08-05 12:05:29.010 - p2p0: connectToSupplicant
08-05 12:05:29.110 - p2p0: connectToSupplicant
08-05 12:05:29.212 - p2p0: connectToSupplicant
08-05 12:05:29.314 - p2p0: connectToSupplicant
08-05 12:05:29.414 - p2p0: connectToSupplicant
08-05 12:05:29.514 - p2p0: connectToSupplicant
08-05 12:05:29.615 - p2p0: connectToSupplicant
08-05 12:05:29.715 - p2p0: connectToSupplicant
08-05 12:05:29.816 - p2p0: connectToSupplicant
08-05 12:05:33.104 - wlan0: 0:IFNAME=wlan0 SET pno 0 -> false
08-05 12:05:33.192 - wlan0: 1:IFNAME=wlan0 SET pno 0 -> false
08-05 12:05:34.824 - startHal stack: - startHal - processMessage - processMsg - handleMessage - dispatchMessage - loop
08-05 12:05:42.908 - wlan0: 2:IFNAME=wlan0 SET pno 0 -> false
08-05 12:05:57.826 - startHal stack: - startHal - processMessage - processMsg - handleMessage - dispatchMessage - loop
08-05 12:05:57.939 - startHal stack: - startHal - processMessage - processMsg - handleMessage - dispatchMessage - loop
WifiConfigStore - Log End ----
*** firmware logging disabled, no debug data ****
set config_wifi_enable_wifi_firmware_debugging to enable
[email protected]:/ #
In there, I see repeated attempts that the wifi service makes to start the supplicant and the driver. These are followed right away with disconnection events from the supplicant - that is to say - the supplicant never starts. And I can't be sure about the driver either. This seems to be confirmed by this line near the end, where we can see the false null mac that the service reports to the system, and the Supplicant state of "UNINITIALIZED".
Code:
mWifiInfo SSID: <unknown ssid>, BSSID: <none>, MAC: 02:00:00:00:00:00, Supplicant state: UNINITIALIZED, RSSI: -127, Link speed: -1Mbps, Frequency: -1MHz, Net ID: -1, Metered hint: false, score: 0
Enviado desde mi GT-I9500 mediante Tapatalk
So nobody can help?
fedex-bermu said:
So nobody can help?
Click to expand...
Click to collapse
Probably it's a corrupted EFS partition, so won't make difference flashing tons of roms and kernels.

WiFi problem. Flashed LineageOS, not connecting. Switch grayed out.

Hi I need help otherwise my not fat mobile allowance will get depleted soon!
Straight after first restart, after flashing I could see available wifi networks. But since my pass is too complicated to just type it, I have skipped it then.
Now when it 'pretends' to be 'on' I can see only something that looks like empty list of available networks [No Wi-Fi networks available]. Switch is greyed out and I'm stuck.
I was thinking of flashing Lineage again, if someone could confirm that [in 99%] it will not affect my adapted to internal storage → SD card.
lineage-14.1-20170315-nightly-klte-signed
Samsung S5 G900F
Here is LogCat
03-21 17:10:49.124 D/audio_hw_primary(334): out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
03-21 17:10:51.233 W/WindowManager(731): Attempted to remove non-existing token: [email protected]
03-21 17:10:51.269 I/ActivityManager(731): Setting hasTopUi=true for pid=946
03-21 17:10:51.273 D/PhoneStatusBar(946): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
03-21 17:10:51.867 W/InputMethodManagerService(731): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
03-21 17:10:51.871 V/PhoneStatusBar(946): setLightsOn(true)
03-21 17:10:51.900 I/ActivityManager(731): Setting hasTopUi=false for pid=946
03-21 17:10:51.904 D/PhoneStatusBar(946): disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
03-21 17:10:51.985 V/PhoneStatusBar(946): setLightsOn(true)
03-21 17:10:51.998 V/PhoneStatusBar(946): setLightsOn(true)
03-21 17:10:52.157 I/ActivityManager(731): Setting hasTopUi=true for pid=946
03-21 17:10:52.158 D/PhoneStatusBar(946): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
03-21 17:10:52.192 V/PhoneStatusBar(946): setLightsOn(true)
03-21 17:10:52.271 D/audio_hw_primary(334): out_standby: enter: stream (0xb626adc0) usecase(1: low-latency-playback)
03-21 17:10:52.322 D/hardware_info(334): hw_info_append_hw_type : device_name = speaker
03-21 17:10:53.016 D/audio_hw_primary(334): out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
03-21 17:10:53.016 D/audio_hw_primary(334): start_output_stream: enter: stream(0xb626adc0)usecase(1: low-latency-playback) devices(0x2)
03-21 17:10:53.016 D/audio_hw_primary(334): start_output_stream: enter: usecase(1: low-latency-playback) devices(0x2)
03-21 17:10:53.016 D/audio_hw_primary(334): select_devices: out_snd_device(2: speaker) in_snd_device(0: )
03-21 17:10:53.016 W/msm8974_platform(334): Codec backend bitwidth 16, samplerate 48000
03-21 17:10:53.016 D/hardware_info(334): hw_info_append_hw_type : device_name = speaker
03-21 17:10:53.016 I/msm8974_platform(334): platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
03-21 17:10:53.016 D/ACDB-LOADER(334): ACDB -> send_audio_cal, acdb_id = 15, path = 0
03-21 17:10:53.017 D/ACDB-LOADER(334): ACDB -> send_adm_topology
03-21 17:10:53.017 D/ACDB-LOADER(334): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
03-21 17:10:53.017 D/ACDB-LOADER(334): ACDB -> send_asm_topology
03-21 17:10:53.017 D/ACDB-LOADER(334): ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
03-21 17:10:53.017 D/ACDB-LOADER(334): ACDB -> send_audtable
03-21 17:10:53.017 D/ACDB-LOADER(334): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
03-21 17:10:53.017 D/ (334): ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
03-21 17:10:53.017 D/ACDB-LOADER(334): ACDB -> AUDIO_SET_AUDPROC_CAL
03-21 17:10:53.017 D/ACDB-LOADER(334): ACDB -> send_audvoltable
03-21 17:10:53.017 D/ACDB-LOADER(334): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE
03-21 17:10:53.017 D/ (334): ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
03-21 17:10:53.017 D/ACDB-LOADER(334): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
03-21 17:10:53.017 D/ACDB-LOADER(334): ACDB -> send_afe_cal
03-21 17:10:53.017 D/ACDB-LOADER(334): ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
03-21 17:10:53.017 D/ (334): ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
03-21 17:10:53.017 D/ACDB-LOADER(334): ACDB -> AUDIO_SET_AFE_CAL
03-21 17:10:53.019 D/WifiService(731): setWifiEnabled: true pid=946, uid=10028
03-21 17:10:53.020 E/WifiMonitor(731): killSupplicant p2ptrue init.svc.wpa_supplicant=unknown init.svc.p2p_supplicant=unknown
03-21 17:10:53.021 D/audio_hw_primary(334): select_devices: done
03-21 17:10:53.024 D/SoftapController(346): Softap fwReload - Ok
03-21 17:10:53.038 W/CommandListener(346): Failed to retrieve HW addr for wlan0 (No such device)
03-21 17:10:53.039 D/CommandListener(346): Setting iface cfg
03-21 17:10:53.040 E/WifiStateMachine(731): Unable to change interface settings: java.lang.IllegalStateException: command '210 interface setcfg wlan0 0.0.0.0 0 down' failed with '400 210 Failed to clear address (No such device)'
03-21 17:10:53.041 E/wifi (731): Could not read interface wlan0 flags: 19
03-21 17:10:53.041 E/WifiNative-HAL(731): Could not start hal
03-21 17:10:53.041 E/WifiStateMachine(731): Failed to start HAL
03-21 17:10:53.082 D/WifiMonitor(731): startMonitoring(wlan0) with mConnected = false
03-21 17:10:53.087 E/WifiHW (731): Unable to open connection to supplicant on "@android:wpa_wlan0": No such file or directory
03-21 17:10:53.095 V/macloader(19517): Found CID type: 1
03-21 17:10:53.095 I/macloader(19517): Settting wifi type to murata in /data/.cid.info
03-21 17:10:53.095 D/macloader(19517): Change permissions of /data/.cid.info
03-21 17:10:53.095 D/macloader(19517): Using NVRAM calibration file: /system/etc/wifi/nvram_net.txt
03-21 17:10:53.095 D/macloader(19517): Changing NVRAM calibration file for murata chipset
03-21 17:10:53.095 W/macloader(19517): NVRAM calibration file '/system/etc/wifi/nvram_net.txt_murata' doesn't exist
03-21 17:10:53.153 I/wpa_supplicant(19518): Successfully initialized wpa_supplicant
03-21 17:10:53.154 E/wpa_supplicant(19518): Could not read interface wlan0 flags: No such device
03-21 17:10:53.154 I/wpa_supplicant(19518): nl80211: deinit ifname=wlan0 disabled_11b_rates=0
03-21 17:10:53.154 E/wpa_supplicant(19518): Could not read interface wlan0 flags: No such device
03-21 17:10:53.154 E/wpa_supplicant(19518): wlan0: Failed to initialize driver interface
03-21 17:10:53.189 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:53.290 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:53.391 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:53.492 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:53.593 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:53.694 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:53.795 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:53.896 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:53.997 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:54.097 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:54.199 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:54.300 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:54.400 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:54.499 W/InputMethodManagerService(731): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
03-21 17:10:54.501 V/PhoneStatusBar(946): setLightsOn(true)
03-21 17:10:54.502 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:54.515 I/ActivityManager(731): Setting hasTopUi=false for pid=946
03-21 17:10:54.517 D/PhoneStatusBar(946): disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
03-21 17:10:54.585 V/PhoneStatusBar(946): setLightsOn(true)
03-21 17:10:54.603 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:54.705 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:54.772 W/WindowManager(731): Attempted to remove non-existing token: android.os[email protected]
03-21 17:10:54.776 V/PhoneStatusBar(946): setLightsOn(true)
03-21 17:10:54.776 V/PhoneStatusBar(946): setLightsOn(true)
03-21 17:10:54.807 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:54.846 V/PhoneStatusBar(946): setLightsOn(true)
03-21 17:10:54.907 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:55.008 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:55.109 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:55.210 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:55.311 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:55.321 V/PhoneStatusBar(946): setLightsOn(true)
03-21 17:10:55.325 V/PhoneStatusBar(946): setLightsOn(true)
03-21 17:10:55.412 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:55.513 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:55.614 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:55.715 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:55.816 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:55.917 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:56.020 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:56.121 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:56.224 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:56.226 D/audio_hw_primary(334): out_standby: enter: stream (0xb626adc0) usecase(1: low-latency-playback)
03-21 17:10:56.277 D/hardware_info(334): hw_info_append_hw_type : device_name = speaker
03-21 17:10:56.325 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:56.426 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:56.529 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:56.630 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:56.731 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:56.832 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:56.933 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:57.034 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:57.136 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:57.236 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:57.337 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:57.440 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:57.543 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:57.644 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:57.745 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:57.846 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:57.946 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:58.047 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:58.148 E/WifiHW (731): Supplicant not running, cannot connect
03-21 17:10:58.148 E/WifiMonitor(731): startMonitoring(wlan0) failed!
03-21 17:10:58.148 E/WifiStateMachine(731): Failed to setup control channel, restart supplicant
03-21 17:10:58.148 E/WifiMonitor(731): killSupplicant p2ptrue init.svc.wpa_supplicant=unknown init.svc.p2p_supplicant=unknown
Click to expand...
Click to collapse
Halp
HOLY LOGCAT!!!! thats usually a kernel issue. Did you flash a ROM built for a phone other than your specific model?
youdoofus said:
HOLY LOGCAT!!!!
Click to expand...
Click to collapse
100% correct one I have straight form Lineage website to the international g900f, and phone could recognize networks straight after flashing and restart.
Later I was flashing:
open_gapps-arm-7.1-micro-20170319
***
addonsu-arm-signed
twrp-3.1.0-0-klte.img
###
CF-Auto-Root-klte-kltexx-smg900f
### or *** I think here, I may have cleaned dalvik cache
Should I flash again, would that leave adapted SD card intact?
Thanks for looking in.
Oh just remember you mentioning kernel : during a restart I have a message at the top of the screen I have not seen before [before playing with phone yesterday - by the way it was flashed and rooted before with original stock]
kernel is not seandroid enforcing
face-t said:
100% correct one I have straight form Lineage website to the international g900f, and phone could recognize networks straight after flashing and restart.
Later I was flashing:
open_gapps-arm-7.1-micro-20170319
***
addonsu-arm-signed
twrp-3.1.0-0-klte.img
###
CF-Auto-Root-klte-kltexx-smg900f
### or *** I think here, I may have cleaned dalvik cache
Should I flash again, would that leave adapted SD card intact?
Thanks for looking in.
Oh just remember you mentioning kernel : during a restart I have a message at the top of the screen I have not seen before [before playing with phone yesterday - by the way it was flashed and rooted before with original stock]
kernel is not seandroid enforcing
Click to expand...
Click to collapse
kernel is not seandroid enforcing
^^ dont worry about this message^^
just dirty flash the ROM
:good:
everything survived dirty flash
WiFi works OK
adapted SD seems untouched
Thanks for interest mate
----------------------------------------------------------------------------------------------------------------------------
I was able to replicate a problem.
It it is happening after flashing
(firstly with) addonsu-arm-signed [it didn't provide root on Lineage, as I was expecting]
(secondly with) CF-Auto-Root-klte-kltexx-smg900f [it provided root]
----------------------------------------------------------------------------------------------------------------------------
So - I was flashing one after another, I didn't check WiFi in the meantime, but after using both - Wi-Fi is down again; and should be fixed with flashing ROM I guess.
I have spotted in comments - someone was having similar problem.
http://www.lineageosrom.com/2017/01/download-supersuzp-and-su-removalzip.html
I did also notice that my phone had really wired MAC address.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
In the link, folks say they had problems with WiFi after flashing only with dedicated[?] addonsu-arm-signed package
So maybe CF-Auto-Root-klte-kltexx-smg900f will work OK.
----------------------------------------------------------------------------------------------------------------------------
Flashing only CF-Auto-Root-klte-kltexx-smg900f on reinstalled LineageOS [dirty flash same version over same version] - phone has same problems with WiFi.
It seems like if you want to just move apps etc. and that's why you need root temporarily, you can do it while WIFI is down and then flash ROM again having no root but having WiFi back.
Saying that - on one occasion [out of 4] when I was flashing firstly with addonsu-arm-signed and then CF-Auto-Root-klte-kltexx-smg900f and again the ROM - I retained root and wifi was OK...
Mind that I don't say what versions I'm using so you might just give it a go and see what happens.
New nightly version of Lineage came out, so I'll give it a go
----------------------------------------------------------------------------------------------------------------------------
Downloaded lineage-14.1-20170322-nightly-klte-signed.zip
flashed this ROM with TWRP
rooted with CF-Auto-Root - same problem
downloaded again addonsu-ARM-signed_14.1
flashed this ROM again with TWRP
cleaning Dalvik and cache [kind of never done it before here]
rooted with addonsu-ARM-signed_14.1
all works
PS after flashing 20170322 ROM, on the first run I almost sh*at myself as SD card was not recognized. Restarted and was OK.
For anyone finding this thread with the same problem, I had to upgrade the firmware on my Xiaomi Poco F1 to version 10 (beryllium-V10.3.5.0.PEJMIXM-9.0-vendor-firmware.zip).

Lineage OS killed WiFi, reverting to stock did not fix it

Hello, I hope you can help me as I am pretty desperate right now.
I recently upgraded from Cyanogenmod 13 (snapshot) to Lineage OS (nightly) with factory reset, almost everything seemed to work (except that the wifi didn't want to connect to one of my home WiFi APs (it connected, then after about 30s disconnected again), the other APs worked fine).
I used it for a week or two, then all of a sudden, I couldn't connect to the other APs and the day later I couldn't even turn on WiFi anymore.
Simply, I thought and restored the CM13 backup through TWRP (again, with factory reset in between), but to no avail, WiFi still didn't want to turn on. Weird.
So I restored a backup I had of the modem, boot and recovery portions in TWRP. Great, now it won't boot or go into recovery anymore (stuck at first LG Logo).
Okay then, I'll revert back to stock lollipop with the LG FlashTool (I used the same .kdz file I used before for unbricking, "D80230d_00.kdz")
(Also I forgot to backup the internal storage when I had the time... Major d'oh, everything gone :c )
But, even in stock Lollipop, the WiFi still doesn't want to turn on... Slowly I'm suspecting a hardware fault. :/
Currently I'm trying to recover the data I accidentally wiped, but in the meantime it would be really great if someone can push me into the right direction as why the WiFi doesn't seem to work on any OS whatsoever
I would be really happy for every small tip.
PS: If it's any help, Bluetooth does seem to work on the stock firmware
If you need any more information, let me know.
Here is the logcat whilst trying to turn on WiFi in stock lollipop:
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiMonitor( 957): startMonitoring(wlan0) failed! dont remove iface name
E/WifiStateMachine( 957): Failed to setup control channel, restart supplicant
V/sensors_hal_Accel( 957): processReportInd: X: 0.034088 Y: -0.021072 Z: 9.879715
D/sensors_hal_Ctx( 957): pollolldata:1, sensor:0, type:1, x:0.034088 y:-0.021072 z:9.879715
V/sensors_hal_Accel( 957): processReportInd: X: 0.029999 Y: -0.007675 Z: 9.890015
D/sensors_hal_Ctx( 957): pollolldata:1, sensor:0, type:1, x:0.029999 y:-0.007675 z:9.890015
I/LGFTMITEM( 957): [GET_FTM][id=6], offset=12288
E/WifiHW ( 957): Wifi MAC Address = f8:a9:d0:1c:99:75
E/WifiHW ( 957): wifi_check_config compare "cur_etheraddr=f8:a9:d0:1c:99:75
E/WifiHW ( 957): ": cur_etheraddr=f8:a9:d0:1c:99:75
D/SoftapController( 332): Softap fwReload - Ok
D/libc-netbsd( 957): [getaddrinfo]: hostname=xxxxx; servname=(null); cache_mode=(null), netid=0; mark=0
D/libc-netbsd( 957): [getaddrinfo]: ai_addrlen=0; ai_canonname=xxxxx; ai_flags=4; ai_family=0
D/CommandListener( 332): Setting iface cfg
D/CommandListener( 332): Trying to bring down wlan0
D/CommandListener( 332): Clearing all IP addresses on wlan0
E/WifiHW ( 957): Cannot open "/system/etc/wifi/autojoinconfig.txt": No such file or directory
D/WifiMonitor( 957): startMonitoring(wlan0) with mConnected = false
E/WifiHW ( 957): Unable to open connection to supplicant on "@android:wpa_wlan0": No such file or directory
I/wpa_supplicant( 7897): Successfully initialized wpa_supplicant
I/wpa_supplicant( 7897): rfkill: Cannot open RFKILL control device
I/wpa_supplicant( 7897): [LGE_PATCH] unset P2P_CAPABLE to ifname wlan0
E/wpa_supplicant( 7897): Could not set interface wlan0 flags (UP): Operation not permitted
E/wpa_supplicant( 7897): nl80211: Could not set interface 'wlan0' UP
E/wpa_supplicant( 7897): wlan0: Failed to initialize driver interface
V/sensors_hal_Accel( 957): processReportInd: X: 0.037750 Y: -0.019363 Z: 9.885452
D/sensors_hal_Ctx( 957): pollolldata:1, sensor:0, type:1, x:0.037750 y:-0.019363 z:9.885452
V/sensors_hal_Accel( 957): processReportInd: X: 0.035797 Y: -0.020569 Z: 9.887833
D/sensors_hal_Ctx( 957): pollolldata:1, sensor:0, type:1, x:0.035797 y:-0.020569 z:9.887833
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiMonitor( 957): startMonitoring(wlan0) failed! dont remove iface name
E/WifiStateMachine( 957): Failed to setup control channel, restart supplicant
I/LGFTMITEM( 957): [GET_FTM][id=6], offset=12288
E/WifiHW ( 957): Wifi MAC Address = f8:a9:d0:1c:99:75
E/WifiHW ( 957): wifi_check_config compare "cur_etheraddr=f8:a9:d0:1c:99:75
E/WifiHW ( 957): ": cur_etheraddr=f8:a9:d0:1c:99:75
D/SoftapController( 332): Softap fwReload - Ok
D/libc-netbsd( 957): [getaddrinfo]: hostname=xxxxx; servname=(null); cache_mode=(null), netid=0; mark=0
D/libc-netbsd( 957): [getaddrinfo]: ai_addrlen=0; ai_canonname=xxxxx; ai_flags=4; ai_family=0
D/CommandListener( 332): Setting iface cfg
D/CommandListener( 332): Trying to bring down wlan0
D/CommandListener( 332): Clearing all IP addresses on wlan0
E/WifiHW ( 957): Cannot open "/system/etc/wifi/autojoinconfig.txt": No such file or directory
D/WifiMonitor( 957): startMonitoring(wlan0) with mConnected = false
E/WifiHW ( 957): Unable to open connection to supplicant on "@android:wpa_wlan0": No such file or directory
I/wpa_supplicant( 7900): Successfully initialized wpa_supplicant
I/wpa_supplicant( 7900): rfkill: Cannot open RFKILL control device
I/wpa_supplicant( 7900): [LGE_PATCH] unset P2P_CAPABLE to ifname wlan0
E/wpa_supplicant( 7900): Could not set interface wlan0 flags (UP): Operation not permitted
E/wpa_supplicant( 7900): nl80211: Could not set interface 'wlan0' UP
E/wpa_supplicant( 7900): wlan0: Failed to initialize driver interface
V/sensors_hal_Accel( 957): processReportInd: X: 0.029358 Y: -0.006927 Z: 9.896606
D/sensors_hal_Ctx( 957): pollolldata:1, sensor:0, type:1, x:0.029358 y:-0.006927 z:9.896606
V/sensors_hal_Accel( 957): processReportInd: X: 0.036652 Y: -0.019485 Z: 9.890305
D/sensors_hal_Ctx( 957): pollolldata:1, sensor:0, type:1, x:0.036652 y:-0.019485 z:9.890305
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
D/KeyguardUpdateMonitor( 1491): Intent.ACTION_BATTERYEX_CHANGED EXTRA_CHARGING_CURRENT : 0 / EXTRA_HVDCP_TYPE : false
I/[SystemUI]LGPowerUI( 1491): onReceive = com.lge.android.intent.action.BATTERYEX
I/[SystemUI]LGPowerUI( 1491): levelEx = 42, plugTypeEx = 2, WirelessAlignment = 0, chargingCurrent = 0, orientation = PORTRAIT
I/[SystemUI]LGPowerUI( 1491): On Skip Timer : true
D/PowerService( 1843): isFastChargerType: false, isCharging: true, isFastChargerConnected: false
E/WifiHW ( 957): Supplicant not running, cannot connect
D/WifiController( 957): battery changed pluggedType: 2
D/KeyguardUpdateMonitor( 1491): Intent.ACTION_BATTERY_CHANGED status : 2 ,plugged : 2 ,level : 42 ,temperature : 321
I/[SystemUI]LGPowerUI( 1491): onReceive = android.intent.action.BATTERY_CHANGED
I/[SystemUI]LGPowerUI( 1491): level = 42, plugType = 2, plugged = true, mCharging = true, temperature = 371
D/LEDHandler( 1843): ACTION_BATTERY_CHANGED : plugged type=2
D/LEDHandler( 1843): Battery Level Remaining: 42%
D/LEDHandler( 1843): Battery Temp: 321, mChargingStatus=2, mChargingStop=false
I/[SystemUI]BatterySaverHandler( 1491): onReceive = android.intent.action.BATTERY_CHANGED
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
E/WifiHW ( 957): Supplicant not running, cannot connect
You can try to flash modems separately. Here's a list:
https://forum.xda-developers.com/showpost.php?p=63327440&postcount=6
Now something really strange happened...
After I let the phone completely turned off over night and started it again this evening, WiFi seemed to be working just fine in stock (didn't try to connect, but I could turn it off and on and also see the list of APs.)
Then I quickly flashed CM13 including KK Baseband, CAF Bootstack and Gapps, then in the Setup of CM13 the WiFi wasn't working all of a sudden :/
After a reboot, WiFi Networks were found, but if I tried to connect to one, it just said "save" and nothing else happened.
Here is the logcat:
12-31 13:01:34.865 809 1096 D WifiStateMachine: CONNECT_NETWORK updating existing config with id=0 configKey="sNet"-WPA_PSK
12-31 13:01:34.895 809 1096 D WifiStateMachine: CONNECT_NETWORK id=0 config="sNet" cnid=0 supstate=DisconnectedState my state DisconnectedState uid = 1000
12-31 13:01:34.895 809 1096 E WifiConfigStore: saveWifiConfigBSSID Setting BSSID for "sNet"-WPA_PSK to any
12-31 13:01:34.900 809 1096 E WifiConfigStore: saveWifiConfigBSSID Setting BSSID for "sNet"-WPA_PSK to any
12-31 13:01:34.904 809 1096 D WifiAutoJoinController : updateConfigurationHistory found 0 networks
12-31 13:01:34.904 809 1096 D WifiAutoJoinController : updateConfigurationHistory try to connect to an old network!! : "sNet"-WPA_PSK
12-31 13:01:34.904 809 1096 E WifiConfigStore: rewrite network history for "sNet"-WPA_PSK
12-31 13:01:34.906 809 1096 E WifiConfigStore: buildPnoList sortedWifiConfigurations size 1
12-31 13:01:34.906 809 1096 E WifiConfigStore: found sortedWifiConfigurations : "sNet"-WPA_PSK
12-31 13:01:34.911 1688 1688 I wpa_supplicant: wlan0: CTRL-EVENT-SCAN-FAILED ret=-5 retry=1
12-31 13:01:34.912 809 1096 D WifiConfigStore: Retrieve network priorities after PNO.
12-31 13:01:35.914 1688 1688 I wpa_supplicant: wlan0: CTRL-EVENT-SCAN-FAILED ret=-5 retry=1
12-31 13:01:36.916 1688 1688 I wpa_supplicant: wlan0: CTRL-EVENT-SCAN-FAILED ret=-5 retry=1
12-31 13:01:37.918 1688 1688 I wpa_supplicant: wlan0: CTRL-EVENT-SCAN-FAILED ret=-5 retry=1
12-31 13:01:38.001 256 996 D audio_hw_primary: out_standby: enter: stream (0xb5ff6fc0) usecase(1: low-latency-playback)
12-31 13:01:38.042 256 996 D hardware_info: hw_info_append_hw_type : device_name = speaker
12-31 13:01:38.601 809 1646 I ActivityManager: Killing 1650:com.android.printspooler/u0a66 (adj 15): empty #17
12-31 13:01:38.620 809 1639 D ActivityManager: cleanUpApplicationRecord -- 1650
12-31 13:01:38.921 1688 1688 I wpa_supplicant: wlan0: CTRL-EVENT-SCAN-FAILED ret=-5 retry=1
12-31 13:01:39.925 1688 1688 I wpa_supplicant: wlan0: CTRL-EVENT-SCAN-FAILED ret=-5 retry=1
12-31 13:01:40.928 1688 1688 I wpa_supplicant: wlan0: CTRL-EVENT-SCAN-FAILED ret=-5 retry=1
12-31 13:01:41.447 809 1029 V sensors_hal_Accel: processReportInd: X: 0.070801 Y: 0.008530 Z: 9.871460
12-31 13:01:41.447 809 1068 D sensors_hal_Ctx: pollolldata:1, sensor:0, type:1, x:0.070801 y:0.008530 z:9.871460
12-31 13:01:41.521 809 1029 V sensors_hal_Accel: processReportInd: X: 0.078583 Y: -0.003265 Z: 9.866501
12-31 13:01:41.521 809 1068 D sensors_hal_Ctx: pollolldata:1, sensor:0, type:1, x:0.078583 y:-0.003265 z:9.866501
12-31 13:01:41.931 1688 1688 I wpa_supplicant: wlan0: CTRL-EVENT-SCAN-FAILED ret=-5 retry=1
12-31 13:01:42.934 1688 1688 I wpa_supplicant: wlan0: CTRL-EVENT-SCAN-FAILED ret=-5 retry=1
12-31 13:01:43.937 1688 1688 I wpa_supplicant: wlan0: CTRL-EVENT-SCAN-FAILED ret=-5 retry=1
12-31 13:01:44.941 1688 1688 I wpa_supplicant: wlan0: CTRL-EVENT-SCAN-FAILED ret=-5 retry=1
12-31 13:01:45.807 250 250 I rmt_storage: rmt_storage_connect_cb: clnt_h=0x6 conn_h=0xb6c8a030
12-31 13:01:45.807 250 250 I rmt_storage: rmt_storage_rw_iovec_cb: /boot/modem_fs1: clnt_h=0x1: req_h=0xa msg_id=3: R/W request received
12-31 13:01:45.807 250 250 I rmt_storage: wakelock acquired: 1, error no: 42
12-31 13:01:45.807 250 475 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1 Unblock worker thread (th_id: -1228670672)
12-31 13:01:45.913 809 1096 D WifiConfigStore: Retrieve network priorities after PNO.
12-31 13:01:45.917 1688 1688 I wpa_supplicant: wlan0: CTRL-EVENT-SCAN-FAILED ret=-5
12-31 13:01:45.921 809 1096 D WifiConfigStore: Retrieve network priorities after PNO.
12-31 13:01:45.923 1688 1688 I wpa_supplicant: wlan0: CTRL-EVENT-SCAN-FAILED ret=-5
Jan Philipp said:
You can try to flash modems separately. Here's a list:
https://forum.xda-developers.com/showpost.php?p=63327440&postcount=6
Click to expand...
Click to collapse
Yes, I could do that (in fact, i tried it), but as far as i know, the kdz flashing method should install the stock modem file and thus be the best method of installing it in my opinion.
Here i am in your same condition... sorry for necroposting tho, any advice?
Same here...

Categories

Resources