Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 40

Thread: Install liquorix kernel in ubuntu lucid

  1. #11
    Join Date
    May 2010
    Location
    UK
    Beans
    305
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Install liquorix kernel in ubuntu lucid

    Quote Originally Posted by spier View Post
    Ok. Lets see.
    http://en.wikipedia.org/wiki/Bleeding_edge_technology

    Now, every Ubuntu release is based on a specific, freezed kernel, i.e. Jaunty shipped with 2.6.32, Maverick ships with 2.6.35.
    So, for those who feel brave to try the newest kernels released by linux.org/, you'll have to look for alternatives like liquorix. But, as wikipedia told, there are risks!


    hope this (and my English) makes sense!
    Perfect sense, and your English is fine. Honestly, so many people here speak perfect english but are under some illusion that they struggle to speak the language. Anyway thank you for the response it has helped.
    Website - Very serious work in progress, I don't work on this as much as I'd like but I'm mainly looking at the backend right now.

  2. #12
    Join Date
    Apr 2006
    Location
    Scotland
    Beans
    36
    Distro
    Ubuntu

    Thumbs down Re: Install liquorix kernel in ubuntu lucid

    Quote Originally Posted by snowpine View Post
    Why would it work? Ubuntu is not Debian.
    Of course it works, unless im dreaming here. Works perfectly okay.. Straight forward install from the directions given before me.

    So far, so good.

    Looking forward to that ~200 line patch I just heard about!
    Windows: Where do you want to go today?
    MacOS: Where do you want to be tomorrow?
    Linux: Are you coming or what?!!

  3. #13
    Join Date
    Apr 2008
    Location
    Southern California, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Install liquorix kernel in ubuntu lucid

    Quote Originally Posted by spier View Post
    installed the keyring...
    Code:
    apt-get install '^liquorix-([^-]+-)?keyring.?'
    Voilà... bleeding edge kernel!!!
    Code:
    $ sudo apt-get install '^liquorix-([^-]+-)?keyring.?'
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package ^liquorix-([^-]+-)?keyring.?

  4. #14
    Join Date
    Dec 2005
    Location
    Porto Alegre -
    Beans
    124
    Distro
    Lubuntu

    Re: Install liquorix kernel in ubuntu lucid

    Quote Originally Posted by VMC View Post
    Code:
    $ sudo apt-get install '^liquorix-([^-]+-)?keyring.?'
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package ^liquorix-([^-]+-)?keyring.?

    Hi,

    probably some issue with repo availibility.

    Just tried it and seams ok:
    Code:
    sudo apt-get install '^liquorix-([^-]+-)?keyring.?'
    ...
    liquorix-archive-keyring is already the newest version.
    liquorix-keyring is already the newest version.
    liquorix-keyrings is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    spier
    --------
    Linux user #410105

  5. #15
    Join Date
    Jan 2008
    Beans
    7,744

    Re: Install liquorix kernel in ubuntu lucid

    Glad it is working out for you... and I stand corrected.

  6. #16
    Join Date
    Oct 2005
    Location
    Milano, Italy
    Beans
    871
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Install liquorix kernel in ubuntu lucid

    I'm getting this error when I try to install liquorix kernel:

    Code:
    sudo apt-get install linux-image-2.6.36-0.dmz.11-liquorix-686 linux-headers-2.6.36-0.dmz.11-liquorix-686 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
      linux-headers-2.6.36-0.dmz.11-liquorix-686: Depends: libncurses5 (>= 5.7+20100313) but 5.7+20090803-2ubuntu3 is to be installed
    E: Broken packages
    I'm running on Lucid
    ------------------------------------------------
    yep ”short and long URL„
    http://yep.it/
    ------------------------------------------------

  7. #17
    Join Date
    Dec 2005
    Location
    Porto Alegre -
    Beans
    124
    Distro
    Lubuntu

    Re: Install liquorix kernel in ubuntu lucid

    Quote Originally Posted by dentaku65 View Post
    I'm getting this error when I try to install liquorix kernel:

    Code:
    ...
    
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
      linux-headers-2.6.36-0.dmz.11-liquorix-686: Depends: libncurses5 (>= 5.7+20100313) but 5.7+20090803-2ubuntu3 is to be installed
    E: Broken packages
    I'm running on Lucid
    Not sure what is happening.

    Libncurses5 should be in ubuntu repos. Try install it, i.e.

    sudo apt-get install libncurses5

    or, if it is already installed, try to reinstall through synaptic package manager (mine says it is in version 5.7+20100626-0ubuntu1);

    or check if your repositories in /etc/apt/sources.list...
    spier
    --------
    Linux user #410105

  8. #18
    Join Date
    Oct 2006
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Install liquorix kernel in ubuntu lucid

    Quote Originally Posted by dentaku65 View Post
    I'm getting this error when I try to install liquorix kernel:

    Code:
    sudo apt-get install linux-image-2.6.36-0.dmz.11-liquorix-686 linux-headers-2.6.36-0.dmz.11-liquorix-686 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
      linux-headers-2.6.36-0.dmz.11-liquorix-686: Depends: libncurses5 (>= 5.7+20100313) but 5.7+20090803-2ubuntu3 is to be installed
    E: Broken packages
    I'm running on Lucid
    You need to install a more recent (date 20100313) version of the libncurses5 package. Search Maverick's (Ubuntu 10.10) repositories, get the corresponding .deb file and manually install.

  9. #19
    Join Date
    Oct 2005
    Location
    Milano, Italy
    Beans
    871
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Install liquorix kernel in ubuntu lucid

    Quote Originally Posted by ww2 View Post
    You need to install a more recent (date 20100313) version of the libncurses5 package. Search Maverick's (Ubuntu 10.10) repositories, get the corresponding .deb file and manually install.
    I found a differend way to use cgroups without using a patched kernel:

    Here the trick:
    http://yep.it/pqkcoq

    Here for Ubuntu version:
    http://pastebin.com/raw.php?i=sHRYRuAN

    Really boost!
    ------------------------------------------------
    yep ”short and long URL„
    http://yep.it/
    ------------------------------------------------

  10. #20
    Join Date
    Oct 2007
    Location
    San Antonio, TX
    Beans
    259
    Distro
    Xubuntu 20.04 Focal Fossa

    Re: Install liquorix kernel in ubuntu lucid

    I'm running the liquorix kernel on Ubuntu Studio 10.10 64 bit. No problems so far, and notice positive improvement in realtime performance and system responsiveness over generic kernel.
    Angel Candelaria
    Online Guitar Professor @ Angel's Guitar, Cursos de Guitarra Pro & Worship Guitar Pro
    Web Designer @ YA Knowmadas LLC

Page 2 of 4 FirstFirst 1234 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
  •