Am Sonntag 09 Oktober 2011, 08:55:55 schrieb Lavender: > It seems that no matter I build gentoo manually or with genkernel I can't > have a fine-working kernel finally. Obviously I must solve it by myself , > so I determined to build entire kernel all manually , it requests a lot of > linux knowlege . All for that, I hope someone could tell me where to get > this information , I haven't found them on gentoo.org , so please lead me > to the correct direction, thank you for you all !
http://www.kroah.com/lkn/ there. You can download it there. It helps you with building. btw: make -jX && make modules_install install With make all modules_install install or make && make modules_install you only have one make instance. Which is very slow. -- #163933