public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] nvidia-drivers with tuxonice-sources 2.6.31
@ 2009-10-19  8:18 Stefan G. Weichinger
  2009-10-19  8:25 ` Alan McKinnon
  2009-10-19  8:38 ` Steffen Loos
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan G. Weichinger @ 2009-10-19  8:18 UTC (permalink / raw
  To: gentoo-user


Greets,

I don't get it:

I was running tuxonice-sources-2.6.31 (amd64) for a while now and had
unmasked nvidia-drivers at kernel-change to get nvidia-drivers-190.36
back then. That worked fine so far.

At that time I had gcc-4.4.1, btw.

2 days ago I did some changes, got gcc-4.4.2 and also new
nvidia-drivers-190.40. The drivers compiled but didn't load, dmesg said:

nvidia: disagrees about version of symbol module_layout

hmm

Tried some things then decided to go back to 190.36 ... but they don't
load as well. Yes, I removed the module (modprobe -r) before trying to
load the new one ...

I even tried to downgrade gcc again to get back to the gcc/nvidia-combo
that had worked before. No success.

Now I have a workstation without X and it's monday ;)

*sigh*

Any ideas? What do I miss here??

http://www.gentoo.org/doc/en/nvidia-guide.xml#doc_chap4

talks about mtrr, I have 8 GB in that machine and some "uncachable"
lines in that output, but it has worked before and I don't have an
according BIOS-entry.

I assume that's not the issue here ....

Thanks a lot, Stefan



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] nvidia-drivers with tuxonice-sources 2.6.31
  2009-10-19  8:18 [gentoo-user] nvidia-drivers with tuxonice-sources 2.6.31 Stefan G. Weichinger
@ 2009-10-19  8:25 ` Alan McKinnon
  2009-10-19  8:43   ` Stefan G. Weichinger
  2009-10-19  8:38 ` Steffen Loos
  1 sibling, 1 reply; 4+ messages in thread
From: Alan McKinnon @ 2009-10-19  8:25 UTC (permalink / raw
  To: gentoo-user

On Monday 19 October 2009 10:18:28 Stefan G. Weichinger wrote:
> Greets,
> 
> I don't get it:
> 
> I was running tuxonice-sources-2.6.31 (amd64) for a while now and had
> unmasked nvidia-drivers at kernel-change to get nvidia-drivers-190.36
> back then. That worked fine so far.
> 
> At that time I had gcc-4.4.1, btw.
> 
> 2 days ago I did some changes, got gcc-4.4.2 and also new
> nvidia-drivers-190.40. The drivers compiled but didn't load, dmesg said:
> 
> nvidia: disagrees about version of symbol module_layout
> 
> hmm
> 
> Tried some things then decided to go back to 190.36 ... but they don't
> load as well. Yes, I removed the module (modprobe -r) before trying to
> load the new one ...
> 
> I even tried to downgrade gcc again to get back to the gcc/nvidia-combo
> that had worked before. No success.
> 
> Now I have a workstation without X and it's monday ;)
> 
> *sigh*
> 
> Any ideas? What do I miss here??
> 
> http://www.gentoo.org/doc/en/nvidia-guide.xml#doc_chap4
> 
> talks about mtrr, I have 8 GB in that machine and some "uncachable"
> lines in that output, but it has worked before and I don't have an
> according BIOS-entry.
> 
> I assume that's not the issue here ....

Rebuild your kernel and the nvidia modules with the same compiler.

You are using a kernel built with an older compiler and nvidia modules built 
with a newer compiler. nvidia doesn't like that.

-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] nvidia-drivers with tuxonice-sources 2.6.31
  2009-10-19  8:18 [gentoo-user] nvidia-drivers with tuxonice-sources 2.6.31 Stefan G. Weichinger
  2009-10-19  8:25 ` Alan McKinnon
@ 2009-10-19  8:38 ` Steffen Loos
  1 sibling, 0 replies; 4+ messages in thread
From: Steffen Loos @ 2009-10-19  8:38 UTC (permalink / raw
  To: gentoo-user

Stefan G. Weichinger schrieb:
> Greets,
> 
> I don't get it:
> 
> I was running tuxonice-sources-2.6.31 (amd64) for a while now and had
> unmasked nvidia-drivers at kernel-change to get nvidia-drivers-190.36
> back then. That worked fine so far.
> 
> At that time I had gcc-4.4.1, btw.
> 
> 2 days ago I did some changes, got gcc-4.4.2 and also new
> nvidia-drivers-190.40. The drivers compiled but didn't load, dmesg said:
> 
> nvidia: disagrees about version of symbol module_layout
> 
> hmm
> 
> Tried some things then decided to go back to 190.36 ... but they don't
> load as well. Yes, I removed the module (modprobe -r) before trying to
> load the new one ...
> 
> I even tried to downgrade gcc again to get back to the gcc/nvidia-combo
> that had worked before. No success.
> 
> Now I have a workstation without X and it's monday ;)
> 
> *sigh*
> 
> Any ideas? What do I miss here??
From the output above i think your nvidia isn't compiled to your running kernel.

So just an idea:
compile your kernel and the nvidia with same compiler. 


Steffen




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] nvidia-drivers with tuxonice-sources 2.6.31
  2009-10-19  8:25 ` Alan McKinnon
@ 2009-10-19  8:43   ` Stefan G. Weichinger
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan G. Weichinger @ 2009-10-19  8:43 UTC (permalink / raw
  To: gentoo-user

Alan McKinnon schrieb:

> Rebuild your kernel and the nvidia modules with the same compiler.
> 
> You are using a kernel built with an older compiler and nvidia modules built 
> with a newer compiler. nvidia doesn't like that.

Thanks, Alan (and Steffen with the same hint):

Rebuilt both with gcc-4.4.2, X is up again.

Although I still don't fully get it: I had the kernel compiled with
4.4.1 and (after downgrading gcc to 4.4.1 yesterday) also the
nvidia-drivers built with 4.4.1 ... so the match should have been there
already?

Anyway, X is up so I can go to work. I nearly decided to fire up
thunderbird on the thinkpad and boot Windows on my workstation to game a
bit ;-)

Thanks, Stefan



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-10-19  8:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-19  8:18 [gentoo-user] nvidia-drivers with tuxonice-sources 2.6.31 Stefan G. Weichinger
2009-10-19  8:25 ` Alan McKinnon
2009-10-19  8:43   ` Stefan G. Weichinger
2009-10-19  8:38 ` Steffen Loos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox