| View previous topic :: View next topic |
| Author |
Message |
dmead n00b

Joined: 09 May 2006 Posts: 68
|
Posted: Sat Jul 28, 2007 11:03 pm Post subject: |
|
|
| any gamers try this out? |
|
| Back to top |
|
 |
eiffel n00b

Joined: 14 Feb 2006 Posts: 21 Location: Znojmo, CZ
|
Posted: Sun Jul 29, 2007 9:14 am Post subject: |
|
|
ati-drivers works with this kernel?? _________________ AMD Turion 64 ML-28, 768MB RAM, 40GB HDD, ATI x200, WiFi Atheros IEEE802.11a/b/g - Gentoo 2006.1 amd64
screenshot update 11.1.2007 |
|
| Back to top |
|
 |
mbar Veteran


Joined: 19 Jan 2005 Posts: 1902 Location: Poland
|
Posted: Sun Jul 29, 2007 10:22 am Post subject: |
|
|
| yes eiffel, but you have to copy ioctl32.h file from vanilla or .21 kernel |
|
| Back to top |
|
 |
p4ddY n00b

Joined: 29 Jul 2007 Posts: 7
|
Posted: Sun Jul 29, 2007 7:02 pm Post subject: |
|
|
Nice 
Last edited by p4ddY on Tue Jul 31, 2007 9:52 pm; edited 2 times in total |
|
| Back to top |
|
 |
JDGBOLT n00b

Joined: 04 Dec 2004 Posts: 14
|
Posted: Sun Jul 29, 2007 9:47 pm Post subject: |
|
|
Very good patchset, using it on my laptop, only had a slight issue with the generic ide driver giving me 2M/s throughput, but once I disabled it back to 35M/s. Using it on what I kind of call a livecd running on the hard drive, using squashfs images for everything layered together through aufs, and then booted. Works pretty well, one thing that I didn't expect is hibernate fully works on this monstrosity. Definitely this has been one of the best gentoo reinstalls that I have done. Good job on the kernel.
JDGBOLT |
|
| Back to top |
|
 |
Cadynum Tux's lil' helper

Joined: 15 Apr 2007 Posts: 122
|
Posted: Mon Jul 30, 2007 10:30 pm Post subject: |
|
|
| Very nice, works great for me this far. |
|
| Back to top |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 5345 Location: Vienna, Austria; Germany; hello world :)
|
Posted: Mon Jul 30, 2007 11:02 pm Post subject: |
|
|
| p4ddY wrote: | Today someone asked my how to get ndiswrapper running with this awesome kernel.. But it doesn't work because 4k stacks are enabled by default and you can't disable it.
Both the menu option and the option in kernel config are simply missing.
I think enable-4k-stacks-default-2.6.22.patch is responsible for that behaviour and it would be cool if you could remove that patch in kamikaze5.
/edit: This patch does the same as yours but doesn't remove the menu option
| Code: |
--- linux-2.6.20.orig/arch/i386/Kconfig.debug
+++ linux-2.6.20/arch/i386/Kconfig.debug
@@ -59,12 +59,14 @@
config 4KSTACKS
bool "Use 4Kb for kernel stacks instead of 8Kb"
depends on DEBUG_KERNEL
+ default y
help
If you say Y here the kernel will use a 4Kb stacksize for the
kernel stack attached to each process/thread. This facilitates
running more threads on a system and also reduces the pressure
on the VM subsystem for higher order allocations. This option
- will also use IRQ stacks to compensate for the reduced stackspace.
+ will also use separate 4Kb IRQ stacks to compensate for the
+ reduced stackspace.
config X86_FIND_SMP_CONFIG
bool
|
Thanks,
Patrick |
so just reverse waninkoko's patch:
| Code: | | patch -p1 -R < ../4k-stacks_no-ption | (?)
then replace with yours | Code: | | patch -p1 < ../4k-stacks_with-option |
_________________ Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004  |
|
| Back to top |
|
 |
LoSeR_5150 Guru


Joined: 20 Mar 2005 Posts: 455 Location: San Francisco, CA
|
Posted: Mon Jul 30, 2007 11:23 pm Post subject: |
|
|
p4ddy, I am using ndiswrapper on my x86 box with this kernel and i have no trouble at all. Ndiswrapper just prints warnings, they are not errors and I have not had any connection troubles thus far. _________________ Opteron 1356@2.4Ghz
6GB DDR2 800Mhz
128MB Quadro NVS 210S
640GB Western Digital HD
*Gentoo-x86_64-2.6.30-r1
Opteron175@2.2GHz
2GB DDR 400MHz
256MB Quadro 1400 Go
(2) 80GB Segate HDs: RAID0
*Gentoo-x86_64-2.6.30-r1 |
|
| Back to top |
|
 |
star.dancer Tux's lil' helper


Joined: 18 Sep 2004 Posts: 93
|
Posted: Tue Jul 31, 2007 5:27 am Post subject: Enabling CFS |
|
|
Hey, thanks so much for this! This is my first Kamikaze kernel and I am very impressed.
I do have a question though, is there a setting to enable CFS in the kernel config? I only have no-op, CFQ, and deadline that come up as scheduler options, although I do get the CFS tunable configs. I have searched all over and heard nothing about needing to config CFS so I assume the patches make the kernel always use CFS. Is this the case? For example, what happens if I choose "deadline" as the default scheduler in the Kamikaze sources?
Ati-drivers: there is a problem with ati-drivers and the 2.6.22 kernel which has nothing to do with the Kamikaze patches. Go here for the patch. |
|
| Back to top |
|
 |
shaumux l33t

Joined: 13 May 2005 Posts: 981 Location: Bangalore, India
|
|
| Back to top |
|
 |
darklegion Guru

Joined: 14 Nov 2004 Posts: 423
|
Posted: Tue Jul 31, 2007 8:02 am Post subject: Re: Enabling CFS |
|
|
| star.dancer wrote: | Hey, thanks so much for this! This is my first Kamikaze kernel and I am very impressed.
I do have a question though, is there a setting to enable CFS in the kernel config? I only have no-op, CFQ, and deadline that come up as scheduler options, although I do get the CFS tunable configs. I have searched all over and heard nothing about needing to config CFS so I assume the patches make the kernel always use CFS. Is this the case? For example, what happens if I choose "deadline" as the default scheduler in the Kamikaze sources?
Ati-drivers: there is a problem with ati-drivers and the 2.6.22 kernel which has nothing to do with the Kamikaze patches. Go here for the patch. |
No-op, CFQ and deadline are "i/o" schedulers.CFS is a "cpu" scheduler and it is always enabled with this patchset. |
|
| Back to top |
|
 |
Waninkoko Guru


Joined: 13 May 2005 Posts: 549
|
Posted: Tue Jul 31, 2007 10:52 am Post subject: |
|
|
It caused some problems so I dropped it. |
|
| Back to top |
|
 |
star.dancer Tux's lil' helper


Joined: 18 Sep 2004 Posts: 93
|
Posted: Tue Jul 31, 2007 2:54 pm Post subject: Re: Enabling CFS |
|
|
| darklegion wrote: |
No-op, CFQ and deadline are "i/o" schedulers.CFS is a "cpu" scheduler and it is always enabled with this patchset. |
Oh, oops. Thanks, that makes sense. :) |
|
| Back to top |
|
 |
|