View Poll Results: Was this howto helpful to you?

Voters
351. You may not vote on this poll
  • Yes

    317 90.31%
  • No

    34 9.69%
Page 1 of 11 123 ... LastLast
Results 1 to 10 of 371

Thread: How to compile the 2.6.18 kernel from kernel.org

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Beans
    157
    Distro
    Kubuntu 6.10 Edgy

    Post How to compile the 2.6.19 kernel from kernel.org

    This thread has been replaced by the master kernel thread.
    The master kernel thread was written by me, under my new name.
    Last edited by linuxnewbie946; June 27th, 2007 at 03:45 PM.

  2. #2
    Join Date
    Jul 2006
    Beans
    157
    Distro
    Kubuntu 6.10 Edgy

    Re: How to compile the 2.6.17 kernel from kernel.org

    Feel free to ask any questions......

  3. #3
    Join Date
    Jul 2006
    Beans
    157
    Distro
    Kubuntu 6.10 Edgy

    Re: How to compile the 2.6.17 kernel from kernel.org

    PS This will be updated for each 2.6.17 kernel release through July 31.

  4. #4
    Join Date
    Apr 2005
    Location
    Baltimore
    Beans
    38
    Distro
    Xubuntu

    Re: How to compile the 2.6.17 kernel from kernel.org

    Im following your guide now Compling as I type.

    I didn't see these options however:

    Activate:

    -Preemption Model
    --Voluntary Kernel Preemption (Desktop)

    -High Memory Support
    --off -if you have less than 1 GB of RAM
    --1GB Low Memory Support -if you have 1GB of RAM
    --4GB -if you have more than 1GB of RAM

    -Timer frequency
    --1000 Hz
    Hope it doesn't matter too much. I have an AMD 3800 and 2 GB of RAM.
    All my posts are 97% Dolphin safe

  5. #5
    Join Date
    Jul 2006
    Beans
    157
    Distro
    Kubuntu 6.10 Edgy

    Re: How to compile the 2.6.17 kernel from kernel.org

    It shouldn't matter too much at all.... unless you're a freak who wants the fastest computer in the world

  6. #6
    Join Date
    Apr 2005
    Location
    Baltimore
    Beans
    38
    Distro
    Xubuntu

    Re: How to compile the 2.6.17 kernel from kernel.org

    Oh Noes!! I better start over.
    All my posts are 97% Dolphin safe

  7. #7
    Join Date
    Jul 2006
    Beans
    49

    Re: How to compile the 2.6.17 kernel from kernel.org

    Quote Originally Posted by linuxnewbie946 View Post
    Feel free to ask any questions......
    I patched 2.6.17 with beyond3 and did
    make xconfig
    make-kpkg clean
    make-kpkg -initrd --revision=686 kernel_image kernel_headers modules_image

    now when I dpkg -i kernel-headers-2.6.17.7_686_i386.deb

    I get the error:

    dpkg: error processing kernel-headers-2.6.17.7_686_i386.deb (--install):
    cannot access archive: No such file or directory
    Errors were encountered while processing:
    kernel-headers-2.6.17.7_686_i386.deb

    How can I debug this?

    thanks,
    David

  8. #8
    Join Date
    Jul 2006
    Beans
    49

    Re: How to compile the 2.6.17 kernel from kernel.org

    BTW, my source directory is linux-2.6.17. Do I have to
    rename this?

    David

  9. #9
    Join Date
    Oct 2005
    Location
    Bordeaux, France
    Beans
    93
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: How to compile the 2.6.17 kernel from kernel.org

    Quote Originally Posted by danderson3 View Post
    now when I dpkg -i kernel-headers-2.6.17.7_686_i386.deb

    I get the error:

    dpkg: error processing kernel-headers-2.6.17.7_686_i386.deb (--install):
    cannot access archive: No such file or directory
    Errors were encountered while processing:
    kernel-headers-2.6.17.7_686_i386.deb

    How can I debug this?
    I remember having this problem... I just forgot to "cd .." befor "dprkg -i ..."

    When we make the .deb files, we are in /usr/src/linux, but the .deb files are in /usr/src !!

    Hope this helps.

  10. #10
    Join Date
    Jul 2006
    Beans
    49

    Re: How to compile the 2.6.17 kernel from kernel.org

    thanks, but I get the same error. I would like dpkg to be
    more verbose...

    David

Page 1 of 11 123 ... LastLast

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
  •