New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
WiFi channels - why only 11 of them?
-
- Posts: 56
- Joined: 03 Jan 2012, 18:17
WiFi channels - why only 11 of them?
Hi,
I have noticed (with 2.3 update) that the number of WiFi channels got reduced from 13 (or 14 I am not sure) to 11 now.
I just updated to 2.4.2, hoping to have this resolved, but no such joy. I am suspecting now, since noone reported any similar problem, that this has something to do with my configuration.
I have B3 2TB WiFi. I use 2.4 GHz n + g Wireless. I can only choose among first 11 channels. I would like to use 13, since it is the most isolated from other WiFi singals in the area.
Any ideas of what I could do?
I have noticed (with 2.3 update) that the number of WiFi channels got reduced from 13 (or 14 I am not sure) to 11 now.
I just updated to 2.4.2, hoping to have this resolved, but no such joy. I am suspecting now, since noone reported any similar problem, that this has something to do with my configuration.
I have B3 2TB WiFi. I use 2.4 GHz n + g Wireless. I can only choose among first 11 channels. I would like to use 13, since it is the most isolated from other WiFi singals in the area.
Any ideas of what I could do?
-
- Posts: 904
- Joined: 09 Oct 2009, 18:49
Re: WiFi channels - why only 11 of them?
I'm not near my system to confirm what I've got, but some countries only allow usage of channels up to 11 (USA for example) so that would be why they're missing.
Re: WiFi channels - why only 11 of them?
I too was wondering about this. My old Linksys WRT54G router (which the B3 now has replaced) had 13 channels in the standard firmware. I'm located in Sweden.
-
- Posts: 56
- Joined: 03 Jan 2012, 18:17
Re: WiFi channels - why only 11 of them?
Well, as I said... when I got my unit (december last year), it had all the channels. At that time it was on firmware version 2.2.x.x. This only changed with 2.3.x (I think) and latter.
It would be great if some of you could check the possible channels you have, and a statement from Excito representative would be welcome as well... if this is a known issue of course.
It would be great if some of you could check the possible channels you have, and a statement from Excito representative would be welcome as well... if this is a known issue of course.
Re: WiFi channels - why only 11 of them?
Yes, this is a good question. We know we had 13 channels before, then we did a major update of the wifi system and then we got 11. We haven't had time to dig into why yet, but it is related to the reg-database with is the matrix of allowed frequencies for all the geographical locations. We have it set up as a bug report and will look into it as soon as we can.
Is this urgent or making things difficult for you? Asking so I know how to prioritize.
Is this urgent or making things difficult for you? Asking so I know how to prioritize.

/Johannes (Excito co-founder a long time ago, but now I'm just Johannes)
-
- Posts: 56
- Joined: 03 Jan 2012, 18:17
Re: WiFi channels - why only 11 of them?
It's difficult to say, since I can't use the channel 13 to make a comparison. 
At the far end of the appartment I am catching a stronger signal from my neigbhour that is set to channel 9. The throughput is quite lower (and it breaks up quite often) at that particular point, so it might have to do something with it.

At the far end of the appartment I am catching a stronger signal from my neigbhour that is set to channel 9. The throughput is quite lower (and it breaks up quite often) at that particular point, so it might have to do something with it.
Re: WiFi channels - why only 11 of them?
So it does not work to edit hostapd.conf ?GodfatherB wrote:It's difficult to say, since I can't use the channel 13 to make a comparison.
At the far end of the appartment I am catching a stronger signal from my neigbhour that is set to channel 9. The throughput is quite lower (and it breaks up quite often) at that particular point, so it might have to do something with it.
Just try and change the channel= line to " channel=13 " and then restart hostapd.
Re: WiFi channels - why only 11 of them?
Manually inserting channel 13 won't work.
return from 'dmesg':
and return from 'iw list'
So what this says is that the NIC's hardware is programmed to support roaming on every possible frequency but can only be an AP on world-safe frequencies. Now apparently you can write a driver that ignores this 'advisory' setting, and being on Linux this is not really much of a challenge (and you can do it yourself because the driver is loaded as a module). Problem is that the driver (and crda) as it is also doesn't do what it is supposed to do; e.g. my local regulatory domain (NL) should have imposed a further limit to disallow channel 14, but it doesn't.
Some additional reading can be found here: http://smorgasbord.gavagai.nl/tags/atheros/
return from 'dmesg':
Code: Select all
[ 26.388934] ath: EEPROM regdomain: 0x60
[ 26.388943] ath: EEPROM indicates we should expect a direct regpair map
[ 26.388960] ath: Country alpha2 being used: 00
[ 26.388967] ath: Regpair used: 0x60
Code: Select all
Frequencies:
* 2412 MHz [1] (22.0 dBm)
* 2417 MHz [2] (22.0 dBm)
* 2422 MHz [3] (22.0 dBm)
* 2427 MHz [4] (22.0 dBm)
* 2432 MHz [5] (22.0 dBm)
* 2437 MHz [6] (22.0 dBm)
* 2442 MHz [7] (22.0 dBm)
* 2447 MHz [8] (22.0 dBm)
* 2452 MHz [9] (22.0 dBm)
* 2457 MHz [10] (22.0 dBm)
* 2462 MHz [11] (22.0 dBm)
* 2467 MHz [12] (22.0 dBm) (passive scanning)
* 2472 MHz [13] (22.0 dBm) (passive scanning)
* 2484 MHz [14] (22.0 dBm) (passive scanning)
Some additional reading can be found here: http://smorgasbord.gavagai.nl/tags/atheros/
Re: WiFi channels - why only 11 of them?
Thanks for the info Gordon and for the informative link.Gordon wrote:Manually inserting channel 13 won't work.
Some additional reading can be found here: http://smorgasbord.gavagai.nl/tags/atheros/

-
- Posts: 55
- Joined: 12 Oct 2010, 12:18
- Location: United Kingdom
Re: WiFi channels - why only 11 of them?
Is there any update on this? I was using channel 13 too and although everything is working on channel 11, it is not as reliable for me as channel 13 was; probably because nobody else ever seems to use channel 13 in my area.