Page 2 of 4
Re: gargoyle-ispy 2016-February-20 02:32.torrent
Posted: Sun Feb 21, 2016 3:45 pm
by Lantis
chojny65 wrote:When set to 2.4 GHz and option B + G + N parameter
hwmode option "11g" and should not be
option hwmode '11ng'?
/etc/config$ cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11a'
option path 'pci0000:01/0000:01:00.0'
option channel '149'
option htmode 'VHT80'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/qca955x_wmac'
option channel '6'
option hwmode '11g'
option htmode 'HT40+'
config wifi-iface 'ap_g'
option device 'radio1'
option mode 'ap'
option network 'lan'
option disassoc_low_ack '0'
option macfilter 'allow'
option maclist 'C4:88:E5:DD:93:BA C0:18:85:48:32:24 08:11:96:01:76:BB 64:27:37:D0:D4:47 4C:80:93:14:58:E3 24:FD:52:F1:68:4B 9C:99:A0:C0:87:83 78:AB:BB:CE:3B:15 00:08:22:3B:5E:30 00:18:E7:8B:2F:0A 00:08:22:3D:0C:19 B8:EE:65:7B:A3:18 18:DC:56:F0:06:E3 7C:5C:F8:8A:44:BD E8:DE:27:1C:64:7B'
option ssid 'chojny'
option encryption 'none'
config wifi-iface 'ap_a'
option device 'radio0'
option mode 'ap'
option network 'lan'
option disassoc_low_ack '0'
option macfilter 'allow'
option maclist 'C4:88:E5:DD:93:BA C0:18:85:48:32:24 08:11:96:01:76:BB 64:27:37:D0:D4:47 4C:80:93:14:58:E3 24:FD:52:F1:68:4B 9C:99:A0:C0:87:83 78:AB:BB:CE:3B:15 00:08:22:3B:5E:30 00:18:E7:8B:2F:0A 00:08:22:3D:0C:19 B8:EE:65:7B:A3:18 18:DC:56:F0:06:E3 7C:5C:F8:8A:44:BD E8:DE:27:1C:64:7B'
option ssid 'chojny 5GHz'
option encryption 'none'
11g is the correct specification. 802.11n is enabled through the "htmode" option which you have set to HT40+
Similarly 11a is the correct specification, and 802.11ac is enabled through "htmode" being set to VHT20/40/80
Re: gargoyle-ispy 2016-February-20 02:32.torrent
Posted: Sun Feb 21, 2016 3:47 pm
by Lantis
tvbaas wrote:As reported
earlier (by justAguy) the UI has an issue using IE11 when opening the Connection Basic tab.
I had the same issue back then when running it on my TL-wr1043nd V1.
So tried today this new release but the same issue happened again on IE11. Then tried Firefox for verification, but there everthing is working as it should.
Started an investigation of the issue and when using the F12 option in IE11 the following error is shown at line 742 in the IE11 (F12) window:
'wifi_channel_width' is undefined .
As these lines are part of the "wifi_guest_mode" option (which is a recent new option) this could be the reason why it does show up now.
The following code in Basic.js seems to be affected:
Code: Select all
setChannelWidth(Object(wifi_channel_width), "G"), setChannelWidth(Object(wifi_channel_width_5ghz), "A")
I am not a software engineer but checking the Basic.js script, I decide to replace the above code with following:
Code: Select all
setChannelWidth(document.getElementById("wifi_channel_width"), "G"), setChannelWidth(document.getElementById("wifi_channel_width_5ghz"), "A")
When opening the page now in IE11 it shows all things correct and also Firefox still works well.
So can someone verify if IE11 behavior is indeed related to the "wrong" code?
(I tried to attach some files, but the server dos not let me.)
Thanks for being detailed and tracking this down. You know what's interesting? The code you changed it too to fix the error, that is what the code ACTUALLY is. I think IE11 is messing with it?
I'll confirm that, but I'm almost certain that is the case.
EDIT:
I can confirm that internet explorer is altering the code. Designed by monkeys that piece of software is.
Even though the function used is fully compliant and respected by ALL other browsers, they just have to mess with it.

Re: gargoyle-ispy 2016-February-20 02:32.torrent
Posted: Mon Feb 22, 2016 2:01 am
by yabba235
Hi !
I get downloading error for opkg package:
root@Gargoyle:~# opkg update
Downloading package list for chaos_calmer_base source...
WARNING: Could not retrieve package list for chaos_calmer_base.
Downloading package list for gargoyle source...
Package list for gargoyle downloaded successfully.
Downloading package list for chaos_calmer_packages source...
WARNING: Could not retrieve package list for chaos_calmer_packages.
Downloading package list for chaos_calmer_telephony source...
WARNING: Could not retrieve package list for chaos_calmer_telephony.
Downloading package list for chaos_calmer_routing source...
WARNING: Could not retrieve package list for chaos_calmer_routing.
Downloading package list for chaos_calmer_management source...
WARNING: Could not retrieve package list for chaos_calmer_management.
root@Gargoyle:~# opkg update opkg
Downloading package list for chaos_calmer_base source...
WARNING: Could not retrieve package list for chaos_calmer_base.
Downloading package list for gargoyle source...
Package list for gargoyle downloaded successfully.
Downloading package list for chaos_calmer_packages source...
WARNING: Could not retrieve package list for chaos_calmer_packages.
Downloading package list for chaos_calmer_telephony source...
WARNING: Could not retrieve package list for chaos_calmer_telephony.
Downloading package list for chaos_calmer_routing source...
WARNING: Could not retrieve package list for chaos_calmer_routing.
Downloading package list for chaos_calmer_management source...
^[[AWARNING: Could not retrieve package list for chaos_calmer_management.
It's happen first time ??
Any sugestion ?
BTW I don't find Spectrum Analyser plugin, where it ist ?
Re: gargoyle-ispy 2016-February-20 02:32.torrent
Posted: Mon Feb 22, 2016 2:10 am
by Lantis
yabba235 wrote:Hi !
I get downloading error for opkg package:
root@Gargoyle:~# opkg update
Downloading package list for chaos_calmer_base source...
WARNING: Could not retrieve package list for chaos_calmer_base.
Downloading package list for gargoyle source...
Package list for gargoyle downloaded successfully.
Downloading package list for chaos_calmer_packages source...
WARNING: Could not retrieve package list for chaos_calmer_packages.
Downloading package list for chaos_calmer_telephony source...
WARNING: Could not retrieve package list for chaos_calmer_telephony.
Downloading package list for chaos_calmer_routing source...
WARNING: Could not retrieve package list for chaos_calmer_routing.
Downloading package list for chaos_calmer_management source...
WARNING: Could not retrieve package list for chaos_calmer_management.
root@Gargoyle:~# opkg update opkg
Downloading package list for chaos_calmer_base source...
WARNING: Could not retrieve package list for chaos_calmer_base.
Downloading package list for gargoyle source...
Package list for gargoyle downloaded successfully.
Downloading package list for chaos_calmer_packages source...
WARNING: Could not retrieve package list for chaos_calmer_packages.
Downloading package list for chaos_calmer_telephony source...
WARNING: Could not retrieve package list for chaos_calmer_telephony.
Downloading package list for chaos_calmer_routing source...
WARNING: Could not retrieve package list for chaos_calmer_routing.
Downloading package list for chaos_calmer_management source...
^[[AWARNING: Could not retrieve package list for chaos_calmer_management.
It's happen first time ??
Any sugestion ?
BTW I don't find Spectrum Analyser plugin, where it ist ?
The openwrt website is down for repairs. This issue will fix itself in a few days.
You need to add a custom repository to find the spectrum analyser plugin. There is a thread in this forum about it.
http://www.gargoyle-router.com/phpbb/vi ... =14&t=8333
Re: gargoyle-ispy 2016-February-20 02:32.torrent
Posted: Mon Feb 22, 2016 4:15 am
by yabba235
OK, plugin works well

Thank's !
BTW So I waiting for ends of maintanace openert webside

Re: gargoyle-ispy 2016-February-20 02:32.torrent on Archer C
Posted: Mon Feb 22, 2016 3:23 pm
by ektus
I've got a TP-Link Archer C5 V 1.2 (reportedly same hardware as Archer C7), and am not able to get a 5GHz connection for WAN in DHCP (wireless) in Gateway mode.
Network scan does show a lot of 2.4GHz stations but no 5GHz stations at all. Manually entering the 5GHz SSID and channel 36 there's no connection.
root@Gargoyle:~# iwinfo
wlan1 ESSID: "o2-WLAN37"
Access Point: xx:xx:xx:3A:11:30
Mode: Client Channel: 13 (2.472 GHz)
Tx-Power: 17 dBm Link Quality: 42/70
Signal: -68 dBm Noise: -95 dBm
Bit Rate: 86.7 MBit/s
Encryption: WPA2 PSK (CCMP)
Type: nl80211 HW Mode(s): 802.11bgn
Hardware: unknown [Generic MAC80211]
TX power offset: unknown
Frequency offset: unknown
Supports VAPs: yes PHY name: phy1
root@Gargoyle:~# uci show wireless
wireless.radio0=wifi-device
wireless.radio0.type='mac80211'
wireless.radio0.hwmode='11a'
wireless.radio0.path='pci0000:01/0000:01:00.0'
wireless.radio0.channel='36'
wireless.radio0.htmode='VHT80'
wireless.radio0.country='DE'
wireless.radio1=wifi-device
wireless.radio1.type='mac80211'
wireless.radio1.hwmode='11g'
wireless.radio1.path='platform/qca955x_wmac'
wireless.radio1.country='DE'
wireless.radio1.htmode='HT40-'
wireless.radio1.channel='13'
wireless.stacfg=wifi-iface
wireless.stacfg.device='radio1'
wireless.stacfg.mode='sta'
wireless.stacfg.network='wan'
wireless.stacfg.key='secret_will_not_be_revealed'
wireless.stacfg.ssid='main routers'
wireless.stacfg.encryption='psk2'
Any hints? Shouldn't there be two wlan interfaces?
from logread:
Mon Feb 22 20:02:15 2016 user.emerg syslog: setting up led WLAN2G
Mon Feb 22 20:02:15 2016 user.emerg syslog: setting up led WLAN5G
but the second LED remains dark.
Regards
Ektus.
Re: gargoyle-ispy 2016-February-20 02:32.torrent
Posted: Mon Feb 22, 2016 3:46 pm
by Lantis
Your stacfg is pointing to the wrong radio.
God I hate archers. They broke convention and listed radio0 and 1 backwards.
It causes so many bugs and errors that I'm almost at the point of having to purchase one to fix everything.
Can you please "cat /tmp/cached_basic_vars" and post the contents here please?
Re: gargoyle-ispy 2016-February-20 02:32.torrent
Posted: Tue Feb 23, 2016 9:05 pm
by Lantis
Building and plugins should be restored.
Zajec@openwrt wrote:We have new server with new disks, things are being moved from the old one.
Our site and forum should be already on a new machine. Downloads were moved partially only (so far), you can find 15.05 on a new server.
Report
Re: gargoyle-ispy 2016-February-20 02:32.torrent
Posted: Tue Feb 23, 2016 9:35 pm
by justAguy
Lantis wrote:Your stacfg is pointing to the wrong radio.
God I hate archers. They broke convention and listed radio0 and 1 backwards.
It causes so many bugs and errors that I'm almost at the point of having to purchase one to fix everything.
Can you please "cat /tmp/cached_basic_vars" and post the contents here please?
Here's what shows up on a Archer C7, just figured I'd add another Archer device info:
Code: Select all
var isBcm94704 = false;
var allLanMacs = [];
allLanMacs.push("removed");
allLanMacs.push("removed");
allLanMacs.push("removed");
var wifiDevG=uciWirelessDevs.length > 0 ? uciWirelessDevs[0] : "";
var wifiDevA="";
var wirelessDriver="mac80211";
var mac80211Channels = [];
var mac80211ChFreqs = [];
var mac80211ChPwrs = [];
var nextCh=[];
var dualBandWireless=true;
nextCh = [];
nextChFreq = [];
nextChPwr = [];
wifiDevA="radio0";
var AwifiN = true;
var AwifiAC = true;
nextCh.push(36); nextChFreq[36] = "5180MHz"; nextChPwr[36] = 23;
nextCh.push(40); nextChFreq[40] = "5200MHz"; nextChPwr[40] = 23;
nextCh.push(44); nextChFreq[44] = "5220MHz"; nextChPwr[44] = 23;
nextCh.push(48); nextChFreq[48] = "5240MHz"; nextChPwr[48] = 23;
nextCh.push(52); nextChFreq[52] = "5260MHz"; nextChPwr[52] = 23;
nextCh.push(56); nextChFreq[56] = "5280MHz"; nextChPwr[56] = 23;
nextCh.push(60); nextChFreq[60] = "5300MHz"; nextChPwr[60] = 23;
nextCh.push(64); nextChFreq[64] = "5320MHz"; nextChPwr[64] = 23;
nextCh.push(100); nextChFreq[100] = "5500MHz"; nextChPwr[100] = 23;
nextCh.push(104); nextChFreq[104] = "5520MHz"; nextChPwr[104] = 23;
nextCh.push(108); nextChFreq[108] = "5540MHz"; nextChPwr[108] = 23;
nextCh.push(112); nextChFreq[112] = "5560MHz"; nextChPwr[112] = 23;
nextCh.push(116); nextChFreq[116] = "5580MHz"; nextChPwr[116] = 23;
nextCh.push(120); nextChFreq[120] = "5600MHz"; nextChPwr[120] = 23;
nextCh.push(124); nextChFreq[124] = "5620MHz"; nextChPwr[124] = 23;
nextCh.push(128); nextChFreq[128] = "5640MHz"; nextChPwr[128] = 23;
nextCh.push(132); nextChFreq[132] = "5660MHz"; nextChPwr[132] = 23;
nextCh.push(136); nextChFreq[136] = "5680MHz"; nextChPwr[136] = 23;
nextCh.push(140); nextChFreq[140] = "5700MHz"; nextChPwr[140] = 23;
nextCh.push(149); nextChFreq[149] = "5745MHz"; nextChPwr[149] = 30;
nextCh.push(153); nextChFreq[153] = "5765MHz"; nextChPwr[153] = 30;
nextCh.push(157); nextChFreq[157] = "5785MHz"; nextChPwr[157] = 30;
nextCh.push(161); nextChFreq[161] = "5805MHz"; nextChPwr[161] = 30;
nextCh.push(165); nextChFreq[165] = "5825MHz"; nextChPwr[165] = 30;
mac80211Channels["A"] = nextCh ;
mac80211ChFreqs["A"] = nextChFreq ;
mac80211ChPwrs["A"] = nextChPwr ;
nextCh = [];
nextChFreq = [];
nextChPwr = [];
wifiDevG="radio1";
var GwifiN = true;
nextCh.push(1); nextChFreq[1] = "2412MHz"; nextChPwr[1] = 23;
nextCh.push(2); nextChFreq[2] = "2417MHz"; nextChPwr[2] = 25;
nextCh.push(3); nextChFreq[3] = "2422MHz"; nextChPwr[3] = 25;
nextCh.push(4); nextChFreq[4] = "2427MHz"; nextChPwr[4] = 25;
nextCh.push(5); nextChFreq[5] = "2432MHz"; nextChPwr[5] = 25;
nextCh.push(6); nextChFreq[6] = "2437MHz"; nextChPwr[6] = 25;
nextCh.push(7); nextChFreq[7] = "2442MHz"; nextChPwr[7] = 25;
nextCh.push(8); nextChFreq[8] = "2447MHz"; nextChPwr[8] = 25;
nextCh.push(9); nextChFreq[9] = "2452MHz"; nextChPwr[9] = 25;
nextCh.push(10); nextChFreq[10] = "2457MHz"; nextChPwr[10] = 25;
nextCh.push(11); nextChFreq[11] = "2462MHz"; nextChPwr[11] = 24;
mac80211Channels["G"] = nextCh ;
mac80211ChFreqs["G"] = nextChFreq ;
mac80211ChPwrs["G"] = nextChPwr ;
Re: gargoyle-ispy 2016-February-20 02:32.torrent
Posted: Wed Feb 24, 2016 12:34 am
by ektus
Lantis wrote:Your stacfg is pointing to the wrong radio.
God I hate archers. They broke convention and listed radio0 and 1 backwards.
It causes so many bugs and errors that I'm almost at the point of having to purchase one to fix everything.
Can you please "cat /tmp/cached_basic_vars" and post the contents here please?
Sorry for the delay, I missed the request last time I visited
Code: Select all
root@Gargoyle:~# cat /tmp/cached_basic_vars
var isBcm94704 = false;
var allLanMacs = [];
allLanMacs.push("xx:xx:xx:6e:6d:22");
allLanMacs.push("xx:xx:xx:6e:6d:23");
var wifiDevG=uciWirelessDevs.length > 0 ? uciWirelessDevs[0] : "";
var wifiDevA="";
var wirelessDriver="mac80211";
var mac80211Channels = [];
var mac80211ChFreqs = [];
var mac80211ChPwrs = [];
var nextCh=[];
var dualBandWireless=true;
nextCh = [];
nextChFreq = [];
nextChPwr = [];
wifiDevA="radio0";
var AwifiN = true;
var AwifiAC = true;
nextCh.push(36); nextChFreq[36] = "5180MHz"; nextChPwr[36] = 20;
nextCh.push(40); nextChFreq[40] = "5200MHz"; nextChPwr[40] = 20;
nextCh.push(44); nextChFreq[44] = "5220MHz"; nextChPwr[44] = 20;
nextCh.push(48); nextChFreq[48] = "5240MHz"; nextChPwr[48] = 20;
nextCh.push(52); nextChFreq[52] = "5260MHz"; nextChPwr[52] = 20;
nextCh.push(56); nextChFreq[56] = "5280MHz"; nextChPwr[56] = 20;
nextCh.push(60); nextChFreq[60] = "5300MHz"; nextChPwr[60] = 20;
nextCh.push(64); nextChFreq[64] = "5320MHz"; nextChPwr[64] = 20;
nextCh.push(100); nextChFreq[100] = "5500MHz"; nextChPwr[100] = 27;
nextCh.push(104); nextChFreq[104] = "5520MHz"; nextChPwr[104] = 27;
nextCh.push(108); nextChFreq[108] = "5540MHz"; nextChPwr[108] = 27;
nextCh.push(112); nextChFreq[112] = "5560MHz"; nextChPwr[112] = 27;
nextCh.push(116); nextChFreq[116] = "5580MHz"; nextChPwr[116] = 27;
nextCh.push(120); nextChFreq[120] = "5600MHz"; nextChPwr[120] = 27;
nextCh.push(124); nextChFreq[124] = "5620MHz"; nextChPwr[124] = 27;
nextCh.push(128); nextChFreq[128] = "5640MHz"; nextChPwr[128] = 27;
nextCh.push(132); nextChFreq[132] = "5660MHz"; nextChPwr[132] = 27;
nextCh.push(136); nextChFreq[136] = "5680MHz"; nextChPwr[136] = 27;
nextCh.push(140); nextChFreq[140] = "5700MHz"; nextChPwr[140] = 27;
mac80211Channels["A"] = nextCh ;
mac80211ChFreqs["A"] = nextChFreq ;
mac80211ChPwrs["A"] = nextChPwr ;
nextCh = [];
nextChFreq = [];
nextChPwr = [];
wifiDevG="radio1";
var GwifiN = true;
nextCh.push(1); nextChFreq[1] = "2412MHz"; nextChPwr[1] = 20;
nextCh.push(2); nextChFreq[2] = "2417MHz"; nextChPwr[2] = 20;
nextCh.push(3); nextChFreq[3] = "2422MHz"; nextChPwr[3] = 20;
nextCh.push(4); nextChFreq[4] = "2427MHz"; nextChPwr[4] = 20;
nextCh.push(5); nextChFreq[5] = "2432MHz"; nextChPwr[5] = 20;
nextCh.push(6); nextChFreq[6] = "2437MHz"; nextChPwr[6] = 20;
nextCh.push(7); nextChFreq[7] = "2442MHz"; nextChPwr[7] = 20;
nextCh.push(8); nextChFreq[8] = "2447MHz"; nextChPwr[8] = 20;
nextCh.push(9); nextChFreq[9] = "2452MHz"; nextChPwr[9] = 20;
nextCh.push(10); nextChFreq[10] = "2457MHz"; nextChPwr[10] = 20;
nextCh.push(11); nextChFreq[11] = "2462MHz"; nextChPwr[11] = 20;
nextCh.push(12); nextChFreq[12] = "2467MHz"; nextChPwr[12] = 20;
nextCh.push(13); nextChFreq[13] = "2472MHz"; nextChPwr[13] = 20;
mac80211Channels["G"] = nextCh ;
mac80211ChFreqs["G"] = nextChFreq ;
mac80211ChPwrs["G"] = nextChPwr ;
root@Gargoyle:~#
Regards
Ektus.