っと、ふと思い立って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!
--------
