Posts by Akir4d


    8189ETV is supported from the very first builds.

    9082xs is not supported yet and the person who compiled the driver in Android firmwares doesn't respond to my requests: 9082xs Driver Source Code · Issue #1 · jolin90/jolin · GitHub

    9082xs is not officially supported by Amlogic (1st hand info) so the only way to get the driver is from author/chip manufacturer.

    I read script inside jolin repository and I found a file called replace2.sh, in this file I find some function about rename of rtl8189es driver to work with Tilk9082xs, the scripts works, but some txt files are missing in that repo. The missing .txt files defines the rules of sed -i to change functions names. So I follow the breadcrumbs, and I made a repository with this experiments:
    GitHub - Akir4d/Tilk9082x: Rtl8189e modified to works with 9082x
    Actually the driver recongnize device, and try to initialize:
    [ 1299.922831@1] cfg80211: Calling CRDA to update world regulatory domain
    [ 1299.942495@1] TTL902X: module init start
    [ 1299.942512@1] TTL902X: ttl9082xs v4.3.18.2_17395.20160422
    [ 1299.942516@1] ######platform_wifi_power_on:
    [ 1299.942548@1] aml_wifi wifi.32: [extern_wifi_set_enable] WIFI Disable! 240
    [ 1300.447063@2] aml_wifi wifi.32: [extern_wifi_set_enable] WIFI Enable! 240
    [ 1300.957054@2] sdio_reset_comm():
    [ 1300.976901@1] [sdio_reinit] finish
    [ 1300.979099@1] bFWReady == _FALSE call reset 8051...
    [ 1302.039450@1] TTL902X: ERROR invalid mac addr:00:00:00:00:00:00, assign random MAC
    [ 1302.040888@3] TTL902X: tlw_ndev_init(wlan0) if1 mac_addr=00:e0:4c:de:4b:fe
    [ 1302.091830@2] TTL902X: module init ret=0
    But I not get any wifi scan....
    I need some help...

    I want to help who want to bought devices with Libreelec, I bought a devices that not works because sci inc not release any driver of its wifi modules. I bought also an other devices that works perfectly. So I'm here to ask you if your device work, I will add your devices on list below.
    [hr]
    Works:

    • T95X - blob: gxbb_p201


    [hr]
    Not Works wifi:

    • Leelbox Q1 master - blob: gxl_p212_1g - s9082c is unsupported


    [hr]
    Not Works at all:

    [hr]

    I'm bought Leebox Q1 Master from Amazon, it say amlogic S905X and starts with gxl_p212_1g blob, but wifi not works at all. I guess it's a dts problem. I backup my dts, dmsg from android, dmsg from libreelec and also decompiled dts with dtc (and hex editor, because 2 files in same dts). I'm not so skilled about aml blob. Can one help me to get wifi working, please?


    hi kszaq,
    after a short test period I decided to move to my faster SD card, made the backup with LE backup function, saved the fle to USB, made the new card, started, Krypton loaded, started LE restore, it downloaded the selected tar file for a while, asked for reboot, countdown, went back to setting menu, rebooted and... nothing happened. I've got the same empty system...
    Is there a way to manualy restore the files from the tar?

    You can do with ssh...

    Backup by run this script (or line by line without #!/bin/bash):

    Bash
    #!/bin/bash
    systemctl stop kodi
    systemctl stop service*
    cd /storage/
    tar cfz settings.tar.gz .config .kodi .ssh
    mv settings.tar.gz .update
    sync


    then move setting.tar.gz to pc from update share, reboot to new system and copy to same share directory of new system, so you can restore with:

    Bash
    #!/bin/bash
    systemctl stop kodi
    systemctl stop service*
    rm -rf /storage/.kodi
    sync
    tar xzf /storage/.update/settings.tar.gz -C /storage
    rm /storage/.update/settings.tar.gz
    sync 
    reboot

    I hope this helps :)

    Paolo


    I haven't no, i havent got my original one, do you know where i could get hold of it from?

    Thanks for the reply.

    Sent from my ONEPLUS A3003 using Tapatalk

    Open a ssh terminal (you can use putty for windows, just put ip of box on the connection box then user: root, password: libreelec)

    If you run from sdcard and not used installtointernal

    Code
    mkdir /tmp/system
    mount /dev/system /tmp/system
    cp /tmp/system/etc/remote.conf /storage/.config
    reboot


    else you can try:

    Code
    mkdir /tmp/system
    mount /dev/system /tmp/system
    cp /tmp/system/remote.conf /storage/.config
    reboot


    7.90.beta4a uploaded with a fix for HW-accelerated playback.

    Thank you! I have a problem, I bought an other one mxq but after reboot it I get this info:


    But 'old' mxq shows this:


    Can this be solved with vmalloc kernel option?

    Thanks
    Paolo