我尝试修复这个问题很多天,直到我的 Linux 崩溃。当我运行命令
/sbin/rcvboxdrv/ setup
显示错误:
Error! Your kernel headers for kernel 3.16.0-41-generic cannot be
found. Please install the linux-headers-3.16.0-41-generic package, or
use the --kernelsourcedir option to tell DKMS where it's located
我怎样才能解决这个问题?
答案1
根据错误消息,通过以下方式安装头文件
sudo apt-get install linux-headers-3.16.0-41-generic
缺少头文件
或者更好的是,如果你将来获得新内核,可以自动安装
sudo apt-get install linux-headers-generic
sudo apt-get install linux-generic