Hi,
I upgraded my M9C Max from Libreelec 8 to CoreElec 9, but the WiFi doesn't work anymore (thread), even after installing the Mecool drivers.
Code
		
					
				CoreELEC:~ # lsmod
Module                  Size  Used by
9082xs                841642  0
8021q                  19039  0
fuse                   80946  2
mali                  192665  5
wifi_dummy               806  0
cfg80211              374882  1 9082xs
amlvideodri            12066  0
videobuf_res            5322  1 amlvideodri
videobuf_core          16549  2 amlvideodri,videobuf_res
videodev              131761  1 amlvideodri
dwc_otg               233217  0
fbcon                  38031  0
bitblit                 4468  1 fbcon
softcursor              1168  1 bitblit
font                    7327  1 fbcon
CoreELEC:~ # ifconfig
eth0      Link encap:Ethernet  HWaddr 06:61:70:XX:YY:ZZ  
          inet addr:192.168.X.Y  Bcast:192.168.X.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:674 errors:0 dropped:0 overruns:0 frame:0
          TX packets:567 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:87698 (85.6 KiB)  TX bytes:129156 (126.1 KiB)
          Interrupt:40 
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:4096  Metric:1
          RX packets:2 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:176 (176.0 B)  TX bytes:176 (176.0 B)
wlan0     Link encap:Ethernet  HWaddr B4:04:18:XX:YY:ZZ  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
wlan1     Link encap:Ethernet  HWaddr B6:04:18:XX:YY:ZZ  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
CoreELEC:~ # iw dev wlan0 scan
CoreELEC:~ # iw dev wlan1 scan
CoreELEC:~ # uname -a
Linux CoreELEC 3.14.29 #1 SMP Tue Jul 2 16:43:47 BST 2019 aarch64 GNU/Linux
CoreELEC:~ # dmesg
(...)
[ 1110.240332@2] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
	
			Display More
	Any hint what the problem might be?
(Yes, it is possible to downgrade from CoreELEC-9.0 to LibreELEC-8.2 and the WiFi works, but the libc version mismatches.)