Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 585 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 585 Bytes

SPD-5118 DKMS

This is René's driver for the SPD-5118 DDR5 Temperature sensor, with a DKMS config added.

The original patches can be downloaded from here, if it works consider donating to the author: Patreon, GitHub Sponsors.

The it87 Makefile was also used as an example.

Installation

sudo make dkms
sudo modprobe spd5118

Uninstallation

sudo modprobe -r spd5118
sudo make dkms_clean