ich möchte einen Ethernettreiber updaten, hab den entsprechenden neueren Treiber geladen und bin exakt nach README vorgegangen, nun funktioniert aber das make install nicht. Was mache ich falsch?
Hier ein Auszug aus der Anleitung:
2. Untar/unzip archive:
tar zxf e1000e-x.x.x.tar.gz
3. Change to the driver src directory:
cd e1000e-x.x.x/src/
4. Compile the driver module:
# make install
Nun hänge ich beim make install fest:
Code: Alles auswählen
headnode1:~/e1000e-1.1.2.1a# cd src
headnode1:~/e1000e-1.1.2.1a/src# make install
-bash: make: command not found
Code: Alles auswählen
headnode1:~/e1000e-1.1.2.1a/src# ls -la
total 940
drwxr--r-- 2 root root 4096 2010-01-26 20:47 .
drwxr--r-- 3 root root 4096 2010-01-26 20:47 ..
-rwxr--r-- 1 root root 41466 2010-01-26 20:46 e1000_80003es2lan.c
-rwxr--r-- 1 root root 4032 2010-01-26 20:46 e1000_80003es2lan.h
-rwxr--r-- 1 root root 46950 2010-01-26 20:46 e1000_82571.c
-rwxr--r-- 1 root root 2054 2010-01-26 20:46 e1000_82571.h
-rwxr--r-- 1 root root 74166 2010-01-26 20:46 e1000_defines.h
-rwxr--r-- 1 root root 20799 2010-01-26 20:46 e1000.h
-rwxr--r-- 1 root root 95496 2010-01-26 20:46 e1000_ich8lan.c
-rwxr--r-- 1 root root 8365 2010-01-26 20:46 e1000_ich8lan.h
-rwxr--r-- 1 root root 52291 2010-01-26 20:46 e1000_mac.c
-rwxr--r-- 1 root root 3589 2010-01-26 20:46 e1000_mac.h
-rwxr--r-- 1 root root 9869 2010-01-26 20:46 e1000_manage.c
-rwxr--r-- 1 root root 3264 2010-01-26 20:46 e1000_manage.h
-rwxr--r-- 1 root root 14525 2010-01-26 20:46 e1000_nvm.c
-rwxr--r-- 1 root root 2120 2010-01-26 20:46 e1000_nvm.h
-rwxr--r-- 1 root root 90012 2010-01-26 20:46 e1000_phy.c
-rwxr--r-- 1 root root 11562 2010-01-26 20:46 e1000_phy.h
-rwxr--r-- 1 root root 21226 2010-01-26 20:46 e1000_regs.h
-rwxr--r-- 1 root root 57012 2010-01-26 20:46 ethtool.c
-rwxr--r-- 1 root root 17895 2010-01-26 20:46 hw.h
-rwxr--r-- 1 root root 12520 2010-01-26 20:46 kcompat.c
-rwxr--r-- 1 root root 29647 2010-01-26 20:46 kcompat_ethtool.c
-rwxr--r-- 1 root root 53925 2010-01-26 20:46 kcompat.h
-rwxr--r-- 1 root root 11348 2010-01-26 20:46 Makefile
-rwxr--r-- 1 root root 19 2010-01-26 20:47 Module.supported
-rwxr--r-- 1 root root 168243 2010-01-26 20:46 netdev.c
-rwxr--r-- 1 root root 12433 2010-01-26 20:46 param.c
headnode1:~/e1000e-1.1.2.1a/src#
Danke euch. Gruß Hermann