public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-user] Anyone can afford information about build kernel?
@ 2011-10-09  9:49 Lavender
  2011-10-09 16:53 ` Volker Armin Hemmann
  0 siblings, 1 reply; 20+ messages in thread
From: Lavender @ 2011-10-09  9:49 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1243 bytes --]

Thanks a lot ! The e-book is nice ! Hmm, <Linux Kernel in a Nutshell> , I haven't heard it before , would you like to recommend more books about linux kernel ? 
   
  ------------------ Original ------------------
  From:  "Volker Armin Hemmann"<volkerarmin@googlemail.com>;
 Date:  Sun, Oct 9, 2011 02:21 PM
 To:  "gentoo-user"<gentoo-user@lists.gentoo.org>; 
 
 Subject:  Re: [gentoo-user] Anyone can afford information about build kernel?

  
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

[-- Attachment #2: Type: text/html, Size: 1870 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: [gentoo-user] Anyone can afford information about build kernel?
@ 2011-10-09  4:53 Lavender
  2011-10-09  5:55 ` Nilesh Govindarajan
  2011-10-09 13:30 ` Michael Mol
  0 siblings, 2 replies; 20+ messages in thread
From: Lavender @ 2011-10-09  4:53 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2604 bytes --]

Yeah, your reply is exact what I mean , but I'm really confused by those modules' names, I can't find any contact between the hard device name and its module name . For example,  there is a module named 3c59x.ko , I totally don't know what device it present for , I mean I can't figure out that which module correspond to which device though I know the hard devices consisted of my PC. So I need information about contact between them so that I could know what modules need to be chosen in kernel ,  also the options of kernel are quiet a lot , there're many features that I  never heard , I want to find them out .
 May be you think these problems are too easy , but I have never contacted them before . Forum I visited and books about Linux I readed are both not mentioned them ,  so I wish you all could instruct me.
   ------------------ Original ------------------
  From:  "Nilesh Govindarajan"<contact@nileshgr.com>;
 Date:  Sun, Oct 9, 2011 10:09 AM
 To:  "gentoo-user"<gentoo-user@lists.gentoo.org>; 
 
 Subject:  Re: [gentoo-user] Anyone can afford information about build kernel?

  
On 10/09/2011 06:25 AM, Lavender wrote:
> 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 !

If you're new to building kernel, it will take some time to learn what
modules you need what options you should enable, etc.
You're building gentoo on some host Linux os, so you can use that os's
lsmod utility to know what modules you require.

Also, if some modules may be compiled right into the kernel you may not
be able to see them in the lsmod produces, instead use lspci -v for that.

One important thing I learnt the hard way while building gentoo for a
server- Always compile the critical modules like disk controllers, RAID,
also don't forget to use RAID autodetection if you're not going to use
an initramfs and filesystems (involved at boot) statically.

While citing my experience about building gentoo on a server, you have
to do the things invisibly, so you can't see what the kernel emits befor
panic.

It turned out that I'd disabled RAID autodetection and wasn't using an
initramfs either (which will load the arrays using mdadm).

-- 
Nilesh Govindarajan
http://nileshgr.com

[-- Attachment #2: Type: text/html, Size: 3266 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [gentoo-user] Anyone can afford information about build kernel?
@ 2011-10-09  0:55 Lavender
  2011-10-09  1:19 ` Nick Khamis
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Lavender @ 2011-10-09  0:55 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 419 bytes --]

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 !

[-- Attachment #2: Type: text/html, Size: 430 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2011-10-10  9:04 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-09  9:49 [gentoo-user] Anyone can afford information about build kernel? Lavender
2011-10-09 16:53 ` Volker Armin Hemmann
2011-10-10  8:26   ` Spidey
2011-10-10  9:03     ` Neil Bothwick
  -- strict thread matches above, loose matches on Subject: below --
2011-10-09  4:53 Lavender
2011-10-09  5:55 ` Nilesh Govindarajan
2011-10-09 13:30 ` Michael Mol
2011-10-09 13:40   ` Michael Mol
2011-10-09 13:59     ` Dale
2011-10-09 14:05       ` Michael Mol
2011-10-09 14:02     ` Dale
2011-10-09 14:09       ` Michael Mol
2011-10-09 15:05         ` Dale
2011-10-09  0:55 Lavender
2011-10-09  1:19 ` Nick Khamis
2011-10-09  1:28   ` Dale
2011-10-09  1:39 ` Nilesh Govindarajan
2011-10-09  6:21 ` Volker Armin Hemmann
2011-10-09 13:56   ` Dale
2011-10-09 14:07 ` meino.cramer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox