Posts by Maverick82

    Hi everybody,

    I've bought a odroid-C2 and a Terratec Cinergy S2 USB BOX Rev.4 (Terratec).
    I'm running LibreELEC-Odroid_C2.aarch64-7.0.2.img with TVHeadend Server 4.2 but the DVB-S2 Box is not working.

    odroid:~ # lsusb
    Bus 001 Device 003: ID 0ccd:0105 TerraTec Electronic GmbH
    Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    odroid:~ # dmesg | grep usb
    [15834.708632] usb 1-1.3: new high-speed USB device number 3 using dwc_otg
    [15834.809098] usb 1-1.3: New USB device found, idVendor=0ccd, idProduct=0105
    [15834.809110] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [15834.809115] usb 1-1.3: Product: TERRATEC USB Tuner
    [15834.809120] usb 1-1.3: Manufacturer: Tevii
    [15834.809125] usb 1-1.3: SerialNumber: 000000031

    odroid:~ # dmesg | grep dvb
    - NOTHING -

    I've read that there are some changes in LibreELEC (Krypton) v7.90.003 ALPHA, which include
    - support for the Terratec Cinergy S2 Rev.3 DVB card

    Is it possible to add support for the Rev.4 for odroid-C2 as well?

    I've opened a github issue already (odroid libreelec Terratec Cinergy S2 Box Rev 4 · Issue #212 · hardkernel/linux · GitHub)

    Thanks for your help.

    I have a problem with NTP and built-in WiFi on Raspberry Pi3.

    Under Rasbian the following command solve the problem with the builtin Wifi:
    /sbin/iptables -t mangle -I POSTROUTING 1 -o wlan0 -p udp --dport 123 -j TOS --set-tos 0x00

    If placed in rc.local it is automatically executed at boot.

    But under libreelec, this command doesn't work, the file rc.local doesn't exists and I don't know how to make the equivalent adjustment under libreelec.

    Could anybody help me?