Hello

I've installed Kamikaze 8.09 on a linksys wrt54g v3.1. I want to use WEP. I SSH'd into the router and tried following the HowTo and here is the result:

root@OpenWrt:~# uci set wireless.@wifi-iface[0].encryption=wep
root@OpenWrt:~# uci set wireless.@wifi-iface[0].key1=<WEP_key_in_hex_format>  //26 char key here, no brackets
root@OpenWrt:~# uci set wireless.@wifi-iface[0].key=1                         
root@OpenWrt:~# uci commit wireless
root@OpenWrt:~# wifi
Configuration file: /var/run/hostapd-wlan0.conf
Failed to update rate sets in kernel module
Mode: IEEE 802.11g  Channel: 5  Frequency: 2432 MHz
Failed to set CTS protect in kernel driver
Failed to set Short Slot Time option in kernel driver
Could not set preamble for kernel driver
Using interface wlan0 with hwaddr 00:90:4c:5f:00:2a and ssid 'Merritt'
Failed to set CTS protect in kernel driver
Failed to set Short Slot Time option in kernel driver
Could not set preamble for kernel driver
root@OpenWrt:~#

A lot of failures and my XP laptop still sees my wireless network as unsecured.  Can anyone tell me what I'm doing wrong?

Thanks

David