GitXplorerGitXplorer
h

mpss-modules

public
17 stars
7 forks
3 issues

Commits

List of commits on branch master.
Unverified
f2facda53edc0ecf4e79fc2ee70ba8c97eaabd12

Add a README

hhuanzhang12 committed 9 years ago
Unverified
5c76b4bd4d844c903e6683bd20c9db5a7184fcd9

Patches for kernel 4.2.0 and gcc 5.2.1

hhuanzhang12 committed 9 years ago
Unverified
dbeecf43b235d3ade3f513c22d0fec5038fd0efc

MPSS modules 3.6.1

hhuanzhang12 committed 9 years ago

README

The README file for this repository.

Intel MPSS Kernel Modules

This repository contains patched Intel MPSS modules 3.6.1 to work with more recent Linux Kernels. Currently it is only tested on:

  • Ubuntu 14.10 with Linux 4.2.0 and gcc 5.2.1

It should work on any distributions with Kernel version 4.2.0.

Requirements

Before building the kernel modules, make sure you have all tools necessary to build the Linux Kernel (e.g., GCC, Make, etc.) and the kernel source or headers. On Ubuntu 14.10, should be enough to have the following packages installed:

  • build-essential
  • linux-headers-generic

Building and Installing

To build, simply run:

$ make MIC_CARD_ARCH=k1om

To install, you must be logged in as root or use sudo:

# make install

$ sudo make install

You may need to run depmod before loading the module:

$ sudo depmod
$ sudo modprobe mic