FedoraCore4 + メルコの無線LANカードWLI3-CB-G54Lでの設定

ndiswrapper使いました。
(LinuxWindows の NDIS (Network Driver Interface Specification) 無線 LAN ドライバを使えるようにするラッパーモジュール)

tar zxvf ndiswrapper-1.23.tar.gz
cd ndiswrapper-1.23
make
make install

unzip 80211g.zip
cd 80211g
ndiswrapper -i bcmwl5.inf
ndiswrapper -l
ndiswrapper -m

modprobe ndiswrapper
この時点でLANカードがピカピカ光らなかったら
再起動してmodprobe ndiswrapper

無線LANの設定
cd /etc/sysconfig/network-scripts
cp ifcfg-eth0 ifcfg-wlan0
vi ifcfg-wlan0

DEVICE=wlan0 #修正
KEY=s:wepkey #wepキー追加

ネットワーク再起動
/sbin/service/network restart

おしまい