Dnia niedziela, 24 września 2006 01:46, Stephen Liu napisał: Please, switch off HTML posting as it annoys plenty of users...
Correct sequence for kernel generation/update is: Go to your new kernel directory and first get your running kernel config (if you enabled this in previous kernel): # zcat /proc/config.gz > .config Now fix the config (observing which options have "NEW" at the end and consulting online help what do they mean) # make menuconfig or # make xconfig Now compile the kernel # make And install it # make modules_install # make install Afterwards you do nothing (if you have GRUB) or run lilo (guess, if you have LILO :) Take note, that some software doesn't work in monolithic kernel (meaning with modules disabled) - especially third-party binary drivers (nvidia, ATI, probably ndiswrapper) -- Pawel Kraszewski www.kraszewscy.net -- [email protected] mailing list

