https://downloadcenter.intel.com/download/15817/Network-Adapter-Driver-for-PCI-E-Gigabit-Network-Connections-under-Linux-
Firstly ensure we have the appropriate kernel headers with:
sudo apt-get install linux-headers-$(uname -r)So we simply unzip the gzip file:
tar zxvf e1000e-3.2.*and then activate the module with:
cd e1000e-3.2.4.2
make install
sudo modprobe e1000eFinally confirm the module is installed / in use with lsmod:
lsmod | grep e1000e
No comments:
Post a Comment