Hi,

I'm using a device which is similar to Fonera(Wireless Router).

H/W Configuration: Atheros, mips,Marvell;
S/W Configuration:  madwifi-trunk-r3314, OpenWrt Kamikaze 7.09(I hope
same behavior with Kam 8.09)

I have edited wireless file
/etc/config/wirelesss 

config wifi-device  wifi0
        option type     atheros
        option channel  3

config wifi-iface
        option device   wifi0
        option network  lan1
        option mode     ap
        option ssid     OpenWrt
        option encryption none
        option dtim_period 1

config wifi-iface
        option device   wifi0
        option network  lan2
        option mode     ap
        option ssid     OpenWrt123
        option encryption none
        option dtim_period 1

Then restarted wifi using,
$wifi down
$wifi up.

If I list the channel information using following command, the current
channel is set to 8.
$$iwlist ath0 freq
ath0      23 channels in total; available frequencies :
          Channel 01 : 2.412 GHz
          Channel 02 : 2.417 GHz
          Channel 03 : 2.422 GHz
          Channel 04 : 2.427 GHz
          Channel 05 : 2.432 GHz
          Channel 06 : 2.437 GHz
          Channel 07 : 2.442 GHz
          Channel 08 : 2.447 GHz
          Channel 09 : 2.452 GHz
          Channel 10 : 2.457 GHz
          Channel 11 : 2.462 GHz
          Current Frequency:2.447 GHz (Channel 8)

Again, If I execute following commands
$wifi down
$wifi up.

And list the current channel information then current channel is set to
9 
ath0      23 channels in total; available frequencies :
          Channel 01 : 2.412 GHz
          Channel 02 : 2.417 GHz
          Channel 03 : 2.422 GHz
          Channel 04 : 2.427 GHz
          Channel 05 : 2.432 GHz
          Channel 06 : 2.437 GHz
          Channel 07 : 2.442 GHz
          Channel 08 : 2.447 GHz
          Channel 09 : 2.452 GHz
          Channel 10 : 2.457 GHz
          Channel 11 : 2.462 GHz
          Current Frequency:2.452 GHz (Channel 9)

The behavior is inconsistent, the channel information may set to random
channel from 1 to 11. 

Does any one faced similar issue before?

any idea to resolve this issue, 

any help appreciated.

Thanks,
Sharad. 
_______________________________________________
openwrt-users mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to