Posts by roel

    I tried my favorite ir-remote on the latest libreelec alpha 8.90.006 but it doens't work.

    When I ssh in the box and I run ir-keytable (after killing kodi and lircevent) I get htis message:

    LibreELEC-core:~ # ir-keytable

    /sys/class/rc/: No such file or directory

    No devices found

    So it doesn't find a IR-receiver. lsmod gives me this:

    LibreELEC-core:~ # lsmod

    Module Size Used by

    hci_uart 19283 1

    bluetooth 272799 2 hci_uart

    8021q 16235 0

    snd_usb_audio 98788 0

    snd_usbmidi_lib 16198 1 snd_usb_audio

    snd_hwdep 4673 1 snd_usb_audio

    snd_rawmidi 15409 1 snd_usbmidi_lib

    dhd 599647 0

    cfg80211 204326 1 dhd

    mali 161146 0

    dmesg | grep meson results in this:

    LibreELEC-core:~ # dmesg | grep meson

    [ 0.000000@0] mesonfb0(low) : 0x09100000 - 0x0d900000 ( 72 MiB)

    [ 0.000000@0] mesonfb1(low) : 0x0d900000 - 0x0da00000 ( 1 MiB)

    [ 0.000000@0] mesonstream0(low) : 0x0da00000 - 0x0fa00000 ( 32 MiB)

    [ 0.000000@0] meson_serial_console_setup

    [ 3.041486@0] meson_cs_dvfs_probe, table count:29, use_pwm:1, pwm controller:2

    [ 3.152319@0] [DVFS]aml_dvfs_register_driver, driver meson-cs-dvfs regist success, mask:1, source id:1

    [ 3.714056@0] don't find to display_size_default from mesonfb-dts

    [ 6.958855@2] meson-eth: probe of meson-eth failed with error -1

    [ 7.322655@2] input: aml_keypad as /devices/platform/meson-remote/input/input4

    [ 8.176711@3] enter meson_pm_init

    [ 8.181558@3] enter meson_pm_probe!

    [ 8.186291@3] meson_pm_probe done !

    [ 8.213367@3] meson_cpufreq: no voltage_control prop

    Somebody an idea?

    Don't bother, I just logged in with ssh and see nbd-client is there. So it should be possible to mount a dvd over the network. Now I have to check if confluence picks it up as a cd-rom. Maybe if I map the device to /dev/sr0.

    Possible this is already asked, but a search didn't find a result.

    Is it possible to set libreelec as a nbd-client to access a nbd server, so it is possible to acces a dvd-rom over the network. And if yes, can it be binded to the pop-up "play DVD" on the homescreen (I'm still on Confluence) as when you insert a dvd in a native dvd-rom? In general can you configure the "play DVD" pop-up?

    Hello,

    I was wondering if there exist a application on linux or android to broadcast a video stream. I want to stream a .mkv file over the home network to different clients. So it acts like live tv.

    The reason is when we go on holiday with the van the kids can watch the same video, the video can then be started on the front seat and picked up by android tablets through wifi.

    Is something possible, I googled around but didn't find a decent result. Seems VLC can do it, but it's not so easy.

    I was already to sleep yesterday, so I didn't see your post. You have to put them all on the root of the sd-card and then do the toothpick method. If everything is alright you should see the picture of the droid with a spinning wheel in his body. If you are still on TWRP it will not work. Then you have to install the recovery.img first from TWRP (if I remember correctly) and then do the toothpick method again.

    If you are not sure you can do following command in a linux terminal: cat factory_update_param.aml

    It will show you the text inside of the file. With a little imagination, you can read what files the update needs and what it will do.

    You can do the same for the aml_autscript: cat aml_autoscript (make sure you cd to the folder where the files are located).

    No, I mean android.

    I don't have knowledge of a MXIIIplus, but does it have to be firmware from beelink. Why not try firmware from tronsmart?

    I have a Eny M8S and I flashed it with this 5.1 firmware from acemax: ACEMAX Products SW Downloading Center

    Worked like a charm, to be honest I never use android, but the box booted without complaint. After the flash, the toothpick method worked (no on and off bootsplash anymore) and I can boot from sd and usb.

    balbes150

    can it be possible you should change

    Code
     # Amlogic IR remote support (yes / no)    
    AMREMOTE_SUPPORT="yes"

    to

    Code
     # Amlogic IR remote support (yes / no)    
    AMREMOTE_SUPPORT="no"

    in -> /projects/Amlogic/devices/S812/options

    I don't find a CONFIG_MESON_IR line in your linux.arm.conf either. But maybe it shouldn't be set there.

    Another possibility is this commit from kszaq:

    projects/Amlogic: switch to meson-ir, disable amremote · LibreELEC/LibreELEC.tv@7f343ad · GitHub

    -> on your github page it's still there: https://github.com/150balbes/libreelec.tv/blob/amlogic-leia/projects/amlogic/devices/s812/filesystem/usr/lib/libreelec/remote-config

    balbes150

    A new problem showed up. I wanted to update with the tar file, but I got this error: Missing (target) files kernel and /system

    I burned the MXIII-plus image on my SD-card and otted the M8S from the sd-card. No problems with resizing the storage partition.

    After the first-run items I did following:

    - Added my remote.conf to the rc_keymaps folder and adjusted rc_maps.conf to use my remote.

    - Did the following command: ir-keytable -a /storage/.config/rc_maps.cfg -s rc0

    - No error messages, but remote didn't seem to work.

    - ir-keytable -t didn't respond to the keypresses on the remote.

    - ir-keytable without flag gave me this result:

    LibreELEC-M8S:~ # ir-keytable

    Found /sys/class/rc/rc0/ (/dev/input/event0) with:

    Driver: rc-loopback, table: rc-empty

    lirc device: /dev/lirc0

    Supported protocols: lirc rc-5 rc-5-sz jvc sony nec sanyo mce_kbd rc-6

    Enabled protocols: lirc rc-5 rc-5-sz jvc sony nec sanyo mce_kbd rc-6

    Name: rc-core loopback device

    bus: 6, vendor/product: 0000:0000, version: 0x0001

    Repeat delay = 500 ms, repeat period = 125 ms

    So it seems meson-ir is not used by the system.

    output from lsmod:

    LibreELEC-M8S:~ # lsmod

    Module Size Used by

    hci_uart 41143 1

    bluetooth 191493 2 hci_uart

    8021q 15927 0

    dhd 657022 0

    cfg80211 204691 1 dhd

    wifi_dummy 737 0

    mali 160908 5