View previous topic :: View next topic |
Author |
Message |
snekiepete Guru
Joined: 07 May 2003 Posts: 306 Location: WISCONSIN
|
Posted: Tue Apr 20, 2004 5:17 pm Post subject: |
|
|
KenGen2 linux-2.6.6-rc1-love1 # patch -R --verbose /usr/src/sched-wake_up-speedup.patch
it just seems to hang, nothing happens. did i use the correct comand? |
|
Back to top |
|
|
Ylin n00b
Joined: 10 Apr 2004 Posts: 27
|
Posted: Tue Apr 20, 2004 5:19 pm Post subject: |
|
|
Feels really good.
Everything working except from that bootsplash, which isn't up until that bootsplash-programm is loaded at the end of the boot process.
PrakashKC wrote: | I already said it a few time and I say it again: Those patches are not the right ones. Take a llok into the german forum under the topic "kernel ohne apic". There I posted some more intelligent patches. |
Using your patch, though I had to patch it by hand as "patch p1 < ..." wasn't working, and it seems stable with apic and acpi enabled!
For anyone who doesn't speak German:
In this topic it's the post starting with "Naja, ich war mal so frei"
At the end it says that you have to add "apic_tack=2" to your boot parameters. If it's still hardlocking use "apic_tack=1" |
|
Back to top |
|
|
steel300 Veteran
Joined: 10 Jul 2003 Posts: 1155
|
Posted: Tue Apr 20, 2004 5:32 pm Post subject: |
|
|
snekiepete wrote: | KenGen2 linux-2.6.6-rc1-love1 # patch -R --verbose /usr/src/sched-wake_up-speedup.patch
it just seems to hang, nothing happens. did i use the correct comand? |
try patch -p1 -R -i /usr/src/sched-wake_up-speedup.patch _________________ Rationality is the recognition of the fact that nothing can alter the truth and nothing can take precedence over that act of perceiving it. |
|
Back to top |
|
|
snekiepete Guru
Joined: 07 May 2003 Posts: 306 Location: WISCONSIN
|
Posted: Tue Apr 20, 2004 6:10 pm Post subject: |
|
|
reversed patch cleanly, rebuilt kernel with SMP enabled. Still no boot, here is what I get displayed before lockup
Call Trace:
[<c024aea0>] <1> Unable to handle kernel NULL pointer dereference at
virtual address 00000000
Printing eip:
c0134471
*pde = 00000000
I tried with pci=noacpi and without |
|
Back to top |
|
|
steel300 Veteran
Joined: 10 Jul 2003 Posts: 1155
|
Posted: Tue Apr 20, 2004 6:14 pm Post subject: |
|
|
snekiepete wrote: | reversed patch cleanly, rebuilt kernel with SMP enabled. Still no boot, here is what I get displayed before lockup
Call Trace:
[<c024aea0>] <1> Unable to handle kernel NULL pointer dereference at
virtual address 00000000
Printing eip:
c0134471
*pde = 00000000
I tried with pci=noacpi and without |
Ok, so it's not a scheduler thing. We already tried pci=noacpi. Are you using framebuffer and/or bootsplash? _________________ Rationality is the recognition of the fact that nothing can alter the truth and nothing can take precedence over that act of perceiving it. |
|
Back to top |
|
|
Cerement Guru
Joined: 14 Jun 2003 Posts: 404
|
Posted: Tue Apr 20, 2004 6:38 pm Post subject: |
|
|
snekiepete wrote: | KenGen2 linux-2.6.6-rc1-love1 # patch -R --verbose /usr/src/sched-wake_up-speedup.patch
it just seems to hang, nothing happens. did i use the correct comand? |
Check your syntax, patch only works with redirected output, note the <, and not always necessary, but Linus has been encouraging kernel hackers to use the -p1 tag:
KenGen2 linux-2.6.6-rc1-love1 # patch -R -p1 --verbose </usr/src/sched-wake_up-speedup.patch |
|
Back to top |
|
|
snekiepete Guru
Joined: 07 May 2003 Posts: 306 Location: WISCONSIN
|
Posted: Tue Apr 20, 2004 6:41 pm Post subject: |
|
|
I have vesa framebuffer compiled in and bootsplash compiled in, When I boot with this: video=vesa:ywrap,mtrr vga=792 the screen just stays blank, when i remove those paramaters is when i see the previous message. I dont have bootsplash installed and I am not running the initrd from grub, it is just selected for now.
should I try with out those selected in the kernel? |
|
Back to top |
|
|
steel300 Veteran
Joined: 10 Jul 2003 Posts: 1155
|
Posted: Tue Apr 20, 2004 6:44 pm Post subject: |
|
|
snekiepete wrote: | I have vesa framebuffer compiled in and bootsplash compiled in, When I boot with this: video=vesa:ywrap,mtrr vga=792 the screen just stays blank, when i remove those paramaters is when i see the previous message. I dont have bootsplash installed and I am not running the initrd from grub, it is just selected for now.
should I try with out those selected in the kernel? |
Please do. I'm trying to think what could cause the error and am running down the list of usual suspects. _________________ Rationality is the recognition of the fact that nothing can alter the truth and nothing can take precedence over that act of perceiving it. |
|
Back to top |
|
|
snekiepete Guru
Joined: 07 May 2003 Posts: 306 Location: WISCONSIN
|
Posted: Tue Apr 20, 2004 6:46 pm Post subject: |
|
|
quick question about kernel compiling.
when i undo selected items without selecting or deselecting any modules, do I have to :
# make clean bzImage modules modules_install
or is there a shotcut way that doesnt do everything? |
|
Back to top |
|
|
steel300 Veteran
Joined: 10 Jul 2003 Posts: 1155
|
Posted: Tue Apr 20, 2004 6:51 pm Post subject: |
|
|
snekiepete wrote: | quick question about kernel compiling.
when i undo selected items without selecting or deselecting any modules, do I have to :
# make clean bzImage modules modules_install
or is there a shotcut way that doesnt do everything? |
make clean && make && make modules_install should take care of it. _________________ Rationality is the recognition of the fact that nothing can alter the truth and nothing can take precedence over that act of perceiving it. |
|
Back to top |
|
|
snekiepete Guru
Joined: 07 May 2003 Posts: 306 Location: WISCONSIN
|
Posted: Tue Apr 20, 2004 7:21 pm Post subject: |
|
|
EDIT: removed long azz dmesg..........
Last edited by snekiepete on Tue Apr 20, 2004 8:50 pm; edited 1 time in total |
|
Back to top |
|
|
ejohnson Tux's lil' helper
Joined: 20 Jan 2004 Posts: 140
|
Posted: Tue Apr 20, 2004 7:47 pm Post subject: |
|
|
snekiepete,
Can you post your .config somewhere? |
|
Back to top |
|
|
snekiepete Guru
Joined: 07 May 2003 Posts: 306 Location: WISCONSIN
|
Posted: Tue Apr 20, 2004 7:51 pm Post subject: |
|
|
Sorry for the ingnorance, where is my .config?
EDIT: yeah......I fell like i've been trying to get this kernel to work all friggin night.......oh yeah I have and now I'm stupid.....
Last edited by snekiepete on Tue Apr 20, 2004 8:51 pm; edited 1 time in total |
|
Back to top |
|
|
Master_Of_Disaster l33t
Joined: 28 Feb 2003 Posts: 610 Location: 15.05072° East, 48.13747° North (aka Mauer), Austria
|
|
Back to top |
|
|
snekiepete Guru
Joined: 07 May 2003 Posts: 306 Location: WISCONSIN
|
Posted: Tue Apr 20, 2004 8:00 pm Post subject: |
|
|
EDIT: removed long azz .config listing to spare the index from scrolling sickness
Last edited by snekiepete on Tue Apr 20, 2004 8:36 pm; edited 1 time in total |
|
Back to top |
|
|
snekiepete Guru
Joined: 07 May 2003 Posts: 306 Location: WISCONSIN
|
Posted: Tue Apr 20, 2004 8:01 pm Post subject: |
|
|
please let me know when you are done with that so I can pull it from the post, i hate large posts like this, but I had no choice |
|
Back to top |
|
|
steel300 Veteran
Joined: 10 Jul 2003 Posts: 1155
|
Posted: Tue Apr 20, 2004 8:29 pm Post subject: |
|
|
Nothing is jumping out at me as the cause. I'd go back to the last love that worked and wait until 2.6.6 becomes stable. _________________ Rationality is the recognition of the fact that nothing can alter the truth and nothing can take precedence over that act of perceiving it. |
|
Back to top |
|
|
sdaffis Tux's lil' helper
Joined: 16 Nov 2003 Posts: 100 Location: Umeå, Sweden
|
Posted: Tue Apr 20, 2004 8:57 pm Post subject: |
|
|
Quote: | Feels really good.
Everything working except from that bootsplash, which isn't up until that bootsplash-programm is loaded at the end of the boot process.
PrakashKC wrote:
I already said it a few time and I say it again: Those patches are not the right ones. Take a llok into the german forum under the topic "kernel ohne apic". There I posted some more intelligent patches.
Using your patch, though I had to patch it by hand as "patch p1 < ..." wasn't working, and it seems stable with apic and acpi enabled!
For anyone who doesn't speak German:
In this topic it's the post starting with "Naja, ich war mal so frei"
At the end it says that you have to add "apic_tack=2" to your boot parameters. If it's still hardlocking use "apic_tack=1" |
I don't even understand how to do it... Could you post your new apic.c perhaps? |
|
Back to top |
|
|
blatch n00b
Joined: 15 Oct 2002 Posts: 59 Location: bloomington, in
|
Posted: Wed Apr 21, 2004 12:54 am Post subject: |
|
|
Sweet:
Code: | Linux absenthe 2.6.6-rc1-love1 #2 Tue Apr 20 19:42:01 EST 2004 i686 AMD Athlon(TM) XP1600+ AuthenticAMD GNU/Linux
|
Thx _________________ blatch.net |
|
Back to top |
|
|
Superman53142 n00b
Joined: 24 Mar 2003 Posts: 54
|
Posted: Wed Apr 21, 2004 4:02 am Post subject: |
|
|
steel300 wrote: | @superman
Good god, what did you do? That looks like a bad driver in mm. I know I didn't touch that one. Could you try using the latest mm and see if the problem still occurs? |
I tried mm and it worked fine...
Weird, huh? _________________ 'I belong to the "Great-God Party", and will have nothing to do with the "Little-God Party." Christ does not want nibblers of the possible, but grabbers of the impossible.'
~C. T. Studd |
|
Back to top |
|
|
steel300 Veteran
Joined: 10 Jul 2003 Posts: 1155
|
Posted: Wed Apr 21, 2004 4:04 am Post subject: |
|
|
Superman53142 wrote: | steel300 wrote: | @superman
Good god, what did you do? That looks like a bad driver in mm. I know I didn't touch that one. Could you try using the latest mm and see if the problem still occurs? |
I tried mm and it worked fine...
Weird, huh? |
That is a weird one. I can't think of anything that hit that driver. Very odd indeed. _________________ Rationality is the recognition of the fact that nothing can alter the truth and nothing can take precedence over that act of perceiving it. |
|
Back to top |
|
|
VolcomPimp Tux's lil' helper
Joined: 11 Mar 2004 Posts: 135 Location: Newark, CA
|
Posted: Wed Apr 21, 2004 4:21 am Post subject: |
|
|
havin ATI problems for some reason...
fglrx won't build.
Tried buildin kernel w/ and w/ out DRM. |
|
Back to top |
|
|
nmcsween Guru
Joined: 12 Nov 2003 Posts: 381
|
Posted: Wed Apr 21, 2004 5:28 am Post subject: |
|
|
Steel300 are the nforce2 patches included in this kernel? I wouldn't mind using athcool to enable the cpu disconnect function without it doing a generous wipe of my MBR. If not can someone point me to the patches? |
|
Back to top |
|
|
PrakashP Veteran
Joined: 27 Oct 2003 Posts: 1249 Location: C.C.A.A., Germania
|
Posted: Wed Apr 21, 2004 8:51 am Post subject: |
|
|
Gosh I think it it time to call for pizza if qs for nforce2 patches arise again... |
|
Back to top |
|
|
rel Tux's lil' helper
Joined: 20 Apr 2002 Posts: 137
|
Posted: Wed Apr 21, 2004 2:26 pm Post subject: |
|
|
steel300 wrote: | nepenthe wrote: | I'm getting this error now...
Code: | #
SPLIT include/linux/autoconf.h -> include/config/*
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
CC arch/i386/mm/init.o
CC arch/i386/mm/pgtable.o
arch/i386/mm/pgtable.c: In function `show_mem':
arch/i386/mm/pgtable.c:27: warning: unused variable `badram'
LD arch/i386/mm/built-in.o
CC kernel/kmod.o
kernel/kmod.c: In function `call_usermodehelper':
kernel/kmod.c:253: error: `khelper_wq' undeclared (first use in this function)
kernel/kmod.c:253: error: (Each undeclared identifier is reported only once
kernel/kmod.c:253: error: for each function it appears in.)
kernel/kmod.c: In function `usermodehelper_init':
kernel/kmod.c:267: error: `khelper_wq' undeclared (first use in this function)
make[1]: *** [kernel/kmod.o] Error 1
make: *** [kernel] Error 2
|
hmm... =) |
Try this patch: http://lkml.org/lkml/diff/2004/4/19/41/1 |
Can somone explain how to use this patch? |
|
Back to top |
|
|
|