Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

2.6.22-kamikaze4: "Not very experimental!"

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
38 posts
  • Previous
  • 1
  • 2
Author
Message
dmead
n00b
n00b
Posts: 68
Joined: Tue May 09, 2006 6:38 pm

  • Quote

Post by dmead » Sat Jul 28, 2007 11:03 pm

any gamers try this out?
Top
eiffel
n00b
n00b
Posts: 21
Joined: Tue Feb 14, 2006 10:18 pm
Location: Znojmo, CZ

  • Quote

Post by eiffel » Sun Jul 29, 2007 9:14 am

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
Top
mbar
Advocate
Advocate
User avatar
Posts: 2000
Joined: Wed Jan 19, 2005 9:45 am
Location: Poland

  • Quote

Post by mbar » Sun Jul 29, 2007 10:22 am

yes eiffel, but you have to copy ioctl32.h file from vanilla or .21 kernel
Top
p4ddY
n00b
n00b
Posts: 7
Joined: Sun Jul 29, 2007 6:54 pm

  • Quote

Post by p4ddY » Sun Jul 29, 2007 7:02 pm

Nice :)
Last edited by p4ddY on Tue Jul 31, 2007 9:52 pm, edited 2 times in total.
Top
JDGBOLT
n00b
n00b
Posts: 14
Joined: Sat Dec 04, 2004 9:01 pm

  • Quote

Post by JDGBOLT » Sun Jul 29, 2007 9:47 pm

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
Top
Cadynum
Tux's lil' helper
Tux's lil' helper
Posts: 122
Joined: Sun Apr 15, 2007 7:23 pm

  • Quote

Post by Cadynum » Mon Jul 30, 2007 10:30 pm

Very nice, works great for me this far.
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Mon Jul 30, 2007 11:02 pm

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: Select all

--- 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: Select all

patch -p1 -R < ../4k-stacks_no-ption
(?)

then replace with yours

Code: Select all

patch -p1 < ../4k-stacks_with-option
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
LoSeR_5150
Guru
Guru
User avatar
Posts: 455
Joined: Sun Mar 20, 2005 9:19 pm
Location: San Francisco, CA

  • Quote

Post by LoSeR_5150 » Mon Jul 30, 2007 11:23 pm

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
Top
star.dancer
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 93
Joined: Sat Sep 18, 2004 1:47 pm

Enabling CFS

  • Quote

Post by star.dancer » Tue Jul 31, 2007 5:27 am

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.
Top
shaumux
Veteran
Veteran
Posts: 1015
Joined: Fri May 13, 2005 1:18 pm
Location: Hamburg

  • Quote

Post by shaumux » Tue Jul 31, 2007 6:09 am

Any chance of getting this in the patchset
http://linuxcompressed.sourceforge.net/
Top
darklegion
Guru
Guru
Posts: 468
Joined: Sun Nov 14, 2004 1:47 am

Re: Enabling CFS

  • Quote

Post by darklegion » Tue Jul 31, 2007 8:02 am

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.
Top
Waninkoko
Guru
Guru
User avatar
Posts: 549
Joined: Fri May 13, 2005 10:21 pm

  • Quote

Post by Waninkoko » Tue Jul 31, 2007 10:52 am

shaumux wrote:Any chance of getting this in the patchset
http://linuxcompressed.sourceforge.net/
It caused some problems so I dropped it.
Top
star.dancer
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 93
Joined: Sat Sep 18, 2004 1:47 pm

Re: Enabling CFS

  • Quote

Post by star.dancer » Tue Jul 31, 2007 2:54 pm

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. :)
Top
Post Reply

38 posts
  • Previous
  • 1
  • 2

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic