Install Intel I217-LM driver on Proxmox 3.4 Error ;/

icewaere

New Member
May 21, 2015
5
0
1
Hi,

i want to install newest driver for my network on Proxmox 3.4

driversource: http://downloadmirror.intel.com/15817/eng/e1000e-3.1.0.2.tar.gz

i have done latest update and reboot then:
Code:
apt-get install pve-headers-`uname -r` build-essential
cd /usr/local/src
wget http://downloadmirror.intel.com/15817/eng/e1000e-3.1.0.2.tar.gz
tar xzf e1000e-3.1.0.2.tar.gz
cd e1000e-3.1.0.2
make install

then i get this error :/
Code:
make: *** No rule to make target `install'.  Stop.

hope anyone can help me with that and find a solution.

regards ice
 
this e1000e driver is already included in our latest release, so no idea why you want to install it again.

just update to latest.
 
this e1000e driver is already included in our latest release, so no idea why you want to install it again.

just update to latest.

ohh ok thx for info ;)

anyway you can say me why make install not worked?

regards ice