Results 1 to 7 of 7
Trying to install linksys drivers for a second NIC for my debian vmware 'box'.
I got an error "Kernel Header not found. Please install the linux header files development package ...
- 10-17-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 9
Kernel Header not found..
Trying to install linksys drivers for a second NIC for my debian vmware 'box'.
I got an error "Kernel Header not found. Please install the linux header files development package or create a symbolic or crate a symbolic link from the /usr/src/KERNEL_VERSION directory to linux"
Thoughts on how to install this?
Thanks for the help!
EDIT: Reading further it says to run:
ln -s /usr/src/KERNEL_VERSION /usr/src/linux
I did this, but still doesn't install, same error?
- 10-17-2006 #2
Try installng the package with apt, or using synaptic. Be sure to match the kernel-headers package version with your current kernel version
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 10-17-2006 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 9
whats the package title though??
- 10-17-2006 #4Just Joined!
- Join Date
- Oct 2006
- Posts
- 9
Think I found it.
EDIT: However, it installed and still getting same error.
- 10-17-2006 #5
Are you using Woody?
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 10-17-2006 #6Just Joined!
- Join Date
- Oct 2006
- Posts
- 9
Yes, I am using Woody.
- 10-17-2006 #7Linux Enthusiast
- Join Date
- Aug 2006
- Posts
- 631
Hi,
To install the kernel-headers that matches the kernel you're running enter the command:
RegardsCode:apt-get install kernel-headers-`uname -r`


Reply With Quote
