New KONG ddwrt build - 07/11/2019

Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page Previous  1, 2, 3, 4, 5  Next
Author Message
Rolfibot
DD-WRT Novice


Joined: 08 Apr 2018
Posts: 3

PostPosted: Wed Aug 07, 2019 9:17    Post subject: Reply with quote
Tested it a couple of hours on my r7800, still no succes getting the 2.4Ghz radio working properly. It seems to come on, but under channel in status it just shows unknown and it does not help to select other channels, and it does not show up when i scan for networks. Did reset etc. before upgrading.

Maybe it is a common error with the new drivers, so any solution is appreciated.

In other aspects i did not encounter any errors, but the 2.4Ghz radio is important to me.

Going back to the stable working r37495m.
Sponsor
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12877
Location: Netherlands

PostPosted: Wed Aug 07, 2019 10:08    Post subject: Reply with quote
You have to do: nvram erase && reboot from CLI and set up manually do not restore from backup

My R7800 is working without problems

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
KeWm
DD-WRT Novice


Joined: 26 Jul 2019
Posts: 19

PostPosted: Mon Aug 12, 2019 5:57    Post subject: Reply with quote
Hey! Netgear R7000 Noticed that the Schedule reboot is not working, Cron enabled and the clock goes right. What could it be?
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Mon Aug 12, 2019 6:17    Post subject: Reply with quote
KeWm wrote:
Hey! Netgear R7000 Noticed that the Schedule reboot is not working, Cron enabled and the clock goes right. What could it be?


this isnt broadcom section

_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55797 std
[QUALCOMM] DIR-862L --------------------------------> r55797 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..

cursemex
DD-WRT Novice


Joined: 15 Dec 2014
Posts: 48

PostPosted: Mon Aug 12, 2019 20:14    Post subject: Reply with quote
Router Model: Netgear R7800
Firmware: DD-WRT v3.0-r40270M kongat (07/11/19)
Kernel: Linux 4.9.185 #443 SMP Thu Jul 11 00:07:59 CEST 2019 armv7l
Previous: OFW
Mode: Gateway
Reset: Yes, nvram erase
Status: Working

SFE Enable
DNSMasq
Cache DNSSEC data
Validate DNS Replies (DNSSEC)
Query DNS in Strict Order
No DNS Rebind

Filter Multicast OFF

Limit SSH Access ON
Limit Telnet Access ON

QoS Enabled

ipv6 17/20



Thanks Kong
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Wed Aug 14, 2019 1:30    Post subject: Reply with quote
with my adblock file in jffs


latest kong build

root@R7800:~# time nslookup doubleclick.net
nslookup: can't resolve '(null)'
nslookup: can't resolve 'doubleclick.net'
Command exited with non-zero status 1

real 0m 0.35s
user 0m 0.00s
sys 0m 0.00s




r40625 bs build

root@R7800:~# time nslookup doubleclick.net
nslookup: can't resolve '(null)'
nslookup: can't resolve 'doubleclick.net'
Command exited with non-zero status 1

real 0m 0.29s
user 0m 0.00s
sys 0m 0.00s

both consistent.. whats that about..? or is it something in kernal.. both builds have cpu at 1.7/1.7ghz.

and i tried usb again after years of avoiding it was instantly reminded why, for whatever reason my adblock on usb in /tmp/dev/sda1 i think it was, dnsmasq will fail to start and say out of memory, yet the same file in /jffs works..? and once that usb stick touched the router and had 1 single file put on it, it seems to have killed it. now no pc i put it in can see it other than "disk #", cant see partition cant format it cant nothing. the router is now the only thing that can do anything with it.

i think we need a simple "format option with X filesystem" in usb settings..


(no, bs builds are still bad on ipq806x latency/load wise, but the way cake and even fq_codel behaves, can tell kong's fixed build should be good. oh and bs build hfsc is utterly broken even worse, can hardly even get 160mbps, aweful)

_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55797 std
[QUALCOMM] DIR-862L --------------------------------> r55797 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..

kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 14208
Location: Texas, USA

PostPosted: Wed Aug 14, 2019 2:39    Post subject: Reply with quote
If your adblock file is blocking doubleclick.net, then what's the problem? Dnsmasq will not resolve it if it is blocked AFAIK. I have no definite answer for the 'can't resolve (null)' responses, though, without looking deeper.
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Wed Aug 14, 2019 2:54    Post subject: Reply with quote
kernel-panic69 wrote:
If your adblock file is blocking doubleclick.net, then what's the problem? Dnsmasq will not resolve it if it is blocked AFAIK. I have no definite answer for the 'can't resolve (null)' responses, though, without looking deeper.


how i presented it was a big typo & i forgot to even mention it, i was pointing out the time differences between them, 350ms vs 290ms. any closer to 400ms and im going to start looking for a cheap x86 machine to move it to with a better cpu, but till then..

_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55797 std
[QUALCOMM] DIR-862L --------------------------------> r55797 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..

Mile-Lile
DD-WRT Guru


Joined: 24 Feb 2013
Posts: 1634
Location: Belgrade

PostPosted: Wed Aug 14, 2019 8:24    Post subject: Reply with quote
about

Code:
can't resolve (null)


...try to specify IP of local DNS...

e.g.


Code:
nslookup whoami.akamai.net 192.168.1.1


I think busybox 'nslookup' directive changed...
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 14208
Location: Texas, USA

PostPosted: Wed Aug 14, 2019 8:37    Post subject: Reply with quote
Mile-Lile wrote:
about

Code:
can't resolve (null)


...try to specify IP of local DNS...

e.g.


Code:
nslookup whoami.akamai.net 192.168.1.1


I think busybox 'nslookup' directive changed...


root@DD-WRT:~# nslookup whoami.akamai.net

Name: whoami.akamai.net
Address 1: 2607:f8b0:4003:c0e::10b
Address 2: 173.194.101.133

I guess if local dns is enabled and configured, that behavior is normal, and you would have to specify, but. I won't even get into DD-WRT's implementation of BusyBox. Rolling Eyes

For giggles:

root@DD-WRT:~# time nslookup doubleclick.net

Name: doubleclick.net
Address 1: 2607:f8b0:4000:80d::200e dfw06s49-in-x0e.1e100.net
Address 2: 216.58.193.142 dfw25s34-in-f14.1e100.net
real 0m 0.02s
user 0m 0.00s
sys 0m 0.02s

And this is on a dinosaur E4200 v1 Embarassed Cool
jerrytouille
DD-WRT Guru


Joined: 11 Dec 2015
Posts: 1304

PostPosted: Sat Aug 17, 2019 23:07    Post subject: Reply with quote
bs 40672 is a solid build. time for kong m update...
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Sat Aug 17, 2019 23:42    Post subject: Reply with quote
jerrytouille wrote:
bs 40672 is a solid build. time for kong m update...


is the ancient problem of ipq806x latency finally fixed?

edit: nvm, no its not

_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55797 std
[QUALCOMM] DIR-862L --------------------------------> r55797 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..



Last edited by tatsuya46 on Sun Aug 18, 2019 0:51; edited 1 time in total
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6286
Location: Texas

PostPosted: Sun Aug 18, 2019 0:25    Post subject: Reply with quote
tatsuya46 wrote:
is the ancient problem of ipq806x latency finally fixed?

'bout the same I reckon
You maybe just need a less than 100Mbps ISP connection Twisted Evil

HFSC CAKE w/ r40672
http://www.dslreports.com/speedtest/53227169
http://www.dslreports.com/speedtest/53227279
http://www.dslreports.com/speedtest/53227314

can't pay much mind to the upload .... I looked at webserver log and somebody is downloading Kong builds
and according to their IP they are from France --- never know what people are up to these days Rolling Eyes
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Sun Aug 18, 2019 0:53    Post subject: Reply with quote
mrjcd wrote:
tatsuya46 wrote:
is the ancient problem of ipq806x latency finally fixed?

'bout the same I reckon
You maybe just need a less than 100Mbps ISP connection Twisted Evil


LOL

cake looks like theres some spikes more than what fq_codel was giving u before?

_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55797 std
[QUALCOMM] DIR-862L --------------------------------> r55797 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..

madi123
DD-WRT User


Joined: 04 Mar 2008
Posts: 124

PostPosted: Wed Dec 11, 2019 8:09    Post subject: Kong’s latest build for R7500v2 r40270M Reply with quote
Does anyone have a link to latest Kong’s build r40270M for R7500v2? Including md5 and sig files, really appreciate!
Goto page Previous  1, 2, 3, 4, 5  Next Display posts from previous:    Page 4 of 5
Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Atheros WiSOC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum