Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.22-kamikaze4: "Not very experimental!"
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
dmead
n00b
n00b


Joined: 09 May 2006
Posts: 68

PostPosted: Sat Jul 28, 2007 11:03 pm    Post subject: Reply with quote

any gamers try this out?
Back to top
View user's profile Send private message
eiffel
n00b
n00b


Joined: 14 Feb 2006
Posts: 21
Location: Znojmo, CZ

PostPosted: Sun Jul 29, 2007 9:14 am    Post subject: Reply with quote

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
View user's profile Send private message
mbar
Veteran
Veteran


Joined: 19 Jan 2005
Posts: 1902
Location: Poland

PostPosted: Sun Jul 29, 2007 10:22 am    Post subject: Reply with quote

yes eiffel, but you have to copy ioctl32.h file from vanilla or .21 kernel
Back to top
View user's profile Send private message
p4ddY
n00b
n00b


Joined: 29 Jul 2007
Posts: 7

PostPosted: Sun Jul 29, 2007 7:02 pm    Post subject: Reply with quote

Nice :)

Last edited by p4ddY on Tue Jul 31, 2007 9:52 pm; edited 2 times in total
Back to top
View user's profile Send private message
JDGBOLT
n00b
n00b


Joined: 04 Dec 2004
Posts: 14

PostPosted: Sun Jul 29, 2007 9:47 pm    Post subject: Reply with quote

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
View user's profile Send private message
Cadynum
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2007
Posts: 122

PostPosted: Mon Jul 30, 2007 10:30 pm    Post subject: Reply with quote

Very nice, works great for me this far.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 5345
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Mon Jul 30, 2007 11:02 pm    Post subject: Reply with quote

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 :D
Back to top
View user's profile Send private message
LoSeR_5150
Guru
Guru


Joined: 20 Mar 2005
Posts: 455
Location: San Francisco, CA

PostPosted: Mon Jul 30, 2007 11:23 pm    Post subject: Reply with quote

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
View user's profile Send private message
star.dancer
Tux's lil' helper
Tux's lil' helper


Joined: 18 Sep 2004
Posts: 93

PostPosted: Tue Jul 31, 2007 5:27 am    Post subject: Enabling CFS Reply with quote

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
View user's profile Send private message
shaumux
l33t
l33t


Joined: 13 May 2005
Posts: 981
Location: Bangalore, India

PostPosted: Tue Jul 31, 2007 6:09 am    Post subject: Reply with quote

Any chance of getting this in the patchset
http://linuxcompressed.sourceforge.net/
Back to top
View user's profile Send private message
darklegion
Guru
Guru


Joined: 14 Nov 2004
Posts: 423

PostPosted: Tue Jul 31, 2007 8:02 am    Post subject: Re: Enabling CFS Reply with quote

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
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Tue Jul 31, 2007 10:52 am    Post subject: Reply with quote

shaumux wrote:
Any chance of getting this in the patchset
http://linuxcompressed.sourceforge.net/


It caused some problems so I dropped it.
Back to top
View user's profile Send private message
star.dancer
Tux's lil' helper
Tux's lil' helper


Joined: 18 Sep 2004
Posts: 93

PostPosted: Tue Jul 31, 2007 2:54 pm    Post subject: Re: Enabling CFS Reply with quote

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
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 Previous  1, 2
Page 2 of 2

 
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