Posts by Hoffy

    Fantastic! I got the EPG & TV recordings working. Thanks for your suggestions. Unfortunately, the KEY_HOME button doesn't do what I want. If I use that, it simply toggles Video (OSD) but I sort of got it working. Setting it as KEY_BACKSPACE sort of gives me the functionality I was looking for.

    Now I'm trying to create a shortcut directly to Movie playlists & Music playlists.

    I can't seem to find the correrct name for those. Again, I had it working in Openelec but my old remote,xml used to work with these lines

    Movies -

    <movies>ActivateWindow(MyVideos)</movies>

    And Music -

    <music>ActivateWindow(MyMusic)</music>

    These just opened the library but I was hoping to point them to the relative playlists and can't seem to find the correct entry to use.

    Thanks again.

    That solved that issue. Notepad ++ defaults to dos endings on new files. No errors with that now.

    I can't seem to find the correct events to do what I am trying to do.

    1 - I have a button "Guide" on my remote that I would like to open the OSD EPG as a global event. I've tried KEY_EPG & KEY_PROGRAM but they don't seem to produce the correct result.

    2 - I have a button "Menu" that I would like to bring up the home menu. I think this is just a case of switching full screen video to the background instead of foreground?

    3 - Button "Recordings" I would like to open my TV recordings.

    Do you know any way to achieve these things? I used to do it in OpenELEC with lircmap.xml & remote.xml files.

    Thanks for your help.

    I'm trying to add a button to my Logitech config using this process. I've got all the scan codes and event codes into a file but when I run the test, I get an error

    LibreELEC:~ # ir-keytable -c -w /storage/.config/rc_keymaps/logitech -t

    invalid other

    Invalid parameter on line 1 of /storage/.config/rc_keymaps/logitech

    Invalid parameter(s)

    ir-keytable: -w: (PROGRAM ERROR) Option should have been recognized!?

    Try `ir-keytable --help' or `ir-keytable --usage' for more information.

    Try `ir-keytable --help' or `ir-keytable --usage' for more information.

    Old keytable cleared

    My remote protocol is reported as "other" & "rc-6". I got no codes from rc-6 but "other" gives the codes.

    I tried rc-6 and got the same error. I've attached my table. Have I done something wrong?

    logitech.zip

    Thank you.

    I think I've solved this problem.

    Did a fresh install and set everything up from scratch with all the same settings I had before and it is now working.

    I can only assume something got messed up the first time around.

    Thanks for the help.

    I was just browsing through my logs and found this in dmesg that I posted here. Got anything to do with my problem?

    Code
     0.710656] netconsole: network logging started
    [    0.710682] rtc_cmos 00:01: setting system clock to 2017-07-22 06:14:10 UTC (1500704050)
    [    0.710826] ALSA device list:
    [    0.710827]   No soundcards found.
    [    0.981368] ata1: SATA link down (SStatus 0 SControl 300)
    [    0.984747] ata2: SATA link down (SStatus 0 SControl 300)

    I've tried alsa & alsathread. Same result from both.

    Should I be setting the audio device inside retroarch settings as well? In retroarch it was "hw:1,7". I've had it set all the time but removed that today trying to make it work with no result.

    LibreELEC:~ # aplay -L

    null

    Discard all samples (playback) or generate zero samples (capture)

    sysdefault:CARD=Intel

    HDA Intel, ALC889A Analog

    Default Audio Device

    front:CARD=Intel,DEV=0

    HDA Intel, ALC889A Analog

    Front speakers

    surround21:CARD=Intel,DEV=0

    HDA Intel, ALC889A Analog

    2.1 Surround output to Front and Subwoofer speakers

    surround40:CARD=Intel,DEV=0

    HDA Intel, ALC889A Analog

    4.0 Surround output to Front and Rear speakers

    surround41:CARD=Intel,DEV=0

    HDA Intel, ALC889A Analog

    4.1 Surround output to Front, Rear and Subwoofer speakers

    surround50:CARD=Intel,DEV=0

    HDA Intel, ALC889A Analog

    5.0 Surround output to Front, Center and Rear speakers

    surround51:CARD=Intel,DEV=0

    HDA Intel, ALC889A Analog

    5.1 Surround output to Front, Center, Rear and Subwoofer speakers

    surround71:CARD=Intel,DEV=0

    HDA Intel, ALC889A Analog

    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers

    iec958:CARD=Intel,DEV=0

    HDA Intel, ALC889A Digital

    IEC958 (S/PDIF) Digital Audio Output

    hdmi:CARD=NVidia,DEV=0

    HDA NVidia, HDMI 0

    HDMI Audio Output

    hdmi:CARD=NVidia,DEV=1

    HDA NVidia, HDMI 1

    HDMI Audio Output

    hdmi:CARD=NVidia,DEV=2

    HDA NVidia, HDMI 2

    HDMI Audio Output

    My TV is connected via HDMI #1

    Man. Sorry to bother you, but I'm still having troubles with sound in games. It was working perfectly last night. I turned it on today and the sound is gone again. What would you need from me to see what I'm doing wrong? There is a message in retroarch.log saying failed to initialise ALSA device.

    I have disabled "keep audio device alive" in Kodi settings.

    Here are my logs- FRNA

    I've attached my asound.conf and logs from retroarch & emulation station.

    Thank you.asound.zipemulationstation.logretroarch.log

    I did but still didn't have sound in games. I got sound in Emulation Station after setting up the asound.conf but still no sound in games. Changed the driver in Retroarch and now I have sound. Will see if it's still there tomorrow when I start it again.