Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30794 - New NVidia 1.0-4496 driver won't load thru modprobe with gentoo-sources 2.4.20-pre7 with A7V8X mainboard
Summary: New NVidia 1.0-4496 driver won't load thru modprobe with gentoo-sources 2.4.2...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL: http://lists.suse.com/archive/suse-li...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-09 16:37 UTC by Morten
Modified: 2003-11-11 19:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Morten 2003-10-09 16:37:13 UTC
Then see next thread...
http://babelfish.altavista.com/babelfish/urltrurl?tt=url&url=http%3A%2F%2Flists.
suse.com%2Farchive%2Fsuse-linux%2F2003-Aug%2F2296.html&lp=de_en

See my modprobe output at http://inter.homelinux.net

This new nvidia driver fails to load because of a lack in the kernel asm or 
somethin (i think), the driver manages to build, but not to load. Dunno if it's
the motherboard driver or the headers that are wrong.. At least someone 
mentioned header faults in #linuxhelp.
Would appriciate a patch for this in the next gentoo-sources release :)


Reproducible: Always
Steps to Reproduce:
make install the driver.. and try loading it.

Actual Results:  
/lib/modules/2.4.20-gentoo-r7/kernel/drivers/video/nvidia.o: unresolved symbol 
highmem_start_page
/lib/modules/2.4.20-gentoo-r7/kernel/drivers/video/nvidia.o: unresolved symbol 
kmap_prot
/lib/modules/2.4.20-gentoo-r7/kernel/drivers/video/nvidia.o: unresolved symbol 
kmap_pte
/lib/modules/2.4.20-gentoo-r7/kernel/drivers/video/nvidia.o:
Hint: You are trying to load a module without a GPL compatible license
      and it has unresolved symbols.  Contact the module supplier for
      assistance, only they can help you.

/lib/modules/2.4.20-gentoo-r7/kernel/drivers/video/nvidia.o: insmod 
/lib/modules/2.4.20-gentoo-r7/kernel/drivers/video/nvidia.o failed
/lib/modules/2.4.20-gentoo-r7/kernel/drivers/video/nvidia.o: insmod nvidia 
failed

Expected Results:  
return 0;


Go gentoo :p
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2003-10-10 10:37:02 UTC
Looks like you might be having problems with your kernel configuration. Make
sure the kernel in /usr/src/linux is the one you are using, and if not, get
a fresh kernel and configure it manually. Then remerge nvidia-kernel.
Comment 2 SpanKY gentoo-dev 2003-10-23 09:02:26 UTC
and make sure you have highmem support in your kernel
Comment 3 Morten 2003-10-24 05:42:29 UTC
Solved the problem:
I installed the new 2.4.22 kernel from kernel.org, works grate now,
and with 2000 fps more in glxgears, with the new nvidia driver. :)