New Build - 08/19/2024 - r58070

Post new topic   Reply to topic    DD-WRT Forum Index -> X86 based Hardware
Author Message
kernel-panic69
DD-WRT Guru


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

PostPosted: Mon Aug 19, 2024 13:33    Post subject: New Build - 08/19/2024 - r58070 Reply with quote
Welcome to x86 / x64 r58070 beta release thread for reporting, feedback to developers & community benefit.
Please do not flash builds until installation is understood, risks involved and device specific recovery methods.
Avoid discussions, create threads for questions, general problems or use search; this thread is not for support.
List router model & version or revision, operating & wireless modes & exact filename/firmware image flashed.


CLI Flash: 'cd /tmp' then 'wget {file URL}' (http only) or 'curl -O {file URL}' (http, https, ftp) 'write {file} linux' then 'reboot'.

Downloads: HTTPS, FTP

Trac SVN: repository since last build 57956 (mirror)

OpenVPN 2.6.12: Changelog, Guides, Server, PBR, DNS, Kill Switch, Watchdog, Reverse PBR, Client, Multiple, tips, scripts.
WireGuard 1.0.20211208/Tools: Changelog, Guides, Client, Server, Adv, PBR, KS, tips, scripts. Thanks BS egc & eibgrad!

Notes: ...
r55799 r55819 r56029 r56119 r56182 r56237 r56326 r56359 r56380 r56490 r56721 r56820 r56932 r56941 r57200 r57447
r57538 r57564 r57595 r57707 r57753 r57793 r57834 r57956 58070

Issues, observations, and/or workarounds reported:
WebUI: Clear history or use a portable. Temporary cache bypass: Ctrl+F5, Cmd+Shift+R or new private window/incognito.
Please report findings with steps needed to reproduce, configuration, clients, output, logs and important information below!

Important:
Detail issues & relevant configs, logs: syslog klog 'dmesg' 'cat /tmp/var/log/messages' nvram set console_debug=1, serial.
• Firewall NAT: 'iptables -vnL' 'iptables -t nat -vnL' 'iptables -t mangle -vnL' & 'cat /tmp/.ipt'. Debug Analyze: strace tcpdump.
• Gremlins: reboot. cold boot. Reset & reconfigure not restore backup. Search Trac & discuss in forum before opening tickets.
• Include operating & wireless modes (e.g. Gateway, Router, AP, SB, WDS, Mesh) and applicable configurations to reproduce.

Example Template:
Code:
[b]Router/Version: [/b]
[b]File/Kernel: [/b]
[b]Previous/Reset: [/b]
[b]Mode/Status: [/b]
[b]Issues/Errors: [/b]


Moderator (egc/kp69) edit: new IPv6 options see: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=337126


Last edited by kernel-panic69 on Mon Aug 19, 2024 14:38; edited 1 time in total
Sponsor
flood404
DD-WRT User


Joined: 18 Dec 2013
Posts: 401

PostPosted: Mon Aug 19, 2024 14:28    Post subject: Reply with quote
Upgraded to this version just now.

Router/Version: Gigabyte i7 4770k 16GB ram
File/Kernel: Web upgrade VGA full bin
Previous/Reset: Not this time
Mode/Status: Gateway/NAS/Router
Issues/Errors: CPU stuck on turbo mode it never slows down below 3.6GHz.

Samba seems to be working fine.


Last edited by flood404 on Mon Aug 19, 2024 22:51; edited 1 time in total
Harb1
DD-WRT User


Joined: 13 Nov 2023
Posts: 61

PostPosted: Thu Aug 22, 2024 20:40    Post subject: New Build - 08/19/2024 - r58070 Reply with quote
Gigabyte GA-H97M-HD3 LGA 1150 DDR3 Micro ATX Motherboard i7 4790 16gb ram dd-wrt_x64_public_vga.image Up and running for more than 24 hrs seems like a good build thanks devs. First time using x86/64 build and it's wonderful.
Sp1derman
DD-WRT User


Joined: 16 Jun 2006
Posts: 224
Location: Germany, BW

PostPosted: Fri Aug 23, 2024 12:30    Post subject: Re: New Build - 08/19/2024 - r58070 Reply with quote
Harb1 wrote:
Gigabyte GA-H97M-HD3 LGA 1150 DDR3 Micro ATX Motherboard i7 4790 16gb ram dd-wrt_x64_public_vga.image Up and running for more than 24 hrs seems like a good build thanks devs. First time using x86/64 build and it's wonderful.

flood404 and I found our CPU running in Turbo-Mode 24/7 in the newer Builds.
Could you check your CPU? Would be interesting to see what your CPU is reporting.
See details here: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=337143
Harb1
DD-WRT User


Joined: 13 Nov 2023
Posts: 61

PostPosted: Fri Aug 23, 2024 15:04    Post subject: Re: New Build - 08/19/2024 - r58070 Reply with quote
Sp1derman wrote:
Harb1 wrote:
Gigabyte GA-H97M-HD3 LGA 1150 DDR3 Micro ATX Motherboard i7 4790 16gb ram dd-wrt_x64_public_vga.image Up and running for more than 24 hrs seems like a good build thanks devs. First time using x86/64 build and it's wonderful.

flood404 and I found our CPU running in Turbo-Mode 24/7 in the newer Builds.
Could you check your CPU? Would be interesting to see what your CPU is reporting.
See details here: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=337143
Looks like it's the same as yours between 3.6-4.0 tend to be on the higher side more often. I got a question how do you upgrade from the free version to the pro version?
flood404
DD-WRT User


Joined: 18 Dec 2013
Posts: 401

PostPosted: Tue Aug 27, 2024 20:30    Post subject: Reply with quote
To upgrade it is just apply the full version VGA x64 file through the webgui of dd-wrt. Then it will be running full version.

Now here's the thing I noticed. The Samba shares won't work until activated. The wifi part may be shown but not working until activated. I could be wrong on that. I know enabling ipv6 didn't work until activated.


Once its running the full version go to the activate tab and copy the code there. Then go here. https://dd-wrt.com/professional/activation/ put in the code the dd-wrt on your system give you and it will give you a key. Then paste the key and click activate. The activation will take place once its rebooted.

To fix the CPU turbo speed constantly. Put this in the startup script.


for CPUFREQ in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do [ -f $CPUFREQ ] || continue; echo -n ondemand > $CPUFREQ; done


That will fix the constant high clock speed while idle. Waiting on Sp!derman's test with that command to see if it fixes his issue.
Sp1derman
DD-WRT User


Joined: 16 Jun 2006
Posts: 224
Location: Germany, BW

PostPosted: Tue Aug 27, 2024 21:40    Post subject: Reply with quote
I will not be able to test the next two weeks and have to wait for my testing-system.
Can't do testing of new build on my live-system any more, it took too long to bring it back into working state if I have to roll back.
flood404
DD-WRT User


Joined: 18 Dec 2013
Posts: 401

PostPosted: Tue Aug 27, 2024 23:08    Post subject: Reply with quote
Alright. So far it's working great for me with the r58163. I need to reboot it to see if the startup command script works. I just did that command through Telnet which will stay in effect until reboot.

The Samba is working great too. Youtube works perfect.


I understand about the 5 hours getting the system back up and working when the update goes bad. There is times it took me awhile to get the drive recreated and all the settings put back in. It's even worse when the browsers will not download the backup or allow a restore file to be uploaded.


Are you also getting a server not available visiting this forum with the code 503?
kernel-panic69
DD-WRT Guru


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

PostPosted: Tue Aug 27, 2024 23:12    Post subject: Reply with quote
You have to ensure you are using forum.dd-wrt.com. Still waiting on word back as to why www.dd-wrt.com is offline.
_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
DD-WRT Releases 2023 (PolitePol)
DD-WRT Releases 2023 (RSS Everything)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
Sp1derman
DD-WRT User


Joined: 16 Jun 2006
Posts: 224
Location: Germany, BW

PostPosted: Tue Aug 27, 2024 23:28    Post subject: Reply with quote
flood404 wrote:
.Are you also getting a server not available visiting this forum with the code 503?

I get 503 at login. But then it's working.
flood404
DD-WRT User


Joined: 18 Dec 2013
Posts: 401

PostPosted: Wed Aug 28, 2024 12:27    Post subject: Testing 58207 now Reply with quote
YES! The startup command fixes the CPU constant Turbo speed. It's now idle at 800MHz And it will go higher with a load on the CPU as it should do by design.

Samba works! Was able to read and copy a file over.

Kodi works without stopping.


The only thing I can't test is the VPN option. If someone can walk me through it on setting it up and testing it I would. I know Sp!derman had an issue with it.
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> X86 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