[Intel-wired-lan] How to install e1000e.ko to Debian 9
Narcis Garcia
informatica at actiu.net
Thu Feb 15 08:39:21 UTC 2018
My steps:
$ uname -srvm
Linux 4.9.0-5-amd64 #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-04) x86_64
0. Install build/compiler tools:
sudo apt-get install build-essential linux-headers-amd64
1. Download latest stable version (3.4.0.2) from:
https://sourceforge.net/projects/e1000/files/e1000e%20stable/
2. Unpack:
tar zxf e1000e-*.tar.gz
3. Compile and install:
cd e1000e-*/src/
sudo make install
cc1: error: code model kernel does not support PIC mode
/bin/sh: 1: [: -ge: unexpected operator
Makefile:199: *** *** Aborting the build. *** This driver is not
supported on kernel versions older than 2.4.0. Alto.
More information about the Intel-wired-lan
mailing list