Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 801 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 801 Bytes

Intel MPSS 3.4 for Linux 3.13.0

This repository contains Intel MPSS 3.4 modules. The source is patched to work with Linux Kernel 3.13.0, it was only tested on Ubuntu 14.04, but should work on any distro since the Kernel version is 3.13.0 (not tested with newer kernel versions).

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.04, should be enough to have the following packages installed:

  • build-essential
  • linux-headers-generic

Building and Installing

To build, simply run make:

$ make

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

# make install $ sudo make install