Search found 794 matches

by RomanHK
Tue Feb 26, 2019 1:35 pm
Forum: Show / Tell / Contribute
Topic: ispy builds
Replies: 7
Views: 5329

Re: ispy builds

And what about OpenWrt package name: gargoyle.ipkg (+ gargoyle plugins)?
ispyisail wrote: Gargoyle is just a GUI for OpenWRT
So if it's just a GUI (+ something extra) - it's like LuCI in OpenWrt. Then it would not have to be complicated to compile, save space and be for other OpenWrt routers.
by RomanHK
Mon Feb 25, 2019 11:42 am
Forum: Show / Tell / Contribute
Topic: Gargoyle 1.11.0 Release Candidate 5
Replies: 211
Views: 200294

Re: Gargoyle 1.11.0 Release Candidate 5

So IMQ was a priority - solved. Have you been looking at the Restriction Rule? I forgot if there is a IP range, so the log is written: Mon Feb 25 16:10:43 2019 daemon.err uhttpd[6514]: iptables v1.6.2: unexpected ! flag before --match Mon Feb 25 16:10:43 2019 daemon.err uhttpd[6514]: Try `iptables -...
by RomanHK
Sun Feb 24, 2019 10:20 pm
Forum: Hardware / Installation Issues
Topic: Reset of Alfa Hornet Ub (GPR02 Pocket Router)
Replies: 14
Views: 7132

Re: Reset of Alfa Hornet Ub (GPR02 Pocket Router)

Mostly it is Power LED - Turn off the adapter, turn on the adapter, blink Power = hold the button (not before) - then the Power LED should still flash faster and this is a failsafe mode. EDIT: At least that's the case, but here's another way - you have to try it. https://oldwiki.archive.openwrt.org/...
by RomanHK
Sun Feb 24, 2019 9:58 pm
Forum: Hardware / Installation Issues
Topic: Reset of Alfa Hornet Ub (GPR02 Pocket Router)
Replies: 14
Views: 7132

Re: Reset of Alfa Hornet Ub (GPR02 Pocket Router)

Unfortunately, with some routers, the factory default settings do not work (or are configured corrupted) and therefore OpenWrt has created instructions on how to do it differently. This is a basic and standard procedure (Entering failsafe mode): https://openwrt.org/docs/guide-user/troubleshooting/fa...
by RomanHK
Sun Feb 24, 2019 9:27 pm
Forum: Show / Tell / Contribute
Topic: Gargoyle 1.11.0 Release Candidate 5
Replies: 211
Views: 200294

Re: Gargoyle 1.11.0 Release Candidate 5

Does IMG have to have priority 46 when retrieving? I have renamed it without priority (from 46-ipt-imq to ipt-imq) and it goes well: [ 22.202838] usbcore: registered new interface driver cdc_acm [ 22.208514] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 22.217142] usb...
by RomanHK
Sun Feb 24, 2019 5:34 pm
Forum: News
Topic: Version 1.11.0 : Based on OpenWrt 18.06
Replies: 177
Views: 467581

Re: Version 1.11.0 : Based on OpenWrt 18.06

@Lantis

When the new version is ready, here I am dealing with an interesting case with a typo, will it be adjusted?

viewtopic.php?f=11&t=11788&start=10#p51771
by RomanHK
Sun Feb 24, 2019 4:43 pm
Forum: Show / Tell / Contribute
Topic: Gargoyle 1.11.0 Release Candidate 5
Replies: 211
Views: 200294

Re: Gargoyle 1.11.0 Release Candidate 5

So I figured it out. The fault is the IMQ kernel module. When I get the router to first load the iptable_nat module, the kernel is as follows: [ 9.746654] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 9.759066] Hooked IMQ after mangle on PREROUTING [ 9.763901] Error hooking IMQ after nat on POSTR...
by RomanHK
Sun Feb 24, 2019 7:40 am
Forum: News
Topic: Version 1.11.0 : Based on OpenWrt 18.06
Replies: 177
Views: 467581

Re: Version 1.11.0 : Based on OpenWrt 18.06

@lesbinary

/tmp is not physical RAM but virtual RAM (RAM disk). Web interface shows physical RAM.
https://en.wikipedia.org/wiki/Tmpfs

EDIT: To find out the physical memory state, use the command: free
by RomanHK
Sun Feb 24, 2019 6:42 am
Forum: Show / Tell / Contribute
Topic: Gargoyle 1.11.0 Release Candidate 5
Replies: 211
Views: 200294

Re: Gargoyle 1.11.0 Release Candidate 5

I temporarily resolved this by adding a line in /etc/init.d/boot : ... /sbin/kmodloader [ -z `cat /proc/net/ip_tables_names | grep nat` ] && reboot [ ! -f /etc/config/wireless ] && { # compat for brcm47xx and mvebu sleep 1 } ... But it is quite impractical - restarts until the module...