Openwrt 19.07 based Gargoyle

Discuss the technical details of Gargoyle and ongoing development

Moderator: Moderators

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Openwrt 19.07 based Gargoyle

Post by Lantis »

Hi just a quick question sorry for my ignorance but isnt updates to firmware not listed under downloads on the website
I don't really understand your question. If you're asking why 1.12 and 1.13 aren't listed anywhere, it is because they aren't done yet.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Openwrt 19.07 based Gargoyle

Post by Lantis »

yabba235 wrote:
ispyisail wrote:make custom is broken

viewtopic.php?f=14&t=11883
Custom Build tip example

Asus RT-N12 B1 (8MB Flash)
The brcm47xx target would be close but not quite right.
You'll need to do a "make custom" and select your router from the menu which should configure it for brcm47xx/mips47k.

Once this is saved, i tend to kill the build process. Rescue the .config file from within the /custom-src directory and build my own target folder in the /targets directory.
In your case i would make a "mips74k" folder underneath "brcm47xx" and copy the same images file across. Rename the ".config" to "config".

Then you can call "make FULL_BUILD=true brcm47xx/mips74k".

For your own sanity, i would run "make FULL_BUILD=true brcm47xx" before trying any of this to make sure your build environment is 100% and you can complete a stock build first.
Sorry, this not work - my virtual machine with ubuntu 19 get in loop when compiling custom gargoyle....

I just don't want to compile all architectures with just one my specific model ( wndr3700v2 - ath79 usb large )
This is probably not possible in gargoyle :(
The time difference in compiling 1 router vs all of them in a target is negligible.
If you want to compile ath79, and that's all you want to do (no fancy changes) just grab my development repo and "make FULL_BUILD=true ath79.usb_large"
https://github.com/lantis1008/gargoyle/ ... enwrt_1907

If you want to continue with custom, you need to read the guidance provided to you. But like I said, I think your build completed fine, it just didn't copy the image files out into the Gargoyle environment. They're still there in OpenWrt environment.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

yabba235
Posts: 26
Joined: Sun Nov 25, 2012 4:57 pm

Re: Openwrt 19.07 based Gargoyle

Post by yabba235 »

OK, i"m compiling image for my wndr3700v2 :D but no wifi :evil: In GUI is onlu Disable button under wifi tab.
I use make at71xx/usb_large switch.
And output image taken from /gargoyle/ar71xx-src/bin/generic :?:


BusyBox v1.30.1 () built-in shell (ash)

------------------------------------------------------------------
| _____ _ |
| | __ \ | | |
| | | \/ __ _ _ __ __ _ ___ _ _| | ___ |
| | | __ / _` | '__/ _` |/ _ \| | | | |/ _ \ |
| | |_\ \ (_| | | | (_| | (_) | |_| | | __/ |
| \____/\__,_|_| \__, |\___/ \__, |_|\___| |
| __/ | __/ | |
| |___/ |___/ |
| |
|----------------------------------------------------------------|
| Gargoyle version 1.13.X | OpenWrt 19.07 branch |
| Gargoyle revision 87b005c3| OpenWrt commit 7d30032 |
| Built September 01, 2019 | Target ath79/usb_large |
------------------------------------------------------------------

root@Gargoyle:/proc# cat /proc/interrupts
CPU0
3: 0 MIPS 3 ehci_hcd:usb1
4: 19008 MIPS 4 19000000.eth
5: 3943 MIPS 5 1a000000.eth
7: 129871 MIPS 7 timer
10: 12 MISC 3 ttyS0
15: 0 gpio-ath79 3 keys
16: 0 gpio-ath79 8 keys
17: 0 gpio-ath79 11 keys

root@Gargoyle:/proc# dmesg
[ 0.000000] Linux version 4.14.138 (osboxes@osboxes) (gcc version 7.4.0 (OpenWrt GCC 7.4.0 r10194+129-c53f62b111)) #0 Wed Aug 21 08:28:27 2019
[ 0.000000] bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 00019374 (MIPS 24Kc)
[ 0.000000] MIPS: machine is Netgear WNDR3700v2
[ 0.000000] SoC: Atheros AR7161 rev 2
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 04000000 @ 00000000 (usable)
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000000000-0x0000000003ffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
[ 0.000000] On node 0 totalpages: 16384
[ 0.000000] free_area_init_node: node 0, pgdat 80539c70, node_mem_map 81007c20
[ 0.000000] Normal zone: 128 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 16384 pages, LIFO batch:3
[ 0.000000] random: get_random_bytes called from start_kernel+0x90/0x480 with crng_init=0
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16256
[ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Writing ErrCtl register=00000000
[ 0.000000] Readback ErrCtl register=00000000
[ 0.000000] Memory: 58084K/65536K available (3892K kernel code, 151K rwdata, 928K rodata, 1228K init, 204K bss, 7452K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS: 51
[ 0.000000] CPU clock: 680.000 MHz
[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 5621354254 ns
[ 0.000008] sched_clock: 32 bits at 340MHz, resolution 2ns, wraps every 6316128254ns
[ 0.007801] Calibrating delay loop... 452.19 BogoMIPS (lpj=2260992)
[ 0.074081] pid_max: default: 32768 minimum: 301
[ 0.078877] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.085485] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.096140] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.106002] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.112151] pinctrl core: initialized pinctrl subsystem
[ 0.118140] NET: Registered protocol family 16
[ 0.427322] PCI host bridge /ahb/apb/pcie-controller@17010000 ranges:
[ 0.433781] MEM 0x0000000010000000..0x0000000016ffffff
[ 0.438994] IO 0x0000000000000000..0x0000000000000000
[ 0.457864] PCI host bridge to bus 0000:00
[ 0.461967] pci_bus 0000:00: root bus resource [mem 0x10000000-0x16ffffff]
[ 0.468875] pci_bus 0000:00: root bus resource [io 0x0000]
[ 0.474435] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[ 0.481220] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.489174] pci 0000:00:11.0: [168c:ff1d] type 00 class 0x020000
[ 0.489206] pci 0000:00:11.0: reg 0x10: [mem 0x00000000-0x0000ffff]
[ 0.489432] pci 0000:00:12.0: [168c:ff1d] type 00 class 0x020000
[ 0.489457] pci 0000:00:12.0: reg 0x10: [mem 0x00000000-0x0000ffff]
[ 0.489659] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.489685] pci 0000:00:11.0: BAR 0: assigned [mem 0x10000000-0x1000ffff]
[ 0.496506] pci 0000:00:12.0: BAR 0: assigned [mem 0x10010000-0x1001ffff]
[ 0.505429] clocksource: Switched to clocksource MIPS
[ 0.511332] NET: Registered protocol family 2
[ 0.516384] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.523347] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.529746] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.536231] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.542070] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.548551] NET: Registered protocol family 1
[ 0.552935] PCI: CLS 0 bytes, default 32
[ 0.555237] Crashlog allocated RAM at address 0x3f00000
[ 0.561511] workingset: timestamp_bits=30 max_order=14 bucket_order=0
[ 0.571970] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.577835] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.594378] io scheduler noop registered
[ 0.598345] io scheduler deadline registered (default)
[ 0.603693] ar7100-usb-phy 18030000.usb-phy: phy reset is missing
[ 0.610642] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[ 0.617612] console [ttyS0] disabled
[ 0.621219] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 10, base_baud = 10625000) is a 16550A
[ 0.630048] console [ttyS0] enabled
[ 0.637013] bootconsole [early0] disabled
[ 0.649638] m25p80 spi0.0: mx25l12805d (16384 Kbytes)
[ 0.654719] 4 fixed-partitions partitions found on MTD device spi0.0
[ 0.661109] Creating 4 MTD partitions on "spi0.0":
[ 0.665910] 0x000000000000-0x000000050000 : "u-boot"
[ 0.671545] 0x000000050000-0x000000070000 : "u-boot-env"
[ 0.677531] 0x000000070000-0x000000ff0000 : "firmware"
[ 0.685372] 2 netgear-fw partitions found on MTD device firmware
[ 0.691422] Creating 2 MTD partitions on "firmware":
[ 0.696411] 0x000000000000-0x000000199440 : "kernel"
[ 0.702011] 0x000000199440-0x000000f80000 : "rootfs"
[ 0.707587] mtd: device 4 (rootfs) set to be root filesystem
[ 0.713273] 1 squashfs-split partitions found on MTD device rootfs
[ 0.719489] 0x000000b30000-0x000000f80000 : "rootfs_data"
[ 0.725532] 0x000000ff0000-0x000001000000 : "art"
[ 0.731262] Realtek RTL8366S ethernet switch driver version 0.2.2
[ 0.737445] rtl8366s rtl8366s: cannot find mdio node phandle
[ 0.743105] rtl8366s rtl8366s: using GPIO pins 5 (SDA) and 7 (SCK)
[ 0.749395] rtl8366s rtl8366s: RTL8366 ver. 1 chip found
[ 0.801443] libphy: rtl8366s: probed
[ 0.806447] libphy: Fixed MDIO Bus: probed
[ 1.147069] ag71xx 19000000.eth: connected to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY]
[ 1.156595] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode: rgmii
[ 1.497301] ag71xx 1a000000.eth: connected to PHY at rtl8366s:04 [uid=001cc960, driver=Generic PHY]
[ 1.506924] eth1: Atheros AG71xx at 0xba000000, irq 5, mode: rgmii
[ 1.515078] NET: Registered protocol family 10
[ 1.523438] Segment Routing with IPv6
[ 1.527234] NET: Registered protocol family 17
[ 1.531707] 8021q: 802.1Q VLAN Support v1.8
[ 1.541579] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
[ 1.552313] Freeing unused kernel memory: 1228K
[ 1.556866] This architecture does not have kernel memory protection.
[ 2.295998] init: Console is alive
[ 2.299598] init: - watchdog -
[ 2.535437] random: fast init done
[ 5.062305] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 5.315674] usbcore: registered new interface driver usbfs
[ 5.321203] usbcore: registered new interface driver hub
[ 5.326623] usbcore: registered new device driver usb
[ 5.360869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 5.375078] SCSI subsystem initialized
[ 5.383672] ehci-platform: EHCI generic platform driver
[ 5.988165] ehci-platform 1b000000.usb: EHCI Host Controller
[ 5.993845] ehci-platform 1b000000.usb: new USB bus registered, assigned bus number 1
[ 6.001781] ehci-platform 1b000000.usb: irq 3, io mem 0x1b000000
[ 6.035451] ehci-platform 1b000000.usb: USB 2.0 started, EHCI 1.00
[ 6.042373] hub 1-0:1.0: USB hub found
[ 6.046458] hub 1-0:1.0: 2 ports detected
[ 6.055087] usbcore: registered new interface driver usb-storage
[ 6.063236] usbcore: registered new interface driver uas
[ 6.069233] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 6.086898] init: - preinit -
[ 6.976205] random: jshn: uninitialized urandom read (4 bytes read)
[ 7.118111] random: jshn: uninitialized urandom read (4 bytes read)
[ 7.408843] random: jshn: uninitialized urandom read (4 bytes read)
[ 8.203092] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 8.317740] urandom_read: 4 callbacks suppressed
[ 8.317748] random: procd: uninitialized urandom read (4 bytes read)
[ 9.235785] eth0: link up (1000Mbps/Full duplex)
[ 9.240426] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 11.516374] mount_root: loading kmods from internal overlay
[ 11.606259] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[ 11.617516] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[ 11.848870] block: attempting to load /etc/config/fstab
[ 11.855928] block: unable to load configuration (fstab: Entry not found)
[ 11.862692] block: no usable configuration
[ 11.867487] mount_root: jffs2 not ready yet, using temporary tmpfs overlay
[ 11.953757] urandom-seed: Seed file not found (/etc/urandom.seed)
[ 12.050576] eth0: link down
[ 12.063784] procd: - early -
[ 12.067405] procd: - watchdog -
[ 12.679436] random: jshn: uninitialized urandom read (4 bytes read)
[ 12.737082] procd: - watchdog -
[ 12.740506] procd: - ubus -
[ 12.874424] random: jshn: uninitialized urandom read (4 bytes read)
[ 13.062514] procd: - init -
[ 14.071908] urngd: v1.0.0 started.
[ 14.137859] kmodloader: loading kernel modules from /etc/modules.d/*
[ 14.227492] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[ 14.268728] Key type dns_resolver registered
[ 14.325866] RPC: Registered named UNIX socket transport module.
[ 14.331779] RPC: Registered udp transport module.
[ 14.336520] RPC: Registered tcp transport module.
[ 14.341207] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 14.413942] tun: Universal TUN/TAP device driver, 1.6
[ 14.492527] gre: GRE over IPv4 demultiplexor driver
[ 14.521188] random: crng init done
[ 14.528683] ip_gre: GRE over IPv4 tunneling driver
[ 14.587028] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 14.618646] NFS: Registering the id_resolver key type
[ 14.623715] Key type id_resolver registered
[ 14.627940] Key type id_legacy registered
[ 14.668481] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 14.708159] Netfilter messages via NETLINK v0.30.
[ 14.720944] ip_set: protocol 6
[ 14.799287] Linux video capture interface: v2.00
[ 14.838670] Mirror/redirect action on
[ 14.868547] u32 classifier
[ 14.871258] input device check on
[ 14.874910] Actions configured
[ 14.907870] GACT probability on
[ 14.934282] Simple TC action Loaded
[ 15.002676] fuse init (API version 7.26)
[ 15.033882] usbcore: registered new interface driver cdc_acm
[ 15.039591] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 15.067585] usbcore: registered new interface driver cdc_wdm
[ 15.085800] Loading modules backported from Linux version v4.19.66-0-g893af1c79e42
[ 15.093357] Backport generated by backports.git v4.19.66-1-0-g354501da
[ 15.128654] Ebtables v2.0 registered
[ 15.154868] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 15.207360] nf_conntrack version 0.5.0 (1024 buckets, 4096 max)
[ 15.675182] usbcore: registered new interface driver ums-alauda
[ 15.697973] usbcore: registered new interface driver ums-cypress
[ 15.718371] usbcore: registered new interface driver ums-datafab
[ 15.737860] usbcore: registered new interface driver ums-freecom
[ 15.753153] usbcore: registered new interface driver ums-isd200
[ 15.778409] usbcore: registered new interface driver ums-jumpshot
[ 15.787830] usbcore: registered new interface driver ums-karma
[ 15.801805] usbcore: registered new interface driver ums-sddr09
[ 15.815105] usbcore: registered new interface driver ums-sddr55
[ 15.834778] usbcore: registered new interface driver ums-usbat
[ 15.851133] usbcore: registered new interface driver usblp
[ 15.897552] usbcore: registered new interface driver usbserial
[ 15.903440] usbcore: registered new interface driver usbserial_generic
[ 15.910071] usbserial: USB Serial support registered for generic
[ 16.066638] xt_time: kernel timezone is -0000
[ 16.077930] usbcore: registered new interface driver cdc_ether
[ 16.096403] usbcore: registered new interface driver cdc_ncm
[ 16.264276] gspca_main: v2.14.0 registered
[ 16.277788] usbcore: registered new interface driver ov534
[ 16.309058] usbcore: registered new interface driver gspca_zc3xx
[ 16.317288] usbcore: registered new interface driver huawei_cdc_ncm
[ 16.448032] PPP generic driver version 2.4.2
[ 16.477204] NET: Registered protocol family 24
[ 16.483513] PPTP driver version 0.8.5
[ 16.499327] usbcore: registered new interface driver qmi_wwan
[ 16.519364] usbcore: registered new interface driver rndis_host
[ 16.532706] usbcore: registered new interface driver sierra
[ 16.538408] usbserial: USB Serial support registered for Sierra USB modem
[ 16.564406] usbcore: registered new interface driver sierra_net
[ 16.649247] usbcore: registered new interface driver uvcvideo
[ 16.654984] USB Video Class driver (1.1.1)
[ 16.787825] usbcore: registered new interface driver cdc_mbim
[ 16.796312] usbcore: registered new interface driver option
[ 16.801947] usbserial: USB Serial support registered for GSM modem (1-port)
[ 16.814482] usbcore: registered new interface driver qcserial
[ 16.820368] usbserial: USB Serial support registered for Qualcomm USB modem
[ 16.878918] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 51.656445] eth0: link up (1000Mbps/Full duplex)
[ 51.661819] br-lan: port 1(eth0) entered blocking state
[ 51.667112] br-lan: port 1(eth0) entered disabled state
[ 51.672601] device eth0 entered promiscuous mode
[ 51.695552] br-lan: port 1(eth0) entered blocking state
[ 51.700780] br-lan: port 1(eth0) entered forwarding state
[ 51.706364] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 51.763613] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 52.715983] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 55.064643] eth1: link up (1000Mbps/Full duplex)
[ 55.082139] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 87.223939] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0
[ 87.242260] jffs2_build_filesystem(): unlocking the mtd device...
[ 87.242272] done.
[ 87.250415] jffs2_build_filesystem(): erasing all blocks after the end marker...
[ 116.295760] done.
[ 116.305174] jffs2: notice: (4218) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[ 117.447683] overlayfs: upper fs does not support tmpfile.
[ 280.702314] ipt_bandwidth: timezone shift of 120 minutes detected, adjusting
[ 280.709407] old minutes west=0, new minutes west=-120
[ 499.895233] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f14000
[ 499.903702] epc = 77edbddc in libc.so[77e6a000+96000]
[ 499.908791] ra = 77e56917 in libiptbwctl.so.1[77e54000+13000]
[ 500.918553] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f9e000
[ 500.927006] epc = 77f65ddc in libc.so[77ef4000+96000]
[ 500.932063] ra = 77ee0917 in libiptbwctl.so.1[77ede000+13000]
[ 501.985912] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77fd8000
[ 501.994340] epc = 77f9fddc in libc.so[77f2e000+96000]
[ 501.999427] ra = 77f1a917 in libiptbwctl.so.1[77f18000+13000]
[ 503.009283] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f32000
[ 503.017731] epc = 77ef9ddc in libc.so[77e88000+96000]
[ 503.022788] ra = 77e74917 in libiptbwctl.so.1[77e72000+13000]
[ 504.076508] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f54000
[ 504.084935] epc = 77f1bddc in libc.so[77eaa000+96000]
[ 504.090026] ra = 77e96917 in libiptbwctl.so.1[77e94000+13000]
[ 505.099865] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f72000
[ 505.108315] epc = 77f39ddc in libc.so[77ec8000+96000]
[ 505.113375] ra = 77eb4917 in libiptbwctl.so.1[77eb2000+13000]
[ 506.167461] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f9e000
[ 506.175914] epc = 77f65ddc in libc.so[77ef4000+96000]
[ 506.180973] ra = 77ee0917 in libiptbwctl.so.1[77ede000+13000]
[ 507.191154] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f74000
[ 507.199605] epc = 77f3bddc in libc.so[77eca000+96000]
[ 507.204662] ra = 77eb6917 in libiptbwctl.so.1[77eb4000+13000]
[ 508.258102] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f8e000
[ 508.266562] epc = 77f55ddc in libc.so[77ee4000+96000]
[ 508.271620] ra = 77ed0917 in libiptbwctl.so.1[77ece000+13000]
[ 509.281424] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77fd0000
[ 509.289872] epc = 77f97ddc in libc.so[77f26000+96000]
[ 509.294928] ra = 77f12917 in libiptbwctl.so.1[77f10000+13000]
[ 642.341001] br-lan: port 1(eth0) entered disabled state
[ 642.357403] device eth0 left promiscuous mode
[ 642.361857] br-lan: port 1(eth0) entered disabled state
[ 642.375800] eth0: link down
[ 642.384838] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 642.689618] eth1: link down
[ 648.567544] eth0: link up (1000Mbps/Full duplex)
[ 648.575969] br-lan: port 1(eth0) entered blocking state
[ 648.581190] br-lan: port 1(eth0) entered disabled state
[ 648.586736] device eth0 entered promiscuous mode
[ 648.625566] br-lan: port 1(eth0) entered blocking state
[ 648.630790] br-lan: port 1(eth0) entered forwarding state
[ 648.636373] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 649.555594] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 651.796941] eth1: link up (1000Mbps/Full duplex)
[ 693.913328] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f46000
[ 693.921785] epc = 77f0dddc in libc.so[77e9c000+96000]
[ 693.926862] ra = 77e88917 in libiptbwctl.so.1[77e86000+13000]
[ 694.937675] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f08000
[ 694.946127] epc = 77ecfddc in libc.so[77e5e000+96000]
[ 694.951185] ra = 77e4a917 in libiptbwctl.so.1[77e48000+13000]
[ 696.007080] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77fc4000
[ 696.015541] epc = 77f8bddc in libc.so[77f1a000+96000]
[ 696.020593] ra = 77f06917 in libiptbwctl.so.1[77f04000+13000]
[ 697.071400] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77faa000
[ 697.079887] epc = 77f71ddc in libc.so[77f00000+96000]
[ 697.084944] ra = 77eec917 in libiptbwctl.so.1[77eea000+13000]
[ 698.139201] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f5e000
[ 698.147649] epc = 77f25ddc in libc.so[77eb4000+96000]
[ 698.152707] ra = 77ea0917 in libiptbwctl.so.1[77e9e000+13000]
[ 699.163200] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77fc4000
[ 699.171674] epc = 77f8bddc in libc.so[77f1a000+96000]
[ 699.176758] ra = 77f06917 in libiptbwctl.so.1[77f04000+13000]
[ 700.229859] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f88000
[ 700.238305] epc = 77f4fddc in libc.so[77ede000+96000]
[ 700.243363] ra = 77eca917 in libiptbwctl.so.1[77ec8000+13000]
[ 701.253932] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77fe6000
[ 701.262394] epc = 77fadddc in libc.so[77f3c000+96000]
[ 701.267473] ra = 77f28917 in libiptbwctl.so.1[77f26000+13000]
[ 702.508691] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f36000
[ 702.517157] epc = 77efdddc in libc.so[77e8c000+96000]
[ 702.522208] ra = 77e78917 in libiptbwctl.so.1[77e76000+13000]
[ 703.533319] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f50000
[ 703.541768] epc = 77f17ddc in libc.so[77ea6000+96000]
[ 703.546854] ra = 77e92917 in libiptbwctl.so.1[77e90000+13000]
[ 745.729325] br-lan: port 1(eth0) entered disabled state
[ 745.747257] device eth0 left promiscuous mode
[ 745.751718] br-lan: port 1(eth0) entered disabled state
[ 745.764097] eth0: link down
[ 745.773431] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 746.079601] eth1: link down
[ 746.085968] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 751.937428] eth0: link up (1000Mbps/Full duplex)
[ 751.942977] br-lan: port 1(eth0) entered blocking state
[ 751.948273] br-lan: port 1(eth0) entered disabled state
[ 751.953750] device eth0 entered promiscuous mode
[ 751.990455] br-lan: port 1(eth0) entered blocking state
[ 751.995732] br-lan: port 1(eth0) entered forwarding state
[ 752.001274] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 752.995528] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 755.236794] eth1: link up (1000Mbps/Full duplex)
[ 798.323916] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f04000
[ 798.332365] epc = 77ecbddc in libc.so[77e5a000+96000]
[ 798.337447] ra = 77e46917 in libiptbwctl.so.1[77e44000+13000]
[ 799.347849] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77fa4000
[ 799.356299] epc = 77f6bddc in libc.so[77efa000+96000]
[ 799.361355] ra = 77ee6917 in libiptbwctl.so.1[77ee4000+13000]
[ 800.414406] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77fac000
[ 800.422858] epc = 77f73ddc in libc.so[77f02000+96000]
[ 800.427939] ra = 77eee917 in libiptbwctl.so.1[77eec000+13000]
[ 801.438511] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77fe8000
[ 801.446968] epc = 77fafddc in libc.so[77f3e000+96000]
[ 801.452028] ra = 77f2a917 in libiptbwctl.so.1[77f28000+13000]
[ 802.505570] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f6e000
[ 802.514001] epc = 77f35ddc in libc.so[77ec4000+96000]
[ 802.519086] ra = 77eb0917 in libiptbwctl.so.1[77eae000+13000]
[ 803.566162] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77fb2000
[ 803.574586] epc = 77f79ddc in libc.so[77f08000+96000]
[ 803.579673] ra = 77ef4917 in libiptbwctl.so.1[77ef2000+13000]
[ 804.633115] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77fe2000
[ 804.641566] epc = 77fa9ddc in libc.so[77f38000+96000]
[ 804.646647] ra = 77f24917 in libiptbwctl.so.1[77f22000+13000]
[ 805.657725] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77fdc000
[ 805.666183] epc = 77fa3ddc in libc.so[77f32000+96000]
[ 805.671239] ra = 77f1e917 in libiptbwctl.so.1[77f1c000+13000]
[ 806.724968] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77fca000
[ 806.733417] epc = 77f91ddc in libc.so[77f20000+96000]
[ 806.738497] ra = 77f0c917 in libiptbwctl.so.1[77f0a000+13000]
[ 807.749416] do_page_fault(): sending SIGSEGV to bw_set for invalid read access from 77f52000
[ 807.757876] epc = 77f19ddc in libc.so[77ea8000+96000]
[ 807.762933] ra = 77e94917 in libiptbwctl.so.1[77e92000+13000]

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Openwrt 19.07 based Gargoyle

Post by Lantis »

Did you try to preserve settings?
Can you please provide the output of:
"cat /etc/config/wireless"
(please make sure to remove any passwords if they are present)
and
"cat /tmp/cached_basic_vars"
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

ispyisail
Moderator
Posts: 5180
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Openwrt 19.07 based Gargoyle

Post by ispyisail »

Tip: Don't try an experimental branch for your first build.

try "Master" (1.11.0.x) first

Then move on from there.....

There are so many things that can go wrong

yabba235
Posts: 26
Joined: Sun Nov 25, 2012 4:57 pm

Re: Openwrt 19.07 based Gargoyle

Post by yabba235 »

ispyisail wrote:Tip: Don't try an experimental branch for your first build.

try "Master" (1.11.0.x) first

Then move on from there.....

There are so many things that can go wrong
This is NOT my forst build :)
Unfortunatelly master is for me useless - ar71xx use old kernel 4.9 without offloading so i can't use full speed of my ISP.
I succesfully compiling openwrt 19,07 with ath79 architecture for my old router, so now I trying this with gargoyle ( i liked gargoyle, because it is my with is my first used not stock router system :))

yabba235
Posts: 26
Joined: Sun Nov 25, 2012 4:57 pm

Re: Openwrt 19.07 based Gargoyle

Post by yabba235 »

Lantis wrote:Did you try to preserve settings?
Can you please provide the output of:
"cat /etc/config/wireless"
(please make sure to remove any passwords if they are present)
and
"cat /tmp/cached_basic_vars"
No, and I can't this file:/etc/config/wireless :twisted: .
But now I trying compiling one more time :D

ispyisail
Moderator
Posts: 5180
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Openwrt 19.07 based Gargoyle

Post by ispyisail »

OpenWRT is most likely going to be faster than Gargoyle

What speed do you get with OpenWRT and what speeds do you expect to get form Gargoyle?

yabba235
Posts: 26
Joined: Sun Nov 25, 2012 4:57 pm

Re: Openwrt 19.07 based Gargoyle

Post by yabba235 »

ispyisail wrote:OpenWRT is most likely going to be faster than Gargoyle

What speed do you get with OpenWRT and what speeds do you expect to get form Gargoyle?
From Openwrt almost 30MB/s, from Gargoyle 1.10 half speed.
I used before Gargoyle from Gragoyle.pl with fast path kernel module, and I have full of speed my ISP.
But fast path is not in master tree of OpenWrt so in Gargoyle 1.1x too :(
Only new branch 19.07 is solution form me, with new kernel 4.14 for ar71xx/ath79 architecture :)
So thas\s is why I trying compiling experimental branch 1.13 !!

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Openwrt 19.07 based Gargoyle

Post by Lantis »

Be aware that flowoffload is not compatible with most gargoyle features, at which point you're probably better on Openwrt anyway.

But you're welcome to try it!

By the way, a missing /etc/config/wireless is what is causing your problem.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Post Reply