Posts by AtomiX

    Hello to all, I had recently bought a dvb-t receiver with remote included;
    The problem is with the remote, is recognized but the system receive no input, the tv tuner works very well.

    Code
    ir-keytable
    Found /sys/class/rc/rc0/ (/dev/input/event11) with:
            Driver dvb_usb_af9035, table rc-it913x-v2
            Supported protocols: nec
            Enabled protocols:
            Name: Avermedia A835B(3835)
            bus: 3, vendor/product: 07ca:3835, version: 0x0200
            Repeat delay = 500 ms, repeat period = 125 ms



    I think the issue is related to the empty line of enabled protocols but if i try to change it I receive an error:

    Code
    kodi:~ # ir-keytable -p nec
    /sys/class/rc/rc0//protocols: Invalid argument
    Couldn't change the IR protocols


    also from dmesg seems IR found it:

    Code
    [   12.149732] Registered IR keymap rc-it913x-v2
    [   12.149928] input: Avermedia A835B(3835) as /devices/pci0000:00/0000:00:12.2/usb1/1-1/rc/rc0/input11
    [   12.150042] rc rc0: Avermedia A835B(3835) as /devices/pci0000:00/0000:00:12.2/usb1/1-1/rc/rc0
    [   12.150048] usb 1-1: dvb_usb_v2: schedule remote query interval to 500 msecs
    [   12.150053] usb 1-1: dvb_usb_v2: 'Avermedia A835B(3835)' successfully initialized and connected
    [   12.150097] usbcore: registered new interface driver dvb_usb_af9035

    I'll attach all logs in this post.

    Anyone have any idea to how resolve this issue?

    Hi,
    You can try to port the "net" binary to libreelec by saving it in (for example) /storage/.config and try to run the executable, if there is show a messages of missing library copy also the missing library, to permit the system to know where library is create a startup.sh in /storage/.config contain:

    Code
    #! /bin/sh
    (
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/your/library
    )&


    or add the previously line if you have already your startup script;

    And for shutdown the remote system create also a shutdown.sh script and put the command you post: "net rpc shutdown -I 192.168.1.101 -U gordus%password..".
    I'm interested too with this functionality, I'll try to create a plugin (no warranty about how many time I'll spend on this project because I had ever do a plugin :P)

    Hi, I had never create a custom video node, but as per I had read here (kodi wiki) seems the right place for custom nodes are the userdata folder, also says in the wiki page not all skins support completely the video nodes.

    Put the nodes in the root fs is impossible because it is a squashfs, so for do that you have to create a custom image of libreelec.

    I think your problem is not related whit the LE system, this is demonstrated by you are able to scan some mux.

    I saw in the repository had two version of tvheadend if you using the 4.0 try to use the 4.2 or opposite, otherwise enable the debug log from the web interface when that particular mux begin scanned and provide the log.

    :D