Ho un problemino con Virtualbox, il classico che richiede l'installazione dei driver con
Codice: Seleziona tutto
# /sbin/vboxconfig
Quando lo eseguo (con permessi di root ovviamente), ottengo:
Codice: Seleziona tutto
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
Ma da quello che mi risulta gli header del kernel sono installati:
Codice: Seleziona tutto
# slackpkg search linux
Looking for linux in package list. Please wait... DONE
The list below shows all packages with name matching "linux".
[ upgrade ] - kernel-firmware-20160628git-noarch-1 --> kernel-firmware-20170914git-noarch-1
[ upgrade ] - kernel-generic-4.4.14-x86_64-1 --> kernel-generic-4.4.88-x86_64-1
[ upgrade ] - kernel-headers-4.4.14-x86-1 --> kernel-headers-4.4.88-x86-1
[ upgrade ] - kernel-huge-4.4.14-x86_64-1 --> kernel-huge-4.4.88-x86_64-1
[ upgrade ] - kernel-modules-4.4.14-x86_64-1 --> kernel-modules-4.4.88-x86_64-1
[uninstalled] - kernel-source-4.4.88-noarch-1
[ installed ] - syslinux-4.07-x86_64-1
[ installed ] - util-linux-2.27.1-x86_64-1
[ installed ] - linuxdoc-tools-0.9.69-x86_64-5
[uninstalled] - linux-faqs-20060228-noarch-1
[uninstalled] - linux-howtos-20160401-noarch-1
Ed ovviamente
Codice: Seleziona tutto
$ uname -r
4.4.14
Per caso sto dimenticando qualche passaggio ?

Ringrazio in anticipo.
Simon