View previous topic :: View next topic |
Author |
Message |
OneOfOne Guru
Joined: 28 May 2003 Posts: 368
|
Posted: Thu Jun 03, 2004 5:01 pm Post subject: 2.6.7_rc2-love2 aka "The dead shall raise"-reiser4 |
|
|
sorry about the last love guys.
Quote: |
v30g.gz | Nick's scheduler v30g (v31 was dropped by him)
nickvm-267r2m2.gz | Nick's VM work
2.6.x-bring-up-compiler-option.patch.bz2 | extra CFLAGS hack
acpi-dsdt-initrd-patch-v0.5-2.6.5-eric.patch.bz2 | Custom acpi dsdt patch
bootsplash-3.1.4-2.6.7-rc2-r2.diff.bz2 | bootsplash
acx100-0.2.0pre7-linux2.6.2.diff.bz2 | ACX100 Driver (upped to _pre8 by hand)
orinoco-cvs-20040527.patch.bz2 | orinoco patch
squashfs2.0-linux-2.6.6.patch.bz2 | SquishFS v2
subfs-genstef.bz2 | SubFS (death to supermount!)
acerhk.patch.bz2 | acer hotkeys
BadRAM-2.6.5.2.patch.bz2 | a workaround bad ram
bd-claim.patch.bz2 | EVMS fix
config-nr-tty-devices.patch.bz2 | for a cleaner /dev
force-config_regparm-to-y.patch.bz2 | reversed for binary drivers' sake
ipw2100-0.45 | new ipw2100
genpatches/2110_bcm5700_broadcom_gigabit_drvr_11272003.patch | bcm5700 driver
genpatches/4105_lirc_infrared-2.6.5-rc2.patch | lirc patch
genpatches/4710_lufs-0.9.7-2.6.0-test9.patch | lufs
genpatches/4905_speakup_accessibility.patch | speakup patch
iriver.patch.bz2 | iriver
iteraid_1.44.patch.bz2 | Giga Raid
linux-2.6.0.dxr3.20031229.diff.bz2 | dxr (is there's a new patch somewhere?)
linux-2.6.4-Walken.diff.bz2 | the Walken bootlogo
love_ppm.patch.bz2 | the love bootlogo
packet-2.6.5.patch.bz2 | Packet CD/DVD writing
*can't find* linux-2.6.6-mppe-mppc-1.0.patch.gz | searching for it, the old one is broken
patch-2.4.x-vesafb-rrc.bz2 | vesafb refresh hack, couldn't find the new one
patch-2.6.4-amd76x_pm.bz2 | AMD Power NOW!
sii-3512-update.patch.bz2 | siimage patch
viafb_02.diff.bz2 | via framebuffer
via-v4l-1.4a-drm.patch.bz2 | via v4l stuff
menuconfig-NAME-v1.0.patch.bz2 | name in menuconfig patch
win4lin.patch.bz2 | send your hugs and kisses to PickledOnion
|
this one have the new nicksched and nickvm.
win4lin compiles, bootsplash works fine and life is good
i can't find the new vesafb, can someone email it to me or something?
notes: http://oneofone.limitlessfx.com/love-sources/love-sources-2.6.7_rc2-r2.notes
ebuild : http://oneofone.limitlessfx.com/love-sources/love-sources-2.6.7_rc2-r2.ebuild
patch : http://oneofone.limitlessfx.com/love-sources/2.6.7-rc2-love2.bz2
btw people, USE ivman ( @ eikke).
http://sf.net/projects/ivman
enjoy!
<edit2>
the reiser4 patch against 2.6.7-rc2-love2 is up @ http://oneofone.limitlessfx.com/love-sources/2.6.7-rc2-love2.reiser4-2004.06.04.bz2
new patch and i'm using it right now and it feels great, please test it.
</edit>
peace
Last edited by OneOfOne on Sat Jun 05, 2004 5:18 am; edited 5 times in total |
|
Back to top |
|
|
Tuti n00b
Joined: 14 May 2004 Posts: 33
|
Posted: Thu Jun 03, 2004 5:25 pm Post subject: |
|
|
Thanks for the hard work on the kernels, guys!
I just tried to emerge during my lunchhour and got this error - don't have time to mess with it now:
Quote: | !!! ERROR: sys-kernel/love-sources-2.6.7_rc2-r2 failed.
!!! Function unipatch, Line 485, Exitcode 0
!!! Unable to dry-run patch. |
|
|
Back to top |
|
|
jimbojetset n00b
Joined: 01 Feb 2004 Posts: 67 Location: UK
|
Posted: Thu Jun 03, 2004 5:27 pm Post subject: |
|
|
me too |
|
Back to top |
|
|
tehdely n00b
Joined: 03 Jun 2004 Posts: 2
|
Posted: Thu Jun 03, 2004 5:44 pm Post subject: Some compile issues |
|
|
I had issues building SIL RAID support and hfsplus. Here is a diff which takes care of both. Apparently by the time I made this diff, the SIL support had already been taken care of by OneOfOne, so you may just want the second part of this. Patch with patch -p1 < name_of_diff.patch in /usr/src/linux or wherever Gentoo unpacks its sources ( I don't use Gentoo )
Code: |
diff -Naur orig/linux-2.6.7-rc2-love2/drivers/ide/pci/siimage.h linux-2.6.7-rc2-love2/drivers/ide/pci/siimage.h
--- orig/linux-2.6.7-rc2-love2/drivers/ide/pci/siimage.h 2004-06-03 13:18:28.000000000 -0500
+++ linux-2.6.7-rc2-love2/drivers/ide/pci/siimage.h 2004-06-03 13:21:22.000000000 -0500
@@ -48,8 +48,6 @@
.autodma = AUTODMA,
.bootable = ON_BOARD,
},{ /* 3 */
- .vendor = PCI_VENDOR_ID_CMD,
- .device = PCI_DEVICE_ID_SII_3512,
.name = "SiI3512 Serial ATA",
.init_chipset = init_chipset_siimage,
.init_iops = init_iops_siimage,
diff -Naur orig/linux-2.6.7-rc2-love2/fs/hfsplus/inode.c linux-2.6.7-rc2-love2/fs/hfsplus/inode.c
--- orig/linux-2.6.7-rc2-love2/fs/hfsplus/inode.c 2004-06-03 13:17:45.000000000 -0500
+++ linux-2.6.7-rc2-love2/fs/hfsplus/inode.c 2004-06-03 13:21:01.000000000 -0500
@@ -72,7 +72,7 @@
else if (atomic_read(&node->refcnt))
res = 0;
else for (i = 0; i < tree->pages_per_bnode; i++) {
- if (PageActive(node->page[i])) {
+ if (PageActiveMapped(node->page[i])) {
res = 0;
break;
}
|
|
|
Back to top |
|
|
OneOfOne Guru
Joined: 28 May 2003 Posts: 368
|
Posted: Thu Jun 03, 2004 5:54 pm Post subject: |
|
|
the patch is updated with tehdely's fix and the ebuild is fixed.
sorry about that guys.
peace |
|
Back to top |
|
|
wizard69 Apprentice
Joined: 22 Sep 2003 Posts: 178 Location: Berlin
|
Posted: Thu Jun 03, 2004 6:12 pm Post subject: |
|
|
THX for the quick new release compiling right now thought i might give win4lin a shot
Code: | CC drivers/video/console/font_8x16.o
LD drivers/video/console/font.o
LD drivers/video/console/built-in.o
CC drivers/video/fbmem.o
drivers/video/fbmem.c: In function `fb_cursor':
drivers/video/fbmem.c:938: warning: passing arg 1 of `copy_from_user' discards qualifiers from pointer target type
--
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
fs/built-in.o(.init.text+0x115f): In function `proc_misc_init':
: undefined reference to `proc_schedstat_operations'
make: *** [.tmp_vmlinux1] Error 1
* ERROR: Failed to compile the "bzImage" target...
|
i get this error |
|
Back to top |
|
|
danone Guru
Joined: 18 Jan 2004 Posts: 398 Location: Germany
|
Posted: Thu Jun 03, 2004 6:33 pm Post subject: |
|
|
maybe i'am blind but where is the option to enble bootsplash the menu is empty like the one in pnp..damn i need my bootsplash since i use 1600x1200 res:-(
the vesapatch i put at my homepage @
http://www.f-mt.de/linux/vesafb-rrc-0.1.6-2.6.x.tar.bz2
EDIT;WHERE I ENABLE BOOTSPLASH..help the option isnt there
my PS/2 keybord does not work anymore:-(
@wizard69: turn of collect sched stats in kernel hacking and it still compile fine _________________ [:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ] |
|
Back to top |
|
|
wizard69 Apprentice
Joined: 22 Sep 2003 Posts: 178 Location: Berlin
|
Posted: Thu Jun 03, 2004 6:50 pm Post subject: |
|
|
@danone THX for the hint compiled fine now |
|
Back to top |
|
|
danone Guru
Joined: 18 Jan 2004 Posts: 398 Location: Germany
|
Posted: Thu Jun 03, 2004 6:54 pm Post subject: |
|
|
well no prob..but wizard could you see the option for bootsplash there is a field but this is empty like the one in PNP!..ije OneOfOne could you tell me how to get the option for bootsplash i dont know whats wrong I use the same config and the vesafb and the stuff whats needed is enabled..?does your ps2 keyboard works? _________________ [:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ] |
|
Back to top |
|
|
Pink Veteran
Joined: 24 Jul 2003 Posts: 1062
|
Posted: Thu Jun 03, 2004 7:09 pm Post subject: |
|
|
Possible Win4Lin problem:
If you have use the ati-drivers ebuild that applies the fglrx-3.9.0-regparm.patch, then win4lin will freeze your system.
It is something in the mm patchset (the Force CONFIG_REGPARM to `y' setting to be precise) that causes it.
I will look into it but at the moment I don't have an answer, so be warned.
(and if anyone has any comments or has any ideas, let me know )
@danone - sorry, don't use bootsplash but the option isn't there in mine either. |
|
Back to top |
|
|
danone Guru
Joined: 18 Jan 2004 Posts: 398 Location: Germany
|
Posted: Thu Jun 03, 2004 7:32 pm Post subject: |
|
|
thanks for the hint i thought i was blind or stupid:-) and my ps2 keyboard still not working..damn _________________ [:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ] |
|
Back to top |
|
|
primero.gentoo Guru
Joined: 23 Dec 2003 Posts: 402
|
Posted: Thu Jun 03, 2004 7:39 pm Post subject: |
|
|
i've installed 2.6.7-rc2-love1 this morning . If i done well it should include "StairCase Patch" for scheduling.
Now in love2 i see Nick scheduling ... what about this?
What schedule is in this release of love sources?
And how can i check what scheduler i'm running?
thx
bye _________________ "Linux, the choice of a GNU generation"
==Micro$oft - just say NO==
(L#USER 353039) |
|
Back to top |
|
|
danone Guru
Joined: 18 Jan 2004 Posts: 398 Location: Germany
|
Posted: Thu Jun 03, 2004 7:47 pm Post subject: |
|
|
try
Code: | io root # dmesg | grep cfq
Using cfq io scheduler
|
_________________ [:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ] |
|
Back to top |
|
|
jimbojetset n00b
Joined: 01 Feb 2004 Posts: 67 Location: UK
|
Posted: Thu Jun 03, 2004 7:53 pm Post subject: |
|
|
Get this error during compilation:
Code: | CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
arch/i386/kernel/built-in.o(.text+0xdcc7): In function `acpi_register_gsi':
: undefined reference to `mp_register_gsi'
make: *** [.tmp_vmlinux1] Error 1
|
Working config...
James |
|
Back to top |
|
|
danone Guru
Joined: 18 Jan 2004 Posts: 398 Location: Germany
|
Posted: Thu Jun 03, 2004 7:57 pm Post subject: |
|
|
did you compile acpi functions into the kernel..please send me your kernel conf will look at it _________________ [:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ] |
|
Back to top |
|
|
silverter Guru
Joined: 10 Apr 2002 Posts: 491 Location: Ulm, DE
|
Posted: Thu Jun 03, 2004 7:58 pm Post subject: |
|
|
danone wrote: | try
Code: | io root # dmesg | grep cfq
Using cfq io scheduler
|
|
I thought CFQ scheduler was something else compared to Nick Scheduler and Staircase ? Someone correct me if I'm wrong.
regards _________________ -- A Guru was once a Beginner -- |
|
Back to top |
|
|
jimbojetset n00b
Joined: 01 Feb 2004 Posts: 67 Location: UK
|
Posted: Thu Jun 03, 2004 7:59 pm Post subject: |
|
|
no acpi in my kernel |
|
Back to top |
|
|
danone Guru
Joined: 18 Jan 2004 Posts: 398 Location: Germany
|
Posted: Thu Jun 03, 2004 8:16 pm Post subject: |
|
|
there is some stuff that require it..turn it on..maybe it helps
@@@BOOTSPLASH@@@
figured out that mregparm must be off..studied the patch and found the hint..
Well keep in mind don't take the ease of use..look and take affords
But the ps2 still not working..hrrr... _________________ [:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ] |
|
Back to top |
|
|
spb Retired Dev
Joined: 02 Jan 2004 Posts: 2135 Location: Cambridge, UK
|
Posted: Thu Jun 03, 2004 8:24 pm Post subject: |
|
|
silverter wrote: | danone wrote: | try
Code: | io root # dmesg | grep cfq
Using cfq io scheduler
|
|
I thought CFQ scheduler was something else compared to Nick Scheduler and Staircase ? Someone correct me if I'm wrong. |
No, you're right. Nick's scheduler and Staircase are CPU schedulers; CFQ is an I/O scheduler. 'dmesg |grep sched' will tell you which I/O scheduler you're using; the CPU scheduler is determined by which one got patched into your particular kernel. They're not selectable yet; any given kernel has one and only one CPU scheduler. Everyone gets these two confused, and it really irritates me for some reason I can't work out. |
|
Back to top |
|
|
danone Guru
Joined: 18 Jan 2004 Posts: 398 Location: Germany
|
Posted: Thu Jun 03, 2004 8:30 pm Post subject: |
|
|
Well I thought he meant the sched policy this is CFQ..well all these confusing stuff..started with elv-select..i guess..everyone want but not everbody knows what it really is and what it do _________________ [:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ] |
|
Back to top |
|
|
TheCoop Veteran
Joined: 15 Jun 2002 Posts: 1814 Location: Where you least expect it
|
Posted: Thu Jun 03, 2004 8:42 pm Post subject: |
|
|
no reiser4 (again)? _________________ 95% of all computer errors occur between chair and keyboard (TM)
"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler
Change the world - move a rock |
|
Back to top |
|
|
OneOfOne Guru
Joined: 28 May 2003 Posts: 368
|
Posted: Thu Jun 03, 2004 8:56 pm Post subject: |
|
|
jimbojetset wrote: | Get this error during compilation:
Code: | CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
arch/i386/kernel/built-in.o(.text+0xdcc7): In function `acpi_register_gsi':
: undefined reference to `mp_register_gsi'
make: *** [.tmp_vmlinux1] Error 1
|
Working config...
James |
i compiled it with acpi, it compiles.
could you post your .config?
@danone you have framebuffer enabled? post your .config
@TheCoop the new snapshot works for some but it oops on mounting / and cp goes zombie every now and then.
@primero.gentoo only way to find out is by checking the changelog , for now anyway. staircase is screwed a little for none-smp systems.
peace |
|
Back to top |
|
|
danone Guru
Joined: 18 Jan 2004 Posts: 398 Location: Germany
|
Posted: Thu Jun 03, 2004 9:28 pm Post subject: |
|
|
got the bootsplash working..it was because of the mregparm=3 it only works without..but the silent screen is gone:-(
My kbord works now it was the sleepy HPET Timer...a sleeper:-) _________________ [:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ] |
|
Back to top |
|
|
ryceck Apprentice
Joined: 13 Jan 2004 Posts: 195
|
Posted: Thu Jun 03, 2004 9:52 pm Post subject: |
|
|
TheCoop wrote: | no reiser4 (again)? |
Guess not.
OneofOne: Is reiser4 gonna be integrated again??? Like with a new snapshot?? |
|
Back to top |
|
|
OneOfOne Guru
Joined: 28 May 2003 Posts: 368
|
Posted: Thu Jun 03, 2004 10:10 pm Post subject: |
|
|
ryceck wrote: | TheCoop wrote: | no reiser4 (again)? |
Guess not.
OneofOne: Is reiser4 gonna be integrated again??? Like with a new snapshot?? |
guys i swear i want reiser4 in as much as the next guy.
i use reiser4 and i can't use love-sources that much because of that, i'm dying to get it back.
but i want to make sure it works before i put it back in, we dont want our reiser4 partitions to disapear, do we?
peace |
|
Back to top |
|
|
|