Make sure you have updated version

sudo apt-get update

Search for kernel version (optional)

apt-cache search linux-headers-$(uname -r)

Install linux-header package

sudo apt-get install linux-headers-$(uname -r)

 

如果报错,需要卸载无用的

sudo apt-get autoremove

posted on 2014-04-12 20:22  英雄小强  阅读(1853)  评论(0编辑  收藏  举报