forked from xdsopl/mpss-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
17 lines (10 loc) · 630 Bytes
/
README
File metadata and controls
17 lines (10 loc) · 630 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This is a port of the mic module for the Intel Xeon Phi Coprocessor for linux-3.14
Please be aware that the mic host and card drivers finally made into linux-3.13
mpss-modules-3.2.1 tested and working on linux-3.14.1
this is the "master" branch, which only has tested fixes and rewrites from
the "devel" branch.
please checkout the "minimal" branch if youre only interested in the smallest
necessary fixes possible to make it work.
to install, edit Makefile (if needed) and execute "make && sudo make install"
for installation using DKMS, execute "sudo ./install.sh"
to deinstall DKMS module, execute "sudo ./uninstall.sh"