mbrosius
10-12-02, 10:40 PM
I am trying to install a new GeForce 4 Ti 4200 into my Mandrake 9.0 system. I ran NVchooser and it told me to download and install NVIDIA_kernel-1.0-3123.mdk82up.i586.rpm
NVIDIA_GLX-1.0-3123.i386.rpm.
I downloaded them but this is the message I get when I tried to install the kernel file:
[root@mark root]# rpm -ivh NVIDIA_kernel-1.03123.mdk82up.i586.rpm
Preparing... ###########################################
[100%]
1:NVIDIA_kernel ###########################################
[100%]
modprobe: Can't locate module NVdriver
NVdriver installed successfully
It doesn't look like it loaded anything since the output was "Can't locate module NVdriver but I installed NVIDIA_GLX-1.0-3123.i386.rpm anyways. I edited my XF86Config-4 file like the README file suggests and started X but it didn't load.
When I grepped the database for the kernel files here was my output:
[root@mark root]# rpm -qa|grep kernel
kernel-2.4.18.6mdk-1-1mdk
kernel-2.4.19.16mdk-1-1mdk
NVIDIA_kernel-1.0-3123.mdk82up
kernel-headers-2.4.18-41mdk
kernel-source-2.4.19-16mdk
I then uninstalled the RPMS I just installed and I tried to install the sources. Here are my results:
[root@mark root]# rpm -ivh NVIDIA_kernel-1.0-3123.src.rpm
1:NVIDIA_kernel ###########################################
[100%]
[root@mark root]# rpm -qa|grep NVIDIA
[root@mark root]#
You can see here that even after I attempted to install the drivers, when I grepped the rpm database, it didn't appear.
[root@mark root]# rpm -ivh NVIDIA_GLX-1.0-3123.i386.rpm
Preparing... ###########################################
[100%]
--- WARNING!!
libglx.a
libGLcore.a
libGL.a
libGL.so.1.0
libGL.so.1.2
libGL.so.1.3.403
--- The above file(s) possibly belong to a conflicting MESA rpm,
--- or to a previous stale NVIDIA distribution.
--- They have been renamed to xxx.<originalFile>.RPMSAVE to
--- avoid conflicting with the files contained within this
--- package.
--- Please see the FREQUENTLY ASKED QUESTIONS section of
--- /usr/share/doc/NVIDIA_GLX-1.0/README for more details.
1:NVIDIA_GLX ###########################################
[100%]
My last attempt to get the drivers installed was to again uninstall anything that was just installed and install the drivers from the tarball. According to the README file, I ran tar zxvf NVIDIA_kernel-1.0-3123.tar.gz and then I change to the NVIDIA_kernel-1.0-3123 directory and ran make install. here are my results:
You appear to be compiling the NVdriver kernel module with
a compiler different from the one that was used to compile
the running kernel. This may be perfectly fine, but there
are cases where this can lead to unexpected behaviour and
system crashes.
If you know what you are doing and want to override this
check, you can do so by setting IGNORE_CC_MISMATCH.
In any other case, set the CC environment variable to the
name of the compiler that was used to compile the kernel.
*** Failed cc sanity check. Bailing out! ***
make: *** [gcc-check] Error 1
[root@mark NVIDIA_kernel-1.0-3123]#
I'm all out of ideas now and would appreciate any help you could provide me. By the way, I tried redownloading the files thinking that maybe I got a "bad" file but these were the same results both times I tried to install them. Thank you.
NVIDIA_GLX-1.0-3123.i386.rpm.
I downloaded them but this is the message I get when I tried to install the kernel file:
[root@mark root]# rpm -ivh NVIDIA_kernel-1.03123.mdk82up.i586.rpm
Preparing... ###########################################
[100%]
1:NVIDIA_kernel ###########################################
[100%]
modprobe: Can't locate module NVdriver
NVdriver installed successfully
It doesn't look like it loaded anything since the output was "Can't locate module NVdriver but I installed NVIDIA_GLX-1.0-3123.i386.rpm anyways. I edited my XF86Config-4 file like the README file suggests and started X but it didn't load.
When I grepped the database for the kernel files here was my output:
[root@mark root]# rpm -qa|grep kernel
kernel-2.4.18.6mdk-1-1mdk
kernel-2.4.19.16mdk-1-1mdk
NVIDIA_kernel-1.0-3123.mdk82up
kernel-headers-2.4.18-41mdk
kernel-source-2.4.19-16mdk
I then uninstalled the RPMS I just installed and I tried to install the sources. Here are my results:
[root@mark root]# rpm -ivh NVIDIA_kernel-1.0-3123.src.rpm
1:NVIDIA_kernel ###########################################
[100%]
[root@mark root]# rpm -qa|grep NVIDIA
[root@mark root]#
You can see here that even after I attempted to install the drivers, when I grepped the rpm database, it didn't appear.
[root@mark root]# rpm -ivh NVIDIA_GLX-1.0-3123.i386.rpm
Preparing... ###########################################
[100%]
--- WARNING!!
libglx.a
libGLcore.a
libGL.a
libGL.so.1.0
libGL.so.1.2
libGL.so.1.3.403
--- The above file(s) possibly belong to a conflicting MESA rpm,
--- or to a previous stale NVIDIA distribution.
--- They have been renamed to xxx.<originalFile>.RPMSAVE to
--- avoid conflicting with the files contained within this
--- package.
--- Please see the FREQUENTLY ASKED QUESTIONS section of
--- /usr/share/doc/NVIDIA_GLX-1.0/README for more details.
1:NVIDIA_GLX ###########################################
[100%]
My last attempt to get the drivers installed was to again uninstall anything that was just installed and install the drivers from the tarball. According to the README file, I ran tar zxvf NVIDIA_kernel-1.0-3123.tar.gz and then I change to the NVIDIA_kernel-1.0-3123 directory and ran make install. here are my results:
You appear to be compiling the NVdriver kernel module with
a compiler different from the one that was used to compile
the running kernel. This may be perfectly fine, but there
are cases where this can lead to unexpected behaviour and
system crashes.
If you know what you are doing and want to override this
check, you can do so by setting IGNORE_CC_MISMATCH.
In any other case, set the CC environment variable to the
name of the compiler that was used to compile the kernel.
*** Failed cc sanity check. Bailing out! ***
make: *** [gcc-check] Error 1
[root@mark NVIDIA_kernel-1.0-3123]#
I'm all out of ideas now and would appreciate any help you could provide me. By the way, I tried redownloading the files thinking that maybe I got a "bad" file but these were the same results both times I tried to install them. Thank you.