Page 1 of 1

DIR-825 Wireless Disabled

Posted: Fri Jan 21, 2011 11:45 pm
by ldpinney
Wired Mode works However....
Wireless Mode always says disabled.
I get a wireless connection to the router but no internet access.
SO...ssh in and ....
---------------------------------------------------------
opkg install nano (my usual editor thank you)

uci show wireless
wireless.radio0=wifi-device
wireless.radio0.type=mac80211
wireless.radio0.channel=11
wireless.radio0.macaddr=11:22:33:xx:yy:zz
wireless.radio0.ht_capab=SHORT-GI-40 TX-STBC RX-STBC1 DSSS_CCK-40
wireless.radio0.hwmode=11ng
wireless.radio0.htmode=HT40-
wireless.radio1=wifi-device
wireless.radio1.type=mac80211
wireless.radio1.channel=36
wireless.radio1.macaddr=11:22:33:xx:yy:zz
wireless.radio1.hwmode=11na
wireless.radio1.htmode=HT20
wireless.radio1.ht_capab=SHORT-GI-40 TX-STBC RX-STBC1 DSSS_CCK-40
wireless.radio1.disabled=1
wireless.cfg2=wifi-iface
wireless.cfg2.device=radio0
wireless.cfg2.mode=ap
wireless.cfg2.network=lan
wireless.cfg2.ssid=Gargoyle
wireless.cfg2.encryption=psk
wireless.cfg2.key=xxxxxxxxxxxxxxxxxxxx[/color]
-------------------------------------------------------------------
uci set wireless.radio1.disabled=0

uci commit

wifi
command failed: No such device (-19)
Configuration file: /var/run/hostapd-phy0.conf
Using interface wlan0 with hwaddr 11:22:33:xx:yy:zz and ssid 'Gargoyle'

-----------------------------------------------------------------------

No Help.
Shouldn't there be a /var/run/hostapd-phy1 and .conf ??

Plugged in my old router for wireless access....Not the desired setup.

------------------------------------------------------------------------

I'm guessing that it will be related to the Netgear 3700 problem reported earlier as the two are quite similar devices.

I'm hoping someone can clue me in here and help me send my old router to the recycle bin.

Re: DIR-825 Wireless Disabled

Posted: Sat Jan 22, 2011 2:00 am
by ldpinney
Wireless Internet is now working.
I noticed that wireless connections were assigned 192.168.0.xxx instead of 192.168.1.xxx
Reseting the Router IP to 192.168.0.1 solved this issue.

Still looking for a way to bring up the second radio.
I'd really like to use that.....

Web interface reporting wireless disabled is only a minor detail.

Any help bringing up the second radio would be appreciated.

Thanks

Re: DIR-825 Wireless Disabled

Posted: Sat Jan 22, 2011 3:09 am
by DoesItMatter
I think Eric is working on dual radio support.

I was browsing through the GIT and saw he was trying out
some dual-radio changes/implementation.

Probably in the next build or two you will see some support?

Re: DIR-825 Wireless Disabled

Posted: Mon Jan 24, 2011 12:28 pm
by Eric
Yes, I can confirm what DoesItMatter is saying. This has already been fixed in the git repo, and will be included in the next release.

Dual band support has been implemented in the repo, but for now the second 5Ghz radio can only be used as an AP, not as a client or with WDS. This is what you will see in the next release as well.

Re: DIR-825 Wireless Disabled

Posted: Wed Jan 26, 2011 10:16 pm
by ldpinney
Great News!...Thanks Eric
AP is all I need on the second radio anyway.
So pull from GIT and build or wait...hmm...Dunno yet.

Re: DIR-825 Wireless Disabled

Posted: Mon Jan 31, 2011 10:43 pm
by caeci11ius
Eric wrote:Dual band support has been implemented in the repo, but for now the second 5Ghz radio can only be used as an AP, not as a client or with WDS. This is what you will see in the next release as well.
That's great Eric. Are there big issues with implementing WDS or client mode on the second radio? I had been considering getting a second 3700v2 and linking the two via 5ghz (as not all clients support 5, and as it has less interference and thus should be faster...)...