Page 4 of 60 FirstFirst ... 234561454 ... LastLast
Results 31 to 40 of 594

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

  1. #31
    Join Date
    Sep 2005
    Location
    Quebec, Canada
    Beans
    33

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

    Quote Originally Posted by Dropknee
    Dont know why I dont have in "Device drivers" the opcion IO Schedulers.

    anyone have this same prob??
    Don't go in Devices Drivers first, go in "Block layers". I looked in the .config file, and it's where I learned where IO schedulers were hidden.

  2. #32
    Join Date
    Mar 2006
    Location
    Hungary
    Beans
    275
    Distro
    Edgy Eft Testing

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

    Quote Originally Posted by IsSuE
    i tried compiling the source, but i always get an error when i try to install the created .deb package:
    Code:
    Richte kernel-image-2.6.16-cks3 ein (kiwiv1) ...
    Cannot find /lib/modules/2.6.16-cks3
    Failed to create initrd image.
    dpkg: Fehler beim Bearbeiten von kernel-image-2.6.16-cks3 (--install):
     Unterprozess post-installation script gab den Fehlerwert 2 zurück
    Fehler traten auf beim Bearbeiten von:
     kernel-image-2.6.16-cks3
    sorry that it is in german, but the main error is in english
    Is that directory exists? /lib/modules/2.6.16-cks3
    PC: ASUS A8N-SLI Premium | AMD Athlon64 Venice 3000+ @ 2700 MHz | 2 x 512 MB A-DATA PC3200 DDR | Inno3D 7900GT 256MB | 2 x 250GB Samsung SATA | Samsung SyncMaster 730BF

  3. #33
    Join Date
    Oct 2005
    Location
    Austria
    Beans
    14
    Distro
    Ubuntu Breezy 5.10

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

    the .deb file creates a dir called 2.6.16-cks3kiwiv1. i tried removing the kiwiv1 and reinstalling the .deb, that works, but if i reboot, modprobe complains about not finding the modules...
    strange thing

  4. #34
    Join Date
    Mar 2006
    Location
    Hungary
    Beans
    275
    Distro
    Edgy Eft Testing

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

    try something like this:

    Code:
    cd /boot/
    sudo mkinitrd -o /boot/initrd.img-2.6.16-cks3 2.6.16-cks3kiwiv1
    Do not rename the module directory after compiling the kernel.
    I'm not sure it'll help but it worth a try.
    PC: ASUS A8N-SLI Premium | AMD Athlon64 Venice 3000+ @ 2700 MHz | 2 x 512 MB A-DATA PC3200 DDR | Inno3D 7900GT 256MB | 2 x 250GB Samsung SATA | Samsung SyncMaster 730BF

  5. #35
    Join Date
    Apr 2006
    Beans
    3

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

    This is my problem when I build 2.6.16.2:
    make-kpkg -initrd --revision=2 kernel_image
    .......<some things>.....
    kernel/sched.c: In function ‘sched_init’:
    kernel/sched.c:6031: error: ‘array’ undeclared (first use in this function)
    kernel/sched.c:6031: error: (Each undeclared identifier is reported only once
    kernel/sched.c:6031: error: for each function it appears in.)
    kernel/sched.c:6031: error: ‘struct runqueue’ has no member named ‘arrays’
    kernel/sched.c:6032: error: ‘k’ undeclared (first use in this function)
    make[2]: *** [kernel/sched.o] Error 1
    make[1]: *** [kernel] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.16.2'
    make: *** [stamp-build] Error 2
    I'm newbie and I see number 6031 ... How can I solve them? Thanks.

  6. #36
    Join Date
    Jan 2006
    Location
    Southampton, NJ
    Beans
    232
    Distro
    Ubuntu 14.04 Trusty Tahr

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

    Well I managed to get it running this time but I dont have splash (didnt read the post later about how to get it) and my wireless doesnt work. Is there a way I can get splash working without re-compiling?
    Registered Linux User #411322 - Get Counted!

  7. #37
    Join Date
    Jan 2006
    Beans
    1,113
    Distro
    Ubuntu 7.10 Gutsy Gibbon

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

    Quote Originally Posted by R3linquish3r
    Well I managed to get it running this time but I dont have splash (didnt read the post later about how to get it) and my wireless doesnt work. Is there a way I can get splash working without re-compiling?
    Do you really need the usplash ? Anyway look under troubleshooting for a way to get the wifi to work.

  8. #38
    Join Date
    Jan 2006
    Location
    Southampton, NJ
    Beans
    232
    Distro
    Ubuntu 14.04 Trusty Tahr

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

    i like usplash wanna know when something fails to load personally.
    Registered Linux User #411322 - Get Counted!

  9. #39
    Join Date
    Jan 2006
    Location
    Southampton, NJ
    Beans
    232
    Distro
    Ubuntu 14.04 Trusty Tahr

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

    i dont think that way wil help me because u still need to download the headers for that kernel in uname -r. im not on the net on that kernel.....
    Registered Linux User #411322 - Get Counted!

  10. #40
    Join Date
    Jul 2005
    Location
    FRANCE
    Beans
    162
    Distro
    Ubuntu 9.04 Jaunty Jackalope

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

    Quote Originally Posted by Eazy©
    Think you need to do this: http://doc.gwos.org/index.php/Mount_...tem_new_kernel
    in order to mount your local filesystem. When I compiled kernel 2.6.15 this worked anyway. Haven't tested with the latest kernel. So I'm afraid you have to compile again.
    Yes I thinks It is that !
    Thanks you, I will retry !

Page 4 of 60 FirstFirst ... 234561454 ... 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
  •