How to update kernel to the latest.
apt-cache search linux-image
sudo apt-get install linux-image-[version]
OR:
- Go here: http://kernel.ubuntu.com/~kernel-ppa/mainline/
- Download 3 (maybe 4) debs to a folder somewhere:
linux-headers-VERSION-NUMBER_all.deb
linux-headers-VERSION-NUMBER_amd64.deb
linux-image-VERSION-NUMBER_amd64.deb
linux-image-extra-VERSION-NUMBER_amd64.deb # if available
- Install the debs with whatever package manager front-end you use (is gdebi still around?), or use these commands:
cd /path/to/folder/where/you/put/the/debs
sudo dpkg -i *.deb
Комментариев нет:
Отправить комментарий