View Poll Results: Was this helpful to you?

Voters
1159. You may not vote on this poll
Page 141 of 152 FirstFirst ... 4191131139140141142143151 ... LastLast
Results 1,401 to 1,410 of 1518

Thread: Master Kernel Thread

  1. #1401
    Join Date
    Jan 2010
    Beans
    1

    Re: Master Kernel Thread

    Quote Originally Posted by serein View Post
    sorry, didn't read that one before...
    the same problem but didn't work for me pleaaaaaaase any help or suggestion to find solution
    fakeroot make-kpkg --initrd kernel_image kernel_headers
    exec debian/rules DEBIAN_REVISION=2.6.33-rc4-wl-10.00.Custom INITRD=YES kernel_image kernel_headers
    /usr/bin/make -f ./debian/rules debian/stamp/binary/pre-linux-image-2.6.33-rc4-wl
    make[1]: entrant dans le répertoire « /home/ouali/wireless-testing »
    ====== making target debian/stamp/install/linux-image-2.6.33-rc4-wl [new prereqs: ]======
    This is kernel package version 11.015.
    echo "The UTS Release version in include/linux/version.h"; echo " \"\" "; echo "does not match current version:"; echo " \"2.6.33-rc4-wl\" "; echo "Please correct this."; exit 2
    The UTS Release version in include/linux/version.h
    ""
    does not match current version:
    "2.6.33-rc4-wl"
    Please correct this.
    make[1]: *** [debian/stamp/install/linux-image-2.6.33-rc4-wl] Erreur 2
    make[1]: quittant le répertoire « /home/ouali/wireless-testing »
    make: *** [kernel_image] Erreur 2

  2. #1402
    Join Date
    Oct 2009
    Beans
    4

    Re: Master Kernel Thread

    Hello master_kernel,

    when i type

    Code:
    dpkg -i linux*2.6.32*.deb
    i get error 128, why?

    Code:
    subprocess post-installation script returned error exit status 128

  3. #1403
    Join Date
    Oct 2005
    Location
    Malaysia
    Beans
    24
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Master Kernel Thread

    Here is how to fix the UTS error. Its very simple

    I'll write this in very basic terms , giving the fullest explanation on what each step does

    1. Navigate to /home/<username>/ubuntu/linux-2.6/debian/ruleset/misc/ or wherever you've the sources stored

    2. Now fire up Terminal and then type

    sudo gedit or sudo kate (if you want and then drag and drop version_vars.mk file or type its path. Its your call or you may issue sudo gedit and open the file via Gedit or via Kate. Few options here

    Look for UTS_RELEASE_HEADER=$( , and change it to something like which I've showed below
    Code:
    UTS_RELEASE_HEADER=$(call doit,if [ -f include/generated/utsrelease.h ]; then  \
    	                       echo include/generated/utsrelease.h;            \
    	                   else                                            \
                                   echo include/generated/utsrelease.h ;              \
    	                   fi)
    The important thing to change is include/linux to include/generated and version.h to utsrelease.h

    Thats about it , recompile and thats it.

    Thanks goes out to this lad :- http://www.mail-archive.com/ubuntu-d.../msg10203.html and
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377267

    Cheers !

    Basically to sum it up change include/linux to include/generated in version_vars.mk and replace version.h with utsrelease.h

    Edit : Didn't realise someone has already posted a solution. This is the noob-friendly version on how to edit things for those who can't figure out on how to edit it.
    Last edited by prasys; January 19th, 2010 at 09:56 AM. Reason: Addded a shorter version

  4. #1404
    Join Date
    Jul 2007
    Beans
    88

    Re: Master Kernel Thread

    I managed to get a kernel installed with video drivers. But I am sure
    I have it not installed right. Here is the output with the video driver installed
    Code:
    root@bmansmediaecenter:/usr/src# dpkg -i linux*2.6.32*.deb
    (Reading database ... 200948 files and directories currently installed.)
    Preparing to replace linux-headers-2.6.32.4-custom 2.6.32.4-custom-10.00.Custom (using linux-headers-2.6.32.4-custom_2.6.32.4-custom-10.00.Custom_i386.deb) ...
    Unpacking replacement linux-headers-2.6.32.4-custom ...
    Preparing to replace linux-image-2.6.32.4-custom 2.6.32.4-custom-10.00.Custom (using linux-image-2.6.32.4-custom_2.6.32.4-custom-10.00.Custom_i386.deb) ...
    Examining /etc/kernel/preinst.d/
    Done.
    Unpacking replacement linux-image-2.6.32.4-custom ...
    Examining /etc/kernel/postrm.d .
    Running postrm hook script /usr/sbin/update-grub.
    Generating grub.cfg ...
    Found Debian background: moreblue-orbit-grub.png
    Found linux image: /boot/vmlinuz-2.6.32.4-custom
    Found initrd image: /boot/initrd.img-2.6.32.4-custom
    Found linux image: /boot/vmlinuz-2.6.31-18-generic
    Found initrd image: /boot/initrd.img-2.6.31-18-generic
    Found linux image: /boot/vmlinuz-2.6.31-16-generic
    Found initrd image: /boot/initrd.img-2.6.31-16-generic
    Found linux image: /boot/vmlinuz-2.6.31-14-generic
    Found initrd image: /boot/initrd.img-2.6.31-14-generic
    Found memtest86+ image: /boot/memtest86+.bin
    done
    Setting up linux-headers-2.6.32.4-custom (2.6.32.4-custom-10.00.Custom) ...
    Examining /etc/kernel/header_postinst.d.
    run-parts: executing /etc/kernel/header_postinst.d/dkms
     * Running DKMS auto installation service for kernel 2.6.32.4-custom     [ OK ] 
    
    Setting up linux-image-2.6.32.4-custom (2.6.32.4-custom-10.00.Custom) ...
    Running depmod.
    Examining /etc/kernel/postinst.d.
    run-parts: executing /etc/kernel/postinst.d/dkms
    run-parts: executing /etc/kernel/postinst.d/update-nvidia
    NVIDIA driver already exists for this kernel.
    Running postinst hook script update-grub.
    Generating grub.cfg ...
    Found Debian background: moreblue-orbit-grub.png
    Found linux image: /boot/vmlinuz-2.6.32.4-custom
    Found initrd image: /boot/initrd.img-2.6.32.4-custom
    Found linux image: /boot/vmlinuz-2.6.31-18-generic
    Found initrd image: /boot/initrd.img-2.6.31-18-generic
    Found linux image: /boot/vmlinuz-2.6.31-16-generic
    Found initrd image: /boot/initrd.img-2.6.31-16-generic
    Found linux image: /boot/vmlinuz-2.6.31-14-generic
    Found initrd image: /boot/initrd.img-2.6.31-14-generic
    Found memtest86+ image: /boot/memtest86+.bin
    done
    I had reinstall my os recently with grub-legacy and then upgraded to grub 2 because I had Issues with grub 2 not booting into the OS from a fresh install.I also had to create an initrd image manually.I browse to the boot directory to find this.
    Code:
    abi-2.6.31-14-generic         memtest86+.bin
    abi-2.6.31-16-generic         System.map-2.6.31-14-generic
    abi-2.6.31-18-generic         System.map-2.6.31-16-generic
    config-2.6.31-14-generic      System.map-2.6.31-18-generic
    config-2.6.31-16-generic      System.map-2.6.32.4-custom
    config-2.6.31-18-generic      vmcoreinfo-2.6.31-14-generic
    config-2.6.32.4-custom        vmcoreinfo-2.6.31-16-generic
    grub                          vmcoreinfo-2.6.31-18-generic
    initrd.img-2.6.31-14-generic  vmlinuz-2.6.31-14-generic
    initrd.img-2.6.31-16-generic  vmlinuz-2.6.31-16-generic
    initrd.img-2.6.31-18-generic  vmlinuz-2.6.31-18-generic
    initrd.img-2.6.32.4-custom    vmlinuz-2.6.32.4-custom
    There is no abi or vmcoreinfo file info for the new kernel.
    And I thought the lucid dkms package fixed this issue. Is there a way to manually create the abi or vmcoreinfo files. I have looked everywhere I could think of and can't find answers.Shedding light on this issue would be appreciated and I have posted in other forums with no luck. My specs are also included.
    http://ubuntuforums.org/showthread.php?t=835573&page=2
    Attached Files Attached Files

  5. #1405
    Join Date
    Sep 2009
    Beans
    15

    Re: Master Kernel Thread

    Quote Originally Posted by prasys View Post
    Here is how to fix the UTS error. Its very simple

    I'll write this in very basic terms , giving the fullest explanation on what each step does

    1. Navigate to /home/<username>/ubuntu/linux-2.6/debian/ruleset/misc/ or wherever you've the sources stored

    2. Now fire up Terminal and then type

    sudo gedit or sudo kate (if you want and then drag and drop version_vars.mk file or type its path. Its your call or you may issue sudo gedit and open the file via Gedit or via Kate. Few options here

    Look for UTS_RELEASE_HEADER=$( , and change it to something like which I've showed below
    Code:
    UTS_RELEASE_HEADER=$(call doit,if [ -f include/generated/utsrelease.h ]; then  \
                               echo include/generated/utsrelease.h;            \
                           else                                            \
                                   echo include/generated/utsrelease.h ;              \
                           fi)
    The important thing to change is include/linux to include/generated and version.h to utsrelease.h

    Thats about it , recompile and thats it.

    Thanks goes out to this lad :- http://www.mail-archive.com/ubuntu-d.../msg10203.html and
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377267

    Cheers !

    Basically to sum it up change include/linux to include/generated in version_vars.mk and replace version.h with utsrelease.h

    Edit : Didn't realise someone has already posted a solution. This is the noob-friendly version on how to edit things for those who can't figure out on how to edit it.
    i've tried this one with 2.6.32-7, and the others, but it doesn't work. in the others, the directorys doesn't even exist, and in this one, it just keeps telling me:
    Code:
    The UTS Release version in include/generated/utsrelease.h
           "" 
    does not match current version:
           "2.6.32.7-dude"
    someone who's got an idea? this has been since kernel 2.6.32-4...

  6. #1406
    Join Date
    Nov 2006
    Location
    United States
    Beans
    665
    Distro
    Ubuntu Development Release

    Re: Master Kernel Thread

    It has something to do with the version of kernel-package I've heard... It has to be 12.032 or later I think.

    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561569
    The one and only, Master Kernel Thread
    KernelCheck - Finally. A way to easily download, compile, and install the latest kernel. Release 1.2.5 available now.

  7. #1407
    Join Date
    Aug 2007
    Beans
    Hidden!

    Question Re: Master Kernel Thread

    I wonder... if we're just copying the previous .config (Ubuntu's default kernel configuration), why are so many users posting about losing wifi, lan, audio, etc. after recompiling?
    By default Ubuntu recognizes almost 100% of my laptop's hardware, so if I copy its old .config I should still have support for that hardware enabled in my new kernel, right? Or is there something we lose in the process (modules? firmware?)

  8. #1408
    Join Date
    Sep 2009
    Beans
    15

    Re: Master Kernel Thread

    Quote Originally Posted by master_kernel View Post
    It has something to do with the version of kernel-package I've heard... It has to be 12.032 or later I think.

    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561569
    correct. it was because of kernel-package. I downloaded kernel-package 12.032 from a lucid repo and started over and it worked like a charm.

  9. #1409
    Join Date
    Sep 2009
    Beans
    15

    Re: Master Kernel Thread

    me again!
    well. i updated kernel-package, and started compiling. everything went smooth, until i noticed that there were no initrd-packages made. i don't really know whether this is a problem or not, and if it is, if it's from upgrading the package or the newer kernels or the commands... i don't have a log yet, though, if it's wanted i'll post it after next compile...

  10. #1410
    Join Date
    Jan 2010
    Beans
    8
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Master Kernel Thread

    I've tried several times to compile my own kernel, I follow the instructions for 2.6.32.5
    What I get is a black screen and the harddrive LED is lit but nothing more.
    If I select recovery mode I get a lot of text with drivers loading, it stops at:
    [ 8.801729] sd 8:0:0:3 [sdh] attached SCSI removable disk.

    Any ideas?

Page 141 of 152 FirstFirst ... 4191131139140141142143151 ... LastLast

Tags for this Thread

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
  •