11/27/2004

PCMCIAで無線LAN for Linux

emerge wireless-tools
cardctl <-- ない!
kernel 2.6 では pcmcia_csはいらないと思っていたのだけど、cardctlなんかを使いたかったらやっぱりいるらしい。
emerge pcmcia-cs
cardctl ident
うーん、カードは認識してるけど、それが何なのか(無線LANカード)は認識しない。なんでだろう?

っと、ふと思い立ってmake menuconfigしてみたらなんと、pcmciaのHermesを入れてない!なんだよー、PCI/ISAのほうと見間違えてた!
<*>して、再度make && make modules_installして、grub.confを書き換えて、reboot。

認識しない...? あ、/etc/init.d/pcmcia start してなかった。したら。。。認識!

cp /etc/init.d/net.eth0 /etc/init.d/net.eth1
nano -w /etc/conf.d/net <-- eth1 を追加
/etc/init.d/net.eth1 start <-- dhcpでもらえない。これは予想済。

iwconfig -- OK!
iwconfig eth1 essid xxxxxx
iwconfig eth1 key [x] xxxx
iwconfig eth1 key [x] <-- 使うインデックスを指定
/etc/init.d/net.eth1 restart

Yes!

0 件のコメント: