Joined: 08 May 2018 Posts: 15205 Location: Texas, USA
Posted: Mon Aug 19, 2024 13:33 Post subject: New Build - 08/19/2024 - r58070
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 specificrecovery 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}' (httponly) or 'curl -O {file URL}' (http, https, ftp) 'write {file} linux' then 'reboot'.
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: stracetcpdump.
• 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.
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
Posted: Thu Aug 22, 2024 20:40 Post subject: New Build - 08/19/2024 - r58070
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.
Joined: 16 Jun 2006 Posts: 221 Location: Germany, BW
Posted: Fri Aug 23, 2024 12:30 Post subject: Re: New Build - 08/19/2024 - r58070
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
Posted: Fri Aug 23, 2024 15:04 Post subject: Re: New Build - 08/19/2024 - r58070
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?
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.
Joined: 16 Jun 2006 Posts: 221 Location: Germany, BW
Posted: Tue Aug 27, 2024 21:40 Post subject:
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.
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?
Posted: Wed Aug 28, 2024 12:27 Post subject: Testing 58207 now
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.