Did you try all 3 cables with both devices, or just one cable with the TV?
This is most odd.
Thanks for clarifying.
EDID has always been dodgy, as TV manufacturers use the same across multiple models, but you should get some output, regardless of whether itās meaningful.
Iād be interested to know if Vero 2 picks up an EDID later, i.e. if running cat /sys/class/amhdmitx/amhdmitx0/edid
returns anything. I receive this with a 1080p Optoma projector connected to a Sony AVR:
cat /sys/class/amhdmitx/amhdmitx0/edid
Receiver Brand Name: SNY
Receiver Product Name: SONY
EDID block number: 0x1
blk0 chksum: 0xa4
Source Physical Address[a.b.c.d]: 2.4.0.0
native Mode f1, VIC (native 16):
ColorDeepSupport b8, MaxTMDSClock 40
16 4 5 3 32 18 19 20 2 17 1 31 16
Audio {format, channel, freq, cce}
{1, 1, 7f, 7}
{1, 5, 7f, 7}
{1, 7, 7f, 7}
{2, 5, 7, 5}
{7, 5, 1f, 0}
{10, 7, 6, 0}
{12, 7, 54, 0}
{11, 7, 7e, 1}
Speaker Allocation: 5f
Vendor: c03
Rx 3D Format Support List:
{VIC FramePacking TopBottom SidebySide}
{ 16 1 1 1 }
{ 4 0 1 1 }
{ 5 1 1 1 }
{ 3 0 1 1 }
{ 32 0 1 1 }
{ 18 0 1 1 }
{ 19 0 1 1 }
{ 20 0 1 1 }
{ 2 0 1 1 }
{ 17 0 1 1 }
{ 1 0 1 1 }
{ 31 0 1 1 }
{ 16 1 1 1 }
When audio doesnāt work, the output of
cat /sys/devices/virtual/amhdmitx/amhdmitx0/aud_ch
would be good to see, compared to when it does work for you.
I suspect this, in /etc/rc.local, will get things going:
echo "hdmi_channel = 2 ch" > /sys/devices/virtual/amhdmitx/amhdmitx0/aud_ch
Let me know how you get on. Iāll take a look at this in more detail tomorrow.