

EDIT:
Have you ever seen a router with RGB LEDs?
https://www.youtube.com/watch?v=Pix6mvuhYfI
https://wiki.turris.cz/doc/en/howto/led_settings
Too bad it only has software from the manufacturer

Moderator: Moderators
So basically I open the System file from my backup (12.1.x), edit what you said, save the file and do the upload to my C7, right?RomanHK wrote: ↑Fri Apr 17, 2020 6:31 pmSo I found the difference.
Gargoyle v1.10 @ v1.12 also OpenWrt 18.06 @ Gargoyle v1.12:
option sysfs 'tp-link: blue: wlan1g' @ option sysfs 'tp-link: green: wlan1g'
Try swapping values, saving and restarting the router.
As you write, so in version OpenWrt 19.07 it probably have solved and the fix will be reflected in Gargoyle v1.13.
You can also try the Polish edition of Gargoyle PL 1.13.x, which is based on OpenWrt 19.07: https://dl.eko.one.pl/gargoyle-pl/openwrt-19.07/
Yes. Your new configuration file should look like this (I have a typo, it should be 2g):EvertonSSJ4 wrote: It would be in this part (changing where is the word green to blue?)?:
Code: Select all
config timeserver 'ntp'
option enabled '1'
option enable_server '1'
list server '0.pool.ntp.org'
list server '1.pool.ntp.org'
list server '2.pool.ntp.org'
list server '3.pool.ntp.org'
config led 'led_usb1'
option name 'USB1'
option sysfs 'tp-link:green:usb1'
option trigger 'usbdev'
option interval '50'
option dev '1-1'
config led 'led_usb2'
option name 'USB2'
option sysfs 'tp-link:green:usb2'
option trigger 'usbdev'
option interval '50'
option dev '2-1'
config led 'led_wlan2g'
option name 'WLAN2G'
option sysfs 'tp-link:blue:wlan2g'
option trigger 'phy1tpt'
config led 'led_wlan5g'
option name 'WLAN5G'
option sysfs 'tp-link:blue:wlan5g'
option trigger 'phy0tpt'
config button 'reboot_button'
option button 'rfkill'
option action 'released'
option handler 'logger reboot ; /usr/lib/gargoyle/reboot.sh ;'
option min '3'
option max '90'
config button 'reset_button'
option button 'reset'
option action 'released'
option handler 'logger restore defaults ; /sbin/firstboot -y; reboot ;'
option min '3'
option max '90'
config system 'system'
option ttylogin '0'
option log_size '64'
option urandom_seed '0'
option cronloglevel '9'
option timezone 'BRT3BRST,M11.1.0/0,M2.3.0/0'
option hostname 'Archer C7'
And it's working, I have pasted (what you whrote) in system file of my backup and after that, uploaded to C7.RomanHK wrote: ↑Fri Apr 17, 2020 9:51 pmYes. Your new configuration file should look like this (I have a typo, it should be 2g):EvertonSSJ4 wrote: It would be in this part (changing where is the word green to blue?)?:Code: Select all
config timeserver 'ntp' option enabled '1' option enable_server '1' list server '0.pool.ntp.org' list server '1.pool.ntp.org' list server '2.pool.ntp.org' list server '3.pool.ntp.org' config led 'led_usb1' option name 'USB1' option sysfs 'tp-link:green:usb1' option trigger 'usbdev' option interval '50' option dev '1-1' config led 'led_usb2' option name 'USB2' option sysfs 'tp-link:green:usb2' option trigger 'usbdev' option interval '50' option dev '2-1' config led 'led_wlan2g' option name 'WLAN2G' option sysfs 'tp-link:blue:wlan2g' option trigger 'phy1tpt' config led 'led_wlan5g' option name 'WLAN5G' option sysfs 'tp-link:blue:wlan5g' option trigger 'phy0tpt' config button 'reboot_button' option button 'rfkill' option action 'released' option handler 'logger reboot ; /usr/lib/gargoyle/reboot.sh ;' option min '3' option max '90' config button 'reset_button' option button 'reset' option action 'released' option handler 'logger restore defaults ; /sbin/firstboot -y; reboot ;' option min '3' option max '90' config system 'system' option ttylogin '0' option log_size '64' option urandom_seed '0' option cronloglevel '9' option timezone 'BRT3BRST,M11.1.0/0,M2.3.0/0' option hostname 'Archer C7'
Oh man! You saved me! I changed my ISP, now i'm behind a strict firewall, and cant run torrent very well.RomanHK wrote: ↑Sun Apr 05, 2020 12:11 amSo I could help and make them easier to download, so I started my own web server: http://gargoyle.romanhk.cz
Good luck and good health...
yes, but if you disable isolation can youI switched to the gust network.
Was not able to get to my router web UI
Was not able to get to my network drives.