All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Unterkircher" <unki@netshadow.at>
To: <mtr@sepsit.org>, <linux-kernel@vger.kernel.org>
Subject: Re: kernel compilation
Date: Sat, 20 Mar 2004 10:16:01 +0100	[thread overview]
Message-ID: <010f01c40e5b$f6c00a50$02bfa8c0@kuecken> (raw)
In-Reply-To: 2101.202.88.238.147.1079767903.squirrel@www.sepsit.org

you havent build all the modules i think :)

this order as example if you wanna do it step by step

make xconfig
make clean
make dep
make
make modules
make bzImage
make modules_install

andi

----- Original Message ----- 
From: <mtr@sepsit.org>
To: <linux-kernel@vger.kernel.org>
Sent: Saturday, March 20, 2004 8:31 AM
Subject: kernel compilation


> hai
>
>  I am a new bie in the list. I have a doubt. It is about kernel
compilation.
> I use  linux-2.4.20-8 in redhat 9. In the default kernel after i giving
> the lsmod command it will list the following list
>
> Module                  Size  Used by    Not tainted
> sr_mod                 18136   0  (autoclean)
> i810_audio             27720   0  (autoclean)
> ac97_codec             13640   0  (autoclean) [i810_audio]
> soundcore               6404   2  (autoclean) [i810_audio]
> parport_pc             19076   1  (autoclean)
> lp                      8996   0  (autoclean)
> parport                37056   1  (autoclean) [parport_pc lp]
> autofs                 13268   0  (autoclean) (unused)
> microcode               4668   0  (autoclean)
> 8139too                18088   1
> mii                     3976   0  [8139too]
> ide-scsi               12208   0
> scsi_mod              107160   2  [sr_mod ide-scsi]
> ide-cd                 35708   0
> cdrom                  33728   0  [sr_mod ide-cd]
> keybdev                 2944   0  (unused)
> mousedev                5492   1
> hid                    22148   0  (unused)
> input                   5856   0  [keybdev mousedev hid]
> ehci-hcd               19976   0  (unused)
> usb-ohci               21480   0  (unused)
> usbcore                78784   1  [hid ehci-hcd usb-ohci]
> ext3                   70784   7
> jbd                    51892   7  [ext3]
>
> After compilation the new kernel is booting and i could not get the USB
> mouse and Xserver. At the prompt i give ls mode it will give only the
> following line.
> Module                  Size  Used by    Not tainted
>
> I compile the source in /usr/src/linux-2.4.20-8/ using the commands
>
> make xconfig
> make dep
> make clean
> make bzImage
>
> after this i move the bzImage to the boot directory and edit grub to boot
> the new kernel.
>
> How to load all modules in the default kernel into the new kernel.
> or How to make a kernel image that contain all the default modules and my
> new option given in make xconfig.
>
> Sorry for this long mail to this list and my not good english.
>
> If this is not a list to ask this type of questions please give the
> apropriate list name
>
> With regards
> Manoj
>
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>


  reply	other threads:[~2004-03-20  9:16 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-20  7:31 kernel compilation mtr
2004-03-20  9:16 ` Andreas Unterkircher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-02 18:32 Sleep and Wake up Abu Rasheda
2011-05-02 19:40 ` Kernel compilation Ezequiel García
2011-05-05 14:15   ` Pico Geyer
2011-01-05  5:34 scott
2011-01-05  6:46 ` Mulyadi Santosa
2011-01-05  7:10   ` scott
2011-01-05  7:37 ` Robert P. J. Day
2008-01-04 11:37 kernel compilation rohithvjp2006
2005-04-25 18:56 andrew mathes
2005-04-25 22:03 ` Keir Fraser
2005-04-25 22:13   ` andrew mathes
2005-04-25 22:55     ` Keir Fraser
2005-04-26 16:03       ` andrew mathes
2005-04-26 17:11         ` andrew mathes
2002-10-24 15:01 Kernel Compilation Alexandre Carlos
2001-10-11  9:53 Syed Mohammad Talha

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='010f01c40e5b$f6c00a50$02bfa8c0@kuecken' \
    --to=unki@netshadow.at \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mtr@sepsit.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.