How to configure WGR614L as client/repeater bridge using Broadcom firmware

7 posts / 0 new
Last post
achilles
achilles's picture
How to configure WGR614L as client/repeater bridge using Broadcom firmware

Hi all,

I want to configure my wgr614L as a  repeater/client bridge using broadcom firmware .

Has any body done this before or could any one please provide me the link(s) where I can get relevant information.

Also can wl utility be used to configure my board as a client/rptr bridge.

Thanks in advance, 

bzing2
bzing2's picture
Although I have not done it

Although I have not done it using the original firmware, I know it can be done with OpenWRT and probably the others as well. Anyway just about everything has to use the same binary only kernel drivers for the broadcom chipset. This implies that you also have to use the broadcom command line tool wl. So...

Why not take a look at the broadcom-wl package in OpenWRT (trunk/package/broadcom-wl). You will find that the script in trunk/package/broadcom-wl/files/lib/wifi/broadcom.sh has all the wireless stuff covered.

If I understand correctly, the wl tool will allow you to configure the wireless side of things. Create new virtual interfaces, set them to be clients, base-stations etc. After that your back to brctl and friends.

achilles
achilles's picture
thanks,

thanks,
I will definitely give it a try .... right now I am trying to do it with nvram utility which is already present in my code base ....

achilles
achilles's picture
I m not yet able to configure

I m not yet able to configure my board as a client/repeater using nvram and wl utilty already avlbl in broadcom's firmware .... I also noticed some indiscrepancies in the information I get from GUI and that from wl and nvram ..... does the wl utility provided in openwrt is different from the one here or both are the same ....

bzing2
bzing2's picture
I suspect that the OpenWRT

I suspect that the OpenWRT one is based on the orignal version, although I suspect it has probably seen quite a few upgrades. In general the OpenWRT stuff tends to take the original and make it better. So I suspect the version in OpenWRT is different.

I am not sure what your trying to do; however I am fairly sure OpenWRT can do it. Especially if you add x-wrt (webby user interface).

You may find that the original broadcom firmware was just not designed to do what you want. I suspect the place you want to dig around in is the source code to rc. (src/router/rc I think).

achilles
achilles's picture
Well I have tried the DD-WRT

Well I have tried the DD-WRT stuff and it works OK .... I just want to check this support in Broadcom firmware ....

achilles
achilles's picture
bzing2 said:

bzing2 said:
I suspect that the OpenWRT one is based on the orignal version, although I suspect it has probably seen quite a few upgrades. In general the OpenWRT stuff tends to take the original and make it better. So I suspect the version in OpenWRT is different.
I am not sure what your trying to do; however I am fairly sure OpenWRT can do it. Especially if you add x-wrt (webby user interface).
You may find that the original broadcom firmware was just not designed to do what you want. I suspect the place you want to dig around in is the source code to rc. (src/router/rc I think).

Thanks bzing for your input . I will first try to port the wl stuff of Openwrt to broadcom .... so that I will have a reliable tool to

test the proceedings ....and if after that I am not able to configure my board as repeater .. I will look into the code ....