by dynobot » 30 May 2019, 15:06
Your method is not a replication of the issue and actually will not solve the issue.
As stated in my previous posts 'after' RuneUI Enhancement is installed the ability to connect to wifi is lost. It does not matter how many times you reboot, try to scan, remove test files etc.
I identified a soft block of wlan0, this alone will make it impossible to connect to wifi. This was resolved by rfkill unblock 0
Method
-flashing a new image
-boot up
-removed the test file located in /etc/netctl
-connect to wifi network
-install Addons
confirm that wifi is not blocked - rfkill list, if it is unblock with rfkill unblock 0
-confirm wifi is still able to scan - redis-cli get wlans | tr -d '\\"' | sed 's/,/\n/g' | grep ESSID
-confirm new connection is in netctl - redis-cli get stored_profiles | tr -d '\\"[]' | sed 's/,/\n/g'
-confirm redis-cli save command is in file - cat /srv/http/enhance.php | grep 'redis-cli save'
-run netctl - netctl-auto switch-to ESSID
-run redis-cli save - system says OK
-reboot
After
-confirm wifi working rfkill list - OK working
-confirm network connection saved in netctl dir + redis-cli get stored_profiles | tr -d '\\"[]' | sed 's/,/\n/g' - OK saved
-check UI to verify network connected - NO not connected
-check ifconfig - NO wlan0 ***strange because via the UI I can scan and see networks****
Although wifi is working, the connection is saved in redis-cli the default 192.168.xxx.xxx persists = wifi connection not working
Last edited by
dynobot on 30 May 2019, 17:11, edited 1 time in total.