Re: Hub 3.0 port flapping

  • Hi there,

    Just switched to Libreelec (Krypton) v7.90.008 ALPHA and the first post here.

    I've a Moneual Moncaso 320, which uses Future Technology Devices International, Ltd FT232 IR receiver, which works just fine (pretty much) out of the box with OpenElec but not working at all on Libreelec. LIRC seems running and I have this as autostart.sh:

    Code
    LIRC=$(ps ax|grep eventlircd|sed -n 's/.*socket=\([^"]*\/\).*/\1/p')
    /usr/sbin/lircd -H mplay2 -d /dev/ttyUSB0 -u -o ${LIRC}lircd -P ${LIRC}lircd.pid /storage/.config/ft232_remote.conf

    but I get this Warning: cannot open /etc/lirc/lirc_options.conf

    If I try to change the protocol, I get this:
    [code=php]
    # ir-keytable -p lirc
    /sys/class/rc/: No such file or directory
    [/php]

    irw is working but it not capturing any key-press. Can anyone help me?
    Here is the full system log: UNJR
    Let me know if anything else you may require.

    -San