Results 1 to 10 of 10

Thread: trouble installing the 2.6 kernel

  1. #1

    trouble installing the 2.6 kernel

    i posted this on the software part of this forum but for maximum exposure i'm posting this here:
    ok i printed out a guide to compile the new kernel
    however right away something goes wrong
    this is what i did before i had the problem:
    unpacked the kernel in the /usr/src/linux directory
    cd /usr/src/linux
    then this is where i have a problem ( yeah this early)
    make menuconfig or xconfig well both don't work
    this is the error it gives me
    make:*** No rule to make target `config' . stop
    Oh this might might help i'm running rh9.0

  2. #2

    Re:trouble installing the 2.6 kernel

    Did you try running "make mrproper" first? It's been a loooooong time since I recompiled a kernel, but I always used to do that first.

    Also please try to avoid double-posting in the future. People will see your posts regardless of where they are, and double-posting just floods the board.

  3. #3

    Re:trouble installing the 2.6 kernel

    I removed the other post.

  4. #4

    Re:trouble installing the 2.6 kernel

    hummm - it is working me.
    the directory it extracts to is:
    linux-2.6.0-test1

  5. #5
    Senior Member
    Join Date
    Sep 2002
    Posts
    421

    Re:trouble installing the 2.6 kernel

    You must be in the wrong directory or you deleted the Makefile.

  6. #6

    Re:trouble installing the 2.6 kernel

    sorry about the double post....
    it extracts but when i use make, it just doesn't work.... I checked rh9's braindead package manager and i've seen it's installed
    and i'm in the location that i put the kernel so i don't know what wrong

  7. #7
    Senior Member
    Join Date
    Sep 2002
    Posts
    421

    Re:trouble installing the 2.6 kernel

    You said you unpacked the kernel in /usr/src/linux. To me that means that the sources should now reside in /usr/src/linux/linux-2.6.0-test1/

    Also /usr/src/linux usually links to the directory containing the current kernel sources so if you in fact unpacked the tarball to /usr/src/linux you might have overwritten the sources of your current kernel and are left with a pretty messed up source tree.

    Do this:

    cd /usr/src
    tar zxfv /path/to/linux-2.6.0-test1.tar.gz

    or
    tar jxfv /path/to/linux-2.6.0-test1.tar.bz2

    cd linux-2.6.0-test1
    make menuconfig

  8. #8

    Re:trouble installing the 2.6 kernel

    hello,
    any chance there is a directory called linux-2.6.0-test1 in /usr/src/linux?

  9. #9

    Re:trouble installing the 2.6 kernel

    there is no directory beyond /linux directory....
    darn! i was hoping that it would be i stupid error....

  10. #10

    Re:trouble installing the 2.6 kernel

    hummss. - i would re-download - extract it to your ~/ directory and give it another shot.

Similar Threads

  1. namad crash, but not sure :-)
    By GNEEOT in forum Ubuntu / Debian
    Replies: 4
    Last Post: 01-27-2007, 05:31 PM
  2. getgrnam failed for$Enabling swap space
    By infinite_root in forum Linux - General Topics
    Replies: 8
    Last Post: 11-15-2003, 07:07 AM
  3. Redhat 9 reboots by it self
    By in forum Linux - General Topics
    Replies: 22
    Last Post: 10-14-2003, 02:54 PM
  4. Sony Microvault, and Red Hat 9
    By vwgtiturbo in forum Linux - Hardware, Networking & Security
    Replies: 5
    Last Post: 08-29-2003, 11:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •