built gargoyle from trunk

Discuss the technical details of Gargoyle and ongoing development

Moderator: Moderators

User avatar
ericwong
Posts: 430
Joined: Sat Aug 25, 2012 6:15 am
Location: Melbourne, Australia
Contact:

Re: built gargoyle from trunk

Post by ericwong »

I am able to successfully to build gargoyle ROM that can boot on my rt305x based routers.

However, the end result is the router will NOT have any network connections. In fact, both WIFI and Ethernet are absent. If I navigate to /etc/config, I can see that the network configuration file is absent too..

In other words, I am do NOT see these in serial console during boot. The boot process COMPLETES and none of these are shown..

Code: Select all

[   33.130000] fuse init (API version 7.18)
[   36.220000] device eth0.1 entered promiscuous mode
[   36.230000] device eth0 entered promiscuous mode
[   36.240000] br-lan: port 1(eth0.1) entered forwarding state
[   36.250000] br-lan: port 1(eth0.1) entered forwarding state
[   38.250000] br-lan: port 1(eth0.1) entered forwarding state
[   39.910000] device wlan0 entered promiscuous mode
[   40.120000] br-lan: port 2(wlan0) entered forwarding state
[   40.130000] br-lan: port 2(wlan0) entered forwarding state
[   42.130000] br-lan: port 2(wlan0) entered forwarding state
[   45.510000] ramips-wdt: timeout value 60 must be 0 < timeout < 33
I am trying to build Gargoyle on a router target which is NOT present in OpenWRT trunk. I can confirm that I do have the correct target configuration files because I can build it on the latest OpenWRT trunk and the router will work as expected.

The problem here is I CANNOT put target into Gargoyle and make it use it.

The ONLY way I can build a ROM is to issue
1)

Code: Select all

make custom
command under Gargoyle folder

2) The menuconfig will appears and I will select the platform (rt305x), the target (I use default as it will build all the targets), select all the Gargoyle as well as any packages I want to use.

3) Before I save the configuration, I will copy and replace /gargoyle/custom-src/target/ramips with my known working copy from /openwrt-trunk/target/ramips

4) After I save the configuration, gargoyle will start building and downloading.

5) In this way, I will be able to build the ROM successfully that can boot fully, except having network issues. (I have tried this on two different target routers many times already in the last few days, so I am 100% sure there is a problem here..)

Yes, even though my target router does not show under menuconfig. The ROM is generated because I have replaced the /gargoyle/custom-src/target/ramips

Questions:
a) Since my method above didn't work. How do I add custom target profiles and able to build it?
i.e. all the patches and configuration changes made that are inside /openwrt-trunk/target/ramips

b) How can I include custom configuration files into the ROM?
In OpenWRT, I can add configuration files by putting it under /openwrt-trunk/files/

However, if I put files under /gargoyle/custom-src/files
it seems like they will NOT be incorporated into the ROM at all because I noticed that ALL the ROM I generated are EXACTLY the same size!!! they are all 3201kb. Not even 1kb difference.. even the files I added are at least a few hundred kb.

I could post all the RT305x ROM I have generated if anyone wants to try them but at your own risk because it may BRICK the router and can only be recovered via serial/tftp. At least I know it didn't work in my routers.
Eric Wong

PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.

unevox
Posts: 10
Joined: Tue Feb 07, 2012 3:08 pm

Re: built gargoyle from trunk

Post by unevox »

make custom, read previous config file.

Code: Select all

cd /gargoyle/custom-src/
make menuconfig
selecto your package and drivers and test :)

User avatar
ericwong
Posts: 430
Joined: Sat Aug 25, 2012 6:15 am
Location: Melbourne, Australia
Contact:

Re: built gargoyle from trunk

Post by ericwong »

unevox wrote:make custom, read previous config file.

Code: Select all

cd /gargoyle/custom-src/
make menuconfig
selecto your package and drivers and test :)
I already said this will cause build ERRORS.
Won't work because I am also ADDING custom targets.
This method will ONLY work for targets that Trunk already has.

Plus, one of the reason my RT305x have no network is probably because the trunk is currently broken for RT305x...(https://dev.openwrt.org/ticket/12125) so it is even more important to use my own custom target files, so it can build a functional ROM...
Eric Wong

PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.

User avatar
ericwong
Posts: 430
Joined: Sat Aug 25, 2012 6:15 am
Location: Melbourne, Australia
Contact:

Re: built gargoyle from trunk

Post by ericwong »

ericwong wrote:I am able to successfully to build gargoyle ROM that can boot on my rt305x based routers.

However, the end result is the router will NOT have any network connections. In fact, both WIFI and Ethernet are absent. If I navigate to /etc/config, I can see that the network configuration file is absent too..
I suspect the kernel configuration is not correct. When use command

Code: Select all

make kernel_menuconfig
under /gargoyle/custom-src folder
I can see the selected platform and target is NOT rt305x

I tried modifying and saving the kernel configuration using the kernel_menuconfig then relaunch

Code: Select all

make custom
under /gargoyle folder

But the resultant ROM still have EXACTLY the same problem. Anyone have any ideas how to solve this?
Eric Wong

PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.

User avatar
ericwong
Posts: 430
Joined: Sat Aug 25, 2012 6:15 am
Location: Melbourne, Australia
Contact:

Re: built gargoyle from trunk

Post by ericwong »

I am almost certain that the latest Gargoyle revision (7855cbdc) which uses OpenWRT r33378 CANNOT be build due to an error...

I have tried this many many times and I always end up with this error at the end (I can't post the full log because the log itself is 16MB)..

Code: Select all

rm -rf /home/openwrt/openwrt/gargoyle/custom-src/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/root-ramips/tmp-samba36-server
touch /home/openwrt/openwrt/gargoyle/custom-src/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/root-ramips/stamp/.samba36-server_installed
make[4]: Leaving directory `/home/openwrt/openwrt/gargoyle/custom-src/package/samba36'
make[3]: Leaving directory `/home/openwrt/openwrt/gargoyle/custom-src'
make[2]: *** [/home/openwrt/openwrt/gargoyle/custom-src/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[2]: Leaving directory `/home/openwrt/openwrt/gargoyle/custom-src'
make[1]: *** [world] Error 2
make[1]: Leaving directory `/home/openwrt/openwrt/gargoyle/custom-src'
I am 100% certain that this is not due to internet connection problem as my have made sure computer's have working internet connection and I have re-build this many many times...

Digging my log further, I think these maybe the source of the error
I wonder if this is due to OpenWRT or Gargoyle... or simply the server serving these files are down.

Code: Select all

HTTP request sent, awaiting response... yes
checking for struct stat.st_rdev... yes
checking for ino_t... 404 Not Found
2012-09-13 20:23:21 ERROR 404: Not Found.

Download failed.
--2012-09-13 20:23:21--  http://mirror2.openwrt.org/sources/ipset-6.11.tar.bz2
Resolving mirror2.openwrt.org (mirror2.openwrt.org)... yes
checking for loff_t... [ 20%] Building C object CMakeFiles/uci-shared.dir/util.c.o
......... (there is some other unrelated output I have omitted in between)

Code: Select all

checking for getpgrp... 404 Not Found
2012-09-13 20:23:23 ERROR 404: Not Found.

Download failed.
--2012-09-13 20:23:23--  http://downloads.openwrt.org/sources/ipset-6.11.tar.bz2
Resolving downloads.openwrt.org (downloads.openwrt.org)... yes
................

Code: Select all

[ 46%] Building C object CMakeFiles/uci-static.dir/libuci.c.o
404 Not Found
2012-09-13 20:23:25 ERROR 404: Not Found.

Download failed.
No more mirrors to try - giving up.
make[4]: *** [/home/openwrt/openwrt/gargoyle/custom-src/dl/ipset-6.11.tar.bz2] Error 2
make[4]: Leaving directory `/home/openwrt/openwrt/gargoyle/custom-src/package/ipset'
make[3]: *** [package/ipset/compile] Error 2
make[3]: *** Waiting for unfinished jobs....
yes
Last edited by ericwong on Thu Sep 13, 2012 12:05 pm, edited 1 time in total.
Eric Wong

PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.

User avatar
ericwong
Posts: 430
Joined: Sat Aug 25, 2012 6:15 am
Location: Melbourne, Australia
Contact:

Re: built gargoyle from trunk

Post by ericwong »

Alright... actually, I do have the required file somewhere, so after I manually placed the missing ipset-6.11.tar.bz2 file inside the download folder....

I run into an new error which is not something I can fix..
Beware of this error if you try to build for rt305x using default profile.

Code: Select all

LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
mkimage -A mips -O linux -T kernel -C lzma -a 0x80000000 -e 0x80000000 -n "MIPS OpenWrt Linux-3.3.8" -d /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/vmlinux-carambola.bin.lzma /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/vmlinux-carambola.uImage
Image Name:   MIPS OpenWrt Linux-3.3.8
Created:      Fri Sep 14 00:21:04 2012
Image Type:   MIPS Linux Kernel Image (lzma compressed)
Data Size:    915208 Bytes = 893.76 kB = 0.87 MB
Load Address: 80000000
Entry Point:  80000000
if [ `stat -c%s "/home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/vmlinux-carambola.uImage"` -gt 917504 ]; then echo "Warning: /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/vmlinux-carambola.uImage is too big"; else if [ `stat -c%s /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/root.squashfs` -gt 7143424 ]; then echo "Warning: /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/root.squashfs is too big"; else ( dd if=/home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/vmlinux-carambola.uImage bs=917504 conv=sync; dd if=/home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/root.squashfs ) > /home/openwrt/openwrt/gargoyle/custom-src/bin/ramips/openwrt-ramips-rt305x-carambola-squashfs-sysupgrade.bin; fi; fi
0+1 records in
1+0 records out
917504 bytes (918 kB) copied, 0.00349681 s, 262 MB/s
10752+1 records in
10752+1 records out
5505028 bytes (5.5 MB) copied, 0.0578833 s, 95.1 MB/s
cp /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/vmlinux /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/vmlinux-dir-300-b1
/home/openwrt/openwrt/gargoyle/custom-src/staging_dir/host/bin/patch-cmdline /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/vmlinux-dir-300-b1 'board=DIR-300-B1 console=ttyS1,57600 mtdparts=physmap-flash.0:192k(u-boot)ro,64k(devdata)ro,64k(devconf)ro,896k(kernel),2880k(rootfs),3776k@0x50000(firmware)'
/home/openwrt/openwrt/gargoyle/custom-src/staging_dir/host/bin/lzma e /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/vmlinux-dir-300-b1 -lc1 -lp2 -pb2 /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/vmlinux-dir-300-b1.bin.lzma

LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
mkimage -A mips -O linux -T kernel -C lzma -a 0x80000000 -e 0x80000000 -n "MIPS OpenWrt Linux-3.3.8" -d /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/vmlinux-dir-300-b1.bin.lzma /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/vmlinux-dir-300-b1.uImage
Image Name:   MIPS OpenWrt Linux-3.3.8
Created:      Fri Sep 14 00:21:07 2012
Image Type:   MIPS Linux Kernel Image (lzma compressed)
Data Size:    915246 Bytes = 893.79 kB = 0.87 MB
Load Address: 80000000
Entry Point:  80000000
if [ `stat -c%s "/home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/vmlinux-dir-300-b1.uImage"` -gt 917504 ]; then echo "Warning: /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/vmlinux-dir-300-b1.uImage is too big"; else if [ `stat -c%s /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/root.squashfs` -gt 2949120 ]; then echo "Warning: /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/root.squashfs is too big"; else ( dd if=/home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/vmlinux-dir-300-b1.uImage bs=917504 conv=sync; dd if=/home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/root.squashfs ) > /home/openwrt/openwrt/gargoyle/custom-src/bin/ramips/openwrt-ramips-rt305x-dir-300-b1-squashfs-sysupgrade.bin; fi; fi
Warning: /home/openwrt/openwrt/gargoyle/custom-src/build_dir/linux-ramips_rt305x/root.squashfs is too big
mkwrgimg -s wrgn23_dlwbr_dir300b -d /dev/mtdblock/2 -i /home/openwrt/openwrt/gargoyle/custom-src/bin/ramips/openwrt-ramips-rt305x-dir-300-b1-squashfs-sysupgrade.bin -o /home/openwrt/openwrt/gargoyle/custom-src/bin/ramips/openwrt-ramips-rt305x-dir-300-b1-squashfs-factory.bin
[mkwrgimg] *** error: stat failed on /home/openwrt/openwrt/gargoyle/custom-src/bin/ramips/openwrt-ramips-rt305x-dir-300-b1-squashfs-sysupgrade.bin, No such file or directory
make[6]: *** [install] Error 1
make[6]: Leaving directory `/home/openwrt/openwrt/gargoyle/custom-src/target/linux/ramips/image'
make[5]: *** [install] Error 2
make[5]: Leaving directory `/home/openwrt/openwrt/gargoyle/custom-src/target/linux/ramips'
make[4]: *** [install] Error 2
make[4]: Leaving directory `/home/openwrt/openwrt/gargoyle/custom-src/target/linux'
make[3]: *** [target/linux/install] Error 2
make[3]: Leaving directory `/home/openwrt/openwrt/gargoyle/custom-src'
make[2]: *** [/home/openwrt/openwrt/gargoyle/custom-src/staging_dir/target-mipsel_r2_uClibc-0.9.33.2/stamp/.target_install] Error 2
make[2]: Leaving directory `/home/openwrt/openwrt/gargoyle/custom-src'
make[1]: *** [world] Error 2
make[1]: Leaving directory `/home/openwrt/openwrt/gargoyle/custom-src'
Note: this is using the latest Gargoyle revision (7855cbdc) which uses OpenWRT r33378.

Update: If I specify it specifically to my target hardware, the build is successful and Gargoyle boots and appears to work..

Correction: Bandwidth monitoring and quota system is NOT working.. Both bandwidth monitoring and B/W distribution shows NOTHING. The Gargoyle is connected to to my internet router via WAN port.

Am I missing some packages or there is simply some bugs in the gargoyle source code? Anyone knows?
Eric Wong

PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.

User avatar
ericwong
Posts: 430
Joined: Sat Aug 25, 2012 6:15 am
Location: Melbourne, Australia
Contact:

Re: built gargoyle from trunk

Post by ericwong »

ericwong wrote: Correction: Bandwidth monitoring and quota system is NOT working.. Both bandwidth monitoring and B/W distribution shows NOTHING. The Gargoyle is connected to to my internet router via WAN port.

Am I missing some packages or there is simply some bugs in the gargoyle source code? Anyone knows?
Great, still no answer....

I look in the configuration file created after I use "make custom" and then saved for future use and see several packages are missing from it compared to the original custom configuration. i also check the packages list in the router and these are missing...

Code: Select all

CONFIG_PACKAGE_kmod-ipt-bandwidth=y
CONFIG_PACKAGE_kmod-ipt-timerange=y
CONFIG_PACKAGE_kmod-ipt-webmon=y
CONFIG_PACKAGE_kmod-ipt-weburl=y
CONFIG_PACKAGE_iptables-mod-bandwidth=y 
Options for these four packages are missing from the menuconfig too!! I also found some errors in the log that says some package cannot be installed due to missing one of these dependency above..

Rebuilding the ROM with these packages manually added to the configuration file and see if they will be included in the ROM after re-build...
Last edited by ericwong on Fri Sep 14, 2012 8:45 am, edited 1 time in total.
Eric Wong

PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.

User avatar
ericwong
Posts: 430
Joined: Sat Aug 25, 2012 6:15 am
Location: Melbourne, Australia
Contact:

Re: built gargoyle from trunk

Post by ericwong »

ericwong wrote: several packages are missing from it compared to the original custom configuration. i also check the packages list in the router and these are missing...

Code: Select all

CONFIG_PACKAGE_kmod-ipt-bandwidth=y
CONFIG_PACKAGE_kmod-ipt-timerange=y
CONFIG_PACKAGE_kmod-ipt-webmon=y
CONFIG_PACKAGE_kmod-ipt-weburl=y
CONFIG_PACKAGE_iptables-mod-bandwidth=y 
I think I found the bug...

In the rebuild.sh, this is the part I think is wrong..

Code: Select all

#script for building netfilter patches
	netfilter_patch_script="$top_dir/netfilter-match-modules/integrate_netfilter_modules_backfire.sh"
The "backfire" part should be deleted.. to this..??

Code: Select all

#script for building netfilter patches
	netfilter_patch_script="$top_dir/netfilter-match-modules/integrate_netfilter_modules.sh"
Tried re-building but these packages still not in the ROM..... :?: :?:
So, there is probably additional bugs elsewhere which I can't find.

I also found this error in the log, so this must be the problem..

Code: Select all

Checking 'gnutar'... ok.
Checking 'svn'... ok.
Checking 'gnu-find'... ok.
Checking 'getopt-extended'... ok.
Checking 'non-root'... ok.
Collecting package info: done
Collecting target info: done
tmp/.config-package.in:10187:warning: 'select' used by config symbol 'PACKAGE_deluge-ui-gtk' refer to undefined symbol 'PACKAGE_python-gtk'
tmp/.config-package.in:24130:warning: 'select' used by config symbol 'PACKAGE_webmon-gargoyle' refer to undefined symbol 'PACKAGE_iptables-mod-webmon'
tmp/.config-package.in:26362:warning: 'select' used by config symbol 'PACKAGE_gargoyle-firewall-util' refer to undefined symbol 'PACKAGE_iptables-mod-weburl'
tmp/.config-package.in:26364:warning: 'select' used by config symbol 'PACKAGE_gargoyle-firewall-util' refer to undefined symbol 'PACKAGE_iptables-mod-timerange'
tmp/.config-package.in:26862:warning: 'select' used by config symbol 'PACKAGE_libiptbwctl' refer to undefined symbol 'PACKAGE_iptables-mod-bandwidth'
tmp/.config-package.in:40146:warning: 'select' used by config symbol 'PACKAGE_lcd4linux-custom' refer to undefined symbol 'PACKAGE_libdpf'
tmp/.config-package.in:40176:warning: 'select' used by config symbol 'PACKAGE_lcd4linux-full' refer to undefined symbol 'PACKAGE_libdpf'


*** End of OpenWrt configuration.
*** Execute 'make' to build the OpenWrt or try 'make help'.
I also noticed reflashing the ROM via the gargoyle web interface doesn't work too... it will simply say flashing but caused the router to "hang", requires manual reboot and the rom is not changed. I can flash via tftp though..
Eric Wong

PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.

User avatar
ericwong
Posts: 430
Joined: Sat Aug 25, 2012 6:15 am
Location: Melbourne, Australia
Contact:

Re: built gargoyle from trunk

Post by ericwong »

Thanks to Eric Bishop's update yesterday.., revision 25d7851c.
I wonder if Eric Bishop is actually fixing those bugs after he saw my messages here or he already knew about those bugs..

The ROM I build for rt305x now contains those missing packages :)
As I suspected, since these packages are now included in the ROM, the gargoyle bandwidth, quota usage, etc in the web interface are now working correctly :)

Even though it "works" but there are still various bugs.

1) Rebuild have missing packages.
I tried re-build the ROM to include a few files into my ROM but the resultant ROM have missing packages..
(only full-build do NOT have missing packages.. i.e. I deleted custom-src folder and let it start all over again..)

Comparing the package list between full-build vs re-build.. these are missing

Code: Select all

iptables-mod-timerange - 1.4.10-4
iptables-mod-webmon - 1.4.10-4
iptables-mod-weburl - 1.4.10-4
kmod-ipt-bandwidth - 3.3.8-1
2) Re-flashing the ROM via the gargoyle web interface is still NOT working. The router will simply "hang" there but doesn't re-flash and reboot even after a very long time, i.e. >10min.
(Flashing via tftp is alright though. Until this is fixed, I think attitude_adjustment branch is really not suitable for those without serial access to the router..)

3) Using the web interface to configure QoS may result all the configure to be all blanked out, including the default settings.. Pressing reset button on the QoS page nor router reset will NOT fix this QoS problem either.

If I delete the QoS configuration file located at /etc/config/qos_gargoyle, hoping the file will be regenerated to default setting, it does NOT happen either.

It seems like using two browser window to modify the QoS upload/download page is one of the ways to cause the entire QoS list to be blanked out for no reason.

4) For unknown reasons, connecting the ethernet cable to WAN interface or changing network related configuation may result in these "crashes". The router will stop responding and requires a reboot to become functional again.

These logs are captured via serial.

Code: Select all

[  210.040000] ------------[ cut here ]------------
[  210.040000] WARNING: at net/sched/sch_generic.c:256 0x80193880()
[  210.060000] NETDEV WATCHDOG: eth0 (): transmit queue 0 timed out
[  210.070000] Modules linked in: fuse ums_usbat ums_sddr55 ums_sddr09 ums_karma ums_jumpshot ums_isd200 ums_freecom ums_datafab ums_cypress ums_alauda usb_storage usblp ledtrig_usbdev xt_set(O) ip_set_list_set(O) ip_set_hash_netport(O) ip_set_hash_netiface(O) ip_set_hash_net(O) ip_set_hash_ipportnet(O) ip_set_hash_ipportip(O) ip_set_hash_ipport(O) ip_set_hash_ip(O) ip_set_bitmap_port(O) ip_set_bitmap_ipmac(O) ip_set_bitmap_ip(O) ip_set(O) ebt_among ebt_802_3 nfnetlink xt_IMQ imq ipt_weburl ipt_webmon ipt_timerange nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_conntrack_ftp xt_iprange xt_HL xt_hl xt_ecn ipt_ECN xt_CLASSIFY xt_time xt_tcpmss xt_statistic xt_mark xt_length xt_DSCP xt_dscp xt_string xt_layer7 xt_quota xt_pkttype xt_physdev xt_owner ipt_bandwidth ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE iptable_nat nf_nat xt_recent xt_helper xt_connmark xt_connbytes xt_conntrack xt_CT xt_NOTRACK iptable_raw xt_state nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack sd_mod ipt_REJECT xt_TCPMSS ipt_LOG xt_comment xt_multiport xt_mac xt_limit iptable_mangle iptable_filter ip_tables nfsd nfs msdos tun vfat fat lockd sunrpc ext4 jbd2 mbcache rt2800pci(O) rt2800lib(O) rt2x00soc(O) rt2x00pci(O) rt2x00lib(O) nls_utf8 nls_koi8_r nls_iso8859_2 nls_iso8859_15 nls_iso8859_13 nls_iso8859_1 nls_cp866 nls_cp852 nls_cp850 nls_cp775 nls_cp437 nls_cp1251 nls_cp1250 mac80211(O) scsi_mod ts_fsm ts_bm ts_kmp crc16 crc_itu_t crc_ccitt exportfs eeprom_93cx6 cfg80211(O) compat(O) arc4 aes_generic crypto_algapi leds_gpio button_hotplug(O) gpio_keys_polled input_polldev input_core
[  210.340000] Call Trace:[<80207e9c>] 0x80207e9c
[  210.350000] [<80207e9c>] 0x80207e9c
[  210.360000] [<8001017c>] 0x8001017c
[  210.370000] [<80193880>] 0x80193880
[  210.370000] [<80010230>] 0x80010230
[  210.380000] [<801f55e0>] 0x801f55e0
[  210.390000] [<80193880>] 0x80193880
[  210.400000] [<801f7220>] 0x801f7220
[  210.400000] [<80193710>] 0x80193710
[  210.410000] [<8001ac7c>] 0x8001ac7c
[  210.420000] [<80015784>] 0x80015784
[  210.420000] [<80015990>] 0x80015990
[  210.430000] [<80046c60>] 0x80046c60
[  210.440000] [<80015bc4>] 0x80015bc4
[  210.440000] [<8000194c>] 0x8000194c
[  210.450000] [<80001b20>] 0x80001b20
[  210.460000] [<80080007>] 0x80080007
[  210.470000] [<8003396c>] 0x8003396c
[  210.470000] [<80003388>] 0x80003388
[  210.480000] [<80001b40>] 0x80001b40
[  210.490000] [<8026a8b0>] 0x8026a8b0
[  210.490000] [<8026a0dc>] 0x8026a0dc
[  210.500000]
[  210.500000] ---[ end trace b46b2108d1cdc974 ]---
[  242.170000] ipt_bandwidth: timezone shift of 660 minutes detected, adjusting
[  242.180000]                old minutes west=0, new minutes west=-660

Code: Select all

WAN connected here...

[  234.040000] ------------[ cut here ]------------
[  234.040000] WARNING: at net/sched/sch_generic.c:256 0x80193880()
[  234.060000] NETDEV WATCHDOG: eth0 (): transmit queue 0 timed out
[  234.070000] Modules linked in: fuse ums_usbat ums_sddr55 ums_sddr09 ums_karma ums_jumpshot ums_isd200 ums_freecom ums_datafab ums_cypress ums_alauda usb_storage usblp ledtrig_usbdev xt_set(O) ip_set_list_set(O) ip_set_hash_netport(O) ip_set_hash_netiface(O) ip_set_hash_net(O) ip_set_hash_ipportnet(O) ip_set_hash_ipportip(O) ip_set_hash_ipport(O) ip_set_hash_ip(O) ip_set_bitmap_port(O) ip_set_bitmap_ipmac(O) ip_set_bitmap_ip(O) ip_set(O) ebt_among ebt_802_3 nfnetlink xt_IMQ imq ipt_weburl ipt_webmon ipt_timerange nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_conntrack_ftp xt_iprange xt_HL xt_hl xt_ecn ipt_ECN xt_CLASSIFY xt_time xt_tcpmss xt_statistic xt_mark xt_length xt_DSCP xt_dscp xt_string xt_layer7 xt_quota xt_pkttype xt_physdev xt_owner ipt_bandwidth ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE iptable_nat nf_nat xt_recent xt_helper xt_connmark xt_connbytes xt_conntrack xt_CT xt_NOTRACK iptable_raw xt_state nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack sd_mod ipt_REJECT xt_TCPMSS ipt_LOG xt_comment xt_multiport xt_mac xt_limit iptable_mangle iptable_filter ip_tables nfsd nfs msdos tun vfat fat lockd sunrpc ext4 jbd2 mbcache rt2800pci(O) rt2800lib(O) rt2x00soc(O) rt2x00pci(O) rt2x00lib(O) nls_utf8 nls_koi8_r nls_iso8859_2 nls_iso8859_15 nls_iso8859_13 nls_iso8859_1 nls_cp866 nls_cp852 nls_cp850 nls_cp775 nls_cp437 nls_cp1251 nls_cp1250 mac80211(O) scsi_mod ts_fsm ts_bm ts_kmp crc16 crc_itu_t crc_ccitt exportfs eeprom_93cx6 cfg80211(O) compat(O) arc4 aes_generic crypto_algapi leds_gpio button_hotplug(O) gpio_keys_polled input_polldev input_core
[  234.340000] Call Trace:[<80207e9c>] 0x80207e9c
[  234.350000] [<80207e9c>] 0x80207e9c
[  234.360000] [<8001017c>] 0x8001017c
[  234.370000] [<80193880>] 0x80193880
[  234.370000] [<80010230>] 0x80010230
[  234.380000] [<80193880>] 0x80193880
[  234.390000] [<80186108>] 0x80186108
[  234.400000] [<80193710>] 0x80193710
[  234.400000] [<8001ac7c>] 0x8001ac7c
[  234.410000] [<80015784>] 0x80015784
[  234.420000] [<80015990>] 0x80015990
[  234.420000] [<80046c60>] 0x80046c60
[  234.430000] [<80015bc4>] 0x80015bc4
[  234.440000] [<8000194c>] 0x8000194c
[  234.440000] [<80001b20>] 0x80001b20
[  234.450000] [<8003396c>] 0x8003396c
[  234.460000] [<80003388>] 0x80003388
[  234.470000] [<80001b40>] 0x80001b40
[  234.470000] [<8026a8b0>] 0x8026a8b0
[  234.480000] [<8026a0dc>] 0x8026a0dc
[  234.490000]
[  234.490000] ---[ end trace b46b2108d1cdc974 ]---

Code: Select all

[  125.340000] br-lan: port 1(eth0.1) entered forwarding state
[  126.160000] device wlan0 entered promiscuous mode
[  126.640000] br-lan: port 2(wlan0) entered forwarding state
[  126.650000] br-lan: port 2(wlan0) entered forwarding state
[  128.650000] br-lan: port 2(wlan0) entered forwarding state
[  137.040000] ------------[ cut here ]------------
[  137.040000] WARNING: at net/sched/sch_generic.c:256 0x80193880()
[  137.060000] NETDEV WATCHDOG: eth0 (): transmit queue 0 timed out
[  137.070000] Modules linked in: fuse ums_usbat ums_sddr55 ums_sddr09 ums_karma                                                                              ums_jumpshot ums_isd200 ums_freecom ums_datafab ums_cypress ums_alauda usb_stor                                                                             age usblp ledtrig_usbdev xt_set(O) ip_set_list_set(O) ip_set_hash_netport(O) ip_                                                                             set_hash_netiface(O) ip_set_hash_net(O) ip_set_hash_ipportnet(O) ip_set_hash_ipp                                                                             ortip(O) ip_set_hash_ipport(O) ip_set_hash_ip(O) ip_set_bitmap_port(O) ip_set_bi                                                                             tmap_ipmac(O) ip_set_bitmap_ip(O) ip_set(O) ebt_among ebt_802_3 nfnetlink xt_IMQ                                                                              imq ipt_weburl ipt_webmon ipt_timerange nf_nat_irc nf_conntrack_irc nf_nat_ftp                                                                              nf_conntrack_ftp xt_iprange xt_HL xt_hl xt_ecn ipt_ECN xt_CLASSIFY xt_time xt_tc                                                                             pmss xt_statistic xt_mark xt_length xt_DSCP xt_dscp xt_string xt_layer7 xt_quota                                                                              xt_pkttype xt_physdev xt_owner ipt_bandwidth ipt_REDIRECT ipt_NETMAP ipt_MASQUE                                                                             RADE iptable_nat nf_nat xt_recent xt_helper xt_connmark xt_connbytes xt_conntrac                                                                             k xt_CT xt_NOTRACK iptable_raw xt_state nf_conntrack_ipv4 nf_defrag_ipv4 nf_conn                                                                             track sd_mod ipt_REJECT xt_TCPMSS ipt_LOG xt_comment xt_multiport xt_mac xt_limi                                                                             t iptable_mangle iptable_filter ip_tables nfsd nfs msdos tun vfat fat lockd sunr                                                                             pc ext4 jbd2 mbcache rt2800pci(O) rt2800lib(O) rt2x00soc(O) rt2x00pci(O) rt2x00l                                                                             ib(O) nls_utf8 nls_koi8_r nls_iso8859_2 nls_iso8859_15 nls_iso8859_13 nls_iso885                                                                             9_1 nls_cp866 nls_cp852 nls_cp850 nls_cp775 nls_cp437 nls_cp1251 nls_cp1250 mac8                                                                             0211(O) scsi_mod ts_fsm ts_bm ts_kmp crc16 crc_itu_t crc_ccitt exportfs eeprom_9                                                                             3cx6 cfg80211(O) compat(O) arc4 aes_generic crypto_algapi leds_gpio button_hotpl                                                                             ug(O) gpio_keys_polled input_polldev input_core
[  137.340000] Call Trace:[<80207e9c>] 0x80207e9c
[  137.350000] [<80207e9c>] 0x80207e9c
[  137.360000] [<8001017c>] 0x8001017c
[  137.370000] [<80193880>] 0x80193880
[  137.370000] [<80010230>] 0x80010230
[  137.380000] [<8318691c>] 0x8318691c
[  137.390000] [<80193880>] 0x80193880
[  137.400000] [<80193710>] 0x80193710
[  137.400000] [<8001ac7c>] 0x8001ac7c
[  137.410000] [<80015784>] 0x80015784
[  137.420000] [<80015990>] 0x80015990
[  137.420000] [<80046c60>] 0x80046c60
[  137.430000] [<80015bc4>] 0x80015bc4
[  137.440000] [<8000194c>] 0x8000194c
[  137.440000] [<80001b20>] 0x80001b20
[  137.450000] [<8003396c>] 0x8003396c
[  137.460000] [<80003388>] 0x80003388
[  137.470000] [<80001b40>] 0x80001b40
[  137.470000] [<8026a8b0>] 0x8026a8b0
[  137.480000] [<8026a0dc>] 0x8026a0dc
[  137.490000]
[  137.490000] ---[ end trace b46b2108d1cdc974 ]---
Eric Wong

PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.

Post Reply