O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by Gorizon : Jun 19 2010 08:25 PM
Oh, the answer is so simple- DON"T end bio when you return nonzero, because then system will try to reservice already dead bio full answer >
The thought of recompiling the kernel strikes fear into
far too many Linux geeks. While you have to perform each step in order
and wait for the process to finish, and while mistakes can ...
You don't need to change the kernel on your system often,
but any Linux geek should be comfortable installing a new kernel without
having to upgrade the entire distribution. The difficu...
If you've applied a patch and now you'd like to get rid of it, for whatever reason, just use the same command you used to unpack and apply it, adding the -R option:
$ bzip2 -dc .....
Download and apply the patch to the kernel sources, then compile and build the new kernel. In this example, we are upgrading the 2.6.3 kernel to 2.6.4.
The patch must be in the next-highest directory...
If you have changed or added some hardware, such as a NIC card, sound card, or USB device, you'll need to install a new kernel module (driver) for the device.
The steps are the same for 2.4 and 2...