80MHz missing 1.12 Archer C7 v5

Report wireless and/or network connectivity problems in this forum.

Moderator: Moderators

Post Reply
SirSWE
Posts: 88
Joined: Sat Jul 13, 2019 2:54 pm

80MHz missing 1.12 Archer C7 v5

Post by SirSWE »

Upgrades TP-LINk archer c7 v5 to 1.12 and 80mhz is not there. It was in previous build, what happend?

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Version 1.12.0 : New stable version

Post by Lantis »

Try clearing your browser cache and then rebooting the router.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

SirSWE
Posts: 88
Joined: Sat Jul 13, 2019 2:54 pm

Re: Version 1.12.0 : New stable version

Post by SirSWE »

Still showing 20hz and 40hz (lower or upper)

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: Version 1.12.0 : New stable version

Post by RomanHK »

SirSWE wrote:Still showing 20hz and 40hz (lower or upper)
2.4Ghz is 40MHz maximum. Maybe you're confused with 5GHz (there's no lower or upper). https://en.wikipedia.org/wiki/List_of_WLAN_channels
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: 80MHz missing 1.12 Archer C7 v5

Post by Lantis »

I've split the topic to avoid cluttering the release post.

Can you please post the output of the following command:

Code: Select all

cat /tmp/cached_basic_vars
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

SirSWE
Posts: 88
Joined: Sat Jul 13, 2019 2:54 pm

Re: 80MHz missing 1.12 Archer C7 v5

Post by SirSWE »

root@Gargoyle:~# cat /tmp/cached_basic_vars
var isBcm94704 = false;
var allLanMacs = [];
allLanMacs.push("68:ff:7b:4c:2b:52");
allLanMacs.push("68:ff:7b:4c:2b:53");
var isRamips = false;
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;
var maxACwidth = "80" ;
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 ;
var distribTarget='ar71xx/generic';
var geo_ipaddress = ""; var geo_countrycode = "";
root@Gargoyle:~#

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: 80MHz missing 1.12 Archer C7 v5

Post by Lantis »

Code: Select all

var maxACwidth = "80" ;
That's good.
That means the problem is occurring somewhere in the browser, and that Gargoyle correctly recognises that your router can do 80MHz.

Can you post a screenshot of where exactly the problem is?

Can you also please open the page in a browser like Chrome or Firefox, and press F12 to open the Developer console. If there are any Red Errors listed, please provide a screenshot or copy paste of those as well thanks.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

SirSWE
Posts: 88
Joined: Sat Jul 13, 2019 2:54 pm

Re: 80MHz missing 1.12 Archer C7 v5

Post by SirSWE »

I installed a new browser ”Mozilla Firefox” and it still wasn’t there. I downgraded to 1.11 and problem solved. Sorry I was to fast to downgrade. I feelt 1.12 was a bit slow when I was changing my settings, it was like loading and loading. v 1.11 feels a lil bit smoother now. Maybe its my browser I dont know but it works fine in 1.11 anyway

SirSWE
Posts: 88
Joined: Sat Jul 13, 2019 2:54 pm

Re: 80MHz missing 1.12 Archer C7 v5

Post by SirSWE »

I upgraded from 1.11 with preverse settings and 80mhz is now showing in 1.12. It didnt work when I installed directly with factory.bin. Anyway problem solved :) 1.12 is much smoother when I play video games now.

Post Reply