Sanna1967
Senior Member
How do I choose mainlane instead of master?
Well, this script doesn't work for RT-AC86U...
Code:
git checkout mainline
git pull
Last edited:
How do I choose mainlane instead of master?
Well, this script doesn't work for RT-AC86U...
git checkout mainline
git pull
I don't think there were any significant changes between beta1 and beta2 related to dhcp. One thing I did not long ago out of curiosity was to create an empty /jffs/scripts/dhcpc-event file so that my syslog will log normal WAN dhcp events just so I could understand when the dhcp lease was being renewed. It sounds to me that your lease is not being renewed at the halfway point (5 mins), but is expiring and being bound again after 10 mins. I'm no DHCP expert though.
Code:Mar 16 00:43:18 custom_script: Running /jffs/scripts/dhcpc-event (args: renew) Mar 16 11:33:03 custom_script: Running /jffs/scripts/dhcpc-event (args: deconfig) Mar 16 11:33:04 custom_script: Running /jffs/scripts/dhcpc-event (args: deconfig) Mar 16 11:33:04 custom_script: Running /jffs/scripts/dhcpc-event (args: bound) Mar 16 11:34:13 custom_script: Running /jffs/scripts/dhcpc-event (args: deconfig) Mar 16 11:34:14 custom_script: Running /jffs/scripts/dhcpc-event (args: deconfig) Mar 16 11:34:14 custom_script: Running /jffs/scripts/dhcpc-event (args: bound) Mar 17 08:02:32 custom_script: Running /jffs/scripts/dhcpc-event (args: deconfig) Mar 17 08:02:33 custom_script: Running /jffs/scripts/dhcpc-event (args: deconfig) Mar 17 08:02:36 custom_script: Running /jffs/scripts/dhcpc-event (args: bound) Mar 17 08:02:52 custom_script: Running /jffs/scripts/dhcpc-event (args: renew) Mar 17 08:03:18 custom_script: Running /jffs/scripts/dhcpc-event (args: deconfig) Mar 17 08:03:19 custom_script: Running /jffs/scripts/dhcpc-event (args: bound) Mar 18 11:33:37 custom_script: Running /jffs/scripts/dhcpc-event (args: renew) Mar 20 06:38:28 custom_script: Running /jffs/scripts/dhcpc-event (args: renew) Mar 22 06:38:28 custom_script: Running /jffs/scripts/dhcpc-event (args: renew) Mar 24 06:38:28 custom_script: Running /jffs/scripts/dhcpc-event (args: renew) Mar 25 13:02:23 custom_script: Running /jffs/scripts/dhcpc-event (args: deconfig) Mar 25 13:02:24 custom_script: Running /jffs/scripts/dhcpc-event (args: deconfig) Mar 25 13:02:25 custom_script: Running /jffs/scripts/dhcpc-event (args: bound) Mar 25 13:06:17 custom_script: Running /jffs/scripts/dhcpc-event (args: deconfig) Mar 25 13:06:18 custom_script: Running /jffs/scripts/dhcpc-event (args: deconfig) Mar 25 13:06:18 custom_script: Running /jffs/scripts/dhcpc-event (args: bound) Mar 25 13:06:43 custom_script: Running /jffs/scripts/dhcpc-event (args: deconfig) Mar 25 13:06:44 custom_script: Running /jffs/scripts/dhcpc-event (args: deconfig) Mar 25 13:06:44 custom_script: Running /jffs/scripts/dhcpc-event (args: bound)
Good advice I'll follow it...
The script doesn't support my router, so it's pointless...Code:git checkout mainline git pull
You cant copy/paste from windows to ubuntu . Uses firefox which is included withMy VM doesn't accept copy paste from host
RT-AC86U isn't supported via debian-build-imageOracle VM . You need to install Ubuntu 18.04.XX in a Virtualmachine
https://github.com/RMerl/asuswrt-merlin.ng/wiki/Compile-Firmware-from-source-using-Ubuntu
Enjoy and good learning !
Disable led's and re-enable them leaves Lan led's (1-4) off.
- Administration -> System page doesn't apply changes; Router Login Name shows "This account already exists. Please enter a different name."
RT-AC86U isn't supported via debian-build-image
Also, with everything manually configured to .ng, it always gives error 2. Can't do it
I managed to compile it for RT-AC86U and it's working.
Can't see any improvement on wifi, but haven't tested much yet.
For those who want (it includes latest commits in master plus wifi commit in mainline): https://we.tl/t-nMvG93ZRSg
Missing some symlinks commands from toolschain repo!Well done - would you mind explaining how your managed to do it after your earlier post suggested it was not possible?
I managed to compile it for RT-AC86U and it's working.
Can't see any improvement on wifi, but haven't tested much yet.
For those who want (it includes latest commits in master plus wifi commit in mainline): https://we.tl/t-nMvG93ZRSg
Yes that one!Which Wifi commit are we talking about? this one? https://github.com/RMerl/asuswrt-merlin.ng/commit/80c3c9e57c41ae4cb66e2e2410277488e29b186c
BTW, I compiled a build yesterday and couldn't understand why my devices could no longer connect to 5Ghz , I changed the channel to 48 from 44 and all my devices connected back to 5Ghz. working good
This statement is false.You cant copy/paste from windows to ubuntu . [...]
For Windows and macOS guests, VMware Player prompts you need to install tools for host to guest communication in the bottom part of the virtual machine window:[...]My VM doesn't accept copy paste from host (Vmware player 15), don't know why, and I have installed advanced keyboard.[...]
Yep, I managed to put it working by *buying vmware pro....On topic:
Uptime: 5 days 1 hour(s) 57 minute(s) 4 seconds with 384.16_beta2 on RT AC-68U, everything working fine.
Off topic:
This statement is false.
For Windows and macOS guests, VMware Player prompts you need to install tools for host to guest communication in the bottom part of the virtual machine window:
View attachment 22231
For Linux guests, you need to install the open source version, packages open-vm-tools and open-vm-tools-desktop (execute the following in a terminal window: sudo apt update && sudo apt install open-vm-tools open-vm-tools-desktop). You might need to reboot the virtual machine if the tools don't work after installation.
Alternatively, you can connect to your virtual machine using a ssh program from your host OS, like putty (just as you connect to your router), and do your work that way.
Yes that one!
One question, is it possible to check via Gui or ssh if I'm using the latest wifi driver? Just to make sure ..
No problems here at all, using 5ghz on auto channel
Yep, I managed to put it working by *buying vmware pro....
VM player is much limited...
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!