hi
normalement je parle francais mais je vais faire un effort.
i do not arrive has to make that interfaces wlan0 is configured when openwrt start.
it is wrap with kamikaze from march 2007
with iwconfig wlan0 essid ... that work.
in short the only problem is to adapt the file of config
here my config files
root@OpenWrt:~# cat /etc/config/wireless
config wifi-device wlan0
option channel 1
config wifi-iface
option device wlan0
option mode "ad-hoc"
option ssid "bombolong"
root@OpenWrt:~# cat /etc/config/network
# Copyright (C) 2006 OpenWrt.org
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
config interface lan
option ifname eth0
option proto static
option ipaddr 192.168.0.65
option netmask 255.255.255.0
config interface wifi0
option ifname wlan0
option proto static
option ipaddr 10.16.16.65
option netmask 255.0.0.0
card detected in demsg:
wifi0: NIC: id=0x8013 v1.0.0
wifi0: PRI: id=0x15 v1.1.0
wifi0: STA: id=0x1f v1.4.9
...
wifi0: Intersil Prism2.5 PCI: mem=0xa0000000, irq=9
wifi0: registered netdevice wlan0
if you are any experience with prism and kamikaze please help me
thank
dako