Announcement

Collapse
No announcement yet.

Kubuntu Kernel question

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Kubuntu Kernel question

    I sometimes like to build my own kernel so I can try out new patch sets (Like the CK set), so I was wondering if the Kubuntu kernel was simply a vanilla kernel with no other patch sets applied?

    So, all I would need to do is patch a vanilla kernel, compile it, and copy it to /boot (Basically)?

    Thanks!!!

    Joe

    #2
    Re: Kubuntu Kernel question

    the Ubuntu kernel is not vanilla... I'm pretty sure of it. But to apply a patch, you probably could try this:
    Code:
    sudo apt-get build-dep kernel-pkg-name-here
    sudo apt-get source kernel-pkg-name-here
    then try applying your patches and pray it works.

    Or maybe the other way around? get a vanilla, then apply your patch, then try the Ubuntu ones?

    I never touch the kernel (I would like to recompile with toshiba acpi stuff so I can use fnfxd, but I'm swamped with exams... and don't really want to do anything too strenous in the summer)
    <br /><br />*temp. hiatus from forums due to comp + net broken* :&#039;(

    Comment


      #3
      Re: Kubuntu Kernel question

      Originally posted by Nirvana
      the Ubuntu kernel is not vanilla... I'm pretty sure of it. But to apply a patch, you probably could try this:
      Code:
      sudo apt-get build-dep kernel-pkg-name-here
      sudo apt-get source kernel-pkg-name-here
      then try applying your patches and pray it works.

      Or maybe the other way around? get a vanilla, then apply your patch, then try the Ubuntu ones?

      I never touch the kernel (I would like to recompile with toshiba acpi stuff so I can use fnfxd, but I'm swamped with exams... and don't really want to do anything too strenous in the summer)
      Thanks for the reply...

      I have installed the kernel source already because to install the IVTV drivers for my PVR 250 it was a requirement. However, I was not able to locate the mkinitrd or mkinitramfs programs to make the ram disks.

      Is this a separate package, or something I missed?

      Thanks!!!

      Joe

      Comment


        #4
        Re: Kubuntu Kernel question

        This post over on the parent ubuntu forums helped me when I ran into that problem:

        http://ubuntuforums.org/showthread.php?t=157560

        Using make-kpkg and then installing the deb is easier.

        Hope this helps,

        Travis
        &lt;a href=&quot;http://ubuntucounter.geekosophical.net&quot; title=&quot;The Ubuntu Counter Project - user number # 9255&quot;&gt;&lt;img src=&quot;http://ubuntucounter.geekosophical.net/img/kubuntu-user.php?user=9255&quot; alt=&quot;The Ubuntu Counter Project - user number # 9255&quot; /&gt;&lt;/a&gt;

        Comment

        Working...
        X