Forums

Skip to content

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

2.6.9-nitro4 "Less is more"

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
208 posts
  • Page 1 of 9
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next
Author
Message
seppe
Guru
Guru
User avatar
Posts: 431
Joined: Mon Sep 01, 2003 1:13 pm
Location: Hove, Antwerp, Belgium
Contact:
Contact seppe
Website

2.6.9-nitro4 "Less is more"

  • Quote

Post by seppe » Tue Nov 16, 2004 4:47 pm

A new nitro! This time with the best, coolest and most used patches only!

Applied patches

Code: Select all

2.6.9-nitro4 "Less is more"
***************************
# Start of 2.6.9-ck3 patches
2.6.9_to_staircase9.0.diff | A complete scheduler rewrite 
schedrange.diff | Infrastructure for more policies
schedbatch2.5.diff | Batch scheduling
schediso2.8.diff | Isochronous scheduling
mwII.diff | Mapped Watermark makes it very unlikely to swap due file caching
mwII-oc.diff | Mapped Watermark fix
1g_lowmem1_i386.diff | Allow 1G ram without enabling highmem
cfq2-20041019.patch | Update the cfq code to the latest version
block_fix.diff | Fix stalls under heavy load
defaultcfq.diff | Select cfq as default scheduler
269rc4-mingo_ll.diff | Ingo Molnar's low latency fixes
back-sched-net-fix-scheduling-latencies-in-__release_sock.patch | No more nmap panic 
269rc4-mingo-bkl.diff | Ingo Molnar's preemptible big kernel lock
ll-config1.diff | Default the preemptible kernel lock off
cddvd-cmdfilter-drop.patch | Allows to use cdrecord as non-root
nvidia_compat.diff | Allow binary nvidia drivers to compile
fix-bad-segment-coalescing-in-blk_recalc_rq_segments.patch | i/o bugfix
vm-pages_scanned-active_list.patch | Fix kswapd bug
buildfix.diff | Internal compiler error fix
s9.0_s9.1.diff | Update Staircase 9.0 to Staircase 9.1
2.6.9-oom-kill-fix.patch | Fix from -ac patch set
2.6.9-aic7xxx-fix.patch | Fix from -ac patch set
2.6.9-net-DOS-fix.patch | Fix from -ac patch set
2.6.9-smbfs-leak-fix.patch | Fix from -ac patch set
2.6.9-cpia-deadlock-fix.patch | Fix from -ac patch set
2.6.9-usb-visor-fix.patch | Fix from -ac patch set
2.6.9-hpt366-fix.patch | Fix from -ac patch set             
2.6.9-parport_pc-unload-fix.patch | Fix from -ac patch set
2.6.9-i8xx_tco-reboot-fix.patch | Fix from -ac patch set
2.6.9-ppp-fix.patch | Fix from -ac patch set
# End of 2.6.9-ck3 patches
reiser4-from-2.6.9-mm1-for-nitro.diff | Reiser4, the fastest filesystem on earth
vesafb-tng-0.9-rc4-r3-2.6.9-nitro4.diff | A new and more functional version of vesafb
fbsplash-0.9-r8-2.6.9-nitro4.diff | Gensplash, a bootsplash replacement
software-suspend-2.1.5_AND_Win4Lin-for-nitro.diff | Software Suspend 2 AND Win4Lin
menuconfig-NAME-v2.1-dev5-for-nitro.diff | Say my name, menuconfig!
config-nr-tty-devices.diff | config /dev/tty* count for a cleaner /dev
chmp-r4-2.6.9.patch | Configurable USB HID Mouse Polling
cflags-selection-for-nitro.diff | compile the kernel with other CFLAGS
config_hz.diff | Set the internal clock frequency
less_is_more.diff | Change kernel name to 2.6.9-nitro4 "Less is more"
Download
Ebuild
Patch file
broken out patches

What's new?
- Lot's of stuff is out :)
- Software Suspend 2 is updated to latest version
- Reiser4 patch is updated to the version from 2.6.9-mm1
- I was so kind this time to give a broken-out directory with all individual patches applied, see in "Download" section

If you really want some patch is that isn't in anymore (like orinocco, acx, iteraid, ...), please let me know.

Add on patches
Get them here!
To apply them
1. Download them :)
2. cd /usr/src/linux
3. patch -p1 < /path/to/name_of_the_addon_patch.diff

Have fun with it!
Last edited by seppe on Wed Nov 17, 2004 6:10 pm, edited 1 time in total.
nitro-sources, because between stable and experimental there exists only speed

Latest release I made: 2.6.13.2-nitro1
Top
chunderbunny
Veteran
Veteran
User avatar
Posts: 1281
Joined: Mon May 31, 2004 11:28 am
Location: 51°24'27" N, 0°57'15" W

  • Quote

Post by chunderbunny » Tue Nov 16, 2004 5:04 pm

Well, she compiles just fine, lets see if she boots...
Top
GrayFox
Apprentice
Apprentice
User avatar
Posts: 183
Joined: Sat Jan 24, 2004 4:48 pm
Location: Germany

  • Quote

Post by GrayFox » Tue Nov 16, 2004 5:04 pm

Nice I use nitro-sources for quite some time now.
But when doing a make menuconfig I noticed this:

Code: Select all

.config:797: trying to assign nonexistent symbol INOTIFY
Actually I'm not sure about that but isn't inotify required for hal+dbus to work correctly?
Random Stuff
Top
seppe
Guru
Guru
User avatar
Posts: 431
Joined: Mon Sep 01, 2003 1:13 pm
Location: Hove, Antwerp, Belgium
Contact:
Contact seppe
Website

  • Quote

Post by seppe » Tue Nov 16, 2004 5:09 pm

As far as I know, inotify is indeed something related to Gnome's hal+dbus implementation, so maybe I should add it next time.

Btw, you should do 'make oldconfig' first when you've copied over your old .config file to this new kernel, then you won't get messages like these anymore because make oldconfig alters your .config to match the features of your new kernel.
nitro-sources, because between stable and experimental there exists only speed

Latest release I made: 2.6.13.2-nitro1
Top
chunderbunny
Veteran
Veteran
User avatar
Posts: 1281
Joined: Mon May 31, 2004 11:28 am
Location: 51°24'27" N, 0°57'15" W

  • Quote

Post by chunderbunny » Tue Nov 16, 2004 5:17 pm

You'll be happy to know that nitro4 boots just fine. I'm using reiser4 with the nvidia graphics and nforce sound module and no swsusp. It all works so far.
Top
gmichels
Guru
Guru
User avatar
Posts: 480
Joined: Fri Jun 20, 2003 8:02 pm
Location: Brazil

  • Quote

Post by gmichels » Tue Nov 16, 2004 5:39 pm

no custom dsdt patch :(

i'll patch it myself, anyway
Top
EmmEff
Apprentice
Apprentice
Posts: 197
Joined: Sat Apr 17, 2004 9:51 pm

  • Quote

Post by EmmEff » Tue Nov 16, 2004 5:56 pm

Compiles and boots fine, but I cannot install the ivtv drivers on it...

Code: Select all

/var/tmp/portage/ivtv-0.2.0_rc2/work/ivtv-0.2.0-rc2f/driver/ivtv-driver.c:427:59: macro "create_workqueue" requires 2 arguments, but only 1 given
/var/tmp/portage/ivtv-0.2.0_rc2/work/ivtv-0.2.0-rc2f/driver/ivtv-driver.c: In function `ivtv_init_struct':
/var/tmp/portage/ivtv-0.2.0_rc2/work/ivtv-0.2.0-rc2f/driver/ivtv-driver.c:427: error: `create_workqueue' undeclared (first use in this function)
/var/tmp/portage/ivtv-0.2.0_rc2/work/ivtv-0.2.0-rc2f/driver/ivtv-driver.c:427: error: (Each undeclared identifier is reported only once
/var/tmp/portage/ivtv-0.2.0_rc2/work/ivtv-0.2.0-rc2f/driver/ivtv-driver.c:427: error: for each function it appears in.)
/var/tmp/portage/ivtv-0.2.0_rc2/work/ivtv-0.2.0-rc2f/driver/ivtv-driver.c:432:57: macro "create_workqueue" requires 2 arguments, but only 1 given
Top
}-Tux-{
n00b
n00b
Posts: 10
Joined: Mon Nov 15, 2004 2:41 pm

  • Quote

Post by }-Tux-{ » Tue Nov 16, 2004 6:15 pm

It works fine. BIG THX :wink:
... And on the 8th day god created Linux
sorry for my english :)
Top
c0p0n
n00b
n00b
User avatar
Posts: 47
Joined: Wed Feb 11, 2004 1:51 pm
Contact:
Contact c0p0n
Website

  • Quote

Post by c0p0n » Tue Nov 16, 2004 6:24 pm

Danke, man :) it seems that I will try another 2.6.9 nitro after all.

Anyway, do you have somewhere that supermount-ng patch that you used before? I am using it ATM and I do not have enough time to setup the alternate method of automatic un/mounting. I will not ask you to put it on nitro tough, I only would want the patch itself, I plan to apply it on my setup.


PS: what switches do I have to apply when patching with the supermount diff? p0, p1...?
.:c0p0n:.
Top
Soul_rebel
Tux's lil' helper
Tux's lil' helper
Posts: 88
Joined: Fri Nov 12, 2004 10:40 am
Contact:
Contact Soul_rebel
Website

  • Quote

Post by Soul_rebel » Tue Nov 16, 2004 8:16 pm

Going to try it on my first gentoo installation, because the raid set is already reiser4... I hope i'll manage to get the ebuild installed someway...
anything i must know?
Top
Deranger
Veteran
Veteran
User avatar
Posts: 1215
Joined: Thu Aug 26, 2004 9:46 am

  • Quote

Post by Deranger » Tue Nov 16, 2004 8:31 pm

Yay! Nitro got really cutted off, and I like it!
Top
Jefklak
l33t
l33t
Posts: 818
Joined: Sun Oct 26, 2003 10:47 am
Location: Belgium
Contact:
Contact Jefklak
Website

  • Quote

Post by Jefklak » Tue Nov 16, 2004 8:38 pm

Well after messing around myself with some kernel patches, most of them are in nitro sources. So why bothering with -klak sources? Good question. I don't have time anymore to re-create the whole thing and re-apply all patches when a new kernel version is released. Conclusion: horrah for nitro :) Horrah for us Belgium linux users, gnehe
Watch my sig change!
{Linux User #333296}
Kernel 2.6.9-nitro4!
<< hurrah
Top
ahorn
Guru
Guru
User avatar
Posts: 366
Joined: Mon Nov 01, 2004 7:31 pm
Location: Ol' europe

  • Quote

Post by ahorn » Tue Nov 16, 2004 9:25 pm

in this thread http://forums.gentoo.org/viewtopic.php?t=251449 we found out some nice infos about the big HT with reiser4 problem. it looks like that cko3 is the only patchset which works with ht AND reiser4. You see:
ahorn wrote:You mean changing from 2.6.9-nitro3 to 2.6.9-cko3 will make HT and reiser4 working? Hopefully seppe will add the neaded patch in nitro4. Any idea what is changed in cko3 for HT?
Is it true that nitro4 works the same or does anybody know were the result of cko3 is or I'm (and a few others) the only person who got these freezes with ht and reiser4?

nitro is my favorite patchset, it would be a pleasure if ht works also in it.
Too many connections. Please try again later.
Top
anir
n00b
n00b
Posts: 15
Joined: Wed Oct 27, 2004 3:49 pm

  • Quote

Post by anir » Tue Nov 16, 2004 9:39 pm

Great work :!:
Top
skion
Tux's lil' helper
Tux's lil' helper
Posts: 99
Joined: Mon Aug 18, 2003 7:50 pm
Location: Amsterdam, Netherlands

  • Quote

Post by skion » Tue Nov 16, 2004 9:54 pm

Well, i'm using the iteraid patch, but i can surely apply it myself if no one else is using it...

Cheers,
- Skion
Top
Pepek
Guru
Guru
User avatar
Posts: 313
Joined: Sun Apr 25, 2004 1:27 am
Location: Tarnowskie Góry - Poland - Europe

  • Quote

Post by Pepek » Wed Nov 17, 2004 12:01 am

EmmEff wrote:Compiles and boots fine, but I cannot install the ivtv drivers on it...

Code: Select all

/var/tmp/portage/ivtv-0.2.0_rc2/work/ivtv-0.2.0-rc2f/driver/ivtv-driver.c:427:59: macro "create_workqueue" requires 2 arguments, but only 1 given
/var/tmp/portage/ivtv-0.2.0_rc2/work/ivtv-0.2.0-rc2f/driver/ivtv-driver.c: In function `ivtv_init_struct':
/var/tmp/portage/ivtv-0.2.0_rc2/work/ivtv-0.2.0-rc2f/driver/ivtv-driver.c:427: error: `create_workqueue' undeclared (first use in this function)
/var/tmp/portage/ivtv-0.2.0_rc2/work/ivtv-0.2.0-rc2f/driver/ivtv-driver.c:427: error: (Each undeclared identifier is reported only once
/var/tmp/portage/ivtv-0.2.0_rc2/work/ivtv-0.2.0-rc2f/driver/ivtv-driver.c:427: error: for each function it appears in.)
/var/tmp/portage/ivtv-0.2.0_rc2/work/ivtv-0.2.0-rc2f/driver/ivtv-driver.c:432:57: macro "create_workqueue" requires 2 arguments, but only 1 given
Go to the /var/tmp/portage/ivtv-0.2.0_rc2/work/ivtv-0.2.0-rc2f/driver directory, than open that file (ivtv-driver.c) and change line number 427 from this :

Code: Select all

	itv->vbi_work_queues = create_workqueue("ivtv_vbi");
to this :

Code: Select all

	itv->vbi_work_queues = create_workqueue("ivtv_vbi", PF_SYNCTHREAD);
, than change line 432 too from this :

Code: Select all

	itv->fw_work_queues = create_workqueue("ivtv_fw");
to this :

Code: Select all

	itv->fw_work_queues = create_workqueue("ivtv_fw", PF_SYNCTHREAD);
and than try to compile (now you can't do emerge ..., but you have to use `ebuild /path/to/that/ebuild merge`).

Cheers. 8)
For Polish users :
$ man mas
Nie ma strony manuala dla mas
For Other users :
Sorry for my english, I know it's bad, but I think it's at least understandable ;)
Top
jubo
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 87
Joined: Mon Aug 30, 2004 10:29 pm

  • Quote

Post by jubo » Wed Nov 17, 2004 12:22 am

No problems here... yet! Thanks Seppe! BTW, does anyone have any luck compiling lirc with this? I am still at work, but I am looking forward to going home to the latest lirc modules if possible.
Top
John5788
Advocate
Advocate
User avatar
Posts: 2140
Joined: Tue Apr 06, 2004 11:38 pm
Location: 127.0.0.1
Contact:
Contact John5788
Website

  • Quote

Post by John5788 » Wed Nov 17, 2004 12:23 am

ahorn wrote:in this thread http://forums.gentoo.org/viewtopic.php?t=251449 we found out some nice infos about the big HT with reiser4 problem. it looks like that cko3 is the only patchset which works with ht AND reiser4. You see:
ahorn wrote:You mean changing from 2.6.9-nitro3 to 2.6.9-cko3 will make HT and reiser4 working? Hopefully seppe will add the neaded patch in nitro4. Any idea what is changed in cko3 for HT?
Is it true that nitro4 works the same or does anybody know were the result of cko3 is or I'm (and a few others) the only person who got these freezes with ht and reiser4?

nitro is my favorite patchset, it would be a pleasure if ht works also in it.
im curious too
John5788
Top
zbyte64
n00b
n00b
Posts: 42
Joined: Wed Apr 09, 2003 6:53 am

orinoco

  • Quote

Post by zbyte64 » Wed Nov 17, 2004 1:07 am

If you really want some patch is that isn't in anymore (like orinocco, acx iteraid, ...), please let me know.
yes i would like the orinoco patch plz :)
Im not creative enough to come up with a witty signature.
Top
discomfitor
l33t
l33t
User avatar
Posts: 927
Joined: Fri Feb 21, 2003 11:51 pm
Location: None

  • Quote

Post by discomfitor » Wed Nov 17, 2004 3:31 am

It's as stable/quick as nitro2, and doesn't have the SATA bug from nitro3!
There is no substitute for experience.
Imperfection indicates a lack of effort.
Top
Avenger902
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 95
Joined: Mon Jun 28, 2004 6:24 pm

YAY!!!!

  • Quote

Post by Avenger902 » Wed Nov 17, 2004 3:51 am

Chalk up another great kernel from Seppe! It works perfectly with the nvidia drivers... 8)
Top
Hauser
l33t
l33t
User avatar
Posts: 650
Joined: Sat Dec 27, 2003 9:19 pm
Location: 4-dimensional hyperplane

  • Quote

Post by Hauser » Wed Nov 17, 2004 3:57 am

The newest nvidia driver, Reiser4, win4lin, etc all work very well! Well done, seppe!
AMD Athlon XP 2600+; 512M RAM;
nVidia FX5700LE; Hitachi 120Gb
2.6.9-nitro4, reiser4, linux26-headers+nptl

Do I like to compile everything?
Positive definite!
Top
Gaspode
n00b
n00b
Posts: 36
Joined: Sat Oct 02, 2004 4:48 am

  • Quote

Post by Gaspode » Wed Nov 17, 2004 8:13 am

Could you please bring back the custom DSDT patch? Nitro is useless without it on my machine... and I don't want to patch it myself every time ;)

Anyway, thanks for the work you put into this. I'm on nitro since 2.6.7 or so, and it worked usually much better than love-sources for me (where are love-sources, anyway? Long time no see...).
Top
seppe
Guru
Guru
User avatar
Posts: 431
Joined: Mon Sep 01, 2003 1:13 pm
Location: Hove, Antwerp, Belgium
Contact:
Contact seppe
Website

  • Quote

Post by seppe » Wed Nov 17, 2004 8:17 am

c0p0n wrote:Danke, man :) it seems that I will try another 2.6.9 nitro after all.

Anyway, do you have somewhere that supermount-ng patch that you used before? I am using it ATM and I do not have enough time to setup the alternate method of automatic un/mounting. I will not ask you to put it on nitro tough, I only would want the patch itself, I plan to apply it on my setup.


PS: what switches do I have to apply when patching with the supermount diff? p0, p1...?
1. Download http://ck.kolivas.org/patches/2.6/2.6.9 ... ng207.diff
2. cd /usr/src/linux (which should point to /usr/src/linux-2.6.9-nitro4)
3. patch -p1 < /path/to/supermount-ng207.diff
If you get failed hunks, let me know.. I'll fix them (and I will someday write a full tutorial on 'how to create patches and patch sets" :)
nitro-sources, because between stable and experimental there exists only speed

Latest release I made: 2.6.13.2-nitro1
Top
c0p0n
n00b
n00b
User avatar
Posts: 47
Joined: Wed Feb 11, 2004 1:51 pm
Contact:
Contact c0p0n
Website

  • Quote

Post by c0p0n » Wed Nov 17, 2004 8:40 am

thank you, man. I'm going to apply the patch as soon as I arrive home :) I'm not a kernel hacker but I like to mess with things. If not, I would have chosen Fedora or SuSE ;)
.:c0p0n:.
Top
Post Reply

208 posts
  • Page 1 of 9
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next

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