|
|
发表于 2006-10-27 22:00:20
|
显示全部楼层
我在x60上装的也是一样,无法使用无线网卡
下载ipw3945-linux-1.0.0.tgz后,make报错:(ieee已经安装)
在包含自 /home/resist/Desktop/intel-ipw3945-1.0.0/ipw3945-1.0.0/ipw3945.c:68 的文件中:
/home/resist/Desktop/intel-ipw3945-1.0.0/ipw3945-1.0.0/ipw3945.h:32:26: 错误:linux/config.h:没有那个文件或目录
/home/resist/Desktop/intel-ipw3945-1.0.0/ipw3945-1.0.0/ipw3945.c: 在函数 ‘ipw_send_associate’ 中:
/home/resist/Desktop/intel-ipw3945-1.0.0/ipw3945-1.0.0/ipw3945.c:3874: 错误:提供给函数 ‘ieee80211_tx_frame’ 的实参太少
/home/resist/Desktop/intel-ipw3945-1.0.0/ipw3945-1.0.0/ipw3945.c: 在函数 ‘ipw_bg_daemon_cmd’ 中:
/home/resist/Desktop/intel-ipw3945-1.0.0/ipw3945-1.0.0/ipw3945.c:4319: 错误:提供给函数 ‘ieee80211_tx_frame’ 的实参太少
/home/resist/Desktop/intel-ipw3945-1.0.0/ipw3945-1.0.0/ipw3945.c: 在函数 ‘ipw_auth_work’ 中:
/home/resist/Desktop/intel-ipw3945-1.0.0/ipw3945-1.0.0/ipw3945.c:8698: 错误:提供给函数 ‘ieee80211_tx_frame’ 的实参太少
/home/resist/Desktop/intel-ipw3945-1.0.0/ipw3945-1.0.0/ipw3945.c:8742: 错误:提供给函数 ‘ieee80211_tx_frame’ 的实参太少
/home/resist/Desktop/intel-ipw3945-1.0.0/ipw3945-1.0.0/ipw3945.c: 在函数 ‘ipw_handle_probe_request’ 中:
/home/resist/Desktop/intel-ipw3945-1.0.0/ipw3945-1.0.0/ipw3945.c:8813: 错误:提供给函数 ‘ieee80211_tx_frame’ 的实参太少
make[2]: *** [/home/resist/Desktop/intel-ipw3945-1.0.0/ipw3945-1.0.0/ipw3945.o] 错误 1
make[1]: *** [_module_/home/resist/Desktop/intel-ipw3945-1.0.0/ipw3945-1.0.0] 错误 2
make[1]: Leaving directory `/usr/src/kernels/2.6.18-1.2798.fc6-i586'
make: *** [modules] 错误 2
请高手指点 |
|