Bug 68912
Summary: | 2.4.18-5 NVidia driver module won't install | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Frazer Williams <pfw> |
Component: | kernel | Assignee: | Arjan van de Ven <arjanv> |
Status: | CLOSED NOTABUG | QA Contact: | Brian Brock <bbrock> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 7.3 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-07-16 02:56:41 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Frazer Williams
2002-07-15 21:52:24 UTC
After looking at the Loadable Kernel MOdule HOWTO, and the outputs of the insmod NVdriver errors and cat /proc/ksyms under the 2.4.28-5 kernel, I think the problem is related to symbol versioning. For example, insmod reports /lib/modules/2.4.18-5/kernel/drivers/video/NVdriver: unresolved symbol pci_read_config_word_R46710516 whereas I find the following symbol in /proc/ksyms c01ab960 pci_read_config_word_R4433deb0 Under 2.4.18-4, the symbol the driver wants is available in /proc/ksyms. You need to recompile the Nvidia driver against the 2.4.18-5 source code. I have to do a make mrproper, make oldconfig, make dep then go to the directory with the Nvidia source and rebuild the driver. I do this with the 2.4.18-5 kernel booted. Yes you need to compile kernel modules against the kernel you want to load them in. You don't need a make mrproper or anything; just the kernel-source installed should work. However nvidia driver is not supported, closing as NOTABUG |