I'm testing it on an MX10 Pro (H6), unfortunately only one of the four USB ports available works and this is a big problem.
Ethernet ok but no bluetooth and wifi.
Posts by Erario
-
-
Based on the logs, I see you have a clone box with AP6330. The remote control is different for the Uni-n200 and MXIII-Plus and therefore does not work. To install the appropriate remote.conf under the n200 image, follow these steps over SSH:
Codecd /storage/.config/ wget https://github.com/dtechsrv/LibreELEC-AML/raw/master/projects/S8X2/devices/MXIII-Plus/filesystem/etc/amremote/remote.conf reboot
After the restart, the MXIII-Plus infrared remote control should work.
It is present, but not in these lines.
Yes, the remote now work fine, thanks!!! -
Hi everyone!
I'm going crazy with my MXIII Plus, 2GB RAM 8GB ROM.I tried several images, in some the wifi and bluetooth work but the remote control does not work, in others it works only the ethernet really bad but then the remote control works (LibreELEC-MXIII-Plus.arm-9.2.8.3.img.gz).
Only the remote control doesn't works with this: LibreELEC-n200-AP6330_2G.arm-9.2.8.3.img.gz, how do i retrieve the configuration from the other image? Is it a question of a different kernel?
I don't know what to do anymore, this is the result of the dmesg with both the images.
Comparing the dmesg in the image on the left is the version with the remote control working (MXIII Plus), on the right no (n200), but the external keyboard even if I don't see it at that point works with both.
The dtb of both images looks the same to me, is there something different in the filesystem?
By installing everything in the emmc with the script I don't understand why then I find only 4 GB usable.
Anyway thanks for the huge work done! -
Dears,
According WIFI interface included in my box Tevii P500 (which is rebranded of sunvell Q+, also same as Tanix TX6), is a xradio xr819 interface, i tested a driver and i can confirm work successfully.
* GitHub - Icenowy/xradio: Port Allwinner xradio driver to mainline Linux. (first and very old, not tested)
* GitHub - fifteenhex/xradio: Port Allwinner xradio driver to mainline Linux. (tested, working very well, can connect to my b,g,n access point)
* GitHub - karabek/xradio: Experimental fork of Allwinner xradio driver (tested, working well but can connect to "b,g" no "n" access point, also reboot system not working)
* i attached the wireless kernel module (fifteenhex and karabek), compiled for master branch, aarch64, kernel 5.7.2, tested with LibreELEC-H6.arm-9.80-nightly-20200626-cc6e86c-tanix-tx6.img.gz, also firmware attached.
firmware must go to /storage/.config/firmware/xr819 then reboot Libreelec.
module can load with:
"modprobe mac80211"
"insmod /storage/xradio_wlan.ko"
you can make /storage/.config/autostart.sh script to automate.
* i edit the DTS file to detect the wifi interface as explained in driver project, but I'm not developer so don't know if what i did totally true or not, but it worked with me. DTB and DTS attached.
"post-power-on-delay-ms = <200>; " i tried value 50 first as project page example but failed to initialize the interface, take vaule 200 from kernel DTS's "sun50i-h6-orangepi-lite2.dts" work successfully.
"reset-gpios = <&r_pio 1 3 GPIO_ACTIVE_LOW>;" and "interrupts = <1 0 IRQ_TYPE_EDGE_RISING>;" values "1 3", "1 0", taken from kernel DTS's "sun50i-h6-orangepi-lite2.dts" too, i don't know what i did true or not, i spend hours reading documents to figure pins, pio,.. and so on but find me lost
-----------------
"local-mac-address = [c0 04 0e 03 ae 66];" if not used the u-boot will generate random mac address, and if "ethernet1 = &xr819;" entry exist the u-boot will generate a mac address based on unique chip id, but not worked for me if i removed the "local-mac-address = [c0 04 0e 03 ae 66];" entry the xradio_wlan.ko module can't load successfully, so i put the entry with a mac taken from default android os.
* Reference XR819_Datasheet_V1.0-EN.pdf
* Reference Allwinner_H6_V200_Datasheet_V1.1.pdf
Thanks so much for that!I tried it on my MX10 Pro but I couldn't, good you did it!
-
Thank you for the feedback
That is the reason why i didn't announce the new version on the main page.
These images are here for you to test and report so i can fix the remaining issues before the official release.
Let me know if anything else comes up and thanks again for the report
Thanks Demetris for for your development!
When you have news I'm glad to try it. -
I've found the issue, the version of "inputstream.adaptive" which I entered manually into the .kodi/addons directory is "old" (2.3.x) for Kodi 18.5 Leia, and I cannot find the correct version 2.4.2 already compiled.
Could anyone be able to zip here with that compressed folder? Thank you!
Demetris, is it not possible to make the LibreELEC repo navigable?
[SOLVED]
I solved it using the image "LibreELEC-MXIII_Plus.arm-9.0-devel-20190517212215-9a6423a.img" with Kodi 18.2, Amazon VOD now works perfectly, and the LibreELEC repo is full functional!
So please Demetris please check your latest build with Kodi 18.5, there's issue inside, for example:Code2020-01-08 10:52:12.534 T:2680718192 ERROR: Traceback (most recent call last): File "/home/demetris/S8X/build.LibreELEC-MXIII_Plus.arm-LE9-Kodi_18.5/LibreELEC-settings-171142f0bfe5e0d875618b8b1f016c1355476691/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/resources/lib/modules/updates.py", line 521, in check_updates_v2 File "/usr/lib/python2.7/json/__init__.py", line 339, in loads File "/usr/lib/python2.7/json/decoder.py", line 364, in decode TypeError: expected string or buffer
-
I have an image ready for Leia 18.5 for S82&MXIII-PLUS and compatible boards that need testing.
If you are interested have a shot at it
S82(S802) Try the S82 image
MXIII-PLUS(S812) Try the MXIII_Plus image
I did some tests on my MXIII-G and everything seems to work except "Amazon VOD", "play video".
The problem is related to the absence of "inputstream.adaptive", which would be downloadable if the Repo LibreELEC worked, but in this build it doesn't work...