jjxboy 发表于 2004-5-4 23:59:44

bcm4400网卡驱动安装时的怪问题!

在编译b44um.c时出现以下错误信息:
.
.

b44um.c:1525: warning: unused variable `i'
b44um.c: In function `b44_MM_IndicateStatus':
b44um.c:1559: parse error before "pUmDevice"
b44um.c:1560: `pUmDevice' undeclared (first use in this function)
b44um.c:1573: `KERN_ERR' undeclared (first use in this function)
b44um.c:1573: parse error before string constant
b44um.c:1576: warning: implicit declaration of function `netif_carrier_on'
b44um.c:1577: `KERN_INFO' undeclared (first use in this function)
b44um.c:1577: parse error before string constant
b44um.c:1582: dereferencing pointer to incomplete type
b44um.c:1584: dereferencing pointer to incomplete type
b44um.c:1589: dereferencing pointer to incomplete type
b44um.c:1594: dereferencing pointer to incomplete type
b44um.c: In function `b44_MM_FreeRxBuffer':
b44um.c:1616: parse error before "pUmPacket"
b44um.c:1621: `pUmPacket' undeclared (first use in this function)
b44um.c:1621: parse error before "pPacket"
b44um.c: At top level:
b44mm.h:229: storage size of `timer' isn't known
b44mm.h:236: storage size of `tasklet' isn't known
b44um.c:1147: storage size of `bcm4400_pci_driver' isn't known
make: *** Error 1
极盼各位高手能给予解答,谢谢!!!!

applepie 发表于 2004-5-5 01:19:55

公社里有一个bcm4400的驱动rpm的不用自己编译里了

jjxboy 发表于 2004-5-5 18:10:07

找了很久。。。没有找到啊!

applepie 发表于 2004-5-5 18:30:34

http://rpmfind.net/linux/RPM/PLD/dists/ra/updates/security/i686/[email protected]_2.i686.html

jjxboy 发表于 2004-5-5 23:19:26

装了很久还是没有成功,加载模块时失败。
水平有限,哎。。。学电脑先了

jjxboy 发表于 2004-5-6 21:36:42

bcm4400的网卡没有装成功,无奈之下只能老电脑拔了个8139的网卡装了一下,

jjxboy 发表于 2004-5-6 22:12:06

我在make bcm4400.o时总是不成功,

屏幕提示

Makefile:18: *** Linux kernel source tree not found.Stop.

什么意思啊?

公社社长 发表于 2004-7-8 10:58:33

我也在找BCM 4401 的驱动,真难找啊
总算在此处找到了。
高兴中!!
页: [1]
查看完整版本: bcm4400网卡驱动安装时的怪问题!