If the decision is moving forward on RBK50 and still short of funds, I would do another donation.
PS. No obligation is bound with the donation, it would be done for general purpose.
Suggest you to get on latest Voxel release, 1.0.2.64SF, most of the issues were inherent from stock firmware and Voxel is trying to make it more stable with his own changes.
William
Voxel has many people with great knowledge to help people who stay with his build, it is not just another build but with very stable far out perform stock firmware.
William
R7800 would set itself as DNS server in DHCP packets, so client device would not get any of DNS settings that you intend to assign.
/tmp/dhcpd.conf, created by /etc/init.d/net-lan, tells the reason as below -
option dns $($CONFIG get lan_ipaddr)
try to take the tool Netspot, from https://www.netspotapp.com/, to screen your wireless spectrum if there are interference on 5GHz in your environment
William
Maybe you can try with speedtest on desktop or laptop, connected to R7800 via wireless, to eliminate problem from your cell phone, narrow down the root cause is on router itself or not.
William
a workaround could be done, even if you upgraded the FW (would need a customized Voxel build of course)
1. Configure your Internet Setup with PPPoE, have your Username and Password stored (need to press Apply)
2. Re-configure your Internet Setup as DHCP as it is supposed to be
3. Modify...
1. revise print_dhcpd_conf()
remove "option dns $($CONFIG get lan_ipaddr)"
2. Create new funtion add_dns_conf() as below
add_dns_conf()
{
[ "x$($CONFIG get wan_ether_dns1)" != "x" ] && echo "option dns $($CONFIG get wan_ether_dns1)" >> /tmp/udhcpd.conf
[ "x$($CONFIG get...
if you wanna to take fixed DNS server other than default, the router itself, here is a quick way to do it
1. Enable telnet for r7800
2. Telnet to r7800
3. change to /etc/init.d
4. vi net-lan
5. check on print_dhcpd_conf()
6. replace the line "option dns $($CONFIG get lan_ipaddr)" with...
wla_channel=149
wl_channel=0
but at this time, debug.htm does showing correct 2.4GHz channel even when I connected at 5GHz channel, seems there is certain combination of the condition(s) leads to channel number as '0'
updated: after few times of refresh my debug.htm, with Telnet Enabled, and...
There are few regions that you can't change by yourself from Web GUI if bought from some specific country, such as United States, Canada, Russia and Japan.
William