You are not logged in.

#1 2007-05-28 23:40:26

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Ck

i would like to ask since beyond is dead..and my favorite kernel is the ck...would it be possible to add fbsplash patch to the kernel? it would be great smile thanks in advance


Its a sick world we live in....

Offline

#2 2007-06-01 03:32:44

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: Ck

well since no one wants the kernel with fbsplash..i did one of my own...the only problm is with the patch i retrived from gentoo devs patches it wont apear on the menuconfig...does anyone is using fbsplash on ck??


Its a sick world we live in....

Offline

#3 2007-06-01 04:41:27

hpestilence
Member
Registered: 2005-06-20
Posts: 67

Re: Ck

I used to use it and it always had one hunk that failed which is below. It's because the ck patchset adds some KERN_ lines i think.

diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index 81480e6..98cd75a 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -160,6 +160,7 @@ enum
     KERN_MAX_LOCK_DEPTH=74,
     KERN_NMI_WATCHDOG=75, /* int: enable/disable nmi watchdog */
     KERN_PANIC_ON_NMI=76, /* int: whether we will panic on an unrecovered */
+    KERN_FBSPLASH=77,    /* string: path to fbsplash helper */
 };

I always had to open up <kernelsrc>/include/linux/sysctl.h and find all those KERN_ lines. Go to the last one and add the KERN_FBSPLASH line and manually put in the number so instead of 77 it would be +1 of the one above it.

Offline

#4 2007-06-01 09:33:12

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Ck

The kernel26ck package is kernel26 + the ck patchset, and I have no plans to change that. If I have time, I'll look at merging them, and providing the combined patchset for download somewhere. However, I can't say at the moment if or when that will happen, so maybe you guys, or somebody else, could work it out in the meantime.

I see spock is still on 2.6.20-rc6 with gensplash, so it's probably not worth trying until he does a 2.6.21 release.

Offline

#5 2007-06-01 12:19:14

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: Ck

there is a patch on gentoo trunk http://sources.gentoo.org/viewcvs.py/    ---> look in linux patches!

it compiled nice for me..but didnt work....and didnt panic..so somethings good tongue

Last edited by sickhate (2007-06-01 12:19:54)


Its a sick world we live in....

Offline

Board footer

Powered by FluxBB