Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.3-love1 aka "Fuzzy Bunnies Of Crazy Doom"
View unanswered posts
View posts from last 24 hours

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


Joined: 18 May 2003
Posts: 280

PostPosted: Fri Feb 20, 2004 7:11 pm    Post subject: Reply with quote

Before you start, make sure *both* /usr/src/linux and /usr/src/linux-beta point to your love-sources:
Code:

cd /usr/src/linux/
rmmod nvidia
opengl-update xfree
emerge -aC nvidia-kernel
emerge -aC nvidia-glx
rm /lib/modules/2.6.3-love2/ -rf
make modules_install
emerge -av nvidia-kernel
emerge -av nvidia-glx
modprobe nvidia
opengl-update nvidia
startx

Basically I started over with the modules. Hope that helps. My XFConfig was already setup because I had used my nvidia card with 2.6.0/1 so XFree did not need any changes.
Back to top
View user's profile Send private message
Dinini
Apprentice
Apprentice


Joined: 11 Jun 2003
Posts: 236

PostPosted: Fri Feb 20, 2004 7:20 pm    Post subject: Reply with quote

For what it's worth, the need to have Local APIC enabled on uniprocessor was a bug in the 2.6.3-mm1 patch, it's gone in 2.6.3-mm2... it complies cleanly with Local APIC disabled again.
Back to top
View user's profile Send private message
TheEternalVortex
Apprentice
Apprentice


Joined: 15 Oct 2002
Posts: 207
Location: San Jose, CA

PostPosted: Fri Feb 20, 2004 7:47 pm    Post subject: Reply with quote

I get this odd error:
Code:

  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
  KSYM    .tmp_kallsyms1.S
  AS      .tmp_kallsyms1.o
.tmp_kallsyms1.S: Assembler messages:
.tmp_kallsyms1.S:1315: Error: unknown pseudo-op: `.ong'
.tmp_kallsyms1.S:6558: Error: unknown pseudo-op: `.ong'
.tmp_kallsyms1.S:10490: Error: unknown pseudo-op: `.ong'
.tmp_kallsyms1.S:26555: Error: unknown pseudo-op: `.sciz'
.tmp_kallsyms1.S:29295: Error: unknown pseudo-op: `.sciz'
.tmp_kallsyms1.S:30641: Error: unknown pseudo-op: `.sciz'
make: *** [.tmp_kallsyms1.o] Error 1
Kernel didn't compile cleanly!

Bah, what could that be?
_________________
-- Andy
Back to top
View user's profile Send private message
Lunchy
n00b
n00b


Joined: 22 Aug 2003
Posts: 70
Location: Hartford, Wisconsin

PostPosted: Fri Feb 20, 2004 7:52 pm    Post subject: Reply with quote

AgenT wrote:
Before you start, make sure *both* /usr/src/linux and /usr/src/linux-beta point to your love-sources:


yea, I did that, (see my first post about it on page 4 of this thread), maybe something with my nvidia modules are hosed. Eh, I'll give MM2 a try tonight and see what happens
_________________
-Lunchy
Back to top
View user's profile Send private message
bssteph
l33t
l33t


Joined: 26 Feb 2003
Posts: 652
Location: Wisconsin

PostPosted: Fri Feb 20, 2004 8:38 pm    Post subject: Reply with quote

TheEternalVortex wrote:
I get this odd error:
Code:

  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
  KSYM    .tmp_kallsyms1.S
  AS      .tmp_kallsyms1.o
.tmp_kallsyms1.S: Assembler messages:
.tmp_kallsyms1.S:1315: Error: unknown pseudo-op: `.ong'
.tmp_kallsyms1.S:6558: Error: unknown pseudo-op: `.ong'
.tmp_kallsyms1.S:10490: Error: unknown pseudo-op: `.ong'
.tmp_kallsyms1.S:26555: Error: unknown pseudo-op: `.sciz'
.tmp_kallsyms1.S:29295: Error: unknown pseudo-op: `.sciz'
.tmp_kallsyms1.S:30641: Error: unknown pseudo-op: `.sciz'
make: *** [.tmp_kallsyms1.o] Error 1
Kernel didn't compile cleanly!

Bah, what could that be?

Been compiling with -freduce-all-givs ? This could be the same binutils bug I've hit in the past. If this is the case, filter or remove -freduce-all-givs and rebuild binutils.
Back to top
View user's profile Send private message
TheEternalVortex
Apprentice
Apprentice


Joined: 15 Oct 2002
Posts: 207
Location: San Jose, CA

PostPosted: Fri Feb 20, 2004 9:04 pm    Post subject: Reply with quote

Oh, thanks a lot, I do have -freduce-all-givs. I will recompile.
_________________
-- Andy
Back to top
View user's profile Send private message
TheEternalVortex
Apprentice
Apprentice


Joined: 15 Oct 2002
Posts: 207
Location: San Jose, CA

PostPosted: Fri Feb 20, 2004 9:32 pm    Post subject: Reply with quote

It compiled fine this time, thanks a lot :).
_________________
-- Andy
Back to top
View user's profile Send private message
en_jones
n00b
n00b


Joined: 09 Feb 2004
Posts: 37
Location: California

PostPosted: Sat Feb 21, 2004 12:21 am    Post subject: Reply with quote

I noticed love-r3 is out on the ftp site, but every compilation seems to fail on parport_pc:

Code:
drivers/parport/parport_pc.c: In function `parport_pc_unregister_port':
drivers/parport/parport_pc.c:2337: error: `priv' undeclared (first use in this function)
drivers/parport/parport_pc.c:2337: error: (Each undeclared identifier is reported only once
drivers/parport/parport_pc.c:2337: error: for each function it appears in.)
make[2]: *** [drivers/parport/parport_pc.o] Error 1
make[1]: *** [drivers/parport] Error 2
make: *** [drivers] Error 2
* gen_die(): compile of modules failed


It does this whether it's compiled as a module or in the kernel. Any help?
Back to top
View user's profile Send private message
AgenT
Apprentice
Apprentice


Joined: 18 May 2003
Posts: 280

PostPosted: Sat Feb 21, 2004 12:38 am    Post subject: Reply with quote

en_jones wrote:
I noticed love-r3 is out on the ftp site, but every compilation seems to fail on parport_pc:

Code:
drivers/parport/parport_pc.c: In function `parport_pc_unregister_port':
drivers/parport/parport_pc.c:2337: error: `priv' undeclared (first use in this function)
drivers/parport/parport_pc.c:2337: error: (Each undeclared identifier is reported only once
drivers/parport/parport_pc.c:2337: error: for each function it appears in.)
make[2]: *** [drivers/parport/parport_pc.o] Error 1
make[1]: *** [drivers/parport] Error 2
make: *** [drivers] Error 2
* gen_die(): compile of modules failed


It does this whether it's compiled as a module or in the kernel. Any help?


Thou shalt clicketh hereth.
Back to top
View user's profile Send private message
cpu
Tux's lil' helper
Tux's lil' helper


Joined: 09 Nov 2003
Posts: 122
Location: POLAND/ZG

PostPosted: Sat Feb 21, 2004 6:25 pm    Post subject: Reply with quote

I have two problems with 2.6.3-love1:
1. Strange lock ups like with kernel without nForce APIC patch (I have ABIT NF7S 2.0 with newest bios) - from time to time system freze and I have only to reboot :(
2. Problems with new radeonfb - when I start system everything is all right (append="video=radeonfb:1024x768-32@85" but when I start Xfree (4.4.0rc2) and then want to back to console I have screen broken - I mean I can't see anything.

Please help
Back to top
View user's profile Send private message
shiftzero
Tux's lil' helper
Tux's lil' helper


Joined: 16 Mar 2003
Posts: 89

PostPosted: Sun Feb 22, 2004 8:23 am    Post subject: Reply with quote

Darckness wrote:
Success! I reversed the original bootsplash with only one error that needed some manual editing, then applied the new one. The new patch can be found at http://darc.ath.cx:81/linux/2.6.3-love2.patch.bz2 with ONLY the bootsplash updated.


Well, I only want the updated bootsplash; ¿how do I separate it from the patch?
_________________
Virtute tva fiat pax in.
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 Previous  1, 2, 3, 4, 5, 6
Page 6 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