1.9.x Wireless Bridge/Repeater

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

Moderator: Moderators

scrmtrey
Posts: 102
Joined: Wed May 14, 2014 2:25 am

Re: 1.9.x Wireless Bridge/Repeater

Post by scrmtrey »

Hello.

Today i tried to get wifi repeater to work but no success.

Main router is wrt120n and is connected to modem via wan and all good. I think the ip is 192.168.1.1.

The repeater is wdr3600 and running gargoyle. I did scan and choose the wifi i need it to extend. I set different SSID to broadcast and the same password as main wifi AP.

What should be the setup of IP section ? (gateway ip and stuff)


Wifi on repeater was discoverable but DHCP did not set the right ip for the wifi device, thus not connecting to wifi. Via ethernet cable the internet was working, but i need the wifi as well (point of repeater).
wdr3600 v1.5 @ Latest ispyisail build

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

Re: 1.9.x Wireless Bridge/Repeater

Post by Lantis »

I have tried to fix this in the latest version however the code is under review.
If you're at all code oriented you can implement the fixes yourself.
https://github.com/ericpaulbishop/gargoyle/pull/501
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.

scrmtrey
Posts: 102
Joined: Wed May 14, 2014 2:25 am

Re: 1.9.x Wireless Bridge/Repeater

Post by scrmtrey »

I see. I was using stock 1.9.0.

I will try with open wrt 15.05 when i get the wr1043nd v2 router.

Thanks for info.
wdr3600 v1.5 @ Latest ispyisail build

peterpux
Posts: 21
Joined: Thu Feb 04, 2016 2:18 pm

Re: 1.9.x Wireless Bridge/Repeater

Post by peterpux »

Lantis, your CLI page is nice reminder (should be a STICKY). How do I take the next step and use your https://github.com/ericpaulbishop/gargoyle/pull/501
page to test your latest work?
Would I be working on a copy of the latest 1.9.0 bin or on the router itself using PuTTY?
I'd like to incorporate your fixes and then...possible include some of The Bleeding Edge.
I'm only really interested in WNDR3800 for AP and repeater and I cannot afford to d/l the .torrent file for the latest build.
From Nunavik, Quebec, Canada
WNDR 3800 with Gargoyle 1.10.x Dec 18
WNDR 3800 Repeater with Gargoyle 1.10.x

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

Re: 1.9.x Wireless Bridge/Repeater

Post by Lantis »

You'll need the latest 1.9.X.
Since we have the same router I have the file available somewhere I will provide it for you after work.

You'll want to use the WinSCP section to modify the /www/basic.sh and /www/js/basic.js files.
The easiest way is on GitHub to click "raw" which will give you a plain format text page of the entire file with the changes so you can copy paste them.

Don't worry about editing the config files they are only for building.

You'll need to then opkg update and then opkg install relayd.
Then edit the file under /etc/hotplug.d/iface/30-relay with the other changes from GitHub.

If this is unclear let me know
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.

peterpux
Posts: 21
Joined: Thu Feb 04, 2016 2:18 pm

Re: 1.9.x Wireless Bridge/Repeater

Post by peterpux »

I don't see a raw on GitHub.

I saw the code but...overwhelming

not sure

I can open the basic.sh and edit it but with what?

I'm definitely missing something
From Nunavik, Quebec, Canada
WNDR 3800 with Gargoyle 1.10.x Dec 18
WNDR 3800 Repeater with Gargoyle 1.10.x

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

Re: 1.9.x Wireless Bridge/Repeater

Post by Lantis »

Sorry i wasn't very clear.

From the link you went to earlier with my proposed changes, you go to "Files changed".
from there you select "view" on each file.
Then you click "raw".

That gives you pure raw text of the code with my included changes.

Here is one example.
https://raw.githubusercontent.com/lanti ... s/basic.js


Regardless, i'm now going to compile the firmware with these changes for you.
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.

peterpux
Posts: 21
Joined: Thu Feb 04, 2016 2:18 pm

Re: 1.9.x Wireless Bridge/Repeater

Post by peterpux »

Much appreciated

I'll try to copy paste too to get some more experience so I'll be less hopeless in the future.
From Nunavik, Quebec, Canada
WNDR 3800 with Gargoyle 1.10.x Dec 18
WNDR 3800 Repeater with Gargoyle 1.10.x

Post Reply