* nvidia binary driver broken with 2.6.6-rc{1,2}, reverting a -mm patch makes it work
@ 2004-04-23 8:20 Rik van Ballegooijen
2004-04-23 8:30 ` Ralf Hildebrandt
2004-04-23 14:36 ` Brian Gerst
0 siblings, 2 replies; 6+ messages in thread
From: Rik van Ballegooijen @ 2004-04-23 8:20 UTC (permalink / raw)
To: lkml
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Because of a patch from -mm merged in mainstream i cannot get the nvidia
binary to work with the 2.6.6 release candidates. I get this message
when doing `modprobe nvidia`:
FATAL: Error inserting nvidia (/lib/modules/2.6.6-rc2/video/nvidia.ko):
Invalid module format
On advice of mcp i tried reverting the following patch, which made it
load again.
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.5-rc3/2.6.5-rc3-mm4/broken-out/move-__this_module-to-modpost.patch
Is there any long-term solution for this comming up? TIA
- -Rik
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFAiNHjq1cnhHKeD68RAnGVAKC3LWYr43fRkJJ5gshQH2Z/APeohACg6uO3
Q4I+pRmByE0PLSQuZXMSSBI=
=JEbV
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: nvidia binary driver broken with 2.6.6-rc{1,2}, reverting a -mm patch makes it work
2004-04-23 8:20 nvidia binary driver broken with 2.6.6-rc{1,2}, reverting a -mm patch makes it work Rik van Ballegooijen
@ 2004-04-23 8:30 ` Ralf Hildebrandt
2004-04-23 8:37 ` Marc-Christian Petersen
2004-04-23 14:36 ` Brian Gerst
1 sibling, 1 reply; 6+ messages in thread
From: Ralf Hildebrandt @ 2004-04-23 8:30 UTC (permalink / raw)
To: lkml
* Rik van Ballegooijen <sleightofmind@xs4all.nl>:
> Hi,
>
> Because of a patch from -mm merged in mainstream i cannot get the nvidia
> binary to work with the 2.6.6 release candidates. I get this message
> when doing `modprobe nvidia`:
$ uname -a
Linux hummus2 2.6.6-rc2-bk1 #1 Thu Apr 22 14:15:08 CEST 2004 i686
GNU/Linux
nvidia works like a charm here.
--
Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt@charite.de
Charite - Universitätsmedizin Berlin Tel. +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-916
IT-Zentrum Standort Campus Mitte AIM. ralfpostfix
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: nvidia binary driver broken with 2.6.6-rc{1,2}, reverting a -mm patch makes it work
2004-04-23 8:30 ` Ralf Hildebrandt
@ 2004-04-23 8:37 ` Marc-Christian Petersen
2004-04-23 8:41 ` Ralf Hildebrandt
0 siblings, 1 reply; 6+ messages in thread
From: Marc-Christian Petersen @ 2004-04-23 8:37 UTC (permalink / raw)
To: linux-kernel; +Cc: Ralf Hildebrandt, Rik van Ballegooijen
On Friday 23 April 2004 10:30, Ralf Hildebrandt wrote:
Hi Ralf,
> > Because of a patch from -mm merged in mainstream i cannot get the nvidia
> > binary to work with the 2.6.6 release candidates. I get this message
> > when doing `modprobe nvidia`:
> $ uname -a
> Linux hummus2 2.6.6-rc2-bk1 #1 Thu Apr 22 14:15:08 CEST 2004 i686
> GNU/Linux
> nvidia works like a charm here.
that's the problem. It works for many people, for many others not. It always
worked fine for me too but I had to rip that out of my 2.6-WOLK tree to
satisfy all people using wolk and lack of knowledge to fix that by myself.
ciao, Marc
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: nvidia binary driver broken with 2.6.6-rc{1,2}, reverting a -mm patch makes it work
2004-04-23 8:37 ` Marc-Christian Petersen
@ 2004-04-23 8:41 ` Ralf Hildebrandt
0 siblings, 0 replies; 6+ messages in thread
From: Ralf Hildebrandt @ 2004-04-23 8:41 UTC (permalink / raw)
To: linux-kernel
* Marc-Christian Petersen <m.c.p@kernel.linux-systeme.com>:
> > $ uname -a
> > Linux hummus2 2.6.6-rc2-bk1 #1 Thu Apr 22 14:15:08 CEST 2004 i686
> > GNU/Linux
> > nvidia works like a charm here.
>
> that's the problem. It works for many people, for many others not. It always
Oh shit!
> worked fine for me too but I had to rip that out of my 2.6-WOLK tree to
> satisfy all people using wolk and lack of knowledge to fix that by myself.
--
Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt@charite.de
Charite - Universitätsmedizin Berlin Tel. +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-916
IT-Zentrum Standort Campus Mitte AIM. ralfpostfix
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: nvidia binary driver broken with 2.6.6-rc{1,2}, reverting a -mm patch makes it work
2004-04-23 8:20 nvidia binary driver broken with 2.6.6-rc{1,2}, reverting a -mm patch makes it work Rik van Ballegooijen
2004-04-23 8:30 ` Ralf Hildebrandt
@ 2004-04-23 14:36 ` Brian Gerst
1 sibling, 0 replies; 6+ messages in thread
From: Brian Gerst @ 2004-04-23 14:36 UTC (permalink / raw)
To: Rik van Ballegooijen; +Cc: lkml
Rik van Ballegooijen wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> Because of a patch from -mm merged in mainstream i cannot get the nvidia
> binary to work with the 2.6.6 release candidates. I get this message
> when doing `modprobe nvidia`:
>
> FATAL: Error inserting nvidia (/lib/modules/2.6.6-rc2/video/nvidia.ko):
> Invalid module format
>
> On advice of mcp i tried reverting the following patch, which made it
> load again.
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.5-rc3/2.6.5-rc3-mm4/broken-out/move-__this_module-to-modpost.patch
>
>
> Is there any long-term solution for this comming up? TIA
Could you send me your .config?
--
Brian Gerst
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: nvidia binary driver broken with 2.6.6-rc{1,2}, reverting a -mm patch makes it work
@ 2004-04-23 16:43 Antony Suter
0 siblings, 0 replies; 6+ messages in thread
From: Antony Suter @ 2004-04-23 16:43 UTC (permalink / raw)
To: linux-kernel; +Cc: m.c.p, Ralf.Hildebrandt, sleightofmind
[-- Attachment #1: Type: text/plain, Size: 1210 bytes --]
Marc wrote:
> On Friday 23 April 2004 10:30, Ralf Hildebrandt wrote:
> Hi Ralf,
>
> > > Because of a patch from -mm merged in mainstream i cannot get the
nvidia
> > > binary to work with the 2.6.6 release candidates. I get this
message
> > > when doing `modprobe nvidia`:
>
> > $ uname -a
> > Linux hummus2 2.6.6-rc2-bk1 #1 Thu Apr 22 14:15:08 CEST 2004 i686
> > GNU/Linux
> > nvidia works like a charm here.
>
> that's the problem. It works for many people, for many others not. It
always
> worked fine for me too but I had to rip that out of my 2.6-WOLK tree
to
> satisfy all people using wolk and lack of knowledge to fix that by
myself.
I had this problem, and I resolved it for me like this: In the
NVIDIA-Linux-x86-1.0-5336-pkg?.run archive from Nvidia are multiple make
files. By default, my distro was using the make file "makefile" and it
stopped working. I switched to using "Makefile.kbuild", which is
oriented to 2.6 kernels, and it works again. Comments within
Makefile.kbuild touch on changes to module handling in 2.6 compared to
2.4.
--
- Antony Suter (suterant users sourceforge net) "Bonta"
- "...through shadows falling, out of memory and time..."
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-04-23 16:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-23 8:20 nvidia binary driver broken with 2.6.6-rc{1,2}, reverting a -mm patch makes it work Rik van Ballegooijen
2004-04-23 8:30 ` Ralf Hildebrandt
2004-04-23 8:37 ` Marc-Christian Petersen
2004-04-23 8:41 ` Ralf Hildebrandt
2004-04-23 14:36 ` Brian Gerst
-- strict thread matches above, loose matches on Subject: below --
2004-04-23 16:43 Antony Suter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox