Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.11-rc1-nitro0: Back To The Basics
View unanswered posts
View posts from last 24 hours

Goto page 1, 2, 3, 4, 5, 6  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
discomfitor
l33t
l33t


Joined: 21 Feb 2003
Posts: 927
Location: None

PostPosted: Sat Jan 15, 2005 9:45 am    Post subject: 2.6.11-rc1-nitro0: Back To The Basics Reply with quote

REISER4 PEOPLE: TURN OFF 4K STACKS!
Code:
2.6.11-rc1 #newest kernel version
-ac4/7 #alan cox's patchset
reiser4 #newest snapshot with extra patches
vesafb-tng #still works
-fbsplash #broken
chmp #usb mouse polling patch
-sk98lin driver #sk98lin network driver
inotify #newer version
-swsusp2
-mm1
config-nr-tty-devices
cflags-selection-for-nitro #change cflags for kernel
-hostap #included in main
-ckdev #latest ck patch
-alsa 1.0.8-rc2
swsusp2+win4lin #see note
-orinoco  #included in main
================================
+ck1
+alsa 1.0.8
+bootsplash #crazy kernel devs...
+mm1
+genetic scheduling #you don't even want to know how long it took
+16k stacks
+lufs


Alright, I know I said that I wasn't going to do this, but I lied. The reason I numbered it nitro0 is because it's not really a full release. rc1 just came out, and things are a bit sketchy. The reason I named it "Back To The Basics" is because I had to run it in console mode for a while.

EDIT: NVIDIA DRIVERS WORK!!! Big thanks to tycurise and fallow for pointing out that you need to use kernel agpgart, not nvagp for this kernel. Works perfectly now!

As for other functionality, everything works in this kernel. Reiser4, swsusp2+win4lin, 16k stacks (I hacked the menuconfig a bit, so it might get weird if you're playing with the option for it and 4k stacks).

Bootsplash is back! Remember that other method of displaying a picture on your framebuffer (or as I refer to it, "the method that actually WORKS")? Those crazy kernel devs have put it into this release. That's good and bad. Good for me, because it finally lets me have a nice splash screen when I boot up. Bad for some, because it broke fbsplash horribly and I couldn't get it in. In order to use bootsplash, you have to use vesafb (NOT vesafb-tng).

I updated the alsa version in this to 1.0.8. Very minor update since the base version for rc1 is 1.0.8_rc2. All audio problems should now be fixed since there's about 6 new versions of staircase in this one compared to 2.6.10-nitro4.

hostap/sk98lin/orinoco patches are out for the time being since they seem to be actively integrating them into main. Couldn't test it since I don't have the hardware, but it seemed to compile alright.

I changed the USE flag. Now if you want the "e" version (it will even say it when you boot into it now), you need to use the "want-experimental" flag. I did this because there might come a time when the e version of nitro won't contain mm patches. want-experimental is disabled by default.

I put the genetic scheduling algorithm into the experimental version. If you want it, you gotta go for that version. New stuff will almost always go there first. To enable it, you need to enable the genetic library in library functions, then the scheduler itself in block devices->io schedulers. It will be used instead of the regular as scheduler if it's enabled.

Lufs patches are in as well.

I think that about covers everything regarding this release...

Hopefully someone out there will enjoy it!

For a cool automotive background picture made by M@rijn, go here.

Ebuild
Patch
Experimental Patch

EDIT: Install directions courtesy of BlinkEye:
Quote:

1. download the ebuild
2. mkdir -p /usr/local/portage/sys-kernel/nitro-sources
3. mv the ebuild to /usr/local/portage/sys-kernel/nitro-sources (or wherever your PORTDIR_OVERLAY points to)
4. open /etc/portage/package.keywords (if it doesn't exist create it)
5. add "sys-kernel/nitro-sources ~x86" without the quotes and with the appropriate architecture (for me its ~x86")
6. ebuild nitro-sources-2.6.10-r4.ebuild digest
7. emerge nitro-sources
8. cd /usr/src/ and behold your nitro-sources

_________________
There is no substitute for experience.
Imperfection indicates a lack of effort.


Last edited by discomfitor on Sat Jan 15, 2005 7:28 pm; edited 5 times in total
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Sat Jan 15, 2005 11:21 am    Post subject: Reply with quote

Umm ,ok doublepost...

but, is the zaphod patch included? (there is a genetic version, but.....)

umm, well, pft.....
Back to top
View user's profile Send private message
Pink
Veteran
Veteran


Joined: 24 Jul 2003
Posts: 1062

PostPosted: Sat Jan 15, 2005 12:23 pm    Post subject: Reply with quote

Hehe,

You have been busy - just a quick one though, the ebuild link is wrong:

it needs a _ not a - in the kernel name.

Good work :D

Edit: You fixed it so all is well with the world.


Last edited by Pink on Sat Jan 15, 2005 6:39 pm; edited 2 times in total
Back to top
View user's profile Send private message
tycurise
n00b
n00b


Joined: 15 Jan 2005
Posts: 5
Location: Germany, Mainz

PostPosted: Sat Jan 15, 2005 12:47 pm    Post subject: Re: 2.6.11-rc1-nitro0: Back To The Basics Reply with quote

Darckness wrote:

The reason for this is that nvidia drivers will not work with this release as of right now. They'll compile fine, they'll load fine, but then X will hang when you try to start it.

Nope, they'll compile fine, they'll load fine, and they'll work fine! At least for me.
Im running nitro0e and Nvidia 6629 on Slackware 10. Im using reiser4 so im sticking to 8k-stacks.
It rocks for me :) besides i have to switch to bootsplash :evil:

Maybe this helps tracking down the problem you encountered ==>

bash-2.05b$ uname -r
2.6.11-rc1-nitro0
bash-2.05b$ lsmod
Module Size Used by
nvidia 3207612 12
[snip]
bash-2.05b$ grep -e "=y" -e "=m" /boot/config-2.6.11-rc1-nitro0e
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_EXPERIMENTAL=y
CONFIG_BROKEN=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_LOCK_KERNEL=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_SYSCTL=y
CONFIG_HOTPLUG=y
CONFIG_KOBJECT_UEVENT=y
CONFIG_EMBEDDED=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SHMEM=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
CONFIG_KMOD=y
CONFIG_X86_PC=y
CONFIG_MPENTIUMIII=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_HPET_TIMER=y
CONFIG_PREEMPT=y
CONFIG_PREEMPT_BKL=y
CONFIG_X86_UP_APIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_NOHIGHMEM=y
CONFIG_MTRR=y
CONFIG_HAVE_DEC_LOCK=y
CONFIG_PCI=y
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_LEGACY_PROC=y
CONFIG_PCI_NAMES=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_MISC=m
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_RAM=m
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_GENETIC_IOSCHED_AS=y
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDECD=y
CONFIG_IDE_GENERIC=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_GENERIC=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_IDEDMA_PCI_AUTO=y
CONFIG_BLK_DEV_PIIX=y
CONFIG_BLK_DEV_IDEDMA=y
CONFIG_IDEDMA_AUTO=y
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_NET_KEY=y
CONFIG_INET=y
CONFIG_IP_TCPDIAG=y
CONFIG_XFRM=y
CONFIG_NETDEVICES=y
CONFIG_NET_ETHERNET=y
CONFIG_MII=m
CONFIG_NET_PCI=y
CONFIG_8139TOO=m
CONFIG_8139TOO_PIO=y
CONFIG_INPUT=y
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_SOUND_GAMEPORT=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_LIBPS2=y
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_INPUT_MOUSE=y
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_INOTIFY=y
CONFIG_UNIX98_PTYS=y
CONFIG_RTC=m
CONFIG_AGP=m
CONFIG_AGP_INTEL=m
CONFIG_I2C=y
CONFIG_I2C_ALGOBIT=y
CONFIG_VIDEO_DEV=m
CONFIG_VIDEO_BT848=m
CONFIG_VIDEO_TUNER=m
CONFIG_VIDEO_BUF=m
CONFIG_VIDEO_BTCX=m
CONFIG_VIDEO_IR=m
CONFIG_FB=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_VESA=y
CONFIG_FB_VESA_STD=y
CONFIG_VIDEO_SELECT=y
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_BOOTSPLASH=y
CONFIG_SOUND=m
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_CS46XX=m
CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_USB=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_UHCI_HCD=m
CONFIG_USB_HID=m
CONFIG_USB_HID_CHMP=y
CONFIG_USB_HIDINPUT=y
CONFIG_EXT2_FS=m
CONFIG_EXT3_FS=m
CONFIG_EXT3_FS_XATTR=y
CONFIG_JBD=m
CONFIG_FS_MBCACHE=m
CONFIG_REISER4_FS=y
CONFIG_DNOTIFY=y
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_NTFS_FS=m
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
CONFIG_RAMFS=y
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_15=y
CONFIG_NLS_UTF8=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_CRC32=y
CONFIG_GENETIC_LIB=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_X86_BIOS_REBOOT=y
Back to top
View user's profile Send private message
Gentree
Watchman
Watchman


Joined: 01 Jul 2003
Posts: 5350
Location: France, Old Europe

PostPosted: Sat Jan 15, 2005 1:18 pm    Post subject: Reply with quote

word of warning in the fast moving world of nitro.

I seem to be having R4 issues with 2.6.10 n2 adn n4.

Some ebuilds failing the work on 2.6.9-nitro1 and just had one R4 partition go to bits. Got _most_ but not all of it back with rebuilding sb adn fs .

I will be more specific when I can post concret info , but thought I should flag a warning so others can be on their guard.

HTH. 8)

PS using 8k stacks as I have been always . using R4 for almost a year w/o issues on this system.
_________________
Linux, because I'd rather own a free OS than steal one that's not worth paying for.
Gentoo because I'm a masochist
AthlonXP-M on A7N8X. Portage ~x86
Back to top
View user's profile Send private message
tycurise
n00b
n00b


Joined: 15 Jan 2005
Posts: 5
Location: Germany, Mainz

PostPosted: Sat Jan 15, 2005 1:34 pm    Post subject: Reply with quote

and for those wondering about the new genetic scheduler: I'm bad in comparing stuff like that, so i cant say if its faster or slower, however its nice to watch the "fitness" of the newer generations going up :)
here is how it looks:
Code:

bash-2.05b$ cat /proc/genetic/as-ioscheduler
generation_number:      218
num_children:           8
child_number:           7
num_mutations:          8
avg_fitness:            2582
last_gen_avg_fitness:   21614

Fitness history
generation(202):        12954
generation(203):        13524
generation(204):        12533
generation(205):        9179
generation(206):        12687
generation(207):        13416
generation(208):        10568
generation(209):        15045
generation(210):        2223
generation(211):        24494
generation(212):        6575
generation(213):        17015
generation(214):        17777
generation(215):        19911
generation(216):        26550
generation(217):        21614
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2208
Location: Poland

PostPosted: Sat Jan 15, 2005 1:43 pm    Post subject: Reply with quote

I`m also using genetic anticipatory now :)
waiting for sync for new version of genetic lib by J.Moilanen
and also genetic zaphod (I prefer it for server tasks,cause it`s entitlement based ) migh be interesting :)
the new version might by much better.

my result`s , 2.6.11-rc1-vv_e1 (vivid)
Code:

generation_number:      809
num_children:           8
child_number:           0
num_mutations:          1
avg_fitness:            853
last_gen_avg_fitness:   22719

Fitness history
generation(793):        0
generation(794):        0
generation(795):        36
generation(796):        30
generation(797):        180
generation(798):        749
generation(799):        157
generation(800):        0
generation(801):        0
generation(802):        256
generation(803):        0
generation(804):        0
generation(805):        7139
generation(806):        2508
generation(807):        10981
generation(808):        22719



cheers :)
_________________
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)
Back to top
View user's profile Send private message
anir
n00b
n00b


Joined: 27 Oct 2004
Posts: 15

PostPosted: Sat Jan 15, 2005 3:08 pm    Post subject: Reply with quote

Mirror: http://home.arcor.de/_aero/nitrosources/
Back to top
View user's profile Send private message
rommel
Veteran
Veteran


Joined: 19 Apr 2002
Posts: 1145
Location: Williamsburg Virginia

PostPosted: Sat Jan 15, 2005 3:14 pm    Post subject: Reply with quote

Gentree i had the same happen to me with nitro3.... rebuilding the sb then the fs didnt correct the issues i was having so i nuked and started over... i had run nitro2 for a bit and it was the swithch to nitro3 that seemed to cause this... maybe it was something carried over into nitro4 that is producing this for you?
Back to top
View user's profile Send private message
tycurise
n00b
n00b


Joined: 15 Jan 2005
Posts: 5
Location: Germany, Mainz

PostPosted: Sat Jan 15, 2005 4:39 pm    Post subject: Reply with quote

taken from https://forums.gentoo.org/viewtopic.php?t=280088&sid=cd01243d32b9b7b5348e14d73cb33c90
OneofOne wrote:
Nvidia only works with agpgart driver for now (actually not 100% sure, i might be wrong).

This could be the same issue we've seen in nitro0.
As i cant rmmod agpgart, and im too lazy to reboot :roll: , somebody please check that.
However I'm confident that "CONFIG_AGP=m" solves the problem (it might also be necessary to change the "NvAGP" option in xorg.conf though)
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2208
Location: Poland

PostPosted: Sat Jan 15, 2005 4:44 pm    Post subject: Reply with quote

I think that the problem is releted to all 2.6.11-rc1 based kernels.
I tested another 2.6.11-rc1-bk* based kernel , vivid.
It`s working with nv6629 (~x86 portage) and agpgart ( static,via)
without it , nvagp doesn`t work.

however I`m using agpgart as standard ;)

cheers.
_________________
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)
Back to top
View user's profile Send private message
tycurise
n00b
n00b


Joined: 15 Jan 2005
Posts: 5
Location: Germany, Mainz

PostPosted: Sat Jan 15, 2005 4:57 pm    Post subject: Reply with quote

Well, lets wait for Darckness, to verify it and to update his post.
IMHO they are not less capable than any of the previous nitro-sources and work very well. So dont get irritated by the "0"; use agpgart and everything should be fine.
Only drawback is that you have to switch to bootsplash.

big thx Darckness
Back to top
View user's profile Send private message
discomfitor
l33t
l33t


Joined: 21 Feb 2003
Posts: 927
Location: None

PostPosted: Sat Jan 15, 2005 6:08 pm    Post subject: Reply with quote

Testing the agpgart thing...

IT WORKS!!! YES!
_________________
There is no substitute for experience.
Imperfection indicates a lack of effort.
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Sat Jan 15, 2005 6:27 pm    Post subject: Reply with quote

does the reiser4 patches include the /sys/fs/reiser4 junk so I can run repacker because I am using .10-nitro4 and I cant find the repacker
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
discomfitor
l33t
l33t


Joined: 21 Feb 2003
Posts: 927
Location: None

PostPosted: Sat Jan 15, 2005 6:32 pm    Post subject: Reply with quote

rmh3093: couldn't tell you because I don't use reiser4. This has the latest patches for it that I could find though. Give it a try and let me know.
_________________
There is no substitute for experience.
Imperfection indicates a lack of effort.
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Sat Jan 15, 2005 6:35 pm    Post subject: Reply with quote

what would be the proper way of creating a patch that will apply cleanly to your kernel... I have modified the pci/quirks.c so that my SMBus card shows up in lspci and I want to make it a patch so I dont have to cut and paste
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
COiN3D
Guru
Guru


Joined: 02 Aug 2004
Posts: 543
Location: Munich, Germany

PostPosted: Sat Jan 15, 2005 6:37 pm    Post subject: Reply with quote

Hello guys,

thanks for a new nitro-sources version. But I've a question, since kernel 2.6.10 there are these "CPU schedulers" options, what are they good for? Or better, what is a scheduler? Can i get perfomance improvements with them?
_________________
e17 documentation | Be free and use Jabber as your IM! | Combine IRC and IM
Back to top
View user's profile Send private message
discomfitor
l33t
l33t


Joined: 21 Feb 2003
Posts: 927
Location: None

PostPosted: Sat Jan 15, 2005 6:50 pm    Post subject: Reply with quote

rmh3093: copy the linux-2.6.11-rc1-nitro0{e} directory so that there are two of them; one you'll be modifying, the other will be the base which has no changes (like you just emerged it). Change the one that you're going to modify, then run
Code:
diff -urN (old dir) (new dir) > patchfilename


Make sure (BEFORE YOU RUN DIFF) that you do 'make mrproper' in both trees and clean out any .rej/.orig files that may have cropped up. If you want (and it doesn't break anything) I'll include your patch in future nitros ;)

coin: I found a site a long time ago which gave a really good explanation of all that, but it seems to be evading me at the moment. I'll try to find it again though (I'm really bad at explaining stuff :-/)
_________________
There is no substitute for experience.
Imperfection indicates a lack of effort.
Back to top
View user's profile Send private message
Gentree
Watchman
Watchman


Joined: 01 Jul 2003
Posts: 5350
Location: France, Old Europe

PostPosted: Sat Jan 15, 2005 7:05 pm    Post subject: Reply with quote

rommel wrote:
Gentree i had the same happen to me with nitro3.... rebuilding the sb then the fs didnt correct the issues i was having so i nuked and started over... i had run nitro2 for a bit and it was the swithch to nitro3 that seemed to cause this... maybe it was something carried over into nitro4 that is producing this for you?


Thanks for reporting back, it helps to know others have seen the same thing.

I've had quite a few changes brought in by updates since early Jan so it could be a whole heap of things that caused my prob and I just saw the changes included an update from rieser4tool from 1.0.1 to 1.0.3

I think I'm going to run off 2.6.9-nitro1 till I get some other issues sorted out. Cups has blown out as well and I am having the rebuild the system of a snapshot I did of my portage tree on 5th Jan.

Since Con Kolvitas does not include R4 in his kernels and I see above that Darckness isnt running an R4 partition either so it's definately uncharted waters here.

I'll have to take a step back from the bleeding edge and get my bleeding system sorted.

Thanks for your comments.
8)
_________________
Linux, because I'd rather own a free OS than steal one that's not worth paying for.
Gentoo because I'm a masochist
AthlonXP-M on A7N8X. Portage ~x86
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Sat Jan 15, 2005 7:07 pm    Post subject: Reply with quote

i get this after a menuconfig

scripts/kconfig/mconf arch/i386/Kconfig
Warning! Found recursive dependency: 4KSTACKS 16KSTACKS 4KSTACKS REISER4_FS REISER4_CHECK REISER4_DEBUG_OUTPUT
Warning! Found recursive dependency: 4KSTACKS 16KSTACKS 4KSTACKS REISER4_FS REISER4_CHECK REISER4_EVENT_LOG

and I cant find the genetic io.... I enabled the genetic library but I cant find the scheduler... do I need IDE Task File enabled.... does anyone use this?
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
discomfitor
l33t
l33t


Joined: 21 Feb 2003
Posts: 927
Location: None

PostPosted: Sat Jan 15, 2005 7:12 pm    Post subject: Reply with quote

rmh3093: That's just a warning that occurs because of my makefile hacking (had to make it so people couldn't enable 4k stacks AND 16k stacks!). Genetic as is in device drivers->block devices->io schedulers. You need as sched enabled, genetic lib, and experimental. I think that's it...
_________________
There is no substitute for experience.
Imperfection indicates a lack of effort.
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Sat Jan 15, 2005 7:16 pm    Post subject: Reply with quote

ahhh i didnt realise it was under anticipatory...
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Sat Jan 15, 2005 7:17 pm    Post subject: Reply with quote

.delete
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.


Last edited by rmh3093 on Sat Jan 15, 2005 8:35 pm; edited 1 time in total
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Sat Jan 15, 2005 8:32 pm    Post subject: Reply with quote

The orinoco modules wouldnt work with nitro0e and I would get a seg fault when I restart regardless of IO sched
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
thubble
Tux's lil' helper
Tux's lil' helper


Joined: 16 May 2003
Posts: 119
Location: Winnipeg, Canada

PostPosted: Sat Jan 15, 2005 9:15 pm    Post subject: Reply with quote

I get a hardlock on boot with the experimental version if SMP is enabled (I've tried disabling SMT). Anyone else having this problem? I didn't enable the genetic algorithm or preemption.
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 1, 2, 3, 4, 5, 6  Next
Page 1 of 6

 
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