Re: PROBLEM:Bug when installing NVidia Driver Module

2001-04-03 Thread Alan Cox
> I have tried out the latest NVidia driver set, and they do work fine > for me with plain vanilla 2.4.3 on my Athlon with GCC 2.95.3. I would > blame your compiler, it's dated July 2000, that's an old CVS version > AFAIK. The memcpy one is their bug. - To unsubscribe from this list: send the li

Re: PROBLEM:Bug when installing NVidia Driver Module

2001-04-02 Thread Aric Cyr
I have tried out the latest NVidia driver set, and they do work fine for me with plain vanilla 2.4.3 on my Athlon with GCC 2.95.3. I would blame your compiler, it's dated July 2000, that's an old CVS version AFAIK. - Aric - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: PROBLEM:Bug when installing NVidia Driver Module

2001-04-02 Thread Alan Cox
> /lib/modules/2.4.3/video/NVDriver: unresolved symbol _mmx_memcpy > > however if i rebuild my kernel using an "i686" architecture this problem > no longer comes up. > > It is quite possible that this is NVidia's problem, however it seemed > reasonable that the "athlon" architecture should suppo

Re: PROBLEM:Bug when installing NVidia Driver Module

2001-04-02 Thread Aric Cyr
According to the kernel soruces, _mmx_memcpy is only defined when Athlon is selected... I noticed that you are using GCC 2.96... Is this the latest one that Redhat recommends you update in order to build the kernel? I forget, something like GCC 2.96-79. I have a similar setup at home... I'll tr

PROBLEM:Bug when installing NVidia Driver Module

2001-04-01 Thread Greg von Beck
[1.] Bug when installing NVidia Driver Module on "athlon" architecture [2.] the following error comes up when i attempt to install NVdriver module from NVidia. I build the Nvidia driver from the NVIDIA_kernel-0.9-769.tar.gz found at www.nvidia.com command insmod /lib/modules/2.4.3/video/NVDriver