Page 2 of 7

Re: Version 1.3.16 -- Second Release Candidate

Posted: Tue Jun 28, 2011 8:52 am
by demetris
Eric, what do you mean:
"Max transmit power is now determined dynamically for mac80211 wireless interfaces, and may be dependent on channel selected"

1.What max transmit power has every channel and how we found out about it?
2.Also what is this new entry in 40mhz?
Second channel above, second channel below, am confused.
3.What wireless channel i must choose from the 1-11?

Thanks

Re: Version 1.3.16 -- Second Release Candidate

Posted: Tue Jun 28, 2011 9:19 am
by Cezary
1. iw phy0 info
2. in 40MHz width is used primary channel (selected in gui) and second, below or above primary channel. See http://en.wikipedia.org/wiki/IEEE_802.11n-2009

Re: Version 1.3.16 -- Second Release Candidate

Posted: Tue Jun 28, 2011 10:38 am
by demetris
Let me know if i got it:
40mhz is the primary channel and second above >40mhz below <40mhz.
Is that right?
So below will give me 20mhz also for compatibility?

Re: Version 1.3.16 -- Second Release Candidate

Posted: Tue Jun 28, 2011 11:05 am
by Cezary
No. In 20MHz there is only one channel, in ex. 6. In 40MHz two - primary 6 and secondary 2 (HT40-, below) or 10 (HT40+, above).

Re: Version 1.3.16 -- Second Release Candidate

Posted: Wed Jun 29, 2011 12:03 pm
by punkinduster
I am new to Gargoyle but noticed when I tried the latest version at the time, 1.3.16, using a Dual band Netgear 3700 v1 router that the 5Ghz portion could be set to channel 157 using 20Mhz band width but if I select 40Mhz + or - the range selections above channel 100 were missing. I manually enter 157 in the /etc/config/wireless file and it seems to work just fine. Is this a bug in the gui or something I am not understanding? Also this may be a nit but the gui only allows for one password for encrypting the wireless 2.4 and 5Ghz. Again editing the /etc/config/wireless file allows for distinct passwords.

Re: Version 1.3.16 -- Second Release Candidate

Posted: Wed Jun 29, 2011 3:43 pm
by Cezary
In US channel 149/157 is allowed, not in EU. It is depend on regulatority domain.

Eric: for HT40+ we should add 149 and 157 channel.

Also: for iw reg set PL:

root@Gargoyle:~$ iw phy1 info | grep MHz

Code: Select all

			* 5180 MHz [36] (17.0 dBm)
			* 5200 MHz [40] (17.0 dBm)
			* 5220 MHz [44] (17.0 dBm)
			* 5240 MHz [48] (17.0 dBm)
			* 5260 MHz [52] (20.0 dBm) (radar detection)
			* 5280 MHz [56] (20.0 dBm) (radar detection)
			* 5300 MHz [60] (20.0 dBm) (radar detection)
			* 5320 MHz [64] (20.0 dBm) (radar detection)
			* 5500 MHz [100] (20.0 dBm) (radar detection)
			* 5520 MHz [104] (20.0 dBm) (radar detection)
			* 5540 MHz [108] (20.0 dBm) (radar detection)
			* 5560 MHz [112] (20.0 dBm) (radar detection)
			* 5580 MHz [116] (20.0 dBm) (radar detection)
			* 5600 MHz [120] (20.0 dBm) (radar detection)
			* 5620 MHz [124] (20.0 dBm) (radar detection)
			* 5640 MHz [128] (20.0 dBm) (radar detection)
			* 5660 MHz [132] (20.0 dBm) (radar detection)
			* 5680 MHz [136] (20.0 dBm) (radar detection)
			* 5700 MHz [140] (20.0 dBm) (radar detection)
			* 5745 MHz [149] (disabled)
			* 5765 MHz [153] (disabled)
			* 5785 MHz [157] (disabled)
			* 5805 MHz [161] (disabled)
			* 5825 MHz [165] (disabled)
We also should exclude channel with "radar detection" - it is impossible to set channel 48 or 56 for HT40+

Re: Version 1.3.16 -- Second Release Candidate

Posted: Thu Jun 30, 2011 12:26 pm
by Eric
I added 149/157 to HT40+ and 153/161 to HT40-

If those channels are disabled (e.g. like they should be in EU) they won't show up, but if they are allowed (e.g. in the US) they should now show up.

Re: Version 1.3.16 -- Second Release Candidate

Posted: Thu Jun 30, 2011 2:13 pm
by behappy
Why not use the fixed Wireless Regulatory according from wiki download here

Re: Version 1.3.16 -- Second Release Candidate

Posted: Thu Jun 30, 2011 2:39 pm
by Cezary
Because not all live in fixed area :) in EU channel 149 and above is not allowed, but we have 12 nad 13 channel...

Re: Version 1.3.16 -- Second Release Candidate

Posted: Thu Jun 30, 2011 6:39 pm
by Gingernut
How does Garoyle set your wireless regulatority domain by default?

It's not possible to change it in the web ui, only over ssh right?