Posts by P3pp3Rde

    Worked with libreelec 8

    Had to reinstall during upgrade. because the boot partition was too small.

    restoring the "backup" did not do what i expected. not a single config from version 8 was imported to version 9.

    had to configure everything manually afterwords.

    when i program a tv show now, there is nothing written to /sys/class/rtc/rtc0/wakealarm

    using the setwakeup script manually works as far as there is something written to ...

    mediacenter:/proc/sys # cat /sys/class/rtc/rtc0/wakealarm

    mediacenter:/proc/sys #

    mediacenter:/proc/sys # date -d '2019-02-04 19:00:00' +%s

    1549303200

    mediacenter:/proc/sys # /usr/bin/setwakeup.sh 1549303200

    mediacenter:/proc/sys # cat /sys/class/rtc/rtc0/wakealarm

    1549303200

    mediacenter:/proc/sys #

    also the kodi box will not boot.

    did something change here?

    is there any logfile i can get more information on this?

    thank you! /shrug

    Hi Hias,

    THANKS!

    in .config there actually really is a
    -rw-r--r-- 1 root root 0 Feb 2 2016 lircd.conf
    but its empty.

    your command produced a strange output
    mediacenter:~/.config # ir-keytable -p rc-6 /sys/class/rc/rc0/
    ir-keytable: Too many arguments
    Try `ir-keytable --help' or `ir-keytable --usage' for more information.
    Protocols changed to rc-6

    seems it set rc-6 for all devices.

    but nevertheless: good WORKaround

    Thank you
    [hr]
    created a

    /storage/.config/autostart.sh with
    #!/bin/bash
    # added temporarily for libreelec 8.0.0
    ir-keytable -p rc-6

    works. will check again with new version of libreelec.

    hi!

    i have a
    - ONEFORALL URC 7962 and a
    - zbox nano.

    everything worked fine until the update.

    i checked

    mediacenter:/dev/input # ir-keytable
    Found /sys/class/rc/rc1/ (/dev/input/event13) with:
    Driver em28xx, table rc-pinnacle-pctv-hd
    Supported protocols: rc-5 nec rc-6
    Enabled protocols: rc-5
    Name: 2-5: em28178#0 IR
    bus: 3, vendor/product: 2013:025f, version: 0x0001
    Repeat delay = 500 ms, repeat period = 125 ms
    Found /sys/class/rc/rc0/ (/dev/input/event4) with:
    Driver nuvoton-cir, table rc-rc6-mce
    Supported protocols: unknown other lirc rc-5 rc-5-sz jvc sony nec sanyo mce-kbd rc-6 sharp xmp
    Enabled protocols: lirc
    Name: Nuvoton w836x7hg Infrared Remote
    bus: 25, vendor/product: 1050:00c5, version: 0x0062
    Repeat delay = 500 ms, repeat period = 125 ms

    mediacenter:/dev/input # ir-keytable -t -d /dev/input/event4
    Testing events. Please, press CTRL-C to abort.
    nothing happens when pressing keys on the remote.

    dmesg:
    [ 3.008765] nuvoton-cir 00:07: found NCT6779D or compatible: chip id: 0xc5 0x62
    [ 3.043319] Registered IR keymap rc-rc6-mce
    [ 3.043479] input: Nuvoton w836x7hg Infrared Remote Transceiver as /devices/pnp0/00:07/rc/rc0/input7
    [ 3.044471] rc rc0: Nuvoton w836x7hg Infrared Remote Transceiver as /devices/pnp0/00:07/rc/rc0
    [ 3.046472] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops 0xffffffff81d31440)
    [ 3.054433] lirc_dev: IR Remote Control driver registered, major 245
    [ 3.059184] IR LIRC bridge handler initialized
    [ 3.063650] rc rc0: lirc_dev: driver ir-lirc-codec (nuvoton-cir) registered at minor = 0
    [ 3.063699] nuvoton-cir 00:07: driver has been successfully loaded

    this looks quite ok!?

    i have no idea where to start searching.
    any ideas?

    thanks