Skip to content

Instantly share code, notes, and snippets.

@beci
Created June 11, 2021 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beci/3340bb16ab091b995766fc060e99fd28 to your computer and use it in GitHub Desktop.
Save beci/3340bb16ab091b995766fc060e99fd28 to your computer and use it in GitHub Desktop.

Notes about the machine

The hardware

  • Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz
  • Gigabyte X79-UD3
  • 16GiB RAM, DDR3-1866, 2x Corsair CMZ12GX3M3A16, 2x Kingston KHX1600C9D3/4

Linux settings

ECC errors, like

Apr 25 19:55:42 cosmos kernel: EDAC sbridge: CPU SrcID #0, Ha #0, Channel #2 has DIMMs, but ECC is disabled
Apr 25 19:55:42 cosmos kernel: EDAC sbridge: Couldn't find mci handler
Apr 25 19:55:42 cosmos kernel: EDAC sbridge: Failed to register device with error -19.

For this motherboard need the following blacklist:

echo "blacklist sb_edac" >> /etc/modprobe.d/blacklist.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment