OpenWrt Forum Archive

Topic: wlan config

The content of this topic has been archived on 7 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

hi,

I've install kamikaze succesfully in my CF card, and it can open via browser after I installed webif. My problem is, when I try to configure the wireless, it appears an error:

/bin/sh: wlanconfig: not found /bin/sh: wlanconfig: not found

where can I find this wlanconfig? or how can I created it?

regards,
borneo

Which device are you using? Wlanconfig is an atheros command which comes with Madwifi.
If you are using a broadcom device, you just have to reconfigure correctly your wireless settings.

thx for ur reply, I used atheros wifi and now it's succesfully configured and my notebook detect my OpenWrt wireless. My problem now is I can not connect to my wireless. My wireless config is like this:

config wifi-device      wifi0
        option type     atheros
        option channel  '5'
        option agmode   11b, 11g
        option distance '50'
        option diversity        '0'
        option txantenna        '1'
        option rxantenna        '1'
        option disabled '0'

config wifi-iface
        option device   wifi0
        option mode     ap
        option ssid     OpenWrt
        option hidden   0
        option encryption       none
        option isolate  '0'
        option txpower  '18'
        option bgscan   '0'
        option wds      '0'
        option network  'lan'

any solution??

(Last edited by borneoboy on 19 Nov 2007, 06:41)

The discussion might have continued from here.