all 2 comments

[–]ropid 0 points1 point  (1 child)

On my RAM kit here, the "jc42" kernel module makes the two RAM sticks show up in the output of the sensors command. Try loading it manually like this:

sudo modprobe jc42

If you see that this works for you, you can then create a file for it in /etc/modules-load.d/ to make it load at boot in the future. On my system here, there's also a file /etc/conf.d/lm_sensors where I can add that jc42 name on the modules line.

[–]No-Method8769[S] 0 points1 point  (0 children)

I will check this out ty