|
|

楼主 |
发表于 2005-2-24 20:17:05
|
显示全部楼层
呵呵,我的问题已经自己解决了
这是我在FedoraForum的贴子,懒得翻译回来了:
http://fedoraforum.org/forum/sho ... posted=1#post208204
I got the same problem in fc3(last update by yum at Feb 18,2005)
But now ,I've solved this problem :
http://rpmfind.net/linux/RPM/freshr....fr.noarch.html
or you find ipw2200-firmware-2.2-2.1by yourself
then rpm -ivh it.
And now in my system:
[xxxxx@xxxxxxx firmware]# rpm -ql ipw2200-firmware
/etc/firmware/ipw2200_boot.fw
/etc/firmware/ipw2200_bss.fw
/etc/firmware/ipw2200_bss_ucode.fw
/etc/firmware/ipw2200_ibss.fw
/etc/firmware/ipw2200_ibss_ucode.fw
/lib/firmware/ipw2200_boot.fw
/lib/firmware/ipw2200_bss.fw
/lib/firmware/ipw2200_bss_ucode.fw
/lib/firmware/ipw2200_ibss.fw
/lib/firmware/ipw2200_ibss_ucode.fw
/usr/lib/hotplug/firmware/ipw2200_boot.fw
/usr/lib/hotplug/firmware/ipw2200_bss.fw
/usr/lib/hotplug/firmware/ipw2200_bss_ucode.fw
/usr/lib/hotplug/firmware/ipw2200_ibss.fw
/usr/lib/hotplug/firmware/ipw2200_ibss_ucode.fw
/usr/share/doc/ipw2200-firmware-2.2
/usr/share/doc/ipw2200-firmware-2.2/LICENSE
But you may encounter this problem(as me):
xxxxxxxxxx kernel: ipw2200: ipw2200_ucode.fw load failed
I think its maybe a bug of the rpm
just do this:
cd /lib/firmware/
cp ipw2200_ibss_ucode.fw ipw2200_ucode.fw
ok
rmmod ipw2200
modprobe ipw2200
NOTE:
no harm if this happend:
Error for wireless request "Set Bit Rate" (8B20) :
SET failed on device eth1 ; Operation not supported.
Hope this would be helpful
现在我用iwlist eth1 scanning 已经可以搜索到可用的essid了,有机会写一个iwlist的GUI前端那就和windows一样了,哈哈哈哈哈 |
|