Page 2 of 19

Re: Version 1.9.2

Posted: Sun Feb 12, 2017 5:08 am
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.

Re: Version 1.9.2

Posted: Sun Feb 12, 2017 8:15 am
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.

Re: Version 1.9.2

Posted: Sun Feb 12, 2017 9:08 am
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.

Re: Version 1.9.2

Posted: Sun Feb 12, 2017 11:20 am
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.

Re: Version 1.9.2

Posted: Sun Feb 12, 2017 2:22 pm
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.

Re: Version 1.9.2

Posted: Sun Feb 12, 2017 5:27 pm
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

Re: Version 1.9.2

Posted: Sun Feb 12, 2017 5:59 pm
by rseiler
@lollapalooza, did you preserve settings on upgrade?

Re: Version 1.9.2

Posted: Sun Feb 12, 2017 10:29 pm
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.

Re: Version 1.9.2

Posted: Mon Feb 13, 2017 3:08 am
by lollapalooza
rseiler wrote:@lollapalooza, did you preserve settings on upgrade?
No, I did not.

Re: Version 1.9.2

Posted: Mon Feb 13, 2017 4:44 am
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?