3 steps after upgrading kernel in Ubuntu
Few days ago, Ubuntu 7.04 Feisty Fawn had just released the latest kernel upgrade. Since my laptop has a few proprietary kernel modules, e.g., VMware player and fglrx, I have to rebuild them immediately before continue my usual work. Anyway, this process is a kind of auto response for kernel upgrade.
After upgrading kernel, you will get a prompt to reboot. Just reboot.
-
Download the correct kernel headers.
sudo apt-get install linux-headers-`uname -r`
-
Build and install flgrx.
sudo m-a build fglrx sudo m-a install fglrx
-
Reconfigure vmware.
sudo vmware-config.pl
Now, it's time to reboot again.
- sugree's blog
- 2158 reads
Post new comment