I have just upgraded my Ryzen 5 2600 to a 5600x. Now dmesg contains a dozen or so messages like: [ 5.143217] EDAC amd64: F19h detected (node 0). [ 5.143225] EDAC amd64: Error: F0 not found, device 0x1650 (broken BIOS?) I am not sure whether it has any negative effects, the system seems stable when running Linux.
This is fixed in 5.10rc7.
Not fixed! Using kernel 5.10.2, X570 motherboard, 5950X, Vega 64. EDAC amd64: Error: F0 not found, device 0x1650 (broken BIOS?)
This is strange, I tested it with 5.10rc7 and the error was gone. This is the patch which I believe fixes the issue: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/edac/amd64_edac.c?id=b4210eab9164e3ea647b71e1049391177db9b215
With 5.10.6-200.fc33.x86_64: [ 4.899884] EDAC amd64: F19h_M20h detected (node 0). [ 4.899927] EDAC amd64: Node 0: DRAM ECC disabled. [ 4.942858] nct6775: Found NCT6792D or compatible chip at 0x2e:0x290 [ 4.942915] EDAC amd64: F19h_M20h detected (node 0). [ 4.943054] EDAC amd64: Node 0: DRAM ECC disabled.
(In reply to Priit O. from comment #2) > Not fixed! Using kernel 5.10.2, X570 motherboard, 5950X, Vega 64. > > EDAC amd64: Error: F0 not found, device 0x1650 (broken BIOS?) After upgrading to 5.10.7, I don't receive the original EDAC amd64: Error: F0 not found, device 0x1650 (broken BIOS?) that you mentioned. Can you confirm?
Meanwhile I upgraded my MB bios from 7C84v14 -- AMD AGESA ComboAm4v2PI 1.1.0.0 Patch C to 7C84v153(Beta version) -- ComboAM4PIV2 1.1.9.0 and kernel remained the same 5.10.2 and I don't see the error anymore...
This is still reproducible on 5.11-rc7. I am on a 5950x on a MSI MEG X570 Godlike motherboard with their latest bios 7C34v1C6(Beta version) - Update to ComboAM4PIV2 1.2.0.0 - Support S.A.M technology (Re-size BAR function) to enhance GPU performance for AMD Radeon RX 6000 series.
reducing the DDR from 2666 to 2133 (and disable memory fast boot) seems to have solved the issue. Can't recreate it with a few (n=5) reboots. Now it says: [ 7.201069] EDAC amd64: F19h_M20h detected (node 0). [ 7.201133] EDAC amd64: Node 0: DRAM ECC disabled.
Still happening on kernel 5.11.5: [6.107573] EDAC amd64: F19h_M20h detected (node 0). [6.107608] EDAC amd64: Node 0: DRAM ECC disabled. 5900X, MSI X570 Tomahawk
@Gurenko your message seems to be "OK" version ;) "bad" one was with "error" and "(broken BIOS?)" texts: [ 5.143225] EDAC amd64: Error: F0 not found, device 0x1650 (broken BIOS?)
(In reply to Priit O. from comment #10) > @Gurenko your message seems to be "OK" version ;) > "bad" one was with "error" and "(broken BIOS?)" texts: > [ 5.143225] EDAC amd64: Error: F0 not found, device 0x1650 (broken BIOS?) Right, sorry, too many tabs open, confused it with BZ for spamming this message that was also supposed to be fixed back around 5.5 kernel :)
I had a similar issue, same message but with an annoying keyboard problem (it randomly disabled during few seconds). And the issue wasn't specific to Linux, I had the same keyboard trouble on Windows. This happened after BIOS update (MPG B550 GAMING EDGE WIFI MS-7C91 V1.5) + installing a new CPU (Ryzen 5800x). I fixed this with another bios update (v1.5 -> V1.63 beta), without any kernel update. So it seems to be a BIOS issue, not a kernel issue.