if you installed your memory modules following the recommended order
According to page 1-5 of my motherboard manual, dated 2019-10-28, the slots
DIMM_A1 and DIMM_C1 should be used when installing two modules (and indeed,
they are used as per `dmidecode -t memory` and from what I recall).
Please try unloading the ee1004 driver, then running i2cdetect again.
Here we go:
# modprobe -r ee1004 && i2cdetect -y 0 && modprobe ee1004
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: 08 -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- 44 -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- 56 -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
What next?