Hi,
My USB NIC is using DaviCom dm9601 chip,
i tried the driver built by meanie (
https://www.oesf.org/forums/index.php?showt...155807&st=180 )
but unfortunately, it dosen't work.
when i tried to depmod or insmod
it reported a "Floating point" error
#insmod dm9601.o
Floating point exception
so, i tried to build it myself.
i am using pdaxrom 1.1 beta3,
gcc version is 3.4.6
i linked source code of linux kernel (2.4.20) to /usr/src/linux
and i make the version.h
cd /usr/src/linux
make include/linux/version.h
then i compiled the dm9601 driver for 2.4.20.
built it succesfully, but when i tried to insmod,
i got this error message:
# insmod dm9601.o
dm9601.o: couldn't find the kernel version the module was compiled for
can any body help me?
thanks.
--Wells.