Skip to content
/ dcmi Public
forked from Tualua/dcmi

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

wan65496/dcmi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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 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

Languages

  • C 87.3%
  • Makefile 9.6%
  • C++ 3.0%
  • Shell 0.1%