Hello everyone,
Im new to both the Pi and Kodi and I told myself that I was going to figure all this out on my own but after 3 weeks of very little progress, Im finally throwing in the towel. It seems literally every step of the way Im having issues. First and foremost, here is a complete list of the setup:
Pi4 4gb Ram
Argon one case
Vilros PSU with on/off
SanDisk 64GB Ultra MicroSDXC UHS-I Memory Card
Newest Kodi release
Ugreen HDMI
Crappy Element TV without CEC
The very first problem I had was no video on my TV. After a full day of reading and trying different things, I finally got video working with this in my config:
hdmi_ignore_edid=0xa5000080
disable_overscan=1
framebuffer_width=1920
framebuffer_height=1080
hdmi_force_hotplug=1
hdmi_group=1
hdmi_mode=16
hdmi_ignore_cec=1
dtparam=audio=on
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
config_hdmi_b00st = 9
hdmi_ignore_cec_init=1
That Finally got video to work, but now I have no sound whatsoever.
I have read through damn near every thread with "no sound" in the title but I can not seem to come up with anything.
I added This to my config as suggested in another thread:
hdmi_drive=2
Still no dice.
Enabling passthrough does nothing.
I even switched my audio output to HDMI and Analog and plugged in some headphones and the headphones also do not have any audio.
The HDMI cable is plugged into the left port on the argon case which is the one next to the power without the case. when I put the HDMI cable into the other port, I do not get sound Or video.
I have tried playing from numerous different video sources including a movie off a thumb drive and also a movie streaming from kodi.
At this point I can not come up with any other options. I have tried every single thing I can come up with.
Anyone have any other suggestions I could try?
Thanks in advance for any help. this is driving me crazy.....
Here is a copy of the settings from my pi
<setting id="audiooutput.ac3transcode" default="true">false</setting>
<setting id="audiooutput.atempothreshold" default="true">2</setting>
<setting id="audiooutput.audiodevice">PI:Both</setting>
<setting id="audiooutput.channels" default="true">1</setting>
<setting id="audiooutput.config" default="true">2</setting>
<setting id="audiooutput.dtshdpassthrough" default="true">false</setting>
<setting id="audiooutput.dtspassthrough" default="true">false</setting>
<setting id="audiooutput.eac3passthrough" default="true">false</setting>
<setting id="audiooutput.guisoundmode" default="true">1</setting>
<setting id="audiooutput.maintainoriginalvolume" default="true">true</setti>
<setting id="audiooutput.passthrough">true</setting>
<setting id="audiooutput.passthroughdevice">ALSA:iec958:CARD=ALSA,DEV=0</se>
<setting id="audiooutput.processquality" default="true">30</setting>
<setting id="audiooutput.samplerate" default="true">48000</setting>
<setting id="audiooutput.stereoupmix" default="true">false</setting>
<setting id="audiooutput.streamnoise" default="true">true</setting>
<setting id="audiooutput.streamsilence" default="true">1</setting>
<setting id="audiooutput.truehdpassthrough" default="true">false</setting>
<setting id="audiooutput.volumesteps" default="true">20</setting>
<audio>
<mute>false</mute>
<fvolumelevel>0.173333</fvolumelevel>
</audio>