Hello LibreELEC Community,
I need your help:
LibreELEC 10.0.2
Raspberry PI 4B
Denon AVR-X1700H DAB
Samsung TV (1080p)
I've installed LibreELEC 10.0.2 (clean install, no update) and at first I got no HDMI signal at all. (Yes, used the port next to the usb c connector)
With video=HDMI-A-1:1920x1080M@60 in the commandline I got a picture and the right resolution, but no sound. (Greyed out Audio Device Selection and only PulseAudio, Bluetooth)
Interesting: LibreELEC 9.8.2 works with no problems. Even Audio Passthrough with DTS and so on..
I tried the following in the config.txt:
hdmi_ignore_cec_init=1
hdmi_force_hotplug=1
hdmi_force_edid_audio=1
hdmi_group=1
hdmi_mode=16
hdmi_drive=2
in different combinations. No sound at all..
What works is
dtparam=audio=on
and suddenly I'm able to select the audio device ALSA bcm2835 HDMI 1..
..but no Passthrough and the sound has some "clicking" noise when I play a movie.
So I thought: Okay, I try to get it to work without these "workarounds" above.
Used the getedid command to read the edid but the file was empty.
tvservice gave me the following results:
1 attached device(s), display ID's are :
Display Number 2, type HDMI 0
Group CEA has 4 modes:
mode 4: 1280x720 @ 60Hz 16:9, clock:74MHz progressive
(prefer) mode 16: 1920x1080 @ 60Hz 16:9, clock:148MHz progressive
mode 95: 3840x2160 @ 30Hz 16:9, clock:297MHz progressive
mode 97: 3840x2160 @ 60Hz 16:9, clock:594MHz progressive
Group DMT has 1 modes:
mode 4: 640x480 @ 60Hz 4:3, clock:25MHz progressive
Audio:
PCM supported: Max channels: 8, Max samplerate: 192kHz, Max samplesize 24 bits.
AC3 supported: Max channels: 8, Max samplerate: 192kHz, Max rate 2040 kb/s.
MPEG1 supported: Max channels: 8, Max samplerate: 192kHz, Max rate 2040 kb/s.
MP3 supported: Max channels: 8, Max samplerate: 192kHz, Max rate 2040 kb/s.
MPEG2 supported: Max channels: 8, Max samplerate: 192kHz, Max rate 2040 kb/s.
AAC supported: Max channels: 8, Max samplerate: 192kHz, Max rate 2040 kb/s.
DTS supported: Max channels: 8, Max samplerate: 192kHz, Max rate 2040 kb/s.
ATRAC supported: Max channels: 8, Max samplerate: 192kHz, Max rate 2040 kb/s.
DSD supported: Max channels: 8, Max samplerate: 192kHz, Max rate 2040 kb/s.
EAC3 supported: Max channels: 8, Max samplerate: 192kHz, Max rate 2040 kb/s.
DTS_HD supported: Max channels: 8, Max samplerate: 192kHz, Max rate 2040 kb/s.
MLP supported: Max channels: 8, Max samplerate: 192kHz, Max rate 2040 kb/s.
DST supported: Max channels: 8, Max samplerate: 192kHz, Max rate 2040 kb/s.
WMAPRO supported: Max channels: 8, Max samplerate: 192kHz, Max rate 2040 kb/s.
Extended supported: Max channels: 8, Max samplerate: 192kHz, Max rate 2040 kb/s.
Display More
It seems without the config.txt "workarounds" LibreELEC doesn't find a HDMI device itself. (Yes, turned everything on before booting)
Has anyone any ideas whats wrong?