I have many WRT54G / WRT54GL running in a OLSR Network.
Now i tried to build a Firmware with the new Kamikaze branch.
The Firmware is running well on some Routers but I have some Problems:
On some Reboots the Routers don't configure the Wireless Network properly.
( Somtimes Mode is still set to "Managed")
Some Windows Machines show the SSID as "hidden" but the hidden flag in the router is set to 0.
Im running Chillispot on the wireless interface, but the Firewall is configured that only olsr-packages go straight to the configured interface, all other Packages have to go through Chillispot. Now My Problem:
A microsoft wireles client receives an ip with DHCP and has access to the uam-homepage for some seconds, But lateron there is no connection anymore, the router isn't pingable. Neither with fixed IP to the OLSR-Interfache (wl0 directyl) nor to the Chilli-Ip-Adress. When I try to connect with a Linux-Machine there aren't any Problems and the wireless Connection into the OLSR-Network is without any Poblems, too. Very strange Problems without any solution. Can s.o. help me?
Here My Config-Files:
root@OpenWrt:/etc/config# cat wireless
config wifi-device wl0
option type broadcom
option channel 1
option disabled 0
config wifi-iface
option device wl0
option mode adhoc
option essid freifunk.ewersbach.net
option encryption none
option isolate 0
option bgscan 0
option wds 0
option key 0
option hidden 0
root@OpenWrt:/etc/config# cat network
# Copyright (C) 2006 OpenWrt.org
config switch eth0
option vlan0 "0 1 2 3 5*"
option vlan1 "4 5"
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.0
option proto static
option ipaddr '192.168.3.1'
option netmask 255.255.255.0
option dns 78.47.214.162
config interface wlan
option ifname wl0
option proto static
option ipaddr '10.250.1.3'
option netmask 255.255.255.0
option broadcast 10.255.255.255
config interface wan
option ifname eth0.1
option proto dhcp
root@OpenWrt:/etc# cat /proc/net/wl0
wl0: Aug 22 2006 20:06:47 version 4.80.53.0
resets 3
perm_etheraddr 00:14:bf:a2:7f:af cur_etheraddr 00:14:bf:a2:7f:af
board 0x708, board rev 1.0
rate_override: A 0, B 0
antdiv_override 3 txant 3
BSS Config 0: ""
enable 1 up 1 wlif 0x00000000 "wl0"
wsec 0x0 auth 0 wsec_index -1 wep_algo 0
current_bss.BSSID 12:cc:60:82:05:26
current_bss.SSID "freifunk.ewersbach.net"
assoc_state 0 associated 1
(Last edited by derspeck on 5 Dec 2007, 11:57)