10477777 发表于 2015-4-16 09:16:38

Build Virtualbox kernel module after manual upgrade system kernel to latest

  the point you need to pay attention to is that when you install your kernel core and kernel modules you should also install header files by command
  make headers_install
  and then export a variable named KERN_DIR
  exportKERN_DIR=/usr/src/kernels/linux-2.6.38/
  and then execute the command to build the kernel module.
  /etc/init.d/vboxdrv setup
  write at home Fri Mar 25,00:50 by Haria
页: [1]
查看完整版本: Build Virtualbox kernel module after manual upgrade system kernel to latest