Posts by zemaree

    Hi,

    i have some trouble controlling librelec 8.0.2 (it work if i revert back to 7.x) on my mac mini.

    i made some step in the troubleshooting:

    This is the output if i press button un my harmony configured as plex (was working till 7.x).

    As you can see the remote is working, the atvclient too but in kodi nothing happened. If instead of harmony as plex I use harmony as apple remote it works (and atvclient detect as below:

    Code
    26 87 ee 86 0c
    Event id: 000c
    Event id: 0000
    Sending button 02
    25 87 ee 86 0c
    Event id: 000c
    Sending button 02
    Down

    if the keymap.xml missing?

    If this is the case looking at the atvclient:

    Code
    button_map[EVENT_EXTRA_PAGEDOWN]                    = new CPacketBUTTON(EVENT_EXTRA_PAGEDOWN,       "CC:AppleRemote", BTN_DOWN | BTN_NO_REPEAT | BTN_QUEUE);
    
      multi_map[EVENT_HARMONY_UP]                        = new CPacketBUTTON(EVENT_HARMONY_UP,           "CC:Harmony", BTN_DOWN);

    should i declare it as

    <joystick name="Harmony">?

    "In Krypton, remote handling has changed some and by default the Apple Remote is no longer a Joystick but a custom controller. This pull basically swaps out JS0 in strings for CC.

    I've tested this as working with an Apple Remote. I've also modified the string for Harmony but have no way to test."

    so probably joystick is not the correct statement but i don't find the correct keynames


    tnks

    Do you think that you can help me in compiling the binary or share it (compiled) and where to put on the system?

    Will be really appreciated

    tnx :)


    If you bothered to compare githashes on the version of atvclient we package and the upstream repo you're enthusing about instead of posting all over the place, you'd discover those changes have been included for a while.

    TNX for the nice answer, unfortunately I just have basic skill so I don't know how to check the version in a complex project like libreelec.

    Anyway reading your answer seems that also this is not the root cause of the issue so I still have it. If not posting how I can hope to get help?

    Sorry to disturb but I really like libreelec and this issue is really annoying.

    Code
    Feb 25 19:27:26 Lemini systemd[1]: Started ATV client remote support.

    ^^ journal shows the atvclient driver being started, but lsmod doesn't show the module loaded. If you type 'atvclient' from the console do you then see any output from button keypresses? - btw, atvclient doesn't tie into the normal ir-keytable stuff. At some point it should be replaced by a more standard lirc arrangement.

    hi,

    tnx for the support.

    Code
    Using username "root".
    ##############################################
    #                 LibreELEC                  #
    #            http://libreelec.tv             #
    ##############################################
    
    
    LibreELEC (official) Version: 8.0.0
    Lemini:~ # atvclient
    error claiming interface, are you root?


    Quote


    btw, atvclient doesn't tie into the normal ir-keytable stuff

    it's something that i have to do? how?

    i did some research and seems that i have to use -m option, soi i checked the file with atvclient:

    so seems configured in the right way... meh...

    Hello,

    I previously post on another topic thinking that maybe i have same issue but seems not the case so i create one that is specific for my case.

    After the upgrade (i try also a fresh upgrade) the remote is not detected by my mac mini.
    If i rollback it start working without any issue.

    Look like that it'ìs not loded/detected:

    Code
    LibreELEC (official) Version: 8.0.0
    Lemini:~ # ir-keytable
    /sys/class/rc/: No such file or directory
    Lemini:~ # cd /dev/input/
    Lemini:/dev/input # ls
    event0 event1 event2 event3 event4 event5 mice

    But looking into the HW looklike that it's detected. Strange in any case here some logs:

    dmesg | paste -> hFFQ
    journalctl -a | paste -> gKfO
    lsmod | paste -> Jgbb

    Not sure that can help here from hardware.log the detail of the IR interface:


    Then last detail:

    Website state that: Mac mini (Early 2009)Macmini3,1MM31.0081.B06 (EFI 1.2)
    from the log i get:

    Code
    [    0.000000] efi: EFI v1.10 by Apple
    [    0.000000] efi:  ACPI=0x7feee000  ACPI 2.0=0x7feee014  SMBIOS=0x7fec6000 
    [    0.000000] SMBIOS 2.4 present.
    [    0.000000] DMI: Apple Inc. Macmini3,1/Mac-F22C86C8, BIOS     MM31.88Z.00AD.B00.0907171535 07/17/09

    so seems that i have an old version of EFI, not sure that it's relevant (cause was working on 7.x) but if I have i can try to reinstall OsX and upgrade all.

    tnx in advance if someone can help me.

    Hi,

    same for me, with version 7 work flawless.

    I have a mac mini with an harmony.

    not sure what i have to check but:


    Code
    LibreELEC (official) Version: 8.0.0
    Lemini:~ # ir-keytable
    /sys/class/rc/: No such file or directory
    Lemini:~ # cd /dev/input/
    Lemini:/dev/input # ls
    event0 event1 event2 event3 event4 event5 mice

    so seems that LE can't see the remote interface.

    But if I configure the Harmony to act as apple remote it works.

    So any hint? Should i provide some logs?

    I try to rollback to 7 and works, again clean install from USB to 8 (so not upgrade) and again not work... 7 again with HDD format and it works, upgrade to 8 nothing.

    I downloaded the log files but i don't know what i have to share (all?)