请教ubuntu下装网卡驱动安装
发表于 : 2007-10-08 21:01
装了ubuntu7.04,网卡是3Com Gigabit NIC 3C2000
按照安装说明一步步装的,但是出现了以下的问题
如果是
#make load就会出现类似以下的错误报告
skge.c:4580: warning: passing argument 3 of ‘XmitFrame’ from incompatible p
ointer type
skge.c: In function ‘SkErrorLog’:
skge.c:4616: warning: implicit declaration of function ‘strcpy’
skge.c:4616: warning: incompatible implicit declaration of built-in function
‘strcpy’
skge.c:4637: error: ‘KERN_INFO’ undeclared (first use in this function)
skge.c:4637: error: expected ‘)’ before string constant
make: *** [skge.o] Error 1
安装说明里面指出可以"insmod 3c2000.o" ,但是为什么安装包里有没有这个“3c2000.o
”文件呢?
谢谢各位啦~~~[/code]
按照安装说明一步步装的,但是出现了以下的问题
如果是
#make load就会出现类似以下的错误报告
skge.c:4580: warning: passing argument 3 of ‘XmitFrame’ from incompatible p
ointer type
skge.c: In function ‘SkErrorLog’:
skge.c:4616: warning: implicit declaration of function ‘strcpy’
skge.c:4616: warning: incompatible implicit declaration of built-in function
‘strcpy’
skge.c:4637: error: ‘KERN_INFO’ undeclared (first use in this function)
skge.c:4637: error: expected ‘)’ before string constant
make: *** [skge.o] Error 1
安装说明里面指出可以"insmod 3c2000.o" ,但是为什么安装包里有没有这个“3c2000.o
”文件呢?
谢谢各位啦~~~[/code]