Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.6-LOVE4
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
suck_ma_penguin
Apprentice
Apprentice


Joined: 03 May 2004
Posts: 180

PostPosted: Sun Jun 13, 2004 6:44 pm    Post subject: 2.6.6-LOVE4 Reply with quote

I have heard love4 recommended as the most stable love. Firstly, I want to know if it is also very fast (Running a slow CPU, need speed for X) and where I can get it from (I can't find 2.6.6-love4 anywhere)
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Sun Jun 13, 2004 6:46 pm    Post subject: Reply with quote

You can still get the patch from me: http://www.stijlstek.nl/os/linux/lokean-sources/2.6.6-love4.bz2
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
suck_ma_penguin
Apprentice
Apprentice


Joined: 03 May 2004
Posts: 180

PostPosted: Sun Jun 13, 2004 6:54 pm    Post subject: Reply with quote

Is there an ebuild for that? And also, are the "speedy" kernels faster?
Back to top
View user's profile Send private message
polle
Veteran
Veteran


Joined: 28 Feb 2003
Posts: 1498
Location: Belgium

PostPosted: Sun Jun 13, 2004 7:04 pm    Post subject: Reply with quote

ebuild:

http://users.pandora.be/DVD2RV9/love-sources-2.6.6_rc3-r4.ebuild
Back to top
View user's profile Send private message
suck_ma_penguin
Apprentice
Apprentice


Joined: 03 May 2004
Posts: 180

PostPosted: Sun Jun 13, 2004 7:23 pm    Post subject: Reply with quote

That ebuild doesn't work, as the love sources seem to have dissappeared!
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Sun Jun 13, 2004 7:29 pm    Post subject: Reply with quote

Copy this and save in your portage overlay as love-sources-2.6.6-r4.ebuild
Code:
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header:  $

K_PREPATCHED="yes"
K_NOSETEXTRAVERSION="don't_set_it"
ETYPE="sources"
inherit kernel-2
detect_version
LOVEPV_SRC="http://www.stijlstek.nl/os/linux/lokean-sources/2.6.6-love4.bz2"
UNIPATCH_STRICTORDER="yes"
UNIPATCH_LIST="${DISTDIR}/${KV}.bz2"

DESCRIPTION="Development branch of the Linux Kernel with Andrew Morton's patchset and other performance-ish patches and tweaks. Maintained by Lovechild, steel300, and OneOfOne"
HOMEPAGE="http://oneofone.limitlessfx.com/love-sources/ http://www.public.iastate.edu/~jpcox/"
SRC_URI="${KERNEL_URI}  ${LOVEPV_SRC}"
KEYWORDS="x86 ~amd64 ~ia64"
Back to top
View user's profile Send private message
suck_ma_penguin
Apprentice
Apprentice


Joined: 03 May 2004
Posts: 180

PostPosted: Sun Jun 13, 2004 7:39 pm    Post subject: Reply with quote

Stuff it, I'll use 2.6.6_rc3-r3 from oneofone's mirror.
Back to top
View user's profile Send private message
ryceck
Apprentice
Apprentice


Joined: 13 Jan 2004
Posts: 195

PostPosted: Sun Jun 13, 2004 10:04 pm    Post subject: Reply with quote

suck_ma_penguin wrote:
Stuff it, I'll use 2.6.6_rc3-r3 from oneofone's mirror.


U can also use this one:
http://home.concepts.nl/~wbn0109/gentoo/love-sources-2.6.6-r4.ebuild

That one will automaticall download the sources from the same site:
http://home.concepts.nl/~wbn0109/gentoo/2.6.6-love4.bz2

That works, installed it myself that way... before I jumped to 2.6.7-rc3-love1 ofcourse ;)
Back to top
View user's profile Send private message
LinuxRocks
Guru
Guru


Joined: 27 Nov 2003
Posts: 397
Location: New Mexico

PostPosted: Sun Jun 13, 2004 10:38 pm    Post subject: Reply with quote

Ok, I have a question...

I use Love 4 and I just started using the new one (2.6.7-rc3-love) and it seems to work great...

The question I have is this. All the love sources is, is a patch, so where do you get the rest of the kernel? I have the ck-sources installed already, so does it copy the tree from there and then apply the patch?

The reason I ask, is when I emerge the love-sources, it only downloads about 2 megs worth of patches, then starts copying. The kernel source is over 30 megs i thought.

Thanks!!!

Joe
Back to top
View user's profile Send private message
ryceck
Apprentice
Apprentice


Joined: 13 Jan 2004
Posts: 195

PostPosted: Sun Jun 13, 2004 10:41 pm    Post subject: Reply with quote

LinuxRocks wrote:
Ok, I have a question...

I use Love 4 and I just started using the new one (2.6.7-rc3-love) and it seems to work great...

The question I have is this. All the love sources is, is a patch, so where do you get the rest of the kernel? I have the ck-sources installed already, so does it copy the tree from there and then apply the patch?

The reason I ask, is when I emerge the love-sources, it only downloads about 2 megs worth of patches, then starts copying. The kernel source is over 30 megs i thought.

Thanks!!!

Joe


Love-sources make use of the vanilla-sources from kernel.org, and probably so do ur ck-sources :)
Back to top
View user's profile Send private message
LinuxRocks
Guru
Guru


Joined: 27 Nov 2003
Posts: 397
Location: New Mexico

PostPosted: Sun Jun 13, 2004 11:42 pm    Post subject: Reply with quote

Oohhh.... So, when I install the CK sources, it downloads the software (kernel tree) from kernel.org. So, when I install Love, it uses the CK tree that came from, well, you get the picture...

Ok, cool, so that means whatever optimizations that come in the CK kernel are already there when I emerge the Love sources...

Does it base what software to get from what is linked off the /usr/src/linux link?

If so, then I can use any "Base" kernel I want too?

Sorry for all the questions, just cuirous :)

Joe
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Mon Jun 14, 2004 1:21 am    Post subject: Reply with quote

suck_ma_penguin wrote:
Stuff it, I'll use 2.6.6_rc3-r3 from oneofone's mirror.

Stuff it yourself! I'm helping you out and then this??!

LinuxRocks wrote:
Ok, cool, so that means whatever optimizations that come in the CK kernel are already there when I emerge the Love sources...

No. Both love and ck use the vanilla sources. On top of that each one applies their own patches.
Back to top
View user's profile Send private message
Pink
Veteran
Veteran


Joined: 24 Jul 2003
Posts: 1062

PostPosted: Mon Jun 14, 2004 7:29 am    Post subject: Reply with quote

LinuxRocks wrote:
Oohhh.... So, when I install the CK sources, it downloads the software (kernel tree) from kernel.org. So, when I install Love, it uses the CK tree that came from, well, you get the picture...

Ok, cool, so that means whatever optimizations that come in the CK kernel are already there when I emerge the Love sources...

Does it base what software to get from what is linked off the /usr/src/linux link?

If so, then I can use any "Base" kernel I want too?

Sorry for all the questions, just cuirous :)

Joe


Just calrifying the above anser to your question.

Most patch sets, whether they are mm-sources, ck-sources or love-sources use the basic (known as vanilla) kernel as a base. At the moment, the 2.6.6 kernel is the base they are using.

So, if you then load the latest 'vanilla' kernel, 2.6.7-rc3, (rc3 meaning release candidate #3), the ebuild, if there is one, loads the 2.6.6 kernel, then the 2.6.7-rc3 patch.

If you then emerge, for example, love sources, you will already have 2.6.6 base and the 2.6.7-rc3 in your /usr/portage/distfiles, so it only needs to download the mm-patchset and the love-patchset to work.

So, you will have nothing the same between ck-sources and love-sources, except the base of the 2.6.6 and if they share the 2.6.7-rc3 patch.

Any other similarities are coincidence as love-sources are based on the mm-patchset (Which is 2.6.6 base, + 2.6.7-rc3 patch, + 2.6.7-rc3-mm1 patch).

Make sense?
Back to top
View user's profile Send private message
suck_ma_penguin
Apprentice
Apprentice


Joined: 03 May 2004
Posts: 180

PostPosted: Mon Jun 14, 2004 9:08 pm    Post subject: Reply with quote

Sorry, that stuff it wan't intended to offend! Your ebuild didn't work, and I'm in the middle of exams, so I'm a bit too lazy to sort it all AND do revision
Back to top
View user's profile Send private message
spb
Retired Dev
Retired Dev


Joined: 02 Jan 2004
Posts: 2135
Location: Cambridge, UK

PostPosted: Mon Jun 14, 2004 9:20 pm    Post subject: Reply with quote

Well, don't do revision then! It's quite simple really. :P

Actually, I guess I've been pretty lucky with A levels so far, given my general lack of any revision.
Back to top
View user's profile Send private message
giuseppe
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2004
Posts: 78

PostPosted: Tue Jun 15, 2004 8:52 am    Post subject: Reply with quote

Well, I don't find anywhere the patch-list for 2.6.6-love4 .
There's the list for lokean1:

http://www.stijlstek.nl/os/linux/lokean-sources/2.6.6-lokean1.patches.list

but there isn't 2.6.6-love4.notes.
where can I get it from? Thank you.
_________________
"Unter einer Menge verstehen wir jede
Zusammenfassung M Von bestimmten
wohlunterschiedenen Objekten in unserer
Anschauung oder unseres Denkens (welche
die Elemente von M genannt werden) zu einem ganzen." Georg Cantor
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum