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 3 of 38 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 371

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

  1. #21
    Join Date
    Dec 2005
    Location
    Columbus,Ohio
    Beans
    155
    Distro
    Ubuntu Breezy 5.10

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

    When I patch i get

    root@gqubuntu:/home/gqed76/Desktop# bzcat /home/gqed76/Desktop/patch-2.6.17.6.bz2| patch -p1 can't find file to patch at input line 5
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    --------------------------
    |diff --git a/Makefile b/Makefile
    |index 1700d3f..5c568d3 100644
    |--- a/Makefile
    |+++ b/Makefile
    --------------------------
    File to patch:

  2. #22
    Join Date
    Apr 2006
    Beans
    Hidden!

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

    Great tutorial - works great. But, I thought 2.6.17 has built in support for the Broadcom 1390 wifi cards (the 43xx family). Mine still isnt recognized in the KDE control panel (nothing but my wired connection is listed). Do I still have to compile/install ndiswrapper if this is suppost to be a built in driver now??

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

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

    Finally got my X problem figured out.

    Added nVidia to my /etc/modules file as root.
    All my posts are 97% Dolphin safe

  4. #24
    Join Date
    Apr 2006
    Location
    Chicago
    Beans
    1,406
    Distro
    Ubuntu

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

    I followed method 1 for the nvidia install. but x still refuses to start.
    Any idea what could be wrong

  5. #25
    Join Date
    Apr 2005
    Beans
    75
    Distro
    Dapper Drake Testing/

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

    Well, I attempted my first kernal compile. Got through the whole thing with only one major hitch: my IPW 2200 card isn't working right now. Graphics wasn't right, either, but I hadn't reinstalled my graphics card, but w/o networking, there was no point. I made sure to checkmark the 2200 and 2100 cards in the wireless section, but still no luck. Any ideas?

  6. #26
    Join Date
    Apr 2006
    Beans
    1,252

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

    You will need also the firmwire. I don't know for ipw2200, but for ipw2100 it's in synaptic. Have a look.
    But don't ask me more, i never did it, i just know that you need it 8)
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  7. #27
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

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

    Quote Originally Posted by linuxnewbie946 View Post
    This guide is for the stable 2.6.17 kernel from kernel.org.
    .......
    Before you begin, download the latest kernel and its performance patch.
    Don't apply the patch if you are compiling a kernel other then 2.6.17 otherwise the kernel will not compile.


    [SIZE="2"][LIST=1][*]Install the utilities needed to configure the kernel
    Code:
    sudo apt-get install build-essential bin86 kernel-package libqt3-headers libqt3-mt-dev
    [*]Now we are going to move the kernel and unpack it.
    Code:
    sudo cp linux-2.6.17.6.tar.bz2 /usr/src
    .......[*]Apply the performance patch: Don't use if you are not patching the 2.6.17 kernel !
    Code:
    bzcat /home/$USER/patch-2.6.17.6.bz2| patch -p1
    NOTE: If you get this message:
    Code:
    Reversed (or previously applied) patch detected!  Assume -R? [n]
    Don't worry. This is normal. Press y then hit enter for each time this message comes up.
    .......
    I believe you are making a major error, AFAIK these patch files should only be applied to the original 2.6.XX kernel, not the 2.6.XX.n versions.

    When you apply any of these patches to clean 2.6.XX kernel source, you get no error messages.

    The 2.6.XX.n kernels there for download already have these patches applied, and I believe they are not "Performance" patches, but patches to take the base kernel up to that version (you will notice that the patches usually gradually grow in size as the version number increases - this should mean that more code is applied as each modification is made).

    "Performance" patches are done by individuals who customise the code of these "Vanilla" kernels and release their own patch files.
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

  8. #28
    Join Date
    Apr 2006
    Beans
    1,252

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

    Quote Originally Posted by dcstar View Post
    I believe you are making a major error, AFAIK these patch files should only be applied to the original 2.6.XX kernel, not the 2.6.XX.n versions.

    When you apply any of these patches to clean 2.6.XX kernel source, you get no error messages.

    The 2.6.XX.n kernels there for download already have these patches applied, and I believe they are not "Performance" patches, but patches to take the base kernel up to that version (you will notice that the patches usually gradually grow in size as the version number increases - this should mean that more code is applied as each modification is made).

    "Performance" patches are done by individuals who customise the code of these "Vanilla" kernels and release their own patch files.
    Right, the ck patch already contain the patch between 2.6.XX and 2.6.XX.X version. You should change your HowTo.

    EDIT: ho ho, after looking at the first page, it appears that you are not applying the ck patch (what could be call a 'performance patch' since it's the idea behind) but the normal patch. It means that you are applying modifications that are already there.
    Anyway, that should work but that's quite stupid.
    Last edited by givré; July 19th, 2006 at 01:17 PM.
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

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

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

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

    Quote Originally Posted by Gamebeavis View Post
    Great tutorial - works great. But, I thought 2.6.17 has built in support for the Broadcom 1390 wifi cards (the 43xx family). Mine still isnt recognized in the KDE control panel (nothing but my wired connection is listed). Do I still have to compile/install ndiswrapper if this is suppost to be a built in driver now??
    Yes, you do.

Page 3 of 38 FirstFirst 1234513 ... 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
  •