You are not logged in.

#51 2006-10-05 06:32:14

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: 2.6.18-emission1: Pathological Euphoria

Try using kernel26emission-fallback.img.

And maybe "depmod -A" could help with the other thing - if you're able to boot into your system whatsoever.

Offline

#52 2006-10-05 15:01:57

tlilja
Member
From: Turku, Finland
Registered: 2005-06-29
Posts: 48

Re: 2.6.18-emission1: Pathological Euphoria

Nope, the fallback image doesn't help.


Just your basic anime otaku some might even call nijikon.

Offline

#53 2006-10-05 19:47:05

vipernicus
Member
From: IT Dept
Registered: 2005-05-10
Posts: 54
Website

Re: 2.6.18-emission1: Pathological Euphoria

E-Mission Sources is based on the Lockless Pagecache by Nick Piggin, GenPatches, and CK.

The main goal of this patchset is to stay updated with genpatches releases,
offer latest features, decrease latencies, decrease overhead, and improve interactivity.  Another
goal of E-Mission Sources is stability.  We boot test each release and run for an extended amount of time.

/* Notes */
New versions of everything!  I decided to go ahead and release -emission1 with execshield for this release.  GrSecurity is taking their time in releasing a new version.

Features:
RCU-Preempt: Lower Latencies http://lkml.org/lkml/2006/8/28/179
USB Mouse Polling Revised:  Predatorfreak changed the patch up slightly to allow you to change your polling interval in sysctl, at '/proc/sys/kernel/hid_mousepoll_interval'.  You now have the option of enabling or disabling polling in favor of the event based system, which is the kernel default.
Adaptive Readahead: New readahead logic, improved speed: http://kerneltrap.org/node/6642
Genetic Anticipatory:  Alot of work has been done, and bugs have been fixed.  Good for File Servers/Databases. http://kernel.jakem.net/
Thinkpad patches: http://vipernicus.evolution-mission.org … s/thinkpad
BadRAM: Work around bad spots in RAM http://rick.vanrein.org/linux/badram/
Libata-git: Latest for SATA and PATA


Attention:
If anyone would like to make requests for new features/drivers, either post here, or join us in #emission-sources on Freenode.

Example of new E-Mission Tunables (All but Custom are preconfigured options):

E-Mission Tunables  ---> 
( ) Server
( ) File Server
( ) Compute Server
( ) Gaming
( ) Desktop
( ) Low Latency Desktop
( ) Custom 

Custom Menu:

E-Mission Kernel Tunables (Custom)  --->
(6) Minimum Round Robin Timeslice (in milliseconds) (NEW)
(19) Factor For Default Value (NEW)
(1) Interactive CPU Scheduling (NEW)
(0) Compute CPU Scheduling (NEW)
(80) Percentage CPU For SCHED_ISO Tasks (NEW)
(66) Percentage RAM Filled With Mapped Pages (NEW)
(1) Hard Mapped Limit (NEW)
(1) Tail Large Files (NEW)
(0) Dirty Ratio (NEW)

2.6.18-emission1: Pathological Euphoria

/* Patch List */ 
00-genpatches-rollup-2.6.18-1.patch
01-patch-2.6.18-ck1
02-iosched-rollup-2.6.18-mm2.patch
03-lockless-rollup-2.6.18.patch
04-reiser4-2.6.18-mm2.patch
05-mm-rollup-2.6.18-mm2.patch
06-optims-from-mm-2.6.18-mm2.patch
07-fixes-from-mm-2.6.18-mm2.patch
08-ntp-rollup-2.6.18-mm2.patch
09-non-libata-driver-for-jmicron-devices.patch
10-sleazy-fpu-feature.patch
11-cpu-support-rollup-2.6.18.patch
12-suspend2-2.2.8-for-2.6.18.patch
13-linux-phc-0.2.6-for-2.6.18.patch
14-rcu-preempt-2.6.18.patch
15-exec-shield-nx-2.6.18-1.patch
16-BadRAM-2.6.18.patch
17-thinkpad-2.6.18.patch
18-ati-fix.patch
19-lxdialog-2.6.18-mm2.patch
20-daconfig-2.3.1-2.6.18.patch
21-emission-tunables-4-2.6.18-ck1.patch
22-adaptive-readahead-2.6.18.patch
23-genetic-anticipatory-2.6.18.patch
24-kconfig-add-864hz.patch
25-unionfs-latest.patch
26-realtime-lsm-2.6.18.patch
27-usb-mouse-polling-sysctl-2.6.18.patch
28-libata-git-2.6.18-mm2.patch
29-shutup-false-positives-2.6.18.patch
31-name-tag-2.6.18-emission1.patch

Enjoy!

Patch:
http://distfiles.evolution-mission.org/ … ssion1.bz2

PKGBUILD:

Broken-Out:
http://distfiles.evolution-mission.org/ … ut.tar.bz2

Broken-Out (Directory):
http://distfiles.evolution-mission.org/ … n1/patches

Making it work:

Manual Method:

cd /usr/src
rm linux
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2
tar -xvjf linux-2.6.18.tar.bz2
mv linux-2.6.18 linux-2.6.18-emission1
ln -s linux-2.6.17-emission1 linux
cd linux
wget http://distfiles.evolution-mission.org/sources/2.6.18/emission1/linux-2.6.18-emission1.bz2
bzcat linux-2.6.18-emission1.bz2 | patch -p1
rm -rf *.bz2 *.patch
make MENUCONFIG_COLOR=blackbg menuconfig

Nesl247 has created a script to switch the settings while running the current kernel and permanently through sysctl.conf

E-Mission Tunables Script 2.3:

http://distfiles.evolution-mission.org/ … n-tunables

How-to Install:

wget http://distfiles.evolution-mission.org/scripts/emission-tunables --output-document=/usr/bin/emission-tunables
chmod +x /usr/bin/emission-tunables

How-to Use (Choose one of the following options):

emission-tunables compute-server
emission-tunables desktop
emission-tunables file-server
emission-tunables gaming
emission-tunables ll-desktop
emission-tunables server
emission-tunables custom

This lets you switch between modes while running kernel.


For all support, requests, patches, please check the Emission-Sources Bugzilla Tracker
and check Emission-Sources Forums for new releases!

Offline

#54 2006-10-06 04:36:03

karsten
Member
Registered: 2006-07-14
Posts: 261

Re: 2.6.18-emission1: Pathological Euphoria

could you include the undervolt patch?
http://prdownloads.sourceforge.net/linu … z?download

and where's the PKGBUILD? smile

Offline

#55 2006-10-06 19:32:42

vipernicus
Member
From: IT Dept
Registered: 2005-05-10
Posts: 54
Website

Re: 2.6.18-emission1: Pathological Euphoria

karsten wrote:

could you include the undervolt patch?
http://prdownloads.sourceforge.net/linu … z?download

and where's the PKGBUILD? smile

Already included '13-linux-phc-0.2.6-for-2.6.18.patch '.

Also, I don't use ArchLinux, so I usually let others create a PKGBUILD.

Offline

#56 2006-10-07 00:51:24

karsten
Member
Registered: 2006-07-14
Posts: 261

Re: 2.6.18-emission1: Pathological Euphoria

vipernicus wrote:

Already included '13-linux-phc-0.2.6-for-2.6.18.patch '.

haha, missed that

Offline

#57 2006-10-08 17:54:53

brazzmonkey
Member
From: between keyboard and chair
Registered: 2006-03-16
Posts: 818

Re: 2.6.18-emission1: Pathological Euphoria

lol vipernicus, i really like your kernels' nicknames !


what goes up must come down

Offline

#58 2006-10-08 18:09:17

cougar
Member
From: France
Registered: 2006-06-24
Posts: 93

Re: 2.6.18-emission1: Pathological Euphoria

Anyone for a pkg ?

Offline

#59 2006-10-08 19:44:54

cdhotfire
Member
From: Ocala, Florida
Registered: 2006-02-13
Posts: 151

Re: 2.6.18-emission1: Pathological Euphoria

Can I use nvidia 8774 drivers with this?

I really don't want to use beta drivers as I had to with the viper kernel.


[img]http://www.barbarawood.com/guestbook/images/smilies/koolaid.gif[/img]
"Ooooh Yaaaa!"

Offline

#60 2006-10-08 21:25:05

Vins
Member
From: Italy
Registered: 2005-12-14
Posts: 67

Re: 2.6.18-emission1: Pathological Euphoria

cougar wrote:

Anyone for a pkg ?

I'm trying to create the new PKGBUILD, but I'm getting some errors with the compilation process.

Can someone post a working config file?

Thanks.

ViNS

Offline

#61 2006-10-08 23:12:10

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

Re: 2.6.18-emission1: Pathological Euphoria

Here's my kernel26ck config.

Let me know if I can help with anything else.

Offline

#62 2006-10-10 00:40:42

karsten
Member
Registered: 2006-07-14
Posts: 261

Re: 2.6.18-emission1: Pathological Euphoria

don't spose you guys have a 64-bit config?

Offline

#63 2006-10-10 10:27:05

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

Re: 2.6.18-emission1: Pathological Euphoria

Vins wrote:

I'm trying to create the new PKGBUILD, but I'm getting some errors with the compilation process.

Any chance you're getting this:

  CC      arch/i386/mm/init.o
arch/i386/mm/init.c: In function 'set_highmem_pages_init':
arch/i386/mm/init.c:326: error: too many arguments to function 'add_one_highpage_init'
make[1]: *** [arch/i386/mm/init.o] Error 1
make: *** [arch/i386/mm] Error 2

That's what I'm getting, using essentailly the same PKGBUILD, config, etc as kerne26viper in the AUR.

What do you think, vipernicus?

Offline

#64 2006-10-10 13:05:12

Vins
Member
From: Italy
Registered: 2005-12-14
Posts: 67

Re: 2.6.18-emission1: Pathological Euphoria

tomk wrote:

Any chance you're getting this:

  CC      arch/i386/mm/init.o
arch/i386/mm/init.c: In function 'set_highmem_pages_init':
arch/i386/mm/init.c:326: error: too many arguments to function 'add_one_highpage_init'
make[1]: *** [arch/i386/mm/init.o] Error 1
make: *** [arch/i386/mm] Error 2

That's what I'm getting, using essentailly the same PKGBUILD, config, etc as kerne26viper in the AUR.

What do you think, vipernicus?

Yes, same error here.

ViNS

Offline

#65 2006-10-12 12:58:29

funkyou
Member
From: Berlin, DE
Registered: 2006-03-19
Posts: 848
Website

Re: 2.6.18-emission1: Pathological Euphoria

I have a working PKGBUILD/config for 2.6.18-emission1, but its configured for my machine, so it won`t help much...

anyway, here is the config


want a modular and tweaked KDE for arch? try kdemod

Offline

#66 2006-10-13 12:41:14

Xarturkhann
Member
From: Ankara
Registered: 2006-02-17
Posts: 55

Re: 2.6.18-emission1: Pathological Euphoria

tomk wrote:
Vins wrote:

I'm trying to create the new PKGBUILD, but I'm getting some errors with the compilation process.

Any chance you're getting this:

  CC      arch/i386/mm/init.o
arch/i386/mm/init.c: In function 'set_highmem_pages_init':
arch/i386/mm/init.c:326: error: too many arguments to function 'add_one_highpage_init'
make[1]: *** [arch/i386/mm/init.o] Error 1
make: *** [arch/i386/mm] Error 2

That's what I'm getting, using essentailly the same PKGBUILD, config, etc as kerne26viper in the AUR.

What do you think, vipernicus?

you need to reverse the 16-BadRAM-2.6.18 patch

more info :
http://forums.gentoo.org/viewtopic-t-50 … 27323bd9ce

Offline

#67 2006-11-02 19:47:39

ro0x
Member
From: Santiago, Chile
Registered: 2004-06-20
Posts: 79

Re: 2.6.18-emission1: Pathological Euphoria

anyone can post the pkgbuild?

Offline

Board footer

Powered by FluxBB