bingo !
wifi works !!!
can you give some technical details about what you did - just for me to improve my knowledge.
thanks for your time and effort.
bingo !
wifi works !!!
can you give some technical details about what you did - just for me to improve my knowledge.
thanks for your time and effort.
I added the driver in the rtl8189fs branch of this repo: https://github.com/jwrdegoede/rtl8189ES_linux/branches
The rtl8189es driver that was already in the image is from the master branch of the same repo (and searches for the 'fs' driver point to that repo). It's common for an RTL driver to support multiple differently-named chips (hence it claims to be RTL8188F in dmesg) .. all part of the garbage and support debt that comes with not-upstream old vendor drivers.
These drivers are not (and will not be) submitted to the main LE repo. I'm going to leave them in my private image for a while; I don't make any guarantee they will remain in my image so at some future point you might need to discover self-building LE images. Historically the RTL vendor drivers break with every kernel major-version bump and we bump kernels frequently so playing "hunt the patch" gets tiresome.
One more change: https://chewitt.libreelec.tv/testing/LibreE….arm-11.0.2.tar .. the vendor kernel runs the SDIO module at 50MHz but let's see if it's happy to run at 100MHz? .. If it's still connecting please try scp'ing some large files to/from the box to prove the mmc is stable at the higher speed. If it's not I can down-clock back to 50MHz again.
Thanks chewitt for your time and explanation - I did my first self building yesterday, of course standard just to learn, next step is to do that from a personal branch and learn how to include what I need. Again thanks for your time. I will test you last update after my work day !! just a last question - should I always use nexbox a95x as hardware now ?
Should I always use nexbox a95x as hardware now ?
Yes please. It's useful to have a known reference that the dtb works. If you see any issues, we can track them and (hopefully) fix them.
NB: Does the box have an IR remote? If yes, do you have a working keymap for it?
scp multiple files. it seams stable even it this is slow down kodi but probably very normal as the usb key i use is a little bit old (not fast).
Here is a pastekodi if you want to have a look there is a lot of message like following, normal or not ?
kernel: RTW: rtl8188f_fill_default_txdesc(wlan0): SP Packet(0x0806) rate=0x0 SeqNum = 1323
Apr 06 06:41:11.382312 LibreELEC kernel: RTW: Turbo EDCA =0x5ea42b
Apr 06 06:41:13.398342 LibreELEC kernel: RTW: Turbo EDCA =0xa42b
Yes please. It's useful to have a known reference that the dtb works. If you see any issues, we can track them and (hopefully) fix them.
NB: Does the box have an IR remote? If yes, do you have a working keymap for it?
IR remote not working anyomre, anyway not a big pb because most of the time I use an keyboard including pad (logitec)
I have a Mecool m8s plus (s905x2) box with wifi RTL8188F.
I used the image from this thread, the box booted up and even saw the wifi network, but failed to configure (invalid key). After refresh in the libreelec menu the network is gone. Unfortunately, the lan network doesn't work either (problem with ethmac-systemd starting). I'm writing from memory.
Can it be solved somehow?
I have dtb file from Android.
I used meson-g12a-x96-max.dtb for this check.
Thanks for the support chewitt.
Current testing https://chewitt.libreelec.tv/testing/LibreE…h64-11.80.0.tar build works for my rtl8189 on a 905H (gxbb P201)
Now that I know it works, I'll probably go back and build a stable version.
Thanks.