Results 1 to 5 of 5
Hi there
i have a dlink DGE 500t network card and i am trying to install it but the module is compiled for the kernel 2.2.17 but i am using ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-15-2003 #1Just Joined!
- Join Date
- Feb 2003
- Posts
- 10
Problem with Dlink DGE 500T
Hi there
i have a dlink DGE 500t network card and i am trying to install it but the module is compiled for the kernel 2.2.17 but i am using Suse linux 7.2 Pro with kernel 2.4.4. Whene i try to recompile the module ia getting Error message.
any help ?
kindly
Ioannis
- 07-15-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
What error do you get, exactly?
- 07-15-2003 #3Just Joined!
- Join Date
- Feb 2003
- Posts
- 10
here is the error:
in the included from sp.c:18
nsmtypes.h:5:module.h:no such fiel or directory
nsmtypes.h:6:kernel.h:no such fiel or directory
nsmtypes.h:7:version.h:no such fiel or directory
nsmtypes.h:8:modversions.h:no such fiel or directory
nsmtypes.h:9
ci.h:no such fiel or directory
nsmtypes.h:11:ioport.h:no such fiel or directory
nsmtypes.h:12:io.h:no such fiel or directory
nsmtypes.h:13:byteorder.h:no such fiel or directory
nsmtypes.h:14:delay.h:no such fiel or directory
nsmtypes.h:18:netdevice.h:no such fiel or directory
nsmtypes.h:19:etherdevice.h:no such fiel or directory
nsmtypes.h:20:skbuffer.h:no such fiel or directory
nsmtypes.h:21:if_ether.h:no such fiel or directory
make ***[sp.o] Error 1
here is also the makefile for the card:
#!/bin/bash
INCLUDEDIR = /usr/include
CFLAGS = -D__KERNEL__ -DMODULE -DCLONE -D__NO_VERSION__ -D_DUMP -DSINGLE_PACKET -D_DGE500T_ -DINTR_HOLDOFF -DMEMMAPPED_IO -D_DBG -DPHY_INTR -DFAILURE_MESSAGES -DSTATISTICS -DASSERTION -DCHECKSUM -DERRDEBUG -O -Wall -I$(INCLUDEDIR) -g -w
OBJS = dgem.o
all: $(OBJS)
dgem.o: sp.o hsm.o dge.o
$(LD) -r $^ -o $@
install:
clean:
rm -f *.o *~ core
- 07-15-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
You will need to install the kernel source code.
- 07-15-2003 #5Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
The source you have isn't compatible with 2.4 series. You should enable National Semiconductor DP83820 support support in your kernel to support that card. You might have to update to the lastest kernel though since I am not sure if that version has this support.


Reply With Quote
