Issue: NO wifi coreelec 9.0.1 CooleMe CM-MM1 S905W 2gb/16gb
What is working:
- Ethernet is working fine.
- Wifi can see the SSIDs but cannot connect
- The android rom works OK with wifi
This is a seller for this box:
I understand this CooleMe CM-MM1 is a clone of Mecool M8s pro W
Here are the details from the box via ssh:
cooleme:~ # cat /etc/release
Amlogic.arm-9.0.1
cooleme:~ # uname -a
Linux cooleme 3.14.29 #1 SMP Wed Feb 27 00:10:49 GMT 2019 aarch64 GNU/Linux
cooleme:~ # cat /proc/device-tree/le-dt-id
gxl_p281_2g
cooleme:~ # ifconfig -a
eth0 Link encap:Ethernet HWaddr D0:76:58:0D:BA:FD
inet addr:192.168.0.104 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1659 errors:0 dropped:0 overruns:0 frame:0
TX packets:1961 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:444253 (433.8 KiB) TX bytes:1277109 (1.2 MiB)
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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr 3C:CF:5B:C0:88:01
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)
cooleme:~ # iw dev wlan0 scan | grep -C3 SSID
signal: -32.00 dBm
last seen: 540 ms ago
Information elements from Probe Response frame:
SSID: Tenda
Supported rates: 1.0* 2.0* 5.5 11.0 18.0 24.0 36.0 54.0
DS Parameter set: channel 6
ERP: Barker_Preamble_Mode
--
signal: -58.00 dBm
last seen: 540 ms ago
Information elements from Probe Response frame:
SSID: ALVAST1
Supported rates: 1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0
DS Parameter set: channel 6
ERP: Barker_Preamble_Mode
Here the pictures of the board and the wifi chip:
Wifi Chip
I can see the correct driver is loaded:
CoreELEC:~ # lsmod
Module Size Used by
8021q 19039 0
ssv6051 201281 0
mac80211 388541 1 ssv6051
cfg80211 374882 2 mac80211,ssv6051
wifi_dummy 806 0
---snip---
dmesg is available here:
https://pastebin.com/JqyL9Egt
Relevant Resources:
It appears this driver is now integrated in 8.1.7 build and later in LibreELEC.
I have not yet tried a LibreELEC build.
Kind regards