Hello forum,
I haven an Odroid C2 and ~1 year ago I followed the instruction of Melibokus to set up a PVR for German DVB-T2. As recommended, I installed LibreELEC-Odroid_C2.arm-8.0.WRX-RB-Media_build.01.img.gz to get my DVB-T2 stick working (Geniatech T230C).
It worked for 1 year.
Recently I updated to LibreELEC-Odroid_C2.aarch64-8.2.5.img.gz. The system is booting and basically working, all addons are updated. But I still receive error messages when I activate TV: "No TV adapter available".
When I check lsusb I receive:
QuoteDisplay MoreLibreELEC:~ # lsusb
Bus 001 Device 006: ID 0572:c689 Conexant Systems (Rockwell), Inc.
Bus 001 Device 005: ID 4555:1031
Bus 001 Device 004: ID 13fd:1840 Initio Corporation INIC-1608 SATA bridge
Bus 001 Device 003: ID 152e:2571 LG (HLDS)
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
where Bus 001 Device 006: ID 0572:c689 Conexant Systems (Rockwell), Inc. seems to be the DVB-T2 stick.
But when I check the kernel modules, I am not sure, if the relevant module has loaded:
QuoteDisplay MoreLibreELEC:~ # lsmod
Module Size Used by
fuse 80123 3
8021q 19103 0
rtc_pcf8563 3551 0
ir_lirc_codec 4420 0
ir_mce_kbd_decoder 3076 0
lirc_dev 8560 1 ir_lirc_codec
ir_sanyo_decoder 1571 0
ir_jvc_decoder 1591 0
ir_sony_decoder 1601 0
ir_rc6_decoder 1959 0
ir_rc5_decoder 1527 0
ir_nec_decoder 1671 0
rc_odroid 894 0
meson_ir 3793 0
rc_core 13500 12 lirc_dev,meson_ir,ir_lirc_codec,ir_rc5_decoder,ir_nec_decoder,ir_sony_decoder,rc_odroid,ir_mce_kbd_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_sanyo_decoder
mali 199584 5
amlvideodri 11018 0
videobuf_res 5474 1 amlvideodri
videobuf_core 16589 2 amlvideodri,videobuf_res
videodev 131672 1 amlvideodri
autofs4 24843 0
fbcon 37599 0
bitblit 4444 1 fbcon
softcursor 1176 1 bitblit
font 7279 1 fbcon
When I log into Tvheadend with my browser (http://libreelec:9981/) I can only see the integrated cable tuners(?) of my Fritzbox:
(but as the cable provider has installed a hardware filter, that blocks all TV frequencies, I can not receive any signals via cable - only DVT-T2)
My questions:
- Is there a kernel issue that prevents my DVB-T2 stick from working or is it something different?
- If it is a kernel (driver) issue, how could I solve it?
- Or should I go back to LibreELEC-Odroid_C2.arm-8.0.WRX-RB-Media_build.01.img.gz which contains the necessary support for my DVB-T2 stick already?
Thanks for your help
Fasterix