1.10.0 RSpro display problems

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

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

1.10.0 RSpro display problems

Post by ispyisail »

@Lantis

I have an ubnt RSPro in a production network and have only just upgraded now.

The RSpro has no wifi card, just a straight router

The problem is all the features are displayed even if not used?

Connection >> Basic

Image

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

Re: 1.10.0 RSpro display problems

Post by ispyisail »

also

Image

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

Re: 1.10.0 RSpro display problems

Post by ispyisail »

I've rolled back to an old firmware

1.8.1 has exactly the same problem

1.8.0 works perfect?

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

Re: 1.10.0 RSpro display problems

Post by Lantis »

Yes there’s definitely a problem with devices with no wifi.

Can you please provide the output of
cat /tmp/cached_basic_vars
Preferably on 1.10.0 but any version should be ok.

I think the issue is that one or more variables never get defined. The GUI expects them to be there a crashes.
This has been reported on GitHub a few times but o thought it was due to x86 bizarreness.
https://github.com/ericpaulbishop/gargoyle/issues/626
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.

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

Re: 1.10.0 RSpro display problems

Post by ispyisail »

Code: Select all

------------------------------------------------------------------
|            _____                             _                 |
|           |  __ \                           | |                |
|           | |  \/ __ _ _ __ __ _  ___  _   _| | ___            |
|           | | __ / _` | '__/ _` |/ _ \| | | | |/ _ \           |
|           | |_\ \ (_| | | | (_| | (_) | |_| | |  __/           |
|            \____/\__,_|_|  \__, |\___/ \__, |_|\___|           |
|                             __/ |       __/ |                  |
|                            |___/       |___/                   |
|                                                                |
|----------------------------------------------------------------|
| Gargoyle version 1.8.0    | OpenWrt Barrier Breaker branch     |
| Gargoyle revision 5bb773b | OpenWrt revision r46287            |
| Built August 20, 2015     | Target  ar71xx/routerstation       |
------------------------------------------------------------------
root@Gargoyle:~# cat /tmp/cached_basic_vars
var isBcm94704 = false;
var allLanMacs = [];
allLanMacs.push("02:15:6d:c7:a6:55");
var wifiDevG=uciWirelessDevs.length > 0 ? uciWirelessDevs[0] : "";
var wifiDevA="";
var wirelessDriver="";
var wifiN = false;
root@Gargoyle:~#

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

Re: 1.10.0 RSpro display problems

Post by Lantis »

Please see here:
https://github.com/ericpaulbishop/gargoyle/pull/692

I would appreciate any testing
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.

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

Re: 1.10.0 RSpro display problems

Post by ispyisail »

I was going to manually try but Eric pushed to master

Waiting for build now

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

Re: 1.10.0 RSpro display problems

Post by ispyisail »

Good news

Everything seams to work as expected

Thank you

Post Reply