Page 49 of 60 FirstFirst ... 39474849505159 ... LastLast
Results 481 to 490 of 594

Thread: How To Compile the new 2.6.16 kernel from kernel.org

  1. #481
    Join Date
    May 2006
    Location
    London
    Beans
    23
    Distro
    Dapper Drake Testing/

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Code:
    Ck, performance patches, can be found  here.  Patches for upgrading your kernel can be found on the kernel.org homepage.
    Thanks for that. But what is the command to upgrade your kernel from an upgrade patch?

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

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by ravpaul
    Code:
    Ck, performance patches, can be found  here.  Patches for upgrading your kernel can be found on the kernel.org homepage.
    Thanks for that. But what is the command to upgrade your kernel from an upgrade patch?
    Refer to the "patch" command on the first post of this thread.
    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

  3. #483
    Join Date
    Jan 2006
    Location
    Raleigh, NC
    Beans
    131
    Distro
    Ubuntu 6.10 Edgy

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by OPaul
    Whenever I use this method to install a new kernel I loose the use of my Toshiba hotkeys, like display brightness. I copied the .config file over like it says to do, so shouldn't whatever option it is that corresponds to them get checked?
    Anyone? If I copy the .config file doesn't that mean all my settings from the previous kernel should be copied over?
    I have always wished for a computer that would be as easy to use as my telephone. My wish came true. I no longer know how to use my telephone.
    --Bjarne Stroustrup

  4. #484
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by OPaul
    Anyone? If I copy the .config file doesn't that mean all my settings from the previous kernel should be copied over?
    You also have to get to the folder with the kernel source and type:
    Code:
    sudo make oldconfig
    just to be sure

  5. #485
    Join Date
    Jan 2006
    Location
    Raleigh, NC
    Beans
    131
    Distro
    Ubuntu 6.10 Edgy

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by tseliot
    You also have to get to the folder with the kernel source and type:
    Code:
    sudo make oldconfig
    just to be sure
    Is that the old kernel source or the new one?

    Also, what does a dot mean in the xconfig program? I understand a checkmark and an empty box, but I don't get the dot.
    Last edited by OPaul; June 22nd, 2006 at 07:34 PM.
    I have always wished for a computer that would be as easy to use as my telephone. My wish came true. I no longer know how to use my telephone.
    --Bjarne Stroustrup

  6. #486
    Join Date
    Dec 2005
    Beans
    764
    Distro
    Ubuntu 6.06

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by jeremytaylor
    I can't seem to get the fglrx module to compile. I've installed the source with
    sudo apt-get install fglrx-kernel-source
    as suggested in the guide but when i make the kernel package i get
    IGNORE_CC_MISMATCH=1 CC="gcc-4.0" /usr/bin/make -C /usr/src/modules/fglrx-kernel/fglrx/build_mod/2.6.x -f Makefile SYSSRC=/usr/src/linux KBUILD_PARAMS="-C /usr/src/linux SUBDIRS=/usr/src/modules/fglrx-kernel/fglrx/build_mod/2.6.x"
    make[3]: Entering directory `/usr/src/modules/fglrx-kernel/fglrx/build_mod/2.6.x'
    make[3]: Makefile: No such file or directory
    make[3]: *** No rule to make target `Makefile'. Stop.
    make[3]: Leaving directory `/usr/src/modules/fglrx-kernel/fglrx/build_mod/2.6.x'
    make[2]: *** [build-stamp] Error 2
    make[2]: Leaving directory `/usr/src/modules/fglrx-kernel'
    make[1]: *** [kdist_image] Error 2
    make[1]: Leaving directory `/usr/src/modules/fglrx-kernel'
    Module /usr/src/modules/fglrx-kernel failed.
    Hit return to Continue

    Any suggestions?
    Jeremy
    theres a bug in the FGLRX, check out this bug report and also report your bug. Hopefully the DEV will fix this error since its more than 2month old now.
    https://launchpad.net/distros/ubuntu....15/+bug/45563
    Kubuntu 15.10
    Intel Core i5, 8GB RAM, Amd Radeon 7870XT@fglrx
    http://folding.extremeoverclocking.c...shrack&t=37766

  7. #487
    Join Date
    Dec 2005
    Beans
    764
    Distro
    Ubuntu 6.06

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by OPaul
    Whenever I use this method to install a new kernel I loose the use of my Toshiba hotkeys, like display brightness. I copied the .config file over like it says to do, so shouldn't whatever option it is that corresponds to them get checked?
    Well it does. But in the UBUNTU kernels there are also a lot of custom patchs applied which are not in the VANILA kernel U are trying to compile. And its just possible that the support for TOSHIBA isnt in the default VANILA kernel.
    U could verify this with the 'make oldconfig' command.
    Kubuntu 15.10
    Intel Core i5, 8GB RAM, Amd Radeon 7870XT@fglrx
    http://folding.extremeoverclocking.c...shrack&t=37766

  8. #488
    Join Date
    Dec 2005
    Beans
    764
    Distro
    Ubuntu 6.06

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by OPaul
    Also, what does a dot mean in the xconfig program? I understand a checkmark and an empty box, but I don't get the dot.
    The dot means that it will compile as a module.
    Kubuntu 15.10
    Intel Core i5, 8GB RAM, Amd Radeon 7870XT@fglrx
    http://folding.extremeoverclocking.c...shrack&t=37766

  9. #489
    Join Date
    May 2006
    Beans
    76

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    which one do i install sincei get 2 deb files 1 image the other header?

    well iget things like these from time to time while i compile is it bad?

    Code:
    fs/isofs/namei.c: In function ‘isofs_lookup’:
    fs/isofs/namei.c:162: warning: ‘offset’ may be used uninitialized in this function
    fs/isofs/namei.c:162: warning: ‘block’ may be used uninitialized in this function
    Last edited by PoisoN2003; June 22nd, 2006 at 08:50 PM.

  10. #490
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: How To Compile the new 2.6.16 kernel from kernel.org

    Quote Originally Posted by OPaul
    Is that the old kernel source or the new one?
    You need to copy the .config file to the folder containing the new source. From there you need to use the command I suggested

Page 49 of 60 FirstFirst ... 39474849505159 ... 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
  •