Page 1 of 1

Some questions from newbie

Posted: Thu Oct 03, 2013 8:52 am
by Apipote
Hello
I have a tl-wd1043nd with Gargoyle 1.5.10. I have some questions please.
1: I have an xbox, 2 phones, 2 tvs, 2 pcs, kindle and a NAS connected to the router. Also I use p2p and streaming. What is the best rule "automatic" Qos for me? Normal, Slow or Fast?
2: I can not find the options "auto channel" "wpa2 AES" and "Only N". How I can do?
Best Regards

Re: Some questions from newbie

Posted: Thu Oct 03, 2013 9:44 pm
by pbix
Regarding QoS, newbies should read the documentation.
http://www.gargoyle-router.com/wiki/doku.php?id=qos
Then post any questions you have.

Re: Some questions from newbie

Posted: Thu Oct 03, 2013 9:56 pm
by Apipote
Ok, Tnx!!
But, what about this: "2: I can not find the options "auto channel" "wpa2 AES" and "Only N". How I can do?"
Regards

Re: Some questions from newbie

Posted: Fri Oct 04, 2013 12:49 am
by BashfulBladder
Auto Channel Selection: it can be done if you ssh into your router. This is for my router, so your radio might be different:

Code: Select all

uci set wireless.radio0.channel=auto
uci commit
wifi
I don't know if it defaults to channel 1. For me it was the best channel available.

N-only is not available

encryption in N is required to be CCMP (AES based), so that is already done.

Re: Some questions from newbie

Posted: Fri Oct 04, 2013 6:27 am
by Apipote
Tnx again!!