Ciao a tutti,
devo installare su mint 11 LXDE il driver di una chiavetta WI-FI e nelle istruzioni c'è scritto di modificare il file makefile
qui uno stralcio:
codice:
# if the kernel is 2.6.x, trun on this 
ifeq ($(KERN_VER), 2.6)
KERN_26=y 
KERNEL_SOURCE=/usr/src/linux-2.6.9 
else 
# if the kernel is 2.4.x, trun on this 
KERN_24=y KERNEL_SOURCE=/usr/src/linux-2.4 
endif
ma /usr/src è vuota,
DOVE è il KERNEL ????