cleberantonio
(usa CentOS)
Enviado em 30/08/2011 - 22:25h
Pode ser que sim vc baixou o kernel 3.0 e recompilou manualmente?
Caso não tenha feito isso:Trecho retirado da documentação oficial
PS: Os pacotes linux-headers linux-kbuild kernel-headers devem estar instalados.
The original installation fails. This probably means that your Linux system is not prepared for building external kernel modules.
Most Linux distributions can be set up simply by installing the right packages - normally, these will be the GNU compiler (GCC), GNU Make (make) and packages containing header files for your kernel - and making sure that all system updates are installed and that the system is running the most up-to-date kernel included in the distribution. The version numbers of the header file packages must be the same as that of the kernel you are using.
With Debian and Ubuntu releases, you must install the right version of the linux-headers and if it exists the linux-kbuild package. Current Ubuntu releases should have the right packages installed by default.
In even older Debian and Ubuntu releases, you must install the right version of the kernel-headers package.
On Fedora and Redhat systems, the package is kernel-devel.
On SUSE and openSUSE Linux, you must install the right versions of the kernel-source and kernel-syms packages.
If you have built your own kernel, you will need to make sure that you also installed all the required header and other files for building external modules to the right locations. The details of how to do this will depend on how you built your kernel, and if you are unsure you should consult the documentation which you followed to do so.
The kernel of your Linux host was updated and DKMS is not installed. In that case, the kernel module will need to be reinstalled by executing (as root):
/etc/init.d/vboxdrv setup