Skip to content
/ dcmi Public

Intel DCMI kernel driver for OCP patched for newer kernels

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

Tualua/dcmi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcmi

Intel DCMI kernel driver for OCP patched for newer kernels

Tested on Quanta Windmill with Ubuntu 18.04.3/16.04.6 with kernel 4.18.20

dcmitool is a binary to use DCMI interface. Took it from https://bugs.launchpad.net/opencompute/+bug/1156667/+attachment/3683163/+files/Intel_driver_and_dcmitool.zip

How to install

sudo apt install build-essential flex bison libncurses5
sudo make install
sudo modprobe dcmi
sudo ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 /usr/lib/x86_64-linux-gnu/libcrypto.so.6

Your actual version on libcrypto may be different, in this case adjust path in the last line according to your environment (because of kernel 4.18 I used libssl1.1).

You will need to put dcmi in /etc/modules to autoload it

echo dcmi | sudo tee -a /etc/modules

About

Intel DCMI kernel driver for OCP patched for newer kernels

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published