PDA

View Full Version : [ubuntu] linux-headers



chulengo
September 12th, 2009, 06:05 PM
Hi I am not speak english! Im from argentina... sorry for the gramatical

I can't install linux-headers in ubuntu 9.04, I install all packages of linux-headers and try the command: apt-get install linux-headers(uname -r) and etc etc...

I am installing enuwi-g2 driver and this is the erro:

make[1]: se sale del directorio `/usr/src/linux-headers-2.6.28-15-generic'


help! thank and good luck whit traduccion!

wojox
September 12th, 2009, 06:07 PM
Did you sudo:


sudo apt-get install linux-headers-$(uname -r)

Soul-Sing
September 12th, 2009, 08:26 PM
sudo apt-get install linux-headers-`uname -r`