View previous topic :: View next topic |
Author |
Message |
stahlsau Guru
Joined: 09 Jan 2004 Posts: 584 Location: WildWestwoods
|
Posted: Thu Apr 08, 2004 11:15 am Post subject: |
|
|
hi,
i'm sorry to ask but what to do with that "2.6.5-love3"-file?
tried Code: | ebuild 2.6.5-love3 digest | no go. Put's s/t out like that: Code: | root@eisenschwein love-sources # ebuild 2.6.5-love3 digest
!!! Name error in 2.6.: missing a version or name part.
!!! Error: PF is null '2.6.'; exiting.
|
btw, i followed the directions given in https://forums.gentoo.org/viewtopic.php?t=121966
I believe it's a silly problem, but i dunno.... |
|
Back to top |
|
|
neenee Veteran
Joined: 20 Jul 2003 Posts: 1786
|
Posted: Thu Apr 08, 2004 11:21 am Post subject: |
|
|
stahlsau wrote: | hi,
i'm sorry to ask but what to do with that "2.6.5-love3"-file?
tried Code: | ebuild 2.6.5-love3 digest | no go. Put's s/t out like that: Code: | root@eisenschwein love-sources # ebuild 2.6.5-love3 digest
!!! Name error in 2.6.: missing a version or name part.
!!! Error: PF is null '2.6.'; exiting.
|
btw, i followed the directions given in https://forums.gentoo.org/viewtopic.php?t=121966
I believe it's a silly problem, but i dunno.... |
you are trying to digest the patch itself.
instead, get and digest 'love-sources-2.6.5-r3.ebuild' |
|
Back to top |
|
|
stahlsau Guru
Joined: 09 Jan 2004 Posts: 584 Location: WildWestwoods
|
Posted: Thu Apr 08, 2004 11:25 am Post subject: |
|
|
arrgh...thanx |
|
Back to top |
|
|
TRx Tux's lil' helper
Joined: 27 Jul 2003 Posts: 126 Location: Madrid, Spain
|
Posted: Thu Apr 08, 2004 12:31 pm Post subject: |
|
|
danone wrote: |
@ TRx
add following to grub if you are using nvidiacard
Code: | noacpi=yes pci=noacpi | should fix your problem |
Tried that, and also but it didtn work
My card is Nvidia GeForce 2 Ti 64mb
Any other sugestion?. Thanks in advance _________________ GNU/Linux registered user #333828
Last edited by TRx on Thu Apr 08, 2004 3:32 pm; edited 1 time in total |
|
Back to top |
|
|
glowwormy n00b
Joined: 26 Apr 2003 Posts: 32
|
Posted: Thu Apr 08, 2004 12:45 pm Post subject: |
|
|
I've also got a problem with X: X starts but when I quit it I get a black screen with a non-blinking cursor in the upper left corner and I can't do anything more except a hard reboot (I've got a GeForce2 MX)
Also lirc_i2c still isn't working. I patched it myself so it compiles, but the devices aren't created when loading the module. Could this be because I'm running udev? |
|
Back to top |
|
|
Master_Of_Disaster l33t
Joined: 28 Feb 2003 Posts: 610 Location: 15.05072° East, 48.13747° North (aka Mauer), Austria
|
Posted: Thu Apr 08, 2004 1:19 pm Post subject: |
|
|
Just got compile errors with -love3 on AMD64, but thery're easy to fix:
Code: | arch/x86_64/pci/../../i386/pci/irq.c, line 1019: Change SYSCALL_VECTOR to IA32_SYSCALL_VECTOR |
If CONFIG_AMD76X_PM is set, linkage fails with:
Code: | LD .tmp_vmlinux1
arch/x86_64/kernel/built-in.o(.init.text+0x3989): In function `acpi_parse_fadt':
: undefined reference to `pmtmr_ioport'
arch/x86_64/kernel/built-in.o(.init.text+0x398f): In function `acpi_parse_fadt':
: undefined reference to `pmtmr_ioport' |
_________________ post tenebras lux, post fenestras tux
Registered Linux User Nr. 312509
Adopt an unanswered post today! |
|
Back to top |
|
|
ktech Guru
Joined: 12 Apr 2003 Posts: 340
|
Posted: Thu Apr 08, 2004 1:28 pm Post subject: |
|
|
Hi,
I'm a NFORCE user. The fix for nforce motherboards seems to be included in -mm and thus, included in -love, but since a few weeks, I cannot use -love because my computer gets frezed.
Each time I boot to try a new -love, it runs well but then it locks and I LOST DATA from my home directory (not sure if only home).
I'm actually using 2.6.4-rc1-love3 without problems, but I want to upgrade.
What can I do? Some nforce guru around here? Prakash?
Thanks! |
|
Back to top |
|
|
ktech Guru
Joined: 12 Apr 2003 Posts: 340
|
|
Back to top |
|
|
ktech Guru
Joined: 12 Apr 2003 Posts: 340
|
Posted: Thu Apr 08, 2004 2:28 pm Post subject: |
|
|
and by the way, why is love3 so small compared to love1 and 2?
I'm trying to apply love3 over love2 but it rejects, so it's not the way.
No luck, so I suppose the patch is bad generated or even for -mm3 but I'm keeping from trying untils steel say something about it.
cheers. |
|
Back to top |
|
|
steel300 Veteran
Joined: 10 Jul 2003 Posts: 1155
|
Posted: Thu Apr 08, 2004 2:46 pm Post subject: |
|
|
ktech wrote: | and by the way, why is love3 so small compared to love1 and 2?
I'm trying to apply love3 over love2 but it rejects, so it's not the way.
No luck, so I suppose the patch is bad generated or even for -mm3 but I'm keeping from trying untils steel say something about it.
cheers. |
It patches against 2.6.5-mm2, not the old love. _________________ 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 |
|
|
ktech Guru
Joined: 12 Apr 2003 Posts: 340
|
Posted: Thu Apr 08, 2004 2:47 pm Post subject: |
|
|
ok... i'm trying now...
by the way... steel... do you know something about nforce?
I have this:
│ │ [*] Local APIC support on uniprocessors
│ │ [*] IO-APIC support on uniprocessors
but in the before-mentioned post it sais I must disable this.
I'm going to try... but i'm afraid |
|
Back to top |
|
|
cpu Tux's lil' helper
Joined: 09 Nov 2003 Posts: 122 Location: POLAND/ZG
|
Posted: Thu Apr 08, 2004 4:01 pm Post subject: |
|
|
For sr.c problem I've used orginal sr.c from kernel.org sources patched with diff from 2.6.5love1 patch - works fine. |
|
Back to top |
|
|
enzobelmont Guru
Joined: 06 Apr 2004 Posts: 345 Location: Chiapas, Mexico
|
Posted: Thu Apr 08, 2004 6:04 pm Post subject: |
|
|
danone wrote: | This are good news Steel:-) The kernel works fine...but I don't get the feeling of performance as it was with Nick Sched..in 2.6.5-rc1-love2.
but maybe I'm wrong... |
no buddy you're not wrong; nick's sched rulez.... (almost on wine) |
|
Back to top |
|
|
enzobelmont Guru
Joined: 06 Apr 2004 Posts: 345 Location: Chiapas, Mexico
|
Posted: Thu Apr 08, 2004 6:25 pm Post subject: |
|
|
danone wrote: | This are good news Steel:-) The kernel works fine...but I don't get the feeling of performance as it was with Nick Sched..in 2.6.5-rc1-love2.
but maybe I'm wrong... |
now you can try nick's sched in love3 |
|
Back to top |
|
|
enzobelmont Guru
Joined: 06 Apr 2004 Posts: 345 Location: Chiapas, Mexico
|
Posted: Thu Apr 08, 2004 6:52 pm Post subject: oh my gooood!!! |
|
|
is the fastest kernel i've tried in my entire life!!!!
linux user since 1998 |
|
Back to top |
|
|
mlsfit138 Guru
Joined: 20 Sep 2003 Posts: 406 Location: Washington
|
Posted: Thu Apr 08, 2004 7:16 pm Post subject: |
|
|
Pasadena Jr. High? I don't get it. Where do you come up with these bizarre names? Pasadena is about a half hour drive from me, but I can't see any reason why you'd name a kernel release after a Jr. High there. _________________ "Everytime you justify
another good in you dies"
-Converge, The Saddest Day, Petitioning the Empty Sky |
|
Back to top |
|
|
PrakashP Veteran
Joined: 27 Oct 2003 Posts: 1249 Location: C.C.A.A., Germania
|
Posted: Thu Apr 08, 2004 8:45 pm Post subject: |
|
|
@ktech
Try a few hdparm -t /dev/hdX (where X ist your appropriate hd device).
If it doesn't lock-up, your problem is not the infamous APIC issue. Reprot back and we'll see. In the meantime I'll give this baby a try. |
|
Back to top |
|
|
ktech Guru
Joined: 12 Apr 2003 Posts: 340
|
Posted: Thu Apr 08, 2004 8:59 pm Post subject: 2.6.5-love3 in nforce2 motherboard |
|
|
@Prakash and others nforce2 users:
I've been with 2.6.5-love3 for a few hours without lookups. The only change I've made is disabling this in the kernel:
[ ] Local APIC support on uniprocessors
[ ] IO-APIC support on uniprocessors
and disabling APIC 1.4 in the BIOS.
I think CPU Disconnect is enabled. I don't know if this is good or not, but this way it runs flawlessly (by the moment).
Any coment? |
|
Back to top |
|
|
steel300 Veteran
Joined: 10 Jul 2003 Posts: 1155
|
Posted: Thu Apr 08, 2004 9:03 pm Post subject: |
|
|
mlsfit138 wrote: | Pasadena Jr. High? I don't get it. Where do you come up with these bizarre names? Pasadena is about a half hour drive from me, but I can't see any reason why you'd name a kernel release after a Jr. High there. |
I really don't know where the names come from. It's just whatever I feel it should be named. The names are wacky and very off the wall, but that's just the way it is. Pasadena Junior High is the name because it has no relevance to anything.
10 Points to whoever can guess the subtle reference in 2.6.5-love3's name. bssteph, OneOfOne, and anyone else who hangs out on #love-sources is not allowed to guess. They already know the answer. *HINT* It has to do with the Onassis part of the name. _________________ 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 |
|
|
PrakashP Veteran
Joined: 27 Oct 2003 Posts: 1249 Location: C.C.A.A., Germania
|
Posted: Thu Apr 08, 2004 9:05 pm Post subject: |
|
|
@ktech
Yes, with APIC deactivated, your nforce2 should run without a problem. Unless you have a very loaded (with PCI cards) system, using APIC doesn't really benefit you, so leave it like this, as I do the same.
Or if you really want to use APIC, apply following patch from Ross Dickson, updated by Richard James and pass idle=C1halt as kernel parameter. Keep in mind that using this patch with APIC will make your idle temps a bit higher.
Code: |
--- process.c.origional 2004-04-06 19:14:01.000000000 +1000
+++ process.c 2004-04-06 19:13:44.000000000 +1000
@@ -50,6 +50,7 @@
#include <asm/math_emu.h>
#endif
+#include <asm/apic.h>
#include <linux/irq.h>
#include <linux/err.h>
@@ -88,7 +89,7 @@ EXPORT_SYMBOL(enable_hlt);
* We use this if we don't have any better
* idle routine..
*/
-void default_idle(void)
+static void default_idle(void)
{
if (!hlt_counter && current_cpu_data.hlt_works_ok) {
local_irq_disable();
@@ -99,6 +100,28 @@ void default_idle(void)
}
}
+ /*
+ * We use this to avoid nforce2 lockups
+ * Reduces frequency of C1 disconnects
+ */
+static void c1halt_idle(void)
+{
+ if (!hlt_counter && current_cpu_data.hlt_works_ok) {
+ local_irq_disable();
+ /* only hlt disconnect if more than 1.6% of apic interval remains */
+ if( (!need_resched()) &&
+ (apic_read(APIC_TMCCT) > (apic_read(APIC_TMICT)>>6))) {
+ ndelay(600); /* helps nforce2 but adds 0.6us hard int latency */
+ safe_halt(); /* nothing better to do until we wake up */
+ }
+ else
+ local_irq_enable();
+ }
+}
+
+
+
+
/*
* On SMP it's slightly faster (but much more power-consuming!)
* to poll the ->work.need_resched flag instead of waiting for the
@@ -137,16 +160,14 @@ static void poll_idle (void)
* low exit latency (ie sit in a loop waiting for
* somebody to say that they'd like to reschedule)
*/
+static void (*idle)(void);
void cpu_idle (void)
{
/* endless idle loop with no priority at all */
while (1) {
while (!need_resched()) {
- void (*idle)(void) = pm_idle;
-
if (!idle)
- idle = default_idle;
-
+ idle = pm_idle ? pm_idle : default_idle;
irq_stat[smp_processor_id()].idle_timestamp = jiffies;
idle();
}
@@ -201,10 +222,13 @@ static int __init idle_setup (char *str)
{
if (!strncmp(str, "poll", 4)) {
printk("using polling idle threads.\n");
- pm_idle = poll_idle;
+ idle = poll_idle;
} else if (!strncmp(str, "halt", 4)) {
printk("using halt in idle threads.\n");
- pm_idle = default_idle;
+ idle = default_idle;
+ } else if (!strncmp(str, "C1halt", 6)) {
+ printk("using C1 halt disconnect friendly idle threads.\n");
+ idle = c1halt_idle;
}
return 1;
|
|
|
Back to top |
|
|
ktech Guru
Joined: 12 Apr 2003 Posts: 340
|
Posted: Thu Apr 08, 2004 9:24 pm Post subject: |
|
|
I only have a ati-radeon vga card and a TV tuner pci card.
By the moment I'll stay with no apic.
Thanks prakash and steel. |
|
Back to top |
|
|
VolcomPimp Tux's lil' helper
Joined: 11 Mar 2004 Posts: 135 Location: Newark, CA
|
Posted: Thu Apr 08, 2004 9:39 pm Post subject: |
|
|
Steel: Kennedy's wife? |
|
Back to top |
|
|
danone Guru
Joined: 18 Jan 2004 Posts: 398 Location: Germany
|
Posted: Thu Apr 08, 2004 10:05 pm Post subject: |
|
|
"The Little Old Lady From Pasadena" from Jan Berry? _________________ [:: 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 |
|
|
SysOP XXL Tux's lil' helper
Joined: 27 Jan 2004 Posts: 139 Location: Kecskemét, Hungary
|
Posted: Thu Apr 08, 2004 10:12 pm Post subject: Re: oh my gooood!!! |
|
|
enzobelmont wrote: | is the fastest kernel i've tried in my entire life!!!!
linux user since 1998 |
I'm so ...
It doesn't work for me, halts while waiting for the IP address from the DHCP server, and I have to reboot (with ctrl-alt-del, so it's not a hardlock)... I've tried the same config as with 2.6.4-love1, but with no luck.
Some details (might be useful):
1. I use USB connection to my cable modem, with the usbnet module (when I tried compiling it in, it oopsed and didn't work), using an ethernet card is not an option.
2. I've tried with and without APIC
3. The /var/log/messages file doesn't show anything useful
Please help me! |
|
Back to top |
|
|
poormanscomputer Tux's lil' helper
Joined: 04 May 2002 Posts: 114
|
Posted: Fri Apr 09, 2004 4:11 am Post subject: |
|
|
LOL, wow, they really make us work for love-sources now. I was wondering what happened to the thread in off-the-wall, so I gave up and did a search. Let's keep the thread here!
Oh, and great job! Compiling...
poorman
[edit]
Do I need to set my stacks to 4kb or can I leave it at 8kb with an nvidia card? I remember something about it... |
|
Back to top |
|
|
|