On Aug 17, 9:25am, Ottavio Caruso wrote: } } Correct me if I'm wrong but I haven't found a way to log into a } wireless router with WEP authentication from the installation kernel. } } 'wiconfig' is there, but I don't think it can handle WEP.
You don't need wiconfig. ifconfig is quite capable of setting
up WEP by itself, i.e.:
ifconfig <int> ssid <ssid> nwkey <WEP key> up
}-- End of excerpt from Ottavio Caruso
