LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Suse 9 nvnet problems (https://www.linuxquestions.org/questions/linux-general-1/suse-9-nvnet-problems-138342/)

synecdoche 01-25-2004 01:44 AM

Suse 9 nvnet problems
 
I am having some problems with Suse, which I decided to try tonight. This may take some explaining:

I had installed Red Hat 9, and installed the nvnet drivers for my nforce 2 onboard using the tar.gz files. I had downloaded them with my windows partition and put them onto a shared drive.

I decompressed them on the shared drive, and did the make and make install there, too.

Anyway, I was having some problems with Red Hat, and since I was just playing around, I decided to give Suse a try as I have never used it before. I was quite impressed-- it even suggested during the install that it recognized my ethernet card, something no distro has every done before (well, from the three or four I have tried).

Anyway, tried to go online, but still couldn't. So I went back to the shared drive and tried to make and make install again. Seemed to work okay, but still couldn't get on the net. Tried doing make uninstall, deleted nvnet.o from the drivers directory, and still no go.

Here is the output I get when I try to do a make at this point. Any help would be awesome. I think what i have to do is properly get rid of the old tar.gz stuff and then reinstall clean, but I've tried erasing the files and trying again, but to no avail:

linux:/windows/D/nforce/nvnet # make
cc -c -Wall -DLINUX -DMODULE -DEXPORT_SYMTAB -D__KERNEL__ -O -Wstrict-prototypes -DCONFIG_PM -fno-strict-aliasing -mpreferred-stack-boundary=2 -march=i686 -falign-functions=4 -DMODULE -I/lib/modules/2.4.20-4GB-athlon/build/include -DMODVERSIONS -include /lib/modules/2.4.20-4GB-athlon/build/include/linux/modversions.h nvnet.c
In file included from /lib/modules/2.4.20-4GB-athlon/build/include/linux/netdevice.h:147,
from nvnet.h:35,
from nvnet.c:21:
/lib/modules/2.4.20-4GB-athlon/build/include/linux/skbuff.h: In function `__pskb_pull':
/lib/modules/2.4.20-4GB-athlon/build/include/linux/skbuff.h:856: warning: comparison between signed and unsigned
/lib/modules/2.4.20-4GB-athlon/build/include/linux/skbuff.h: In function `pskb_may_pull':
/lib/modules/2.4.20-4GB-athlon/build/include/linux/skbuff.h:872: warning: comparison between signed and unsigned
ld -r -o temp.o nvnet.o nvnetlib.o
objcopy --strip-symbol="gcc2_compiled." temp.o
cp temp.o nvnet.o
rm temp.o
linux:/windows/D/nforce/nvnet # make install
mkdir -p //lib/modules/2.4.20-4GB-athlon/kernel/drivers/net
install -b -m 644 nvnet.o //lib/modules/2.4.20-4GB-athlon/kernel/drivers/net
linux:/windows/D/nforce/nvnet # modprobe nvnet
/lib/modules/2.4.20-4GB-athlon/kernel/drivers/net/nvnet.o: kernel-module version mismatch
/lib/modules/2.4.20-4GB-athlon/kernel/drivers/net/nvnet.o was compiled for kernel version 2.4.20-4GB
while this kernel is version 2.4.20-4GB-athlon.
/lib/modules/2.4.20-4GB-athlon/kernel/drivers/net/nvnet.o: insmod /lib/modules/2.4.20-4GB-athlon/kernel/drivers/net/nvnet.o failed
/lib/modules/2.4.20-4GB-athlon/kernel/drivers/net/nvnet.o: insmod nvnet failed
linux:/windows/D/nforce/nvnet # insmod nvnet
Using /lib/modules/2.4.20-4GB-athlon/kernel/drivers/net/nvnet.o
/lib/modules/2.4.20-4GB-athlon/kernel/drivers/net/nvnet.o: kernel-module version mismatch
/lib/modules/2.4.20-4GB-athlon/kernel/drivers/net/nvnet.o was compiled for kernel version 2.4.20-4GB
while this kernel is version 2.4.20-4GB-athlon.
linux:/windows/D/nforce/nvnet #

acid_kewpie 01-25-2004 07:44 AM

i would strongly recommend you abandoned the nvnet driver, and use the new "forcedeth" open source driver. have a google for it, it's currently avaiable as a kernel patch, but there are prebuilt versions avaiable too. also if you use the new 2.6.2 kernel in the future it's part of it from the word go.


All times are GMT -5. The time now is 07:01 AM.