s i s t e m a o p e r a c i o n a l m a g n u x l i n u x | ~/ · documentação · suporte · sobre |
Next
Previous
Contents
3. Reconfigure the kernel.You're supposed to already know how to configure and compile the kernel, otherwise you must get some doc (kernel-howto or other guides). Thanks to the cool work made by the kernel guys, recompiling the last kernels is a really easy jobs also for "common" people, so just do it. Anyway, for the sake of completeness, here is a quick summary of what you must do: NOTE: I suppose you are using the 2.0.xx kernel series. Now there is no need to keep the 1.2.xx kernels. There are no istructions about the 2.1.xx kernel series, since they are for development. I will suppose that you use menuconfig to set up the kernel options, but the other tools are equivalent. I'll show how to do it with menuconfig:
I strongly advice to select
and enable the
and, if possible (i.e. you have modules.2.0.0) the
Then go back and choose
where you should choose at least
The go back and choose at least
If you use modules I definitely advice you to set up PLIP as a module. If you do so you can also, if you need to use a printer, go to
and set up as a module the
Now you have enabled the kernel support for PLIP. If it's the first time that you compile the kernel look at all the other options then save and exit. Finally compile with
And, if you use modules
Now reboot your system.
Next Previous Contents |