Posts by Maker39

    Now, the only problem is WAKEUP on the remote don't work. Any solution to that ?

    I already asked here, but did not receive a response.

    If you look at the Amlogic branch, it seems like it was from a u-boot Android that a piece of code responsible for sleeping / waking up was extracted and implanted in u-boot CoreELEC. It seems that for LibreELEC on Amlogic they did.

    For Rockchip, it seems this has not happened before.

    I am also waiting for some advice, since now the media player I can only be turned off from the remote control , don't suspend and don't wakeup.

    Thanks ill poke around and see what i can do.

    Edit: i tried all the different files in /usr/lib/udev/rc_keymaps/ and none worked.

    Any idea how i can "capture" the codes from the remote IR transmitter and map these myself?

    And do i need to do something to load the driver for the remote or is that automatically loaded?

    Try "Configuration, the hard way" Infrared Remotes [LibreELEC.wiki]

    it's really easy

    In short :Determining the remote protocolInfrared Remotes [LibreELEC.wiki]

    If you discovered the correct protocol you should see EV_MSC events together

    with the scancode of the button. eg:

    Code
    LibreELEC:~ # ir-keytable -p rc-5 -t
    Protocols changed to rc-5
    Testing events. Please, press CTRL-C to abort.
    1503592437.660155: event type EV_MSC(0x04): scancode = 0x101a
    1503592437.660155: event type EV_SYN(0x00).
    1503592437.774129: event type EV_MSC(0x04): scancode = 0x101a
    1503592437.774129: event type EV_SYN(0x00).
    1503592437.921009: event type EV_MSC(0x04): scancode = 0x101a

    1. Create /storage/.config/rc_keymaps/my_custom_remote with headers and containing the scancodes of the buttons on your remote eg.

    Code
    # table my_custom_remote, type: RC5
    0x101a KEY_UP
    0x101b KEY_DOWN
    0x1013 KEY_LEFT
    0x1014 KEY_RIGHT
    0x1015 KEY_OK

    2. Create /storage/.config/rc_maps.cfg contain

    Code
    * * my_custom_remote

    v88 mars img works on it -- however, the remote doesnt work. Any tutorial on how to get the remote to work?

    About remote read this Infrared Remotes [LibreELEC.wiki] .

    Perhaps it will be enough to determine the IR protocol, read the remote control codes, create a configuration file for your remote and assign it.

    Everything worked out for me.

    Only SUSPEND and WAKEUP failed won't work.

    PS From windows I use tools WinSCP for file manager, and PuTTY for SSH Command Line Interface

    Hello !

    I have TV-box with board "T95N-RK3229_512X4-20170803_V1.5" , RK3229, 2G DDR3 RAM,16GB eMMC, and RTL8703BS WiFi

    I try images from Release Kodi 18.6 / add more supported devices · knaerzche/LibreELEC.tv · GitHub

    1. TANIX TX2, DDR3, RTL8703 Wifi -LibreELEC-RK322x.arm-9.2-devel-20200301144541-b58333a-rk3229-tx2.img.gz

    Wifi works, MAC changed after reboot. Ethernet work.

    But Wifi connection is not saved, after reboot you have to configure again.

    2. D88 HDMI Stick - DDR3, RTL8723 Wifi (SDIO Package), NAND, no ethernet - LibreELEC-RK322x.arm-9.2-devel-20200301144132-b58333a-rk3229-d88.img.gz

    Wifi works , MAC changed after reboot. Ethernet work.

    But Wifi connection is not saved, after reboot you have to configure again.

    In my opinion, due to the fact that the MAC is changied after reboot and the saved settings in /storage/.cache/connman are tied to the previous one.

    After four reboot/configure WiFi we have four configs connman

    Display Spoiler

    LibreELEC:~/.cache/connman # ls

    ethernet_860a7a439d4c_cable settings

    wifi_00e04c11a6a0_54502d4c696e6b_managed_psk

    wifi_00e04c18e30b_54502d4c696e6b_managed_psk

    wifi_00e04c9f7077_54502d4c696e6b_managed_psk

    wifi_00e04cd13a80_54502d4c696e6b_managed_psk

    LED with these images is always on.

    3. HK1 mini - DDR3, SSV6051 Wifi, NAND - LibreELEC-RK322x.arm-9.2-devel-20200301144255-b58333a-rk3229-hk1mini.img.gz

    LED works correctly, but no WiFi.

    I try edit rk3229-box-d88.dtb , replace section led from hk1mini.dtb

    Display Spoiler

    leds {

    compatible = "gpio-leds";

    led_red {

    gpios = <0x3e 0x07 0x01>;

    default-state = "off";

    linux,default-trigger = "rc-feedback";

    };

    led_blue {

    gpios = <0x6d 0x15 0x01>;

    default-state = "on";

    };

    };

    But no effect.

    Q1. What else needs to be done?

    Q2. And another question can I make Wakeup/PowerOn with an IR remote control?

    With firmware HK1 mini (for look IR activity)

    I try in /storage/.config/rc_keymaps/my_rc

    0x57 KEY_POWER or

    0x57 KEY_SUSPEND and

    0x57 KEY_SLEEP

    i have one result - box is power OFF

    but 0x59 KEY_WAKEUP also shudown the tv-box

    I don't understand , what am I doing wrong:/