that was huge update. Most of problems was fixed and now tomato-ARM is usable ;)
wifi works but i have problem with 5GHz channels. List is empty and command "wlconf -i eth2 channels" return null.
When i run "wlconf -i eth2 country EU" then i have channels but after restart wireless services channels disappear.
root@unknown:/tmp/home/root# wl -i eth2 channels
root@unknown:/tmp/home/root# wl -i eth2 country US
root@unknown:/tmp/home/root# wl -i eth2 channels
root@unknown:/tmp/home/root# wl -i eth2 country EU
root@unknown:/tmp/home/root# wl -i eth2 channels
36 40 44 48
root@unknown:/tmp/home/root# wl -i eth2 country US
root@unknown:/tmp/home/root# wl -i eth2 channels
root@unknown:/tmp/home/root# wl -i eth2 country PL
root@unknown:/tmp/home/root# wl -i eth2 channels
36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
root@unknown:/tmp/home/root# wl -i eth2 country US
root@unknown:/tmp/home/root# wl -i eth2 channels
root@unknown:/tmp/home/root#
this is strange!!!
restore nvram settings works correct but is not possible for now to upgrade router via GUI. I have errors. It must be something to fix in rc/mtd.c file.
USB3.0 modules are loaded but speeds are low. Only 20-25MB/s. I have to check OFW but i remember on OFW speeds was much higher.
ext4 module works but tomato (busybox) does not have mount.ext4 tool.
We need to also add IMQ support to kernel and iptables and xt_recent module also doesn`t exist.
CTF works! and this is one of greater news :D
Best Regards.
Shibby
-update et,emf,igs,ctf drivers
-update wl drover to 6.37.14.62 (r437318) (current Asus GPL)
-remove wlconf binary (we`re now compile it from sources)
-add depends of wlconf (common)
-upgrade wl tool
-Makefile - add new flags and features to ac68e target
-use ntpclient / fix ntpc service
-add few TCONFIG / fix compilation
-take ebtables from Asus sources
-httpd - fix sysinfo, fix erase nvram and upgrade via gui (still have problem in rc/mtd.c)
-iptables - add layer7
-nvram_arm - change default path from /usb/sbin to /bin (fix problem with captive portal and mymotd)
-rc - lot of fixed, correct vlan`s for AC68 (WAN works), add xhci and ext4 module)
-shared - few depends of wlconf compilation, new variables (usb3, ext4)
-ufsd - compile from sources
-utils for ARM, robocfg works now well ethernet state also works correct
-wlconf - compile from sources - fix wireless configuration via GUI
-www few changes
gui works but wireless section is not available... i saw that wlconf does not work. When i tried run "wlconf eth1 up" ive got error something like "nvram_validate_all not declerated"
udhcpc process is in process list but when i put cable to WAN port, router did not get WAN IP - strange
That`s all from me for now.
Please remember to run:
git fetch
git pull
every time before any changes in git because without those command you could ovewrite my commits ;)
BR!
- lot of fixes of ARCH in router/Makefile
- mssl can`t use cyassl. Need to always use openssl
- we always need libssl.so, well the easies way is include openvpn to image
- now https works starts and we have access to GUI !!!
- lot of changes in nvram. Now all variables are restored and most (or even all) services works (ssh, telnet, dnsmasq)
- changes of rc/mtd are taken from your sources - thx
- id/detect of AC68 and AC56 added - thx
Finally some progress! :)
For now i pushed sources which i sent to you few days ago.
Status:
- using "make ac68e" we are able to succesful compile image. This image can be flashed via restoration tool.
- router will boot but nvram is empty we any of services won`t start
- all nvram variables are stored in router/shared/defaults.c file