Looking for users with no working WiFi or BT

Thank you…

Magicsee N5
Wi-fi not work, BT work
OS: CoreELEC (official): 19.1-Matrix_rc4 (Amlogic-ng.arm)
http://ix.io/3moN

Try clean install. QCA9377 is already supported.

If after a clean install still not working provide debug infos like:
journalctl -o short-precise -k > /storage/backup/dmesg.log

Then please share the dmesg.log file in backup folder.

Thanks, i already reinstall it
dmes.log - dmesg.log — Яндекс Диск

@f1ex0r Please try with this update:
https://mega.nz/file/afAzmYLS#V970X3Nogz-jpr2Py1yfSKBPwSJD97KVxIK63QPHbG0

you can do it per LAN/SSH to:

cd .update
megadl https://mega.nz/file/afAzmYLS#V970X3Nogz-jpr2Py1yfSKBPwSJD97KVxIK63QPHbG0
sync
reboot

After the update please check if wlan is working again, thx. If not please make a dmesg.log again.

Thanks for your support, but wi-fi still not working - dmesg_.log — Яндекс Диск
I read topics about magicsee’s boards and before install CE test my device with stock firmware and custom firmware based on Android and wi-fi is working.

Please can you try if it works with rc2? rc1? 19.0?
Or never?

I tested now from 19.0 to rc4
19 - work
rc1 - work
rc2 - work
rc3- not tested
rc4 - not work
Thanks, now i will select rc2 and wait update for future release

Thank you, i will make tomorrow another image for testing to determine the reason of this issue.

@f1ex0r Please try this tar update:
CoreELEC-Amlogic-ng.arm-19.1-Matrix_devel_20210511082855.tar

Would be nice to have a response soon as the 19.1 release is on hold till this issue is solved, thank you.

You can just update again from rc2 by SSH:

cd .update
megadl https://mega.nz/file/OOYEEbRL#y8yZI9Op3kHQs7fTKOKSLZ_Duqbx6sNF6um_3oJLS_Y
sync
reboot

Please make a log again after the update and test if Wifi is working again:
journalctl -o short-precise -k > /storage/backup/dmesg.log

Thank you.

A post was merged into an existing topic: CoreELEC 19.1-Matrix_rc4 Discussion

A post was merged into an existing topic: CoreELEC 19.1-Matrix_rc4 Discussion

Thanks, now w-fi work!
But i have strange things with watching Youtube. After several minutes my speed decrease to few kb/sec or connection lost. Router is near, i am reconfigure them and it start work more stability, but whatever i lost connection after 5,10, 30 minutes. Reboot my device or reconnect to wi-fi solving my problem.
I include all logs (from my router too) in archive - disk.yandex. ru/d/eSV92UyNvHpLNQ
But i think it is no CE problem, and i am read more about my router config

Thank you for testing and confirm the issue is solved!

Hi. Device Mecool M8S Pro Plus S905X 2/16, no wifi found. CE 19.1-Matrix, same also with older versions. Device tree gxl_p212_2g
http://ix.io/3mE4
.
update: sorry, just saw that Looking for users with no working WiFi or BT - #227 by TheCoolest. Still not supported?

X96 Max Plus 4g memory 1g LAN S905X3 … No Wifi, No BT

udevadm info /sys/bus/sdio/devices/*

P: /devices/platform/ffe03000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:1
L: 0
E: DEVPATH=/devices/platform/ffe03000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:1
E: SDIO_CLASS=00
E: SDIO_ID=037A:7603
E: MODALIAS=sdio:c00v037Ad7603
E: SUBSYSTEM=sdio

P: /devices/platform/ffe03000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:2
L: 0
E: DEVPATH=/devices/platform/ffe03000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:2
E: SDIO_CLASS=00
E: SDIO_ID=037A:7663
E: MODALIAS=sdio:c00v037Ad7663
E: SUBSYSTEM=sdio

I realize this is a Mediatek Chipset, but is it possible to get wifi working at least.

Thanks for the support.

Hello!

So I have an X96 Max+ (s905x3) TV-box with that mt7661rsn Wifi+BT chip.

Here’s the related udevadm output:

CoreELEC:~ # udevadm info /sys/bus/sdio/devices/*
P: /devices/platform/ffe03000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:1
L: 0
E: DEVPATH=/devices/platform/ffe03000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:1
E: SDIO_CLASS=00
E: SDIO_ID=037A:7603
E: MODALIAS=sdio:c00v037Ad7603
E: SUBSYSTEM=sdio

P: /devices/platform/ffe03000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:2
L: 0
E: DEVPATH=/devices/platform/ffe03000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:2
E: SDIO_CLASS=00
E: SDIO_ID=037A:7663
E: MODALIAS=sdio:c00v037Ad7663
E: SUBSYSTEM=sdio

Stock Android firmware recognizes the chip as mt7663 and has .bin firmware files for mt7663 and mt7668, so I assume they’re all compatible with each other.
Names of the firmware files I found in Android’s /vendor/firmware:

EEPROM_MT7663.bin
EEPROM_MT7668.bin
fw_usb.bin
mt7663_patch_e2_hdr.bin
mt7668_patch_e1_hdr.bin
mt7668_patch_e2_hdr.bin
TxPwrLimit_MT76x8.dat
wifi.cfg
WIFI_RAM_CODE2_SDIO_MT7668.bin
WIFI_RAM_CODE2_USB_MT7668.bin
WIFI_RAM_CODE_MT7663.bin
WIFI_RAM_CODE_MT7668.bin
woble_setting.bin

Btw, I managed to get bluetooth to work somewhat (NOTE: without using the above-listed files), but it was Manjaro Arm with 5.11.13 linux-vim kernel. Not sure if the dtb I was using can be ported to CoreELEC’s kernels, but I’m attaching it anyway as it might help you to help me lol. And yes, it’s a bit messy.
manjaro-dtb.img (46.2 KB)

I also found this on github, and it seems to be some stolen proprietary firmware from mediatek, but since the repo contains no documentation at all, I have no idea what to do with it.

There’s also an OpenWrt package kmod-mt7663-firmware-ap that might be useful, and maybe I’m stupid or blind or whatever, but I failed to find its sources.

So, how do I get that chip working with CoreELEC? Or, even better, with recent 5.x.x kernels?

If you need more info on system/dtb/whatever — just ask for it.

Thanks.

I just bought a x96 max+ 4+64 a week ago, and my wifi doesn’t work. BT works and ethernet works fine.
Here’s the result http://ix.io/3pOw
Tried 19.1 rc4, 192.2 rc2 9.2.7. Need some help.
Thank you.

I am having the same issue. X96 Max Plus 4/64 running 19.2 rc2. No wireless or bluetooth. It has an FN-Link 6222B-SRB wireless ac and bluetooth module. The product page says it’s an RTL8822BS chipset. I tried running the command in Putty to get the info. But it returns “Unknown device “sys/bus/drip/devices/*”: No such device. Perhaps someone can help. This is a fresh, new install.

There is a new revision for X96 Max+.

It is X96max_plus2_T which using new WIFI chip called AM7256.
(https://forum.xda-developers.com/attachments/s__64266248-jpg.5331459/)

Stock firmware for this box available in 4pda forum
(https://4pda.to/forum/index.php?showtopic=1013103)

Currently seems no support yet from Coreelec team. I hope someone could help on this.
Latest Coreelec works flawlessly except Wifi (as expected). Not tested the Ethernet.
BT seems works but not stable.