Debian Linux: kernel update
Debian Linux: kernel update http://www.r71.nl/wp-content/themes/blade/images/empty/thumbnail.jpg 150 150 Roderick Derks https://secure.gravatar.com/avatar/3959ba05a8e569b2d8ca79bdd57021e5?s=96&d=mm&r=gFirst login to your Debian machine on the command line as root. Install the prerequisites that we need to compile the new kernel:#apt-get install kernel-package ncurses-dev fakeroot wget bzip2 Then go to /usr/src:#cd /usr/src Then get the latest Linux kernel source (or the kernel source you need) from http://www.kernel.org/pub/linux/kernel/v2.6/#wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.13.tar.bz2 Unpack the kernel sources:#tar xjf…
read more