Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ACID-SOURCES] 2.6.14-acid2 "Inner Circle"
View unanswered posts
View posts from last 24 hours

Goto page 1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Tue Nov 01, 2005 8:10 pm    Post subject: [ACID-SOURCES] 2.6.14-acid2 "Inner Circle" Reply with quote

acid-sources-2.6.14-r2 "Inner Circle"

Disclaimer
This patchset is in no way affiliated with the Gentoo Foundation and so it's
use does not imply any more or less official support from the gentoo developers.
Do NOT, EVER, post bugs regarding a kernel patched to acid-sources to
_bugs.gentoo.org_. Post your problems in this thread instead.


What is it?
A custom kernel patchset, based upon O(1) cpu scheduler and
many additional features usually requested by users.

What's in it?
Code:

###################################
#..ACiD sources -> 2.6.14-acid2...#
#..aka. "Inner Circle"............#
###################################
###################################

#
# ACiD-sources specific patches
#
-> ACiD-Kconfig-menu.diff
-> ACid-Kconfig-menu-2.patch
-> acid-sources-framebuffer-logo.diff
-> acidize.patch
#
# Default ACiD performance patches
#
-> sched-tuning.diff
-> few-ck1-tweaks_reduced.patch
-> mm-swap_prefetch-18.patch
-> as_iosched_tuning.diff

#
# Set of patches from Nick Piggin
#
-> npiggin-tweaks-1.tar.bz2
........* atomic-dec_and_lock-use-atomic-primitives.patch
........* atomic_cmpxchg.patch
........* atomic_inc_not_zero.patch
........* i386-generic-cmpxchg.patch
........* mm-increase-pcp-size.patch
........* radix-tree-* -patches

#
# New high resolution timers facility
#
-> ktimers-kt2.patch

#
# newest Libata-Dev pulled from jeff-garzik's git repo
# + scsi updates + fix for missing second PATA drive
#
-> libata_dev-20051031.patch
-> scsi-misc-2.6.diff
-> second-PATA-drive-fix.patch

#
# Linux infrared remote control
#
-> lirc-0.7.1-acid.patch

#
# Mppe-Mppc + iptables-layer7
#
-> mppe_mppc-iptables_layer7-2.6.14-acid.patch

#
# Traditional stuff
#
-> vesafb-tng-1.0-rc1-r2_and_fbsplash-0.9.2-r5.patch
-> swsusp-2.2-rc8.patch
-> squashfs_2.2-r2.diff
-> unionfs-20051014-1448.diff
-> shfs-0.35_for_2.6.14-rc4.diff
-> reiser4-20.10.2005.patch
-> svgalib_helper-1.9.21.diff
-> usbhid-readd-kconfig.diff
-> daconfig-2.3.0.diff

#
# Additional misc. fixes
#
-> linux-2.6.13-e100-badeeprom.patch
-> write_inode_now-write-inode-if-not-bdi_cap_no_writeback.diff
-> shutup-unneeded-warnings.diff


For more detailed patchlist see series file under section LINKS.

changest since 2.6.14-rc4-acid1:
Code:

* Updated framebuffer logo to a new one
* cut down some patches from CK (adaptive-readahead etc.) due to performance issues
* removed selectable iosched menu patch, it caused issues to some users
* added some performance patches from nick-piggin, radix tree patches etc. (see broken-out for details)
* added libata-dev i pulled from jeff garzik's git tree
* scsi-misc patch
* added patch to fix misdetect of second PATA drive
* added lirc driver, mppc-mppe and iptables-layer7 support
* updated vesafb-tng, fbsplash and reiser4 to newest
* added e1000 bad eeprom fix

----
sorry, no cvs-alsa this time, the version from cvs was oops-ing ;)


IMPORTANT UPDATES AND EDITS:
*** fb logo needed, volunteers hands up
** To be continued...

Howto install
Quote:

GENTOO:
1)create directory <OVERLAY_DIR>/sys-kernel/acid-sources (substitute <OVERLAY_DIR> according to overlay path)
2) PROMPT>cd <OVERLAY_DIR>/sys-kernel/acid-sources
3) PROMPT>wget http://www.stud.uni-karlsruhe.de/~uyavl/public/acid-sources/2.6.14-acid2/acid-sources-2.6.14-r2.ebuild
4) PROMPT>ebuild acid-sources-2.6.14-r2.ebuild digest
5) PROMPT>USE="symlink" emerge acid-sources
6) PROMPT>cd /usr/src/linux
7) configure, compile and install your kernel
if in doubt about how to do it, consult the documentation in the kernel source directory

ALL OTHER DISTROS:
1) PROMPT>cd /usr/src
2) PROMPT>wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.14.tar.bz2
3) PROMPT>wget http://www.stud.uni-karlsruhe.de/~uyavl/public/acid-sources/2.6.14-acid2/patch-2.6.14-acid2.bz2
4) PROMPT>tar -xvjf linux-2.6.14.tar.bz2 && rm linux-2.6.14.tar.bz2
5) PROMPT>mv linux-2.6.14 linux-2.6.14-acid2 && rm linux && ln -s linux-2.6.14-acid2 linux
6) PROMPT>bunzip2 patch-2.6.14-acid2.bz2 && cd linux
7) PROMPT>patch -p1 -i ../patch-2.6.14-acid2
8) configure, compile and install your kernel
if in doubt about how to do it, consult the documentation in the kernel source directory


And now, even more important part:

LINKS
DIGEST FILE
EBUILD
PATCH
BROKEN OUT TARBALL
SERIES (DETAILED PATCH LISTING)

Let the compilefest begin !

cheers

T
_________________
Retired gentoo user


Last edited by Tiger683 on Wed Nov 02, 2005 5:24 pm; edited 1 time in total
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Tue Nov 01, 2005 8:46 pm    Post subject: Reply with quote

i really like this patchset, its kept up, i use it now, and will for a foreseeable time.

keep up the good work!
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
mayday147
l33t
l33t


Joined: 22 Mar 2004
Posts: 825
Location: Bucharest, Romania

PostPosted: Tue Nov 01, 2005 9:01 pm    Post subject: Reply with quote

Thanks for the mppe-mppc patch . And btw, I've always asked myself what does the "build" flag do.
_________________
gentoo.ro
Back to top
View user's profile Send private message
1U
Guru
Guru


Joined: 21 Jul 2005
Posts: 319

PostPosted: Tue Nov 01, 2005 9:26 pm    Post subject: Reply with quote

Thanks for the new release, it works great. I think I can notice a slight improvement in latency again on my laptop. Firefox started a bit quicker this time.

I'm not a christian or religious, but that bootup logo is quite chigldish again (please don't take it offensively). Isn't it possible to create someting professional which can suit everyone and all systems? The logo actually looks well drawn compared to the biohazard, but on a same if not even lower level of class.

I might as well not even try future logos if I'm going to have to waste time recompiling after seeing them each time I try a new release, as it seems that's what I'll have to do with this one. Things like that belong as tattoos or doodles, but not for any professional purposes, especially involving computers.


Last edited by 1U on Tue Nov 01, 2005 9:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Tue Nov 01, 2005 9:30 pm    Post subject: Reply with quote

1U wrote:
Thanks for the new release, it works great. I think I can notice a slight improvement in latency again on my laptop. Firefox started a bit quicker this time.

I'm not a christian or religious, but that bootup logo is quite chigldish again (please don't take it offensively). Isn't it possible to create someting professional which can suit everyone and all systems? The logo actually looks well drawn compared to the biohazard, but on a same if not even lower level of class.

I might as well not even try future logos if I'm going to have to recompile after seeing them each time, as it seems that's what I'll have to do with this one. Things like that belong as tattoos or doodles, but not for any professional purposes, especially involving computers.


I'm open to ALL creative contribution on this topic (logo), actually they are very welcome :)

rgds,

T
_________________
Retired gentoo user
Back to top
View user's profile Send private message
satanskin
Guru
Guru


Joined: 25 Apr 2005
Posts: 353

PostPosted: Tue Nov 01, 2005 10:27 pm    Post subject: Reply with quote

Why the hell is the few second long boot logo so important!? And why does it have to be "professional?" It's his kernel, he should pick a logo that _HE_ likes! Then people can simply use a different logo if they don't like that one. You are using a hacked kernel with the name of "acid" and expect it to be a corporate professional product?

Now for Tiger, is there a way to reuse the old .config from the first release without having to use make oldconfig? I don't feel like having to answer a question for everything in the config.

Edit: After going through and configuring this all, it fails to compile with this:
Code:
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
fs/built-in.o: In function `longterm_lock_znode':
: undefined reference to `rw_zlock_is_locked'
fs/built-in.o: In function `longterm_unlock_znode':
: undefined reference to `rw_zlock_is_not_locked'
make: *** [.tmp_vmlinux1] Error 1


I have no idea where/what that is? Any ideas?
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Tue Nov 01, 2005 11:14 pm    Post subject: Reply with quote

satanskin wrote:
Why the hell is the few second long boot logo so important!? And why does it have to be "professional?" It's his kernel, he should pick a logo that _HE_ likes! Then people can simply use a different logo if they don't like that one. You are using a hacked kernel with the name of "acid" and expect it to be a corporate professional product?

Now for Tiger, is there a way to reuse the old .config from the first release without having to use make oldconfig? I don't feel like having to answer a question for everything in the config.

Edit: After going through and configuring this all, it fails to compile with this:
Code:
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
fs/built-in.o: In function `longterm_lock_znode':
: undefined reference to `rw_zlock_is_locked'
fs/built-in.o: In function `longterm_unlock_znode':
: undefined reference to `rw_zlock_is_not_locked'
make: *** [.tmp_vmlinux1] Error 1


I have no idea where/what that is? Any ideas?


disable reiser4 debug mode ;)
it makes things LOTS slower AND causes this error
_________________
Retired gentoo user
Back to top
View user's profile Send private message
1U
Guru
Guru


Joined: 21 Jul 2005
Posts: 319

PostPosted: Tue Nov 01, 2005 11:37 pm    Post subject: Reply with quote

satanskin wrote:
Why the hell is the few second long boot logo so important!? And why does it have to be "professional?" It's his kernel, he should pick a logo that _HE_ likes! Then people can simply use a different logo if they don't like that one. You are using a hacked kernel with the name of "acid" and expect it to be a corporate professional product?

Professionalism is simply logic and common sense, someday you'll outgrow your childish ways. Would you not complain if someone made an awesome kernel patchset but used tubgirl or goatse as the logo? This isn't directed toward's Tiger, but rather your pathetic post. Get back to worshipping satan and sacrificing goats.

Aso, fuy if you have your boot partition mounted it takes the old config from there as far as I know. You don't have to do oldconfig, just do menuconfig for the first time and have your boot mounted and all the settings will be there.

Once I get my other box back online I'll give it a shot at helping Tiger.
Back to top
View user's profile Send private message
satanskin
Guru
Guru


Joined: 25 Apr 2005
Posts: 353

PostPosted: Wed Nov 02, 2005 12:11 am    Post subject: Reply with quote

1U wrote:
satanskin wrote:
Why the hell is the few second long boot logo so important!? And why does it have to be "professional?" It's his kernel, he should pick a logo that _HE_ likes! Then people can simply use a different logo if they don't like that one. You are using a hacked kernel with the name of "acid" and expect it to be a corporate professional product?

Professionalism is simply logic and common sense, someday you'll outgrow your childish ways. Would you not complain if someone made an awesome kernel patchset but used tubgirl or goatse as the logo? This isn't directed toward's Tiger, but rather your pathetic post. Get back to worshipping satan and sacrificing goats.

Aso, fuy if you have your boot partition mounted it takes the old config from there as far as I know. You don't have to do oldconfig, just do menuconfig for the first time and have your boot mounted and all the settings will be there.

Once I get my other box back online I'll give it a shot at helping Tiger.


1st part: That response was rather childish actually. Yes I admit that professionalism is good idea in certain situations, for example when your target audience is a production environment. However, a high performance kernel patchset is going to generally be more targetted toward the common tinkerer and tweaker. An audience that will have little regard for requiring professionalism.

Further, no I would not like it if a patchset used that as their bootlogo, however instead of complaining and trying to get them to change it, and then complaining about the change they made, I would rather just turn off the bootlogo and/or make my own. It's not like it is that difficult to turn it off. Perhaps people should start posting a shot of the included bootlogo so that you won't have compile it in, then recompile without it (not sarcastic).

And now the reason your response was childish itself. I do not worship satan nor sacrifice goats. It is simply a nick name that has caught on over the years and been used online. Under your logic, I should tell you to get back to worshipping Hitler and hating Jews.

2nd part: Thank you. I'll have to give that a shot sometime. It'd save me a great amount of trouble/time. Thanks again.

And finally, this is not the place to start arguing over these things. Let's keep it on topic now. However if you feel the need to continue it, you can always PM me about it.

P.S. I wish I could see the bootlogo in the first place! I have never seen ANY bootlogo of ANY kernel I have used. Nor do I ever see that annoying Nvidia logo everyone complains about. I have no idea why, but they never come up...
Back to top
View user's profile Send private message
Ma3oxuct
Guru
Guru


Joined: 18 Apr 2003
Posts: 523

PostPosted: Wed Nov 02, 2005 2:22 am    Post subject: Reply with quote

I proudly declare that I am on acid :). It is a nice patch set and I would like to say thanks to the developers of it :).
Back to top
View user's profile Send private message
mayday147
l33t
l33t


Joined: 22 Mar 2004
Posts: 825
Location: Bucharest, Romania

PostPosted: Wed Nov 02, 2005 11:13 am    Post subject: Reply with quote

satanskin wrote:
Now for Tiger, is there a way to reuse the old .config from the first release without having to use make oldconfig? I don't feel like having to answer a question for everything in the config.

The old .config is ported automatically, but if it isn't you can just copy the file in /usr/src/linux.

@Tiger You haven't answered my question about the "build" USE flag. Thanks.
_________________
gentoo.ro
Back to top
View user's profile Send private message
orphen
n00b
n00b


Joined: 04 Sep 2004
Posts: 44
Location: CHINA

PostPosted: Wed Nov 02, 2005 11:35 am    Post subject: Reply with quote

I have make this kernel, BUT failed with the same error in acid-sources-2.6.14-r1
https://forums.gentoo.org/viewtopic-p-2839517.html#2839517
_________________
AMD Athlon64 3200+ Venice
VDATA DDR400 512MB X2
ST SATA II 160GB + ST SATA 160GB
nVidia Geforce 6600GT
ADSL 1Mbps
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Wed Nov 02, 2005 12:11 pm    Post subject: Reply with quote

mayday147:
there are no use flags in the ebuild
Quote:

IUSE = " "


orphen:
upstream bug in the stuff you emerge, i didn't touch the things it complains about, wait
until the developers fix compatibility with 2.6.14 (64 bit systems are less external-module friendly anyways, although, it could
also be a swsusp2 bug as well)

cheers

T
_________________
Retired gentoo user
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Wed Nov 02, 2005 12:12 pm    Post subject: Reply with quote

Tiger683 wrote:
mayday147:
there are no use flags in the ebuild
Quote:

IUSE = " "


orphen:
upstream bug in the stuff you emerge, i didn't touch the things it complains about, wait
until the developers fix compatibility with 2.6.14 (64 bit systems are less external-module friendly anyways, although, it could
be a swsusp2 bug as well)

cheers

T

_________________
Retired gentoo user
Back to top
View user's profile Send private message
mascanho
Veteran
Veteran


Joined: 21 Dec 2004
Posts: 1241
Location: On my Bmx Bike on a Concrete Park Flatlanding ...

PostPosted: Wed Nov 02, 2005 12:19 pm    Post subject: Reply with quote

Hum ... i noticed that my system consumes much mre ram with acid-sources , anyone knows why this is happening ?? Im using the same .config as on my ck-sources , and with acid my ram (physical) is increasing a lot , too much in fact . I have 1 gb of ram .
_________________
Flatland Life is a Choice !
emerge avatar
Back to top
View user's profile Send private message
mayday147
l33t
l33t


Joined: 22 Mar 2004
Posts: 825
Location: Bucharest, Romania

PostPosted: Wed Nov 02, 2005 12:30 pm    Post subject: Reply with quote

@Tiger
So it's a kernel-sources flag, as when I do 'emerge -a acid-sources' it shows 3 useflags : build, doc and symlink. Do you know what that flag means, though?
_________________
gentoo.ro
Back to top
View user's profile Send private message
VoiDeR
Tux's lil' helper
Tux's lil' helper


Joined: 11 Dec 2003
Posts: 122

PostPosted: Wed Nov 02, 2005 2:48 pm    Post subject: Reply with quote

Would it be possible to add the patched orinoco modules and the hostap modules? I use acid on my desktop and they are awsome. On my laptop i have to use nitro (nothing wrong with them by they way) because the have the hostap drivers built in. For some reason i cannot get the pathed orinoco modules or the hostap modules to work. They compile just fine and load just fine but dont detect my cards.

VoiDeR
Back to top
View user's profile Send private message
JaQoB
n00b
n00b


Joined: 31 Mar 2005
Posts: 28

PostPosted: Wed Nov 02, 2005 5:00 pm    Post subject: Reply with quote

mascanho wrote:
Hum ... i noticed that my system consumes much mre ram with acid-sources , anyone knows why this is happening ?? Im using the same .config as on my ck-sources , and with acid my ram (physical) is increasing a lot , too much in fact . I have 1 gb of ram .


Same problem here... It is eating memory...
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Wed Nov 02, 2005 5:06 pm    Post subject: Reply with quote

JaQoB wrote:
mascanho wrote:
Hum ... i noticed that my system consumes much mre ram with acid-sources , anyone knows why this is happening ?? Im using the same .config as on my ck-sources , and with acid my ram (physical) is increasing a lot , too much in fact . I have 1 gb of ram .


Same problem here... It is eating memory...


Sorry guys, i could only debug if i had same problem,
my mem usage is about 200M in a full-blown KDE system after over one day uptime and some heavy emerging done... Take a look at your configs again,
this patchset is pretty different than the ck based ones

cheers

T
_________________
Retired gentoo user
Back to top
View user's profile Send private message
1U
Guru
Guru


Joined: 21 Jul 2005
Posts: 319

PostPosted: Wed Nov 02, 2005 5:06 pm    Post subject: Reply with quote

I'm keeping a close eye but so far I have not had any serious memory leak problems or abnormal memory usage.
Back to top
View user's profile Send private message
JaQoB
n00b
n00b


Joined: 31 Mar 2005
Posts: 28

PostPosted: Wed Nov 02, 2005 7:15 pm    Post subject: Reply with quote

Tiger683 wrote:
JaQoB wrote:
mascanho wrote:
Hum ... i noticed that my system consumes much mre ram with acid-sources , anyone knows why this is happening ?? Im using the same .config as on my ck-sources , and with acid my ram (physical) is increasing a lot , too much in fact . I have 1 gb of ram .


Same problem here... It is eating memory...


Sorry guys, i could only debug if i had same problem,
my mem usage is about 200M in a full-blown KDE system after over one day uptime and some heavy emerging done... Take a look at your configs again,
this patchset is pretty different than the ck based ones

cheers

T


Also using same .config as for my ck kernel... Any config option that i should look up more carefully?

and another thing

Code:

p238 linux # make menuconfig
scripts/kconfig/mconf arch/i386/Kconfig
acid/Kconfig.acid:259: unexpected 'endmenu' statement


Dont know if it is of interest. Or maybe my fault?

Excuse my poor english
Back to top
View user's profile Send private message
SchAmane
Tux's lil' helper
Tux's lil' helper


Joined: 11 Sep 2004
Posts: 107

PostPosted: Wed Nov 02, 2005 8:41 pm    Post subject: Reply with quote

this kernel is little bit unstable. but nice :)
Back to top
View user's profile Send private message
mayday147
l33t
l33t


Joined: 22 Mar 2004
Posts: 825
Location: Bucharest, Romania

PostPosted: Wed Nov 02, 2005 8:44 pm    Post subject: Reply with quote

What is the fb logo anyway, as I compiled it but I don't see any logo at all.
_________________
gentoo.ro
Back to top
View user's profile Send private message
mascanho
Veteran
Veteran


Joined: 21 Dec 2004
Posts: 1241
Location: On my Bmx Bike on a Concrete Park Flatlanding ...

PostPosted: Wed Nov 02, 2005 10:24 pm    Post subject: Reply with quote

I have my problem fixed with ram, i forgot to enable 1 gb support on "Acid Features" as i was using my .config from ck-sources and ck-sources dont need to enable high memory, on acid-sources i had to enable that feature so that my ram wouldnt go up for no reason at all .
Fixed .
Still waiting to see if there are any "improvements" on acid that i cant get on ck-sources
_________________
Flatland Life is a Choice !
emerge avatar
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Thu Nov 03, 2005 8:52 am    Post subject: Reply with quote

mascanho wrote:
I have my problem fixed with ram, i forgot to enable 1 gb support on "Acid Features" as i was using my .config from ck-sources and ck-sources dont need to enable high memory, on acid-sources i had to enable that feature so that my ram wouldnt go up for no reason at all .
Fixed .
Still waiting to see if there are any "improvements" on acid that i cant get on ck-sources

If by improvements you mean your desktop will magically become 1000times faster and your I/O will take off at warp speed, then no, there are no improvements ;)
_________________
Retired gentoo user
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
Goto page 1, 2, 3  Next
Page 1 of 3

 
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