Click to See Complete Forum and Search --> : Network Adapter


opensource
10-18-2001, 12:31 AM
I am running Debian GNU/Linux with the 2.2.19 kernel. I had purchased a D-Link DGE500t Network Adapter which shiped with driver source files. When I ran the 'make' file it gave me an error "cannot find linux/modversions.h header file". So I created a blank modversions.h file within the 'usr/include/linux/' directory and 'make' ran cleanly after that cheap trick.
When I tried to run 'insmod dgem.o' (dgem.o is the object file it produced) it told me that dgem.o was compiled for the 2.2.18 kernel and I cannot run it on my 2.2.19 kernel.
Is there something I can change within the source of the driver file or within the source for the kernel to get the driver to work?

Any Help would be great,
Andrew

thedexman
10-18-2001, 01:06 AM
Please do not cross post.