|
|
#13 | |
|
Registered User
|
Hi there.
I have overcamed that problem by downloading new nforce driver from http://download.nvidia.com/XFree86/n....0-0256.tar.gz Then make; make install; insmod nvnet; /etc/init.d/netwrok start It should work. At least it worked for my configuration. Good luck! |
|
|
|
|
|
|
#14 | |
|
Registered User
Join Date: May 2003
Posts: 6
|
That is the only version I have tried, since I cannot find any version older or newer than that one. Still doesn't work with the same error. Thanks anyway. I'm glad to hear that it at least works for you.
I think my real problem is that I need some sort of kernel patch for their driver. |
|
|
|
|
|
|
#15 | |
|
Registered User
Join Date: May 2003
Posts: 4
|
Quote:
|
|
|
|
|
|
|
#16 | |
|
Shuttle SN41G2 - AMD 2500
Join Date: May 2003
Posts: 13
|
I have the remap_page_range_R2baf18f2 error fixed, see my thread:
http://www.nvnews.net/vbulletin/show...threadid=11630 titled: error: remap_page_range_R2baf18f2 ![]() Last edited by bromod; 06-03-03 at 10:18 PM. |
|
|
|
|
|
|
#17 |
|
Registered User
Join Date: Apr 2003
Posts: 18
|
In redhat 9, getting the same issue as everyone else... tried make, make install on both 0248, and 0256 tars, got the same error each time.
Here is the ENTIRE error... # make make -C nvnet make[1]: Entering directory `/root/Downloads/Setup/nforce/nforce/nvnet' cc -c -Wall -DLINUX -DMODULE -DEXPORT_SYMTAB -D__KERNEL__ -O -Wstrict-prototypes -DCONFIG_PM -fno-strict-aliasing -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -DMODULE -I/lib/modules/2.4.20-8/build/include nvnet.c make[1]: cc: Command not found make[1]: *** [nvnet.o] Error 127 make[1]: Leaving directory `/root/Downloads/Setup/nforce/nforce/nvnet' make: *** [nvnet_make] Error 2 any ideas at all are appreciated :-) |
|
|
|
|
|
#18 | |
|
Registered User
Join Date: Apr 2003
Posts: 18
|
If you didnt have gcc installed this is one of the problems.... After i installed gcc, i got a whole new set of errors.. very long list of them infact... anyways...
im trying to figure out how to get libc6-dev installed... on another forum this appears to have fixed the problem for another person... think that may fix it, but i cant find it heh... |
|
|
|
|
|
|
#19 |
|
Shuttle SN41G2 - AMD 2500
Join Date: May 2003
Posts: 13
|
yes, definitly looks like gcc is not installed in that post.
Also if you are doing rebuilds, you will need to install the dev rpms to get it to build, and everything that it depends upon. Get the dev rpm that is on you CDROM, and then do something like this... rpm -ivh glibc-devel-2.3.2-11.9.i386.rpm and/or/whatever rpm -ivh libstdc++-devel-3.2.2-5.i386.rpm Tell me a bit more on what you are looking for.... I did these steps... root @ sun 14 > locate libc6 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so /usr/lib/libstdc++-libc6.1-1.so.2 /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so /usr/lib/libstdc++-libc6.2-2.so.3 root @ sun 16 > rpm -qf /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so compat-libstdc++-7.3-2.96.118 root @ sun 17 > locate libstd | grep rpm /rh9/RedHat/RPMS/libstdc++-3.2.2-5.i386.rpm /rh9/RedHat/RPMS/libstdc++-devel-3.2.2-5.i386.rpm /rh9/RedHat/RPMS/compat-libstdc++-7.3-2.96.118.i386.rpm /rh9/RedHat/RPMS/compat-libstdc++-devel-7.3-2.96.118.i386.rpm where rh9 is my local directory where I manually copied the RPMs. |
|
|
|
![]() |
| Thread Tools | |
|
|