VirtualBox module error!

I have this.

[code]laptop:~$ sudo /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules …done.
Uninstalling old VirtualBox DKMS kernel modulesError! Could not locate dkms.conf file.
File: does not exist.
…done.
Removing old VirtualBox pci kernel module …done.
Removing old VirtualBox netadp kernel module …done.
Removing old VirtualBox netflt kernel module …done.
Removing old VirtualBox kernel module …done.
Trying to register the VirtualBox kernel modules using DKMSError! DKMS tree already contains: vboxhost-4.3.20
You cannot add the same module/version combo more than once.

~$ uname -r
3.13.0-41-generic

[/code]

After kernel update. Any suggections??

Did you install virtualbox via packagamanager or manually from the deb you can get of the official website.
If the first then please reinstall the virtualbox dkms package.
If the later please make sure dkms and the linux-headers packages are installed.

From official site.

dpkg -l virtualbox-4.3 Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-=====================================-=======================-=======================-=============================================================================== ii virtualbox-4.3 4.3.20-96996~Ubuntu~rar amd64 Oracle VM VirtualBox

[code]dpkg -l linux-headers-3.13.0-43
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
++±=====================================-=======================-=======================-===============================================================================
ii linux-headers-3.13.0-43 3.13.0-43.72 all Header files related to Linux kernel version 3.13.0

dpkg -l dkms
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
++±=====================================-=======================-=======================-===============================================================================
ii dkms 2.2.0.3-1.1ubuntu5.14.0 all Dynamic Kernel Module Support Framework

[/code]

Yea, rebuild the kernel module or remove that version and install the one available in the official repositories.