Version 1.9.2

The latest news about Gargoyle

Moderator: Moderators

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

Re: Version 1.9.2

Post by Lantis »

mvebu appears to have a regression at the moment with usb. I'm looking into it. It appears we may have people at the wheels blindly applying commits upstream.
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.

lollapalooza
Posts: 122
Joined: Mon Jun 09, 2014 12:53 pm

Re: Version 1.9.2

Post by lollapalooza »

Testing 1.9.2 on NetGear WNDR3700v2

Device configured as Gateway
WAN connected via DHCP (Wireless) to a 2.4 GHz SSID
Wireless Mode: Client+AP
2.4 GHz mode: B/G/N
2.4GHz Channel Width: 40 MHz, 2nd channel above

5 GHz network, although being enabled, does not work at all.

Moreover, If I select 5GHz op. mode as A+N and save, when I go back to the page I still see A only.

Same for 5GHz Channel Width: if I set 40 Mhz and save, when I got back to page I still see old setting.

ctrleng
Posts: 1
Joined: Sun Feb 12, 2017 8:50 am

Re: Version 1.9.2

Post by ctrleng »

updated to 1.9.2 from 1.9.1 on WD my net n750:

was able to preserve settings successfully,
did not notice any difference with the performance so far.

New layout looks really good on mobile. Thanks.

JasonB11
Posts: 15
Joined: Thu Sep 03, 2015 7:21 pm

Re: Version 1.9.2

Post by JasonB11 »

On larger screens, the font size is super tiny.

11px?

I bumped the body size up to:

Code: Select all

body {
font-size:1.9em;
}
and then changed the size back on smaller screens with:

Code: Select all

@media screen and (max-width:767px) {
	.row-offcanvas {
		position: relative;
		left: 0;
		-webkit-transition: left .25s ease-in-out;
		-moz-transition: left .25s ease-in-out;
		-o-transition: left .25s ease-in-out;
		transition: left .25s ease-in-out
	}
	.row-offcanvas.active {
		left: 55%
	}
	
	body {
		font-size:11px;
	}
}
It would be nice to not have to load all of the pages in the sidebar when you want to make adjustments...
Just have the menus twirl open so you can go exactly to the adjustment you want to make.

ispyisail
Moderator
Posts: 5180
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Version 1.9.2

Post by ispyisail »

Same for 5GHz Channel Width: if I set 40 Mhz and save, when I got back to page I still see old setting
.

Lantis made a good post on this topic but I can't find it.

You have to have perfect conditions to be able to use 40 Mhz. If other wifi networks are detected it auto switches back to 20 Mhz.

lollapalooza
Posts: 122
Joined: Mon Jun 09, 2014 12:53 pm

Re: Version 1.9.2

Post by lollapalooza »

ispyisail wrote:You have to have perfect conditions to be able to use 40 Mhz. If other wifi networks are detected it auto switches back to 20 Mhz.
Actually I do have perfect conditions: there are no others 5 GHz networks around.

Same settings works on v 1.8.1, so I think it's a bug.
As a matter of fact 5 GHz network does not work at all.
After enabling and saving settings, network is not really enabled: tried also with WiFi analyzer, and there's no trace of 5 GHz network from WNDR3700v2

rseiler
Posts: 208
Joined: Sun Dec 15, 2013 12:31 am

Re: Version 1.9.2

Post by rseiler »

@lollapalooza, did you preserve settings on upgrade?

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

Re: Version 1.9.2

Post by Lantis »

It's probably an issue with the interface. I'll check it.
I'm surprised the wifi didn't fire up though. Usually the settings save fine but the interface doesn't reflect the settings.
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.

lollapalooza
Posts: 122
Joined: Mon Jun 09, 2014 12:53 pm

Re: Version 1.9.2

Post by lollapalooza »

rseiler wrote:@lollapalooza, did you preserve settings on upgrade?
No, I did not.

Adri
Posts: 46
Joined: Wed Jul 20, 2011 4:03 am

Re: Version 1.9.2

Post by Adri »

Would there be any problem upgrading to gargoyle 1.9.2 from the iSpy 1.9.x version of 27-jan-2017 with 'preserve settings'?
Or it it recommended to redo the configuration?

Post Reply