Xnici
05-13-04, 01:19 AM
Hi, guys. I read many posts about the RH9 ethernet problem. And tried to follow every suggestion to solve my ethernet problem in RH9. but none of them works.
here is what I did in my last try.
tar xvf NVIDIA_nforce-1.0-0261.tar
then enter the nvnet directory then type "make", below are the last serval line of the output
nvnet.c:1279: dereferencing pointer to incomplete type
nvnet.c:1280: dereferencing pointer to incomplete type
nvnet.c:1280: dereferencing pointer to incomplete type
nvnet.c: In function `nvnet_init_module':
nvnet.c:1297: warning: implicit declaration of function `pci_module_init'
nvnet.c: In function `nvnet_cleanup_module':
nvnet.c:1303: warning: implicit declaration of function
`pci_unregister_driver'
nvnet.c: In function `nvnet_suspend':
nvnet.c:1322: warning: implicit declaration of function `pci_get_drvdata'
nvnet.c:1323: dereferencing pointer to incomplete type
nvnet.c:1325: warning: implicit declaration of function `netif_running'
nvnet.c:1331: warning: implicit declaration of function `netif_device_detach'
nvnet.c: In function `nvnet_resume':
nvnet.c:1347: dereferencing pointer to incomplete type
nvnet.c:1350: dereferencing pointer to incomplete type
nvnet.c:1355: warning: implicit declaration of function `netif_device_attach'
nvnet.c: At top level:
nvnet.c:99: storage size of `nvnet_driver' isn't known
Then I type "make install" And I got
mkdir -p //lib/modules/2.4.20-8/kernel/drivers/net
install -b -m 644 nvnet.o //lib/modules/2.4.20-8/kernel/drivers/net
install: cannot stat `nvnet.o': No such file or directory
make: *** [install] Error 1
Any more suggestions for this problem. I have been seeking a solution for a long time!!! :( :( :(
here is what I did in my last try.
tar xvf NVIDIA_nforce-1.0-0261.tar
then enter the nvnet directory then type "make", below are the last serval line of the output
nvnet.c:1279: dereferencing pointer to incomplete type
nvnet.c:1280: dereferencing pointer to incomplete type
nvnet.c:1280: dereferencing pointer to incomplete type
nvnet.c: In function `nvnet_init_module':
nvnet.c:1297: warning: implicit declaration of function `pci_module_init'
nvnet.c: In function `nvnet_cleanup_module':
nvnet.c:1303: warning: implicit declaration of function
`pci_unregister_driver'
nvnet.c: In function `nvnet_suspend':
nvnet.c:1322: warning: implicit declaration of function `pci_get_drvdata'
nvnet.c:1323: dereferencing pointer to incomplete type
nvnet.c:1325: warning: implicit declaration of function `netif_running'
nvnet.c:1331: warning: implicit declaration of function `netif_device_detach'
nvnet.c: In function `nvnet_resume':
nvnet.c:1347: dereferencing pointer to incomplete type
nvnet.c:1350: dereferencing pointer to incomplete type
nvnet.c:1355: warning: implicit declaration of function `netif_device_attach'
nvnet.c: At top level:
nvnet.c:99: storage size of `nvnet_driver' isn't known
Then I type "make install" And I got
mkdir -p //lib/modules/2.4.20-8/kernel/drivers/net
install -b -m 644 nvnet.o //lib/modules/2.4.20-8/kernel/drivers/net
install: cannot stat `nvnet.o': No such file or directory
make: *** [install] Error 1
Any more suggestions for this problem. I have been seeking a solution for a long time!!! :( :( :(