<p dir="ltr">On Oct 20, 2016 6:04 AM, "William Park via talk" <<a href="mailto:talk@gtalug.org">talk@gtalug.org</a>> wrote:<br>
><br>
> Question for Ubuntu users...<br>
><br>
> VirtualBox Guest Additions installed by default on Ubuntu/Kubuntu VM is<br>
> 5.0.18, ie.<br>
>     modinfo vboxsf<br>
><br>
> Now, when I try to upgrade to latest 5.1.8, the install script<br>
> (VBoxLinuxAdditions.run inside VBoxGuestAdditions.iso) finishes OK, but<br>
> the version is still 5.0.18.  Looking at kernel drivers, it seems that I<br>
> have 2 versions of drivers:<br>
>     kernel/ubuntu/vbox/...      --> from Ubuntu kernel<br>
>     misc/...                    --> newly compiled<br>
><br>
> When I removed the default kernel drivers, then it uses the newly<br>
> compiled 5.1.8 drivers. (which is what I want)<br>
><br>
> What is Ubuntu-way of removing kernel drivers, or specifying which<br>
> driver should be loaded?</p>
<p dir="ltr">I don't particularly use Ubuntu but here's a link to automatically sortinging things after a kernel update.</p>
<p dir="ltr">Make sure dkms is the latest version...</p>
<p dir="ltr"><a href="http://askubuntu.com/questions/408605/what-does-dkms-do-how-do-i-use-it">http://askubuntu.com/questions/408605/what-does-dkms-do-how-do-i-use-it</a></p>
<p dir="ltr">If you don't update your kernel all that often and don't want to use dkms, so as to stay completely repo based, it's best to uninstall/purge with apt. Do this before you upgrade  previously installed applications that use modules which are not included in your stock kernel.</p>
<p dir="ltr">Or you can try this after each kernel update.</p>
<p dir="ltr">sudo apt-get install --reinstall virtualbox-{whatever version}.</p>
<p dir="ltr">Hope this helps.<br>
> --<br>
> William<br>
> ---<br>
> Talk Mailing List<br>
><a href="mailto:talk@gtalug.org"> talk@gtalug.org</a><br>
><a href="https://gtalug.org/mailman/listinfo/talk"> https://gtalug.org/mailman/listinfo/talk</a></p>
<p dir="ltr">Russell<br>
Sent from mobile.</p>