[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Winbond 840 NIC Card



 

Hi,
    I've downloaded the winbond NIC card before.  It works fine with my RH6.2.  I now switch to debian and experience some problems while compiling.  Here is a brief description:
 
DarkHorse:/usr/src/modules# uname -a
Linux DarkHorse 2.2.18pre21 #1 Sat Nov 18 18:47:15 EST 2000 i586 unknown
DarkHorse:/usr/src/modules# gcc -DMODULE -D_KERNEL_ -O6 -c winbond-840.c
winbond-840.c:111: linux/modversions.h: No such file or directory
In file included from winbond-840.c:133:
kern_compat.h:42: linux/modversions.h: No such file or directory
DarkHorse:/usr/src/modules# gcc -DMODULE -D_KERNEL_ -O6 -c pci-scan.c
pci-scan.c:56: linux/modversions.h: No such file or directory
In file included from pci-scan.c:67:
kern_compat.h:42: linux/modversions.h: No such file or directory
DarkHorse:/usr/src/modules#
 
I do have version.h under /usr/include/linux directory, but I don't see modversion.h lying around anywhere.  I have looked at the document (www.scyld.com/expert/modules.html) on how to obtain the header file for version.h so I figured I could the similar thing for modversion.h, but I found out I don't have the source for he kernel, so I couldn't do:
cd /usr/src/linux; make include/linux/modversion.h
 
I was wondering if I can have anyone's modversion.h, will it matter?  Or anyway specific way of getting it.
 
 
Thanks,

 
Kevin

Reply to: