Ubuntu Pastebin

Paste from Ahren at Wed, 21 Dec 2016 04:32:51 +0000

Download as text
1
2
3
4
5
6
7
8
9
user@TERMINAL:~/Downloads/e1000e-3.3.4$ sudo make install
[sudo] password for user: 
make: *** No rule to make target 'install'.  Stop.
user@TERMINAL:~/Downloads/e1000e-3.3.4$ ^C
user@TERMINAL:~/Downloads/e1000e-3.3.4$  cd /home/user/Downloads/e1000e-3.3.4/src
user@TERMINAL:~/Downloads/e1000e-3.3.4/src$ sudo make install
cc1: error: code model kernel does not support PIC mode
/bin/sh: 1: [: -ge: unexpected operator
Makefile:181: *** *** Aborting the build. *** This driver is not supported on kernel versions older than 2.4.0.  Stop.
Download as text