NETGEAR R6120

Under Construction!
This page is currently under construction. You can edit the article to help completing it.

The Netgear AC1200 (R6120-100NAS) is a dual band WiFi router supporting AC1200 Wi-Fi - 300+867 Mbps (2.4 and 5 GHz) speeds. The router has 2 non-detachable antennas, a 10/100 FastEthernet switch and a single USB 2.0 port.

Netgear R6120

Install OpenWrt (generic explanation)

Currently, OpenWrt can be installed on the R6120:

  • By uploading the OpenWRT Factory image through the stock firmware's “Firmware Update” feature; or
  • By using the nmrpflash tool.

After logging into the router as admin, go to ADVANCED → Administration → Firmware Update. Then upload the “Factory image” firmware from the table above.

This was successfully tested with the stock firmware version V1.0.0.44, uploading openwrt-23.05.4-ramips-mt76x8-netgear_r6120-squashfs-factory.img.

Download and compile nmrpflash. For example, on Ubuntu Linux:

$ sudo apt-get install libpcap-dev libnl-route-3-dev pkg-config
$ git clone https://github.com/jclehner/nmrpflash.git
$ cd nmrpflash/
$ make

Check what network interfaces are available on the workstation:

$ ./nmrpflash -L
eth0             192.168.1.2     xx:xx:xx:xx:xx:xx

Download the OpenWrt factory image for R6120 from https://downloads.openwrt.org/snapshots/targets/ramips/mt76x8/

Connect LAN port 1 of the R6120 with an Ethernet cable directly to your workstation. In this example, the assumption is that the worksation has 192.168.1.2/24 configured on eth0 and it would instruct R6120 to use 192.168.1.200 for a TFTP download of the OpenWrt image.

Power off R6120 then start nmrpflash:

$ sudo ./nmrpflash -i eth0 -f openwrt-ramips-mt76x8-netgear_r6120-squashfs-factory.img -a 192.168.1.200
Advertising NMRP server on eth0 ... |

Power on R6120 and wait for the reflash process:

Received configuration request from 8c:3b:xx:xx:xx:xx.
Sending configuration: 192.168.1.200, netmask 255.255.255.0.
rtnl_neigh_delete: Object not found
Received upload request without filename.
Using remote filename 'openwrt-ramips-mt76x8-netgear_r6120-squashfs-factory.img'.
Uploading openwrt-ramips-mt76x8-netgear_r6120-squashfs-factory.img ... OK
Waiting for remote to respond.
Remote finished. Closing connection.
Reboot your device now.

Power-cycle R6120 to boot into OpenWrt.

At this point, the device should be accessible over SSH, on the LAN ports, with no password. LuCI is still not running.

$ ssh root@192.168.1.1

The overlay file-system may not be available so it may not be possible to save configuration changes. To initialize it:

root@OpenWrt:~# jffs2reset
root@OpenWrt:~# reboot

Connect to R6120 over SSH again:

$ ssh root@192.168.1.1

To install LuCI:

root@OpenWrt:~# opkg update
root@OpenWrt:~# opkg install luci

At this point LuCI should be accessible at http://192.168.1.1/

Layer0 raw flash, 16384 KiB
Layer1 mtd0
u-boot
256 KiB
mtd1
factory
128 KiB
mtd2
nvram
192 KiB
mtd3
firmware
15744 KiB
Layer2 mtd4
kernel
1600 KiB
mtd5
rootfs
14144 KiB
Layer3 /dev/root mtd6
rootfs_data
12096 KiB

generic.debrick

Debricking of the R6120 can be done by using nmrpflash .

The same tool can be used to go back to stock firmware.

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

The default network configuration is:

Interface Name Description Default configuration
br-lan LAN & WiFi 192.168.1.1/24
eth0.1 LAN ports (1 to 4) None
eth0.2 WAN port DHCP
wlan0 2.4 GHz WiFi Disabled
wlan1 5 GHz WiFi Disabled
Port Switch port
Internet (WAN) 4
LAN 1 3
LAN 2 2
LAN 3 1
LAN 4 0

1x Reset

Note: This will void your warranty!

  • Remove the top-right and bottom-left rubber feet.
  • Remove the two T10 Torx screws.
  • Remove the top cover, starting from the softer back plastic grill - there are 5 clips on the back and another 3, close to the front.

port.serial general information about the serial port, serial port cable, etc.

How to connect to the Serial Port of this specific device:

The serial port is available on JP1:

JP1 Rx VCC Tx GND
Serial connection parameters
for Netgear R6120
57600, 8N1

Use a 3V3-TTL USB to Serial/UART converter.

port.jtag general information about the JTAG port, JTAG cable, etc.

Not accessible?

[04020C0E][04020D07] DDR Calibration DQS reg = 00008888 U-Boot 1.1.3 (Mar 7 2017 - 12:56:48) Board: Ralink APSoC DRAM: 64 MB relocate_code Pointer at: 83f70000 flash manufacture id: c2, device id 20 18 find flash: MX25L12805D *** Warning - bad CRC, using default environment ============================================ Ralink UBoot Version: 5.0.0.0 -------------------------------------------- ASIC 7628_MP (Port5<->None) DRAM component: 512 Mbits DDR, width 16 DRAM bus: 16 bit Total memory: 64 MBytes Flash component: SPI Flash Date:Mar 7 2017 Time:12:56:48 ============================================ icache: sets:512, ways:4, linesz:32 ,total:65536 dcache: sets:256, ways:4, linesz:32 ,total:32768 ##### The CPU freq = 580 MHZ #### estimate memory size =64 Mbytes RESET MT7628 PHY!!!!!! Please choose the operation: 1: Load system code to SDRAM via TFTP. 2: Load system code then write to Flash via TFTP. 3: Boot system code via Flash (default). 4: Entr boot command line interface. 7: Load Boot Loader code then write to Flash via Serial. 9: Load Boot Loader code then write to Flash via TFTP. default: 3 You choosed 3 *************************************************** Sercomm Boot Version 2.1.1.0 *************************************************** Entering Firmware : Everything is OK. Enter NMRP_main 0x0000: b0 39 56 6a 25 59 Trying Eth0 (10/100-M) Waitting for RX_DMA_BUSY status Start... done ETH_STATE_ACTIVE!! NMRP_FLASH_SIZE_buffer --> 82000000. NMRP:LISTENING ### No NMRP Server found ### TFTP Recovery Flag is 0xff 3: System Boot system code via Flash. ## Booting image at bc090000 ... Image Name: Linux Kernel Image Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 2168375 Bytes = 2.1 MB Load Address: 80000000 Entry Point: 8000c150 Verifying Checksum ... OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 8000c150) ... ## Giving linux memsize in MB, 64 Starting kernel ... LINUX started... THIS IS ASIC SDK 5.0.S.0 Linux version 2.6.36 (mike@localhost.localdomain) (gcc version 4.6.3 (Buildroot 2012.11.1) ) #5 Fri Dec 21 20:03:59 CST 2018 The CPU feqenuce set to 580 MHz MIPS CPU sleep mode enabled. CPU revision is: 00019655 (MIPS 24Kc) Software DMA cache coherency Determined physical RAM map: memory: 04000000 @ 00000000 (usable) Zone PFN ranges: Normal 0x00000000 -> 0x00004000 Movable zone start PFN for each node early_node_map[1] active PFN ranges 0: 0x00000000 -> 0x00004000 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256 Kernel command line: console=ttyS1,57600n8 root=/dev/mtdblock6 rootfstype=squashfs console=ttyS0 PID hash table entries: 256 (order: -2, 1024 bytes) Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) Primary instruction cache 64kB, VIPT, , 4-waylinesize 32 bytes. Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes Writing ErrCtl register=0000000f Readback ErrCtl register=0000000f Memory: 58532k/65536k available (4600k kernel code, 6964k reserved, 1361k data, 172k init, 0k highmem) NR_IRQS:128 console [ttyS1] enabled Calibrating delay loop... 386.04 BogoMIPS (lpj=772096) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 512 NET: Registered protocol family 16 RALINK_GPIOMODE = 570544c4 RALINK_GPIOMODE = 570444c4 ***** Xtal 40MHz ***** start PCIe register access RALINK_RSTCTRL = 2400000 RALINK_CLKCFG1 = fdbfffc0 *************** MT7628 PCIe RC mode ************* PCIE0 enabled Port 0 N_FTS = 1b105000 init_rt2880pci done bio: create slab <bio-0> at 0 vgaarb: loaded SCSI subsystem initialized pci 0000:00:00.0: BAR 0: can't assign mem (size 0x80000000) pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x200fffff] pci 0000:00:00.0: BAR 9: assigned [mem 0x20100000-0x201fffff pref] pci 0000:00:00.0: BAR 1: assigned [mem 0x20200000-0x2020ffff] pci 0000:00:00.0: BAR 1: set to [mem 0x20200000-0x2020ffff] (PCI address [0x20200000-0x2020ffff] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff 64bit] pci 0000:01:00.0: BAR 0: set to [mem 0x20000000-0x200fffff 64bit] (PCI address [0x20000000-0x200fffff] pci 0000:01:00.0: BAR 6: assigned [mem 0x20100000-0x2010ffff pref] pci 0000:00:00.0: PCI bridge to [bus 01-01] pci 0000:00:00.0: bridge window [io disabled] pci 0000:00:00.0: bridge window [mem 0x20000000-0x200fffff] pci 0000:00:00.0: bridge window [mem 0x20100000-0x201fffff pref] BAR0 at slot 0 = 0 bus=0x0, slot = 0x0 res[0]->start = 0 res[0]->end = 0 res[1]->start = 20200000 res[1]->end = 2020ffff res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 bus=0x1, slot = 0x0 res[0]->start = 20000000 res[0]->end = 200fffff res[1]->start = 0 res[1]->end = 0 res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 Switching to clocksource Ralink Systick timer NET: Registered protocol family 2 IP route cache hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 2048 (order: 2, 16384 bytes) TCP bind hash table entries: 2048 (order: 1, 8192 bytes) TCP: Hash tables configured (established 2048 bind 2048) TCP reno registered UDP hash table entries: 256 (order: 0, 4096 bytes) UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) NET: Registered protocol family 1 Load Ralink Timer0 Module Load Ralink Timer1 Module Load Ralink Timer2 Module RT3xxx EHCI/OHCI init. squashfs: version 4.0 (2009/01/31) Phillip Lougher fuse init (API version 7.15) SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled SGI XFS Quota Management subsystem msgmni has been set to 114 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254) io scheduler noop registered (default) Ralink gpio driver initialized spidrv_major = 217 Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled serial8250: ttyS0 at MMIO 0x10000d00 (irq = 21) is a 16550A serial8250: ttyS1 at MMIO 0x10000c00 (irq = 20) is a 16550A brd: module loaded flash manufacture id: c2, device id 20 18 MX25L12805D(c2 2018c220) (16384 Kbytes) mtd .name = raspi, .size = 0x01000000 (16M) .erasesize = 0x00010000 (64K) .numeraseregions = 0 Creating 17 MTD partitions on "raspi": 0x000000000000-0x000000040000 : "Bootloader" 0x000000040000-0x000000060000 : "Factory" 0x000000060000-0x000000070000 : "Ralink Nvram" 0x000000070000-0x000000080000 : "SC_Factory" 0x000000080000-0x000000090000 : "SC_NVRAM" 0x000000090000-0x0000003c0000 : "Kernel" 0x0000003c0000-0x000000d90000 : "RootFS" 0x000000d90000-0x000000db0000 : "ML" 0x000000db0000-0x000000dd0000 : "ML1" 0x000000dd0000-0x000000df0000 : "ML2" 0x000000df0000-0x000000e10000 : "ML3" 0x000000e10000-0x000000e30000 : "ML4" 0x000000e30000-0x000000e50000 : "ML5" 0x000000e50000-0x000000e70000 : "ML6" 0x000000fe0000-0x000000ff0000 : "POT" 0x000000ff0000-0x000001000000 : "Reserved" 0x000000fc0000-0x000000fe0000 : "RAE" rdm_major = 253 GMAC1_MAC_ADRH -- : 0x0000000c GMAC1_MAC_ADRL -- : 0x43e17629 Ralink APSoC Ethernet Driver Initilization. v3.1 512 rx/tx descriptors allocated, mtu = 1500! GMAC1_MAC_ADRH -- : 0x0000000c GMAC1_MAC_ADRL -- : 0x43e17629 PROC INIT OK! PPP generic driver version 2.4.2 PPP MPPE Compression module registered NET: Registered protocol family 24 PPTP driver version 0.8.5 IMQ driver loaded successfully. Hooking IMQ before NAT on PREROUTING. Hooking IMQ after NAT on POSTROUTING. === pAd = c0045000, size = 1023504 === <-- RTMPAllocTxRxRingMemory, Status=0, ErrorValue=0x <-- RTMPAllocAdapterBlock, Status=0 RtmpChipOpsHook(492): Not support for HIF_MT yet! mt7628_init()--> mt7628_init(FW(8a00), HW(8a01), CHIPID(7628)) e2.bin mt7628_init(1135)::(2), pChipCap->fw_len(63888) mt_bcn_buf_init(218): Not support for HIF_MT yet! <--mt7628_init() Netfilter messages via NETLINK v0.30. nf_conntrack version 0.5.0 (914 buckets, 3656 max) nf_conntrack_rtsp v0.6.21 loading IPVS: Registered protocols () IPVS: Connection hash table configured (size=4096, memory=32Kbytes) IPVS: ipvs loaded. GRE over IPv4 demultiplexor driver gre: can't add protocol nf_nat_rtsp v0.6.21 loading ip_tables: (C) 2000-2006 Netfilter Core Team, Type=Restricted Cone TCP cubic registered NET: Registered protocol family 10 ip6_tables: (C) 2000-2006 Netfilter Core Team IPv6 over IPv4 tunneling driver NET: Registered protocol family 17 L2TP core driver, V2.0 PPPoL2TP kernel driver, V2.0 L2TP IP encapsulation support (L2TPv3) L2TP netlink interface L2TP ethernet pseudowire support (L2TPv3) 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com> All bugs added by David S. Miller <davem@redhat.com> VFS: Mounted root (squashfs filesystem) readonly on device 31:6. Freeing unused kernel memory: 172k freed init started: BusyBox v1.12.1 (2018-12-21 18:35:10 CST) starting pid 51, tty '': '/usr/etc/rcS' Algorithmics/MIPS FPU Emulator v1.5 mount: mounting none on /dev/pts failed: No such file or directory mount: mounting none on /proc/bus/usb failed: No such file or directory mknod: /dev/fuse: File exists Welcome to _______ _______ ___ __ ____ _ _ ___ | ___ \| __ || | |__|| \ | || | / / | |___| || |__| || |__ __ | \| || |/ / | _ /| _ || || || |\ || \ |__| \__\|__| |__||______||__||_| \____||_|\___\ =System Architecture Department= [32m[SYSTEM]/sbin/reg s 0 switch register base addr to system register 0xb0000000 [32m[SYSTEM]/sbin/reg r 0x60 [00x570444d0 [32m[SYSTEM]/sbin/reg w 0x60 0xwrite offset 0x60, value 0x550444d0 550444d0 [32m[SYSTEM]/sbin/reg r 0x60 [00x550444d0 [32m[SYSTEM]/sbin/reg r 0x64 [00x555 [32m[SYSTEM]/sbin/reg w 0x64 0xwrite offset 0x64, value 0x555 [32m[SYSTEM]/sbin/reg r 0x64 [00x555 [32m[SYSTEM]/bin/echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 [32m[SYSTEM]/bin/echo ==============insmod start > /dev/console ==============insmod start [32m[SYSTEM]/sbin/insmod /lib/modules/`uname -r`/kernel/drivers/char/i2c_drv.ko i2cdrv_major = 218 [32m[SYSTEM]/sbin/insmod /lib/modules/led_pb_api.ko led_pb_api: module license 'Sercomm' taints kernel. Disabling lock debugging due to kernel taint [32m[SYSTEM]/sbin/insmod /lib/modules/led_hw.koRegister LED ID <70> Register LED ID <91> Register LED ID <10> Register LED ID <40> Register LED ID <46> Register LED ID <20> Register LED ID <30> Register LED ID <62> [32m[SYSTEM]/sbin/insmod /lib/modules/ipt_condition.ko [32m[SYSTEM]/sbin/insmod /lib/modules/ipt_http_string.ko [32m[SYSTEM]/sbin/insmod /lib/modules/ipt_dnshjnetfilter dnshj choose interested dns queries module loaded ! [32m[SYSTEM]/sbin/insmod /lib/modules/ipt_DLOG.ko [32m[SYSTEM]/sbin/insmod /lib/modules/ipt_macblock_dnshj.ko insmod: can't read '/lib/modules/ipt_macblock_dnshj.ko': No such file or directory [32m[SYSTEM]/sbin/insmod /lib/modules/xt_ct_dir.ko [32m[SYSTEM]/sbin/insmod /lib/modules/cnapt_core.ko [32m[SYSTEM]/sbin/insmod /lib/modules/cnapt.ko [32m[SYSTEM]/sbin/insmod /lib/modules/cpt.ko [32m[SYSTEM]/sbin/insmod /lib/modules/cpm.ko [32m[SYSTEM]/sbin/insmod /lib/modules/calg.ko [32m[SYSTEM]/sbin/insmod /lib/modules/cdmz.ko [32m[SYSTEM]/sbin/insmod /lib/modules/cudp.ko [32m[SYSTEM]/sbin/insmod /lib/modules/hairpin.ko [32m[SYSTEM]/sbin/insmod /lib/modules/natlimit.ko [32m[SYSTEM]/sbin/insmod /lib/modules/jnl.ko insmod: can't read '/lib/modules/jnl.ko': No such file or directory [32m[SYSTEM]/sbin/insmod /lib/modules/ufsd.ko insmod: can't read '/lib/modules/ufsd.ko': No such file or directory [32m[SYSTEM]/sbin/insmod /libinit common module successful /modules/arp_protect_enable.ko [32m[SYSTEM]/sbin/insmod /lib/modules/common.ko [32m[SYSTEM]/sbin/insinsert firewall block module success mod /lib/modules/firewall_block.ko [32m[SYSTEM]/sbin/insmofake source dos protect modules is inserted d /lib/modules/fake_source_dos.ko [32m[SYSTEM]/sbin/insmod /lib/modules/psd_and_special_udp_dos.ko netfilter PSD and TCP/UDP Echo/Chargen Attack loaded [32m[SYSTEM]/sbin/insmod /lib/modules/tcp_syn_dos.ko netfilter tcp syn flood module loaded [32m[SYSTEM]/sbin/insmod /lib/modules/clamp_total_session_for_one_src.ko netfilter clamp total session for one src ip module loaded [32m[SYSTEM]/sbin/insmod /lib/modules/others_donetfilter other dos module loaded s.ko [32m[SYSTEM]/sbin/insmod /lib/modules/2.6.36/kernel/drivers/net/wireless/mt_wifi_ap/mt_wifi.ko insmod: can't read '/lib/modules/2.6.36/kernel/drivers/net/wireless/mt_wifi_ap/mt_wifi.ko': No such file or directory [32m[SYSTEM]/sbin/insmod /lib/modules/2.6.36/kernel/drivers/usb/core/usbcore.ko usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb [32m[SYSTEM]/sbin/insmod /lib/modules/2.6.36/kernel/drivers/usb/host/ohci-hcd.ko ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 131(0x00000083) FM detection done! loop = 1 SR calibration value u1SrCalVal = 6 rt3xxx-ohci rt3xxx-ohci: RT3xxx OHCI Controller rt3xxx-ohci rt3xxx-ohci: new USB bus registered, assigned bus number 1 rt3xxx-ohci rt3xxx-ohci: irq 18, io mem 0x101c1000 hub 1-0:1.0: USB hub found hub 1-0:1.0: 1 port detected [32m[SYSTEM]/sbin/insmod /lib/modules/2.6.36/kernel/drivers/usb/host/ehci-hcd.ko ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after *************rt3xxx_ehci_probe************ rt3xxx-ehci rt3xxx-ehci: Ralink EHCI Host Controller rt3xxx-ehci rt3xxx-ehci: new USB bus registered, assigned bus number 2 rt3xxx-ehci rt3xxx-ehci: irq 18, io mem 0x101c0000 rt3xxx-ehci rt3xxx-ehci: USB 0.0 started, EHCI 1.00 hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected [32m[SYSTEM]/sbin/insmod /lib/modules/2.6.36/kernel/drivers/usb/storage/usb-storage.ko Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. [32m[SYSTEM]/sbin/insmod /lib/modules/2.6.36/kernel/drivers/usb/serial/usbserial_filter.ko insmod: can't read '/lib/modules/2.6.36/kernel/drivers/usb/serial/usbserial_filter.ko': No such file or directory [32m[SYSTEM]/sbin/insmod /lib/modules/2.6.36/kernel/drivers/net/wireless/rlt_wifi_ap/rlt_wifi.ko register rt2860 === pAd = c0a82000, size = 1772680 === <-- RTMPAllocTxRxRingMemory, Status=0 <-- RTMPAllocAdapterBlock, Status=0 pAd->CSRBaseAddress =0xc0980000, csr_addr=0xc0980000! device_id =0x7662 ==>rlt_wlan_chip_onoff(): OnOff:1, Reset= 1, pAd->WlanFunCtrl:0x0, Reg-WlanFunCtrl=0x20a RtmpChipOpsEepromHook::e2p_type=0, inf_Type=5 RtmpEepromGetDefault::e2p_dafault=2 NVM is efuse and the information is too less to bring up the interface Force to use Flash mode NVM is FLASH mode (pAd->flash_offset = 0x8000) get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=rai [32m[SYSTEM]mount -t usbfs none /proc/bus/usb/ [32m[SYSTEM]/bin/echo ==============insmod finish > /dev/console ==============insmod finish [32m[SYSTEM]/usr/sbin/led_app blink_always 70 5 100 100 0 [32m[SYSTEM]/sbin/ifconfig eth2 up 0: C:43:FFFFFFE1:76:29 Raeth v3.1 (Tasklet) phy_tx_ring = 0x025fa000, tx_ring = 0xa25fa000 phy_rx_ring0 = 0x025fc000, rx_ring0 = 0xa25fc000 GMAC1_MAC_ADRH -- : 0x0000000c GMAC1_MAC_ADRL -- : 0x43e17629 RT305x_ESW: Link Status Changed reg_int_val is 4000000, 4000000 [32m[SYSTEM]/sbin/ifconfig lo 127.0.0.0 [32m[SYSTEM]/sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo [32m[SYSTEM]/bin/cp /proc/uptime /tmp/lan_uptime [32m[SYSTEM]/sbin/ifconfig eth2.1 down ifconfig: SIOCGIFFLAGS: No such device [32m[SYSTEM]/sbin/ifconfig eth2.2 down ifconfig: SIOCGIFFLAGS: No ra2880stop()...such device [3Done 2m[SYSTEM]/sbin/Free TX/RX Ring Memory! ifconfig eth2 down [32m[SYSTEM]/sbin/vconfig rem eth2.1 vconfig: ioctl error for rem: No such device [32m[SYSTEM]/sbin/vconfig rem 0: C:43:FFFFFFE1:76:29 eth2.2 vconRaeth v3.1 (fig: ioctl errorTasklet for rem: No suc) h device [32m[ phy_tx_ring = 0x02524000, tx_ring = 0xa2524000 SYSTEM]/sbin/ifc phy_rx_ring0 = 0x02526000, rx_ring0 = 0xa2526000 onfig eth2 up GMAC1_MAC_ADRH -- : 0x0000000c GMAC1_MAC_ADRL -- : 0x43e17629 RT305x_ESW: Link Status Changed reg_int_val is 4000000, 4000000 [32m[SYSTEM]/sbin/vconfig add eth2 1 [32m[SYSTEM]/sbin/vconfig add eth2 2 [32m[SYSTEM]/sbin/ifconfig eth2.1 down [32m[SYSTEM]/sbin/ifconfig eth2.1 hw ether B0:39:AA:AA:AA:59 [32m[SYSTEM]/sbin/ifconfig device eth2 entered promiscuous mode eth2.1 up [board_init/board_init.c::configure_mtk7628_switch():240] config-vlan.sh 2 LLLLW [32m[SYSTEM]/sbin/vconfig add eth2 1 vconfig: ioctl error for add: File exists [32m[SYSTEM]vconfig set_ingress_map eth2.1 0 0 [32m[SYSTEM]vconfig set_ingress_map eth2.1 1 1 [32m[SYSTEM]vconfig set_ingress_map eth2.1 2 2 [32m[SYSTEM]vconfig set_ingress_map eth2.1 3 3 [32m[SYSTEM]vconfig set_ingress_map eth2.1 4 4 [32m[SYSTEM]vconfig set_ingress_map eth2.1 5 5 [32m[SYSTEM]vconfig set_ingress_map eth2.1 6 6 [32m[SYSTEM]vconfig set_ingress_map eth2.1 7 7 [32m[SYSTEM]vconfig set_egress_map eth2.1 0 0 [32m[SYSTEM]vconfig set_egress_map eth2.1 1 1 [32m[SYSTEM]vconfig set_egress_map eth2.1 2 2 [32m[SYSTEM]vconfig set_egress_map eth2.1 3 3 [32m[SYSTEM]vconfig set_egress_map eth2.1 4 4 [32m[SYSTEM]vconfig set_egress_map eth2.1 5 5 [32m[SYSTEM]vconfig set_egress_map eth2.1 6 6 [32m[SYSTEM]vconfig set_egress_map eth2.1 7 7 [32m[SYSTEM]/sbin/vconfig add eth2 2 vconfig: ioctl error for add: File exists [32m[SYSTEM]vconfig set_ingress_map eth2.2 0 0 [32m[SYSTEM]vconfig set_ingress_map eth2.2 1 1 [32m[SYSTEM]vconfig set_ingress_map eth2.2 2 2 [32m[SYSTEM]vconfig set_ingress_map eth2.2 3 3 [32m[SYSTEM]vconfig set_ingress_map eth2.2 4 4 [32m[SYSTEM]vconfig set_ingress_map eth2.2 5 5 [32m[SYSTEM]vconfig set_ingress_map eth2.2 6 6 [32m[SYSTEM]vconfig set_ingress_map eth2.2 7 7 [32m[SYSTEM]vconfig set_egress_map eth2.2 0 0 [32m[SYSTEM]vconfig set_egress_map eth2.2 1 1 [32m[SYSTEM]vconfig set_egress_map eth2.2 2 2 [32m[SYSTEM]vconfig set_egress_map eth2.2 3 3 [32m[SYSTEM]vconfig set_egress_map eth2.2 4 4 [32m[SYSTEM]vconfig set_egress_map eth2.2 5 5 [32m[SYSTEM]vconfig set_egress_map eth2.2 6 6 [32m[SYSTEM]vconfig set_egress_map eth2.2 7 7 [32m[SYSTEM]/sbin/ifconfig eth2.1 up [32m[SYSTEM]/sbin/brctl addif group1 eth2.1 interface eth2.1 does not exist! [32m[SYSTEM]/usr/sbin/config-vlan.sh 2 LLLLW switch reg write offset=14, value=405555 switch reg write offset=50, value=2001 switch reg write offset=98, value=7f3f switch reg write offset=e4, value=3f switch reg write offset=40, value=1001 switch reg write offset=44, value=1001 switch reg write offset=48, value=1002 switch reg write offset=70, value=ffff506f Segmentation fault [32m[SYSTEM]/sbin/ifconfig eth2.2 up [32m[SYSTEM]/usr/sbin/led_switch & [32m[SYSTEM]/usr/sbin/mknod /dev/apsoc_nvram c 251 0 [32m[SYSTEM]/bin/cp /etc/default /tmp/nvram [flash.c::sc_get_region():632] Original Region Data: 00, 0a [flash.c::sc_get_region():632] Original Region Data: 00, 0a [init/init_cfg.c::init_region():179] Get Region 0x000a <English> <Australia> <+10b> nvram commit! RC: wifi_init() [32m[SYSTEM]/usr/bin/killall access_logd killall: access_logd: no process killed [32m[SYSTEM]/usr/sbin/rc access_log start RT305x_ESW: Link Status Changed reg_int_val is 4000000, 4000000 rcd: enQ=/usr/sbin/rc_app/rc_access_log start rcd: [run] deQ =/usr/sbin/rc_app/rc_access_log start [32m[SYSTEM]/usr/sbin/rc access_dev start rcd: enQ=/usr/sbin/rc_app/rc_access_dev start killall: access_logd: no process killed [init/init_cfg.c::rc_init():872] not enable tc from old since this not from old fw [32m[SYSTEM]/sbin/rc led_ctrl start rcd: enQ=/usr/sbin/rc_app/rc_led_ctrl start [32m[SYSTEM]/bin/echo ===============rc start > /dev/console ===============rc start [32m[SYSTEM]/sbin/klogd& [32m[SYSTEM]/usr/sbin/cmd_agent_ap [32m[SYSTEM]/usr/sbin/cmd_agent& [32m[SYSTEM]/usr/sbin/scfgmgr& [32m[SYSTEM]/sbin/lan_monitor & sh: /sbin/lan_monitor: not found [32m[SYSTEM]/sbin/rc syslogd start rcd: enQ=/usr/sbin/rc_app/rc_syslogd start [32m[SYSTEM]/sbin/rc lan init rcd: enQ=/usr/sbin/rc_app/rc_lan init scfgmgr for local [32m[SYSTEM]/sbin/rc firewall init rcd: enQ=/usr/sbin/rc_app/rc_firewall init [32m[SYSTEM]/sbin/rc vlan start rcd: enQ=/usr/sbin/rc_app/rc_vlan start [32m[SYSTEM]/sbin/rc lan start rcd: enQ=/usr/sbin/rc_app/rc_lan start [32m[SYSTEM]/sbin/rc lan reset_switch rcd: enQ=/usr/sbin/rc_app/rc_lan reset_switch [32m[SYSTEM]/sbin/rc wlan start rcd: enQ=/usr/sbin/rc_app/rc_wlan start [32m[SYSTEM]/sbin/rc wifi_isolation start rcd: enQ=/usr/sbin/rc_app/rc_wifi_isolation start [32m[SYSTEM]/sbin/rc timezone start rcd: enQ=/usr/sbin/rc_app/rc_timezone start [32m[SYSTEM]/sbin/rc sip_alg start rcd: enQ=/usr/sbin/rc_app/rc_sip_alg start [32m[SYSTEM]/sbin/rc mediaserver start rcd: enQ=/usr/sbin/rc_app/rc_mediaserver start [32m[SYSTEM]/sbin/rc dnrd start rcd: enQ=/usr/sbin/rc_app/rc_dnrd start [32m[SYSTEM]/sbin/rc debug_mode start& [32m[SYSTEM]/sbin/rc httpd start rcd: enQ=/usr/sbin/rc_app/rc_debug_mode start rcd: enQ=/usr/sbin/rc_app/rc_httpd start [32m[SYSTEM]/sbin/rc httpd remote start rcd: enQ=/usr/sbin/rc_app/rc_httpd remote start [32m[SYSTEM]/sbin/rc printk start rcd: enQ=/usr/sbin/rc_app/rc_printk start [32m[SYSTEM]/sbin/rc ntp start rcd: enQ=/usr/sbin/rc_app/rc_ntp start [32m[SYSTEM]/sbin/rc ddns init rcd: enQ=/usr/sbin/rc_app/rc_ddns init [32m[SYSTEM]/sbin/rc wan init rcd: enQ=/usr/sbin/rc_app/rc_wan init [32m[SYSTEM]/sbin/rc route start rcd: enQ=/usr/sbin/rc_app/rc_route start [32m[SYSTEM]/sbin/rc ripd start rcd: enQ=/usr/sbin/rc_app/rc_ripd start [32m[SYSTEM]/sbin/rc potcounter start rcd: enQ=/usr/sbin/rc_app/rc_potcounter start [32m[SYSTEM]/sbin/rc lltd start rcd: enQ=/usr/sbin/rc_app/rc_lltd start [32m[SYSTEM]/sbin/rc upnp start rcd: enQ=/usr/sbin/rc_app/rc_upnp start [32m[SYSTEM]/sbin/rc schedule start rcd: enQ=/usr/sbin/rc_app/rc_schedule start [32m[SYSTEM]/sbin/rc usb_service init rcd: enQ=/usr/sbin/rc_app/rc_usb_service init [32m[SYSTEM]/sbin/rc vlan start rcd: enQ=/usr/sbin/rc_app/rc_vlan start [32m[SYSTEM]/sbin/rc access_dev start rcd: enQ=/usr/sbin/rc_app/rc_access_dev start [32m[SYSTEM]/sbin/rc accessctl_block restart rcd: enQ=/usr/sbin/rc_app/rc_accessctl_block restart [32m[SYSTEM]/etc/ad_arpd & [32m[SYSTEM]/usr/sbin/crond & [32m[SYSTEM]/usr/sbin/multi_pb_app & [32m[SYSTEM]/usr/sbin/wlevt sh: /usr/sbin/wlevt: not found [32m[SYSTEM]/etc/prepare_3g sh: /etc/prepare_3g: not found [32m[SYSTEM]/usr/sbin/rc usb_printer start rcd: enQ=/usr/sbin/rc_app/rc_usb_printer start [32m[SYSTEM]/etc/turn_on_printer_led rcd: enQ=/usr/sbin/rc_app/rc_check_conn start [32m[SYSTEM]/usr/sbin/pot_daemon & [32m[SYSTEM]/usr/sbin/cmd_agent_ap_RAE [32m[SYSTEM]/sbin/rc RAE start rcd: enQ=/usr/sbin/rc_app/rc_RAE start [32m[SYSTEM]/sbin/rc start finished rcd: enQ=/usr/sbin/rc_app/rc_start finished [32m[SYSTEM]/bin/echo ===============rc finish > /dev/console ===============rc finish [32m[SYSTEM]/bin/ps PID USER VSZ STAT COMMAND 1 root 1532 S init 2 root 0 SW [kthreadd] 3 root 0 SW [ksoftirqd/0] 4 root 0 SW [kworker/0:0] 5 root 0 SW [kworker/u:0] 6 root 0 SW< [khelper] 7 root 0 SW [sync_supers] 8 root 0 SW [bdi-default] 9 root 0 SW< [kblockd] 10 root 0 SW [kswapd0] 11 root 0 SW [fsnotify_mark] 12 root 0 SW< [xfs_mru_cache] 13 root 0 SW< [xfslogd] 14 root 0 SW< [xfsdatad] 15 root 0 SW< [xfsconvertd] 16 root 0 SW< [crypto] 25 root 0 SW [mtdblock0] 26 root 0 SW [mtdblock1] 27 root 0 SW [mtdblock2] 28 root 0 SW [mtdblock3] 29 root 0 SW [mtdblock4] 30 root 0 SW [mtdblock5] 31 root 0 SW [mtdblock6] 32 root 0 SW [mtdblock7] 33 root 0 SW [mtdblock8] 34 root 0 SW [mtdblock9] 35 root 0 SW [mtdblock10] 36 root 0 SW [mtdblock11] 37 root 0 SW [mtdblock12] 38 root 0 SW [mtdblock13] 39 root 0 SW [mtdblock14] 40 root 0 SW [mtdblock15] 41 root 0 SW [mtdblock16] 42 root 0 SW [kworker/u:1] 49 root 0 SW [kworker/0:1] 51 root 1532 S /bin/sh /usr/etc/rcS 181 root 0 SW [khubd] 326 root 1416 S /usr/sbin/led_switch 342 root 936 S /usr/sbin/rcd 345 root 2840 S /usr/sbin/rc_app/rc_access_log start 350 root 2872 S /usr/sbin/rc_app/rc_start 356 root 928 S /sbin/klogd 359 root 928 S /usr/sbin/cmd_agent_ap 363 root 932 S /usr/sbin/cmd_agent 373 root 1404 S /usr/sbin/scfgmgr 429 root 1528 S /bin/sh /etc/ad_arpd 432 root 952 S /usr/sbin/crond 434 root 1444 S /usr/sbin/multi_pb_app 439 root 1524 S sleep 30 461 root 1120 S /usr/sbin/pot_daemon 464 root 928 S /usr/sbin/cmd_agent_ap_RAE 471 root 1528 S sh -c /bin/ps 472 root 1532 R /bin/ps =============proc init sh: cannot create /proc/sys/net/ipv4/conf/group1/forwarding: nonexistent directory sh: cannot create /proc/sys/net/ipv4/conf/wlan0/forwarding: nonexistent directory sh: cannot create /proc/sys/net/ipv4/conf/wlan0-va0/forwarding: nonexistent directory sh: cannot create /proc/sys/net/ipv4/conf/eth1/rp_filter: nonexistent directory sh: cannot create /proc/sys/net/ipv4/netfilter/ip_conntrack_icmpv6_timeout: nonexistent directory [32m[SYSTEM]/bin/echo 8 > /proc/sys/kernel/printk rcd: [run] deQ =/usr/sbin/rc_app/rc_access_dev start Access Control log start. Access Control socket create =============proc finish starting pid 532, tty '/dev/ttyS1': '/bin/sh' # killall: access_devinfo: no process killed rcd: [run] deQ =/usr/sbin/rc_app/rc_led_ctrl start Access Control socket create [32m[SYSTEM]/bin/led_app ctrl blink_data sc_do_led_ctrl_ioctl:161 set ctrl to 0 rcd: [run] deQ =/usr/sbin/rc_app/rc_syslogd start [32m[SYSTEM]/sbin/syslogd -f /etc/syslog.conf rcd: [run] deQ =/usr/sbin/rc_app/rc_lan init [32m[SYSTEM]/usr/sbin/brctl addbr group1 [32m[SYSTEM]/sbin/ifconfig group1 up [32m[SYSTEM]/usr/sbin/brctl addbr group2 [32m[SYSTEM]/sbin/ifconfig group2 up rcd: [run] deQ =/usr/sbin/rc_app/rc_firewall init [ firewall_main - 133 ] : before fw_exe [ firewall_main - 136 ] : end fw_exe iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. [libiptc/libiptc.c::iptc_commit():2608] out_free_newcounters iptables: No chain/target/match by that name. [libiptc/libiptc.c::iptc_commit():2608] out_free_newcounters iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: Bad rule (does a matching rule exist in that chain?). [libiptc/libiptc.c::iptc_commit():2608] out_free_newcounters iptables: No chain/target/match by that name. [libiptc/libiptc.c::iptc_commit():2608] out_free_newcounters iptables: No chain/target/match by that name. rcd: [run] deQ =/usr/sbin/rc_app/rc_vlan start rcd: [run] deQ =/usr/sbin/rc_app/rc_lan start [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=0000000device eth2.1 entered promiscuous mode [32m[SYSTEM]group1: port 1(eth2.1) entering learning state /sbin/ifconfig egroup1: port 1(eth2.1) entering learning state th2.1 up [32m[SYSTEM]/usr/sbin/brctl addif group1 eth2.1 [group1: port 1(eth2.1) entering learning state [ start_lan_vlan_L2 - 884 ] : guest interfacgroup1: port 1(eth2.1) entering learning state e ra0 NOT enablegroup1: port 1(eth2.1) entering learning state [ start_lan_vlan_L2 - 884 ] : guest interface ra1 NOT enabled [ start_lan_vlan_L2 - 908 ] : guest interface rai0 NOT enabled [ start_lan_vlan_L2 - 908 ] : guest interface rai1 NOT enabled [32m[SYSTEM]/sbin/ifconfig group1 down [32m[SYSTEM]/sbin/ifconfig group1 up [32m[SYSTEM]/usr/sbin/brctl setfd group1 1 [32m[SYSTEM]/usr/sbin/brctl stp group1 off [ start_lan_vlan_L3 - 806 ] : index:1, wan:1 2 3 [32m[SYSTEM]/sbin/ifconfig group1 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255 [32m[SYSTEM]/usr/sbin/ip route add to 192.168.1.0/24 dev group1 table 101 [32m[SYSTEM]/usr/sbin/ip route add to blackhole default table 101 [32m[SYSTEM]/usr/sbin/ip rule add from 192.168.1.1 table 101 [32m[SYSTEM]/usr/sbin/ip rule add iif group1 table 101 [32m[SYSTEM]/usr/sbin/ip rule add scmark 0x1 table 101 RTNETLINK answers: Invalid argument [32m[SYSTEM]/usr/sbin/rc_app/rc_dhcpd start 1 [32m[SYSTEM]killall udhcpd_1 killall: udhcpd_1: no process killed [32m[SYSTEM]/bin/ln -sf /usr/sbin/udhcpd /var/udhcpd_1 [32m[SYSTEM]/var/udhcpd_1 /etc/udhcpd.conf1 & [32m[SYSTEM]/usr/sbin/rc_app/rc_firewall group 1 [ firewall_main - 133 ] : before fw_exe [32m[SYSTEM]/usr/sbin/rc schedule restart rcd: enQ=/usr/sbin/rc_app/rc_schedule restart [32m[SYSTEM]/usr/bin/killall -14 access_logd [ firewall_main - 136 ] : end fw_exe iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=00000000 [32m[SYSTEM]/sbin/ifconfig eth2.1 up [32m[SYSTEM]/usr/sbin/brctl addif group2 eth2.1 device eth2.1 is already a member of a bridge; can't enslave it to bridge group2. [32m[SYSTEM]/sbin/ifconfig group2 down [32m[SYSTEM]/sbin/ifconfig group2 up [32m[SYSTEM]/usr/sbin/brctl setfd group2 1 [32m[SYSTEM]/usr/sbin/brctl stp group2 off [ start_lan_vlan_L3 - 806 ] : index:2, wan:1 2 3 [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=00000000 [32m[SYSTEM]/sbin/ifconfig eth2.1 up [32m[SYSTEM]/usr/sbin/brctl addif group3 eth2.1 interface eth2.1 does not exist! [32m[SYSTEM]/sbin/ifconfig group3 down ifconfig: SIOCGIFFLAGS: No such device [32m[SYSTEM]/sbin/ifconfig group3 up ifconfig: SIOCGIFFLAGS: No such device [32m[SYSTEM]/usr/sbin/brctl setfd group3 1 set forward delay failed: No such device [32m[SYSTEM]/usr/sbin/brctl stp group3 off set stp status failed: No such device [ start_lan_vlan_L3 - 806 ] : index:3, wan:1 2 3 [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=00000000 [32m[SYSTEM]/sbin/ifconfig eth2.1 up [32m[SYSTEM]/usr/sbin/brctl addif group4 eth2.1 interface eth2.1 does not exist! [32m[SYSTEM]/sbin/ifconfig group4 down ifconfig: SIOCGIFFLAGS: No such device [32m[SYSTEM]/sbin/ifconfig group4 up ifconfig: SIOCGIFFLAGS: No such device [32m[SYSTEM]/usr/sbin/brctl setfd group4 1 set forward delay failed: No such device [32m[SYSTEM]/usr/sbin/brctl stp group4 off set stp status failed: No such device [ start_lan_vlan_L3 - 806 ] : index:4, wan:1 2 3 [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=00000000 [32m[SYSTEM]/sbin/ifconfig eth2.1 up [32m[SYSTEM]/usr/sbin/brctl addif group5 eth2.1 interface eth2.1 does not exist! [32m[SYSTEM]/sbin/ifconfig group5 down ifconfig: SIOCGIFFLAGS: No such device [32m[SYSTEM]/sbin/ifconfig group5 up ifconfig: SIOCGIFFLAGS: No such device [32m[SYSTEM]/usr/sbin/brctl setfd group5 1 set forward delay failed: No such device [32m[SYSTEM]/usr/sbin/brctl stp group5 off set stp status failed: No such device [ start_lan_vlan_L3 - 806 ] : index:5, wan:1 2 3 [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=00000000 [32m[SYSTEM]/sbin/ifconfig eth2.1 up [32m[SYSTEM]/usr/sbin/brctl addif group6 eth2.1 interface eth2.1 does not exist! [32m[SYSTEM]/sbin/ifconfig group6 down ifconfig: SIOCGIFFLAGS: No such device [32m[SYSTEM]/sbin/ifconfig group6 up ifconfig: SIOCGIFFLAGS: No such device [32m[SYSTEM]/usr/sbin/brctl setfd group6 1 set forward delay failed: No such device [32m[SYSTEM]/usr/sbin/brctl stp group6 off set stp status failed: No such device [ start_lan_vlan_L3 - 806 ] : index:6, wan:1 2 3 [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=00000000 [32m[SYSTEM]/RT305x_ESW: Link Status Changed reg_int_val is 4000000, 4000000 sbin/ifconfig eth2.1 up [32m[SYSTEM]/usr/sbin/brctl addif group7 eth2.1 interface eth2.1 does not exist! [32m[SYSTEM]/sbin/ifconfig group7 down ifconfig: SIOCGIFFLAGS: No such device [32m[SYSTEM]/sbin/ifconfig group7 up ifconfig: SIOCGIFFLAGS: No such device [32m[SYSTEM]/usr/sbin/brctl setfd group7 1 set forward delay failed: No such device [32m[SYSTEM]/usr/sbin/brctl stp group7 off set stp status failed: No such device [ start_lan_vlan_L3 - 806 ] : index:7, wan:1 2 3 [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=00000000 [32m[SYSTEM]/sbin/ifconfig eth2.1 up [32m[SYSTEM]/usr/sbin/brctl addif group8 eth2.1 interface eth2.1 does not exist! [32m[SYSTEM]/sbin/ifconfig group8 down ifconfig: SIOCGIFFLAGS: No such device [32m[SYSTEM]/sbin/ifconfig group8 up ifconfig: SIOCGIFFLAGS: No such device [32m[SYSTEM]/usr/sbin/brctl setfd group8 1 set forward delay failed: No such device [32m[SYSTEM]/usr/sbin/brctl stp group8 off set stp status failed: No such device [ start_lan_vlan_L3 - 806 ] : index:8, wan:1 2 3 rcd: [run] deQ =/usr/sbin/rc_app/rc_lan reset_switch down port 0 Set: phy[0].reg[0] = 1840 down port 1 Set: phy[1].reg[0] = 1840 down port 2 Set: phy[2].reg[0] = 1840 down port 3 Set: phy[3].reg[0] = 1840 up port 0 Set: phy[0].reg[0] = 1240 up port 1 Set: phy[1].reg[0] = 1240 up port 2 Set: phy[2].reg[0] = 1240 up port 3 Set: phy[3].reg[0] = 1240 rcd: [run] deQ =/usr/sbin/rc_app/rc_wlan start [wlan/wifi.c::sync_wireless_nvram():2234] wifi_super_wifi_enable:0, wifi_powerpercent:100, wifi_super_wifi_enable1:0, wifi_powerpercent1:100 [32m[SYSTEM]mkdir -p /etc/Wireless/RT2860 [32m[SYSTEM]mkdir -p /etc/Wireless/iNIC [wlan/wifi.c::start_wireless():2394] Check WiFi Config. [wlan/wifi.c::start_wireless():2403] Check 11AC support. [wlan/wifi.c::start_wireless():2405] SC 5G support level: 11ac [wlan/wifi.c::start_wireless():2407] Check guest_led REPLACE usb_led. [32m[SYSTEM]/bin/led_app setval guest_led_replace 0 [wlan/wifi.c::start_wireless():2412] guest_led REPLACE usb_led: OFF [32m[SYSTEM]/bin/rm -rf /etc/Wireless/RT2860/SingleSKU-2.4.dat [32m[SYSTEM]/bin/rm -rf /etc/Wireless/iNIC/SingleSKU-5G.dat [32m[SYSTEM]/bin/cp /usr/etc/mtk/singlesku/AU/SingSku-2.4.dat /etc/Wireless/RT2860/SingleSKU-2.4.dat [32m[SYSTEM]/bin/cp /usr/etc/mtk/singlesku/AU/SingSku-5G.dat /etc/Wireless/iNIC/SingleSKU-5G.dat [libscm_wl.c::set_ralink_wifi_mac():1637] CHIP: 7628 - current MAC: B0:39:AA:AA:AA:59 [libscm_wl.c::set_ralink_wifi_mac():1638] Assign MAC: B0:39:AA:AA:AA:59 [libscm_wl.c::set_ralink_wifi_mac():1641] no update! [libscm_wl.c::set_ralink_wifi_mac():1637] CHIP: 7662 - current MAC: B0:39:AA:AA:AA:5B [libscm_wl.c::set_ralink_wifi_mac():1638] Assign MAC: B0:39:AA:AA:AA:5b [libscm_wl.c::set_ralink_wifi_mac():1641] no update! RT305x_ESW: Link Status Changed reg_int_val is 4000000, 4000000 [32m[SYSTEM]echo 1 > /tmp/wifi_mac_set [32m[SYSTEM]/sbin/ifconfig ra0 up TX_BCN DESC a3f55000 size = 320 RX[0] DESC a3f58000 size = 1024 RX[1] DESC a3f59000 size = 1024 E2pAccessMode=2 cfg_mode=9 cfg_mode=9 wmode_band_equal(): Band Equal! AndesSendCmdMsg: Could not send in band command due to diable fRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD APSDCapable[0]=0 APSDCapable[1]=0 APSDCapable[2]=0 APSDCapable[3]=0 APSDCapable[4]=0 APSDCapable[5]=0 APSDCapable[6]=0 APSDCapable[7]=0 APSDCapable[8]=0 APSDCapable[9]=0 APSDCapable[10]=0 APSDCapable[11]=0 APSDCapable[12]=0 APSDCapable[13]=0 APSDCapable[14]=0 APSDCapable[15]=0 Key1Str is Invalid key length(0) or Type(0) Key1Str is Invalid key length(0) or Type(0) Key2Str is Invalid key length(0) or Type(0) Key2Str is Invalid key length(0) or Type(0) Key3Str is Invalid key length(0) or Type(0) Key3Str is Invalid key length(0) or Type(0) Key4Str is Invalid key length(0) or Type(0) Key4Str is Invalid key length(0) or Type(0) WscKeyASCII=1 RTMPSetDefaultChannel() : default channel to 1 load fw image from fw_header_image AndesMTLoadFwMethod1(2182)::pChipCap->fw_len(63888) FW Version:20151201 FW Build Date:20151201183641 CmdAddressLenReq:(ret = 0) CmdFwStartReq: override = 1, address = 1048576 CmdStartDLRsp: WiFI FW Download Success MtAsicDMASchedulerInit(): DMA Scheduler Mode=0(LMAC) efuse_probe: efuse = 10000002 RtmpChipOpsEepromHook::e2p_type=2, inf_Type=4 RtmpEepromGetDefault::e2p_dafault=2 RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 2 NVM is FLASH mode 1. Phy Mode = 14 Country Region from e2p = ffff tssi_1_target_pwr_g_band = 38 2. Phy Mode = 14 3. Phy Mode = 14 NICInitPwrPinCfg(11): Not support for HIF_MT yet! NICInitializeAsic(651): Not support rtmp_mac_sys_reset () for HIF_MT yet! mt_mac_init()--> MtAsicInitMac()--> mt7628_init_mac_cr()--> MtAsicSetMacMaxLen(1276): Set the Max RxPktLen=1024! <--mt_mac_init() WTBL Segment 1 info: MemBaseAddr/FID:0x28000/0 EntrySize/Cnt:32/128 WTBL Segment 2 info: MemBaseAddr/FID:0x40000/0 EntrySize/Cnt:64/128 WTBL Segment 3 info: MemBaseAddr/FID:0x42000/64 EntrySize/Cnt:64/128 WTBL Segment 4 info: MemBaseAddr/FID:0x44000/128 EntrySize/Cnt:32/128 AntCfgInit(2947): Not support for HIF_MT yet! MCS Set = ff ff 00 00 01 MtAsicSetChBusyStat(861): Not support for HIF_MT yet! CmdSlotTimeSet:(ret = 0) SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l SYNC - BBP R4 to 20MHz.l MtAsicSetRalinkBurstMode(3047): Not support for HIF_MT yet! MtAsicSetPiggyBack(796): Not support for HIF_MT yet! reload DPD from flash , 0x9F = [c100] doReload bit7[0] CmdLoadDPDDataFromFlash: Channel = 13, DoReload = 0 MtAsicSetTxPreamble(3026): Not support for HIF_MT yet! MtAsicAddSharedKeyEntry(1343): Not support for HIF_MT yet! The 2-BSSID mode is enabled, the BSSID byte5 MUST be the multiple of 2 MtAsicSetPreTbtt(): bss_idx=0, PreTBTT timeout = 0xf0 Main bssid = b0:39:AA:AA:AA:59 <==== rt28xx_init, Status=0 @@@ ed_monitor_init : ===> @@@ ed_monitor_init : <=== mt7628_set_ed_cca: TURN ON EDCCA mac 0x10618 = 0xd7c87d0f, EDCCA_Status=1 WiFi Startup Cost (ra0): 6.072s ==== @@@ ed_status_read: EDCCA TH - H pAd->ed_trigger_cnt : 0 > 20 || pAd->ed_big_rssi_stat : 0 < 50 ==== [32m[SYSTEM]/sbin/brctl addif group1 ra0 device ra0 entered promiscuous mode group1: port 2(ra0) entering learning state group1: port 2(ra0) entering learning state [32m[SYSTEM]/bin/led_app on 40 [32m[SYSTEM]/bin/led_app on 41 [wlan/wifi.c::start_wireless():2474] no need fixbuild time = f2 f3 value sin2ce this is 54M t0arget power and 1NTGR need other 4value [32m[SYS1TEM]/sbin/ifconf1ig rai0 up 15060606a rom patch for E3 IC platform = ALPS hw/sw version = patch version = FW Version:0.0.00 Build:1 Build Time:201507311614____ fw for E3 IC RX[0] DESC a31bd000 size = 4096 RX[1] DESC a31be000 size = 4096 E2pAccessMode=2 cfg_mode=14 cfg_mode=14 wmode_band_equal(): Band Not Equal! APSDCapable[0]=0 APSDCapable[1]=0 APSDCapable[2]=0 APSDCapable[3]=0 APSDCapable[4]=0 APSDCapable[5]=0 APSDCapable[6]=0 APSDCapable[7]=0 APSDCapable[8]=0 APSDCapable[9]=0 APSDCapable[10]=0 APSDCapable[11]=0 APSDCapable[12]=0 APSDCapable[13]=0 APSDCapable[14]=0 APSDCapable[15]=0 Key1Str is Invalid key length(0) or Type(0) Key1Str is Invalid key length(0) or Type(0) Key2Str is Invalid key length(0) or Type(0) Key2Str is Invalid key length(0) or Type(0) Key3Str is Invalid key length(0) or Type(0) Key3Str is Invalid key length(0) or Type(0) Key4Str is Invalid key length(0) or Type(0) Key4Str is Invalid key length(0) or Type(0) 1. Phy Mode = 49 get_chl_grp:illegal channel (167) get_chl_grp:illegal channel (167) get_chl_grp:illegal channel (169) get_chl_grp:illegal channel (169) get_chl_grp:illegal channel (171) get_chl_grp:illegal channel (171) drivers/net/wireless/rlt_wifi_ap/../rlt_wifi/chips/mt76x2.c:2899 assert (ad->TxPower[choffset].Channel == 42)failed Country Region from e2p = ffff mt76x2_read_temp_info_from_eeprom:: is_temp_tx_alc=0, temp_tx_alc_enable=0 mt76x2_read_tx_alc_info_from_eeprom:: is_ePA_mode=0, ePA_type=3 mt76x2_read_tx_alc_info_from_eeprom:: [5G band] high_temp_slope=0, low_temp_slope=0 mt76x2_read_tx_alc_info_from_eeprom:: [2G band] high_temp_slope=0, low_temp_slope=0 mt76x2_read_tx_alc_info_from_eeprom:: [5G band] tc_lower_bound=0, tc_upper_bound=0 mt76x2_read_tx_alc_info_from_eeprom:: [2G band] tc_lower_bound=0, tc_upper_bound=0 mt76x2_get_external_lna_gain::LNA type=0x11, BLNAGain=0x0, ALNAGain0=0x0, ALNAGain1=0x0, ALNAGain2=0x0 2. Phy Mode = 49 3. Phy Mode = 49 andes_pci_fw_init 0x1300 = 00073200 AntCfgInit: primary/secondary ant 0/1 andes_load_cr:cr_type(2) ChipStructAssign(): MT76x2 hook ! RTMPSetPhyMode: channel is out of range, use first channel=0 MCS Set = ff ff 00 00 01 TX0 power compensation = 0x38 TX1 power compensation = 0x38 group1: port 2(ra0) entering forwarding state group1: port 1(eth2.1) entering forwarding state mt76x2_bbp_adjust():rf_bw=2, ext_ch=1, PrimCh=36, HT-CentCh=38, VHT-CentCh=42 APStartUp(): AP Set CentralFreq at 42(Prim=36, HT-CentCh=38, VHT-CentCh=42, BBP_BW=2) mt76x2_calibration(channel = 42) The 2-BSSID mode is enabled, the BSSID byte5 MUST be the multiple of 2 @@@ ed_monitor_exit : ===> @@@ ed_monitor_exit : <=== Main bssid = b0:39:AA:AA:AA:5b mt76x2_reinit_agc_gain:original agc_vga0 = 0x5c, agc_vga1 = 0x5c mt76x2_reinit_agc_gain:updated agc_vga0 = 0x5c, agc_vga1 = 0x5c mt76x2_reinit_hi_lna_gain:original hi_lna0 = 0x27, hi_lna1 = 0x27 mt76x2_reinit_hi_lna_gain:updated hi_lna0 = 0x27, hi_lna1 = 0x27 original vga value(chain0) = 5c original vga value(chain1) = 5c <==== rt28xx_init, Status=0 get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=rai RTMPDrvOpen(1):Check if PDMA is idle! RTMPDrvOpen(2):Check if PDMA is idle! [32m[SYSTEM]/sbin/brctl addif group1 rai0 device rai0 entered promiscuous mode group1: port 3(rai0) entering learning state group1: port 3(rai0) entering learning state [32m[SYSTEM]/bin/led_app on 40 [32m[SYSTEM]/bin/led_app on 42 [wlan/wifi.c::start_wireless():2498] no need fix f2 f3 value since this is 54M target power and NTGR need other value [libscm_wl.c::GenerateUUID():135] GUI ASCII string: 38833092-3092-1883-90b7-b039566a2559 [libscm_wl.c::GenerateUUID():136] GUI HEX string: 388330923092188390b7b039566a2559 [ has_8021x - 292 ] : 8021x none for band WIFI_BAND_2G [ has_8021x - 292 ] : 8021x none for band WIFI_BAND_5G [32m[SYSTEM]/usr/bin/killall miniupnpd_wsc killall: miniupnpd_wsc: no process killed [32m[SYSTEM]/sbin/chmod +x /var/ralink_ap_start.sh [32m[SYSTEM]/bin/sh -x /var/ralink_ap_start.sh + iwpriv ra0 set WscConfMode=0 + iwpriv rai0 set WscConfMode=0 + iwpriv ra0 set WscSetupLock=0 + iwpriv rai0 set WscSetupLock=0 + iwpriv ra0 set WscMaxPinAttack=3 + iwpriv rai0 set WscMaxPinAttack=3 + route add -host 239.255.255.250 dev group1 + iwpriv ra0 set WscConfMode=7 + iwpriv rai0 set WscConfMode=7 + miniupnpd_wsc -m 1 -I ra0 -P /var/run/miniupnpd.ra0 -i eth2.2 -a 192.168.1.1 -n 7777 -u 38833092-3092-1883-90b7-b039566a2559 Unknown option: -I Unknown option: ra0 + sleep 10 + sleep 10 + sleep 10 + sleep 10 [32m[SYSTEM]/bin/cp /proc/uptime /tmp/wlan_uptime [32m[SYSTEM]/bin/led_app on 44 [32m[SYSTEM]/usr/sbin/led_app on 45 [wlan/wifi.c::need_disable_edcca():2244] wifiregion_in_gui:Australia [wlan/wifi.c::start_wireless():2559] DISABLE EDCCA for 2G and 5G [32m[SYSTEM]/usr/sbin/iwpriv rai0 mac 1340 rai0 mac: [0x1340]:0400583f [wlan/wifi.c::start_wireless():2584] org:0x400583f. (0400583f )[wlan/wifi.c::start_wireless():2586] now:0x400583f [32m[SYSTEM]/usr/sbin/iwpriv rai0 mac 1340=400583f rai0 mac: [0x1340]:0400583f [32m[SYSTEM]/usr/sbin/iwpriv rai0 mac 1340 rai0 mac: [0x1340]:0400583f rcd: [runet/netfilter/nf_conntrack_sip.c: write_proc: file: 826c1dc0, buffer: 1 , count: 2, data: 00000000 n] deQ =/usr/sbin/rc_app/rc_wifi_isolation start [32m[SYSTEM]/bin/echo "lan_ip=192.168.1.1" > /proc/wifi_isolation sh: cannot create /proc/wifi_isolation: nonexistent directory [32m[SYSTEM]/bin/echo "lan_netmask=255.255.255.0" > /proc/wifi_isolation sh: cannot create /proc/wifi_isolation: nonexistent directory rcd: [run] deQ =/usr/sbin/rc_app/rc_timezone start [32m[SYSTEM]/bin/echo GMT-10 > /etc/TZ rcd: [run] deQ =/usr/sbin/rc_app/rc_sip_alg start [32m[SYSTEM]/bin/echo 1 > /proc/sipalg_enable rcd: [run] deQ =/usr/sbin/rc_app/rc_mediaserver start rcd: an error occurred in execvp rcd: [run] deQ =/usr/sbin/rc_app/rc_dnrd start [ dnrd_main - 34 ] : do dnrd for 1 -> 1 [32m[SYSTEM]iptables -t nat -D PREROUTING -i group1 -p tcp --dport 80 -j DNAT --to 192.168.1.1:80 iptables: No chain/target/match by that name. [32m[SYSTEM]iptables -t nat -D PREROUTING -i group1 -p udp --dport 53 -m dnshj -j DNAT --to 192.168.1.1 iptables: No chain/target/match by that name. [32m[SYSTEM]iptables -t nat -D PREROUTING -i group1 -p udp --dport 53 -j DNAT --to 192.168.1.1 iptables: No chain/target/match by that name. [32m[SYSTEM]iptables -t nat -D PREROUTING -i group1 -d 66.114.62.22 -p tcp --dport 80 -j RETURN iptables: Bad rule (does a matching rule exist in that chain?). [32m[SYSTEM]iptables -t nat -D PREROUTING -i group1 -d 66.114.62.29 -p tcp --dport 80 -j RETURN iptables: Bad rule (does a matching rule exist in that chain?). [32m[SYSTEM]iptables -t nat -D PREROUTING -i group1 -d 174.35.24.133 -p tcp --dport 80 -j RETURN iptables: Bad rule (does a matching rule exist in that chain?). [32m[SYSTEM]iptables -t nat -D PREROUTING -i group1 -d 101.96.10.64 -p tcp --dport 80 -j RETURN iptables: Bad rule (does a matching rule exist in that chain?). [32m[SYSTEM]iptables -t nat -I PREROUTING -i group1 -d 66.114.62.22 -p tcp --dport 80 -j RETURN [32m[SYSTEM]iptables -t nat -I PREROUTING -i group1 -d 66.114.62.29 -p tcp --dport 80 -j RETURN [32m[SYSTEM]iptables -t nat -I PREROUTING -i group1 -d 174.35.24.133 -p tcp --dport 80 -j RETURN [32m[SYSTEM]iptables -t nat -I PREROUTING -i group1 -d 101.96.10.64 -p tcp --dport 80 -j RETURN [32m[SYSTEM]/bin/killall -9 dnrd_1 2>/dev/null [32m[SYSTEM]/bin/killall -9 dnrd_1 2>/dev/null [32m[SYSTEM]/bin/ln -sf /usr/sbin/dnrd /var/dnrd_1 [32m[SYSTEM]iptables -t nat -D PREROUTING -i group1 -p udp --dport 53 -j DNAT --to 192.168.1.1 iptables: No chain/target/match by that name. [32m[SYSTEM]iptables -t nat -I PREROUTING -i group1 -p udp --dport 53 -j DNAT --to 192.168.1.1 [32m[SYSTEM]iptables -t nat -I PREROUTING -i group1 -p tcp --dport 80 -j DNAT --to 192.168.1.1:80 [32m[SYSTEM]/var/dnrd_1 -a 192.168.1.1 -m hosts -c off -r 0 -g routerlogin.com & rcd: [run] deQ =/usr/sbin/rc_app/rc_debug_mode start killall: telnetenabled: no process killed group1: port 3(rai0) entering forwarding state rcd: [run] deQ =/usr/sbin/rc_app/rc_httpd start Notice: caching turned off Warning: Using /etc/hosts will be removed in a future version. Please use only the /etc/dnrd/master file or use -m off. [32m[SYSTEM]/bin/cat /www.eng/block.htm | /bin/sed "s|@model_name#|R6120|g" > /etc/block.htm rmmod: ipt_REJECT: No such file or directory rcd: enQ=/usr/sbin/rc_app/rc_firewall restart [32m[SYSTEM]/usr/sbin/mini_httpd -d /www -r "NETGEAR R6120" -c '**.cgi' -t 300& rcd: [run] deQ =/usr/sbin/rc_app/rc_httpd remote start rcd: [run] deQ =/usr/sbin/rc_app/rc_printk start [32m[SYSTEM]/bin/echo 1 4 1 7 > /proc/sys/kernel/printk rcd: [run] deQ =/usr/sbin/rc_app/rc_ntp start [32m[SYSTEM]/usr/sbin/netgear_ntp -z GMT-10& rcd: [run] deQ =/usr/sbin/rc_app/rc_ddns init [ddns/ddns_cfg.c::ddns_init():474] +++ddns is disable, not need init++++ rcd: [run] deQ =/usr/sbin/rc_app/rc_wan init [ wan_main - 651 ] : rc wan enter [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=00000000 [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=00000000 [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=00000000 [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=00000000 [32m[SYSTEM]/bin/wan_monitor & rcd: [run] deQ =/usr/sbin/rc_app/rc_route start rcd: [run] deQ =/usr/sbin/rc_app/rc_ripd start rcd: [run] deQ =/usr/sbin/rc_app/rc_potcounter start killall: potcounter: no process killed rcd: [run] deQ =/usr/sbin/rc_app/rc_lltd start [32m[SYSTEM]/usr/bin/lld2 group1 rcd: [run] deQ =/usr/sbin/rc_app/rc_upnp start [32m[SYSTEM]rc wan restart rcd: enQ=/usr/sbin/rc_app/rc_wan restart [32m[SYSTEM]/usr/bin/killall miniupnpd killall: miniupnpd: no process killed [32m[SYSTEM]route add -net 239.0.0.0 netmask 255.0.0.0 group1 [32m[SYSTEM]/usr/sbin/miniupnpd -i eth2.2 -a 192.168.1.1 -p 56688 -U -t 1800 -T 4 -u 824ff22b-8c7d-41c5-a131-b039566a2559 rcd: [run] deQ =/usr/sbin/rc_app/rc_schedule start [flash.c::sc_get_region():632] Original Region Data: 00, 0a [32m[SYSTEM]/bin/cp /usr/etc/crontab /etc/crontab set crontab for wifi_schedule --- 0 [32m[SYSTEM]/bin/echo GMT-10 > /etc/TZ [32m[SYSTEM]echo 1 > /proc/net/ipt_condition/schedule sh: cannot create /proc/net/ipt_condition/schedule: nonexistent directory rcd: [run] deQ =/usr/sbin/rc_app/rc_usb_service init rcd: [run] deQ =/usr/sbin/rc_app/rc_vlan start rcd: [run] deQ =/usr/sbin/rc_app/rc_access_dev start rcd: [run] deQ =/usr/sbin/rc_app/rc_accessctl_block restart Access Control socket create [32m[SYSTEM]/sbin/rmmod /lib/modules/accessctl_block.ko rmmod: /lib/modules/accessctl_block.ko: No such file or directory rcd: [run] deQ =/usr/sbin/rc_app/rc_usb_printer start [32m[SYSTEM]/sbin/killall KC_BONJOUR killall: KC_BONJOUR: no process killed [32m[SYSTEM]/sbin/killall KC_PRINT killall: KC_PRINT: no process killed [32m[SYSTEM]/sbin/rmmod usblp rmmod: usblp: No such file or directory [32m[SYSTEM]/sbin/rmmod NetUSB.ko rmmod: NetUSB.ko: No such file or directory [32m[SYSTEM]/sbin/rmmod GPL_NetUSB.ko rmmod: GPL_NetUSB.ko: No such file or directory [32m[SYSTEM]/sbin/insmod /lib/modules/GPL_NetUSB.ko [32m[SYSTEM]/sbin/insmod /lib/modules/NetUSB.ko localID="R6120" insmod: cannot insert '/lib/modules/NetUSB.ko': unknown symbol in module [32m[SYSTEM]/sbin/insmod /lib/modules/NetUSB.ko [32m[SYSTEM]/sbin/insmod /lib/modules/2.6.36/kernel/drivers/usb/class/usblp.ko [32m[SYSTEM]/sbin/KC_BONJOUR R6120 & sh: /sbin/KC_BONJOUR: not found [32m[SYSTEM]/sbin/KC_PRINT R6120 & sh: /sbin/KC_PRINT: not found rcd: [run] deQ =/usr/sbin/rc_app/rc_check_conn start rcd: [run] deQ =/usr/sbin/rc_app/rc_RAE start [32m[SYSTEM]/usr/sbin/RAE_update_monitor & rcd: [run] deQ =/usr/sbin/rc_app/rc_start finished [32m[SYSTEM]/etc/enlarge_mem_reclaim_threshold.sh malloc fail unzip: can't open /tmp/RAE/RAE_binary_output.zip, /tmp/RAE/RAE_binary_output.zip.zip, /tmp/RAE/RAE_binary_output.zip.ZIP [32m[SYSTEM]/usr/sbin/scm_watchdog & [watchdog.c::main():81] Watchdog: monitoring process 'mini_httpd' [watchdog.c::main():81] Watchdog: monitoring process 'nmbd' [watchdog.c::main():110] Watchdog: process 'mini_httpd' exists, score: 3. [32m[SYSTEM]/usr/sbin/echo > /tmp/bootup_finished [start/start_cfg.c::bind_busydaemon_to_free_cpu():292] pid_multi_pb_app:434, pid_led_switch:326 [32m[SYSTEM]/sbin/taskset -p 4 434 pid 434's current affinity mask: 1 taskset: can't set pid 434's affinity: Invalid argument [32m[SYSTEM]/sbin/taskset -p 4 326 pid 326's current affinity mask: 1 taskset: can't set pid 326's affinity: Invalid argument rcd: [run] deQ =/usr/sbin/rc_app/rc_schedule restart [flash.c::sc_get_region():632] Original Region Data: 00, 0a [32m[SYSTEM]/bin/cp /usr/etc/crontab /etc/crontab set crontab for wifi_schedule --- 0 [32m[SYSTEM]/bin/echo GMT-10 > /etc/TZ [32m[SYSTEM]echo 1 > /proc/net/ipt_condition/schedule sh: cannot create /proc/net/ipt_condition/schedule: nonexistent directory rcd: [run] deQ =/usr/sbin/rc_app/rc_firewall restart [ firewall_main - 133 ] : before fw_exe [32m[SYSTEM]/usr/sbin/rc schedule restart rcd: enQ=/usr/sbin/rc_app/rc_schedule restart [32m[SYSTEM]/usr/bin/killall -14 access_logd [ fw_wan_L3 - 78 ] : wan1-ip0.0.0 enter [ fw_wan_L3 - 78 ] : wan2-ip0.0.0 enter [ fw_wan_L3 - 78 ] : wan3-ip0.0.0 enter [ firewall_main - 136 ] : end fw_exe chmod: /tmp/RWFS/RAE/*: No such file or directory [RAE_update_monitor.c::main():853] RAE: Waiting WAN up... + brctl addif group1 rai1 + brctl addif group1 ra1 + brctl addif group1 ra0 + brctl addif group1 rai0 device rai0 is already a member of a bridge; can't enslave it to bridge group1. device ra0 is already a member of a bridge; can't enslave it to bridge group1. [libiptc/libiptc.c::iptc_commit():2608] out_free_newcounters iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: Bad rule (does a matching rule exist in that chain?). [libiptc/libiptc.c::iptc_commit():2608] out_free_newcounters iptables: No chain/target/match by that name. [libiptc/libiptc.c::iptc_commit():2608] out_free_newcounters iptables: No chain/target/match by that name. iptables: Bad rule (does a matching rule exist in that chain?). iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. rcd: [run] deQ =/usr/sbin/rc_app/rc_wan restart [ wan_main - 651 ] : rc wan enter [ wan_action - 425 ] : entering wan0 InternetGatewayDevice.WANDevice.1.WANConnectionDevice. [ wan_stop_con - 193 ] : entering wan1 [ipv6/common.c::ip6_config_dump():171] lan_ifname = <group1> [ipv6/common.c::ip6_config_dump():172] wan_ifname = <eth2.2> [ipv6/common.c::ip6_config_dump():173] wan_l2_ifname = <eth2.2> [ipv6/common.c::ip6_config_dump():174] wan_ppp_ifname = <ppp6> [ipv6/common.c::ip6_config_dump():175] wan_mode = 0 [ipv6/common.c::ip6_config_dump():176] lan_mode = 2 [ipv6/common.c::ip6_config_dump():177] dhcp_account = <> [ipv6/common.c::ip6_config_dump():178] dhcp_domain = <> [ipv6/common.c::ip6_config_dump():179] pppoe_username = <> [ipv6/common.c::ip6_config_dump():180] pppoe_passwd = <> [ipv6/common.c::ip6_config_dump():181] pppoe_service = <> [ipv6/common.c::ip6_config_dump():182] custom_relay_router = 0 [ipv6/common.c::ip6_config_dump():183] relay_router = <> [ipv6/common.c::ip6_config_dump():184] fixed_wan_ipaddr = <> [ipv6/common.c::ip6_config_dump():185] fixed_gw_ipaddr = <> [ipv6/common.c::ip6_config_dump():186] fixed_wan_plen = 0 [ipv6/common.c::ip6_config_dump():187] fixed_lan_ipaddr = <> [ipv6/common.c::ip6_config_dump():188] fixed_lan_plen = 0 [ipv6/common.c::ip6_config_dump():189] fixed_dns1 = <> [ipv6/common.c::ip6_config_dump():190] fixed_dns2 = <> [ipv6/common.c::ip6_config_dump():191] custom_ifid_enable = 0 [ipv6/common.c::ip6_config_dump():194] ifid = <0000:0000:0000:0000> [ipv6/common.c::ip6_config_dump():195] ipv6ipv4ppp_one_session = 0 [ipv6/common.c::ip6_config_dump():196] ipv6_ppp_stateless = 0 [ipv6/common.c::ip6_config_dump():197] ipv6_dhcpc_no_na = 0 [ipv6/common.c::ip6_config_dump():199] ip4_MaskLen = 0 [ipv6/common.c::ip6_config_dump():200] ip6_6rdPrefixLen = 0 [ipv6/common.c::ip6_config_dump():202] ip6_6rdPrefix = :: [ipv6/common.c::ip6_config_dump():221] No ip6_6rdBRIP4Addr. [ipv6/common.c::ip6_config_dump():224] conf->wan_use_fixed_dns = 0 [ipv6/common.c::ip6_config_dump():225] conf->wan_use_fixed_dns_server1 = <> [ipv6/common.c::ip6_config_dump():226] conf->wan_use_fixed_dns_server2 = <> config parser successfully . [ wan_stop_con - 209 ] : allWanL3 of TotalCon <> [ stop_L2 - 989 ] : entering wan1 [ wan_stop_con - 261 ] : stop l2 +++++++++++++++ [ wan_stop_con - 193 ] : entering wan2 [ wan_stop_con - 209 ] : allWanL3 of TotalCon <> [ stop_L2 - 989 ] : entering wan2 [ wan_stop_con - 261 ] : stop l2 +++++++++++++++ [ wan_stop_con - 193 ] : entering wan3 [ wan_stop_con - 209 ] : allWanL3 of TotalCon <> [ stop_L2 - 989 ] : entering wan3 [ wan_stop_con - 261 ] : stop l2 +++++++++++++++ [ wan_main - 973 ] : ======vpi=<0>,vci=<0>,enable=<0>,encap=<(null)> [ wan_main - 974 ] : mode=<(null)>,link_enable=<(null)>contype=<0> [ wan_action - 425 ] : entering wan0 InternetGatewayDevice.WANDevice.1.WANConnectionDevice. [ wan_action - 440 ] : entering wan0 wan_start_con [ wan_start_con - 275 ] : entering wan1 [ is_wan_enable - 107 ] : wan 1 is enabled for ANNEXB [ start_L2 - 906 ] : entering <wan 1> Ethernet [ start_eth - 665 ] : entering start_eth [32m[SYSTEM]/sbin/ifconfig eth2.2 up [32m[SYSTEM]/sbin/ifconfig eth2.2 down [32m[SYSTEM]/sbin/ifconfig eth2.2 hw ether B0:39:AA:AA:AA:5a [32m[SYSTEM]/sbin/ifconfig eth2.2 up [32m[SYSTEM]/sbin/ifconfig eth2.2 mtu 1500 [32m[SYSTEM]ifconfig eth2.2 up [ start_eth - 671 ] : L3IfName: eth2.2 [ start_ip - 135 ] : entering wan1 [32m[SYSTEM]/bin/ln -sf /usr/sbin/udhcpc /var/w/udhcpc_1 [32m[SYSTEM]/usr/sbin/rc_app/rc_firewall wan 1 init [ firewall_main - 133 ] : before fw_exe [ fw_new_wan_event - 31 ] : fw new event 4 [ fw_wan_L3 - 78 ] : wan1-ip0.0.0 enter [ firewall_main - 136 ] : end fw_exe [32m[SYSTEM]/var/w/udhcpc_1 -i eth2.2 -s /etc/udhcpc.mpvc.script -w 1 -o /tmp/w/info_1 -H "R6120" -g 101& [ wan_start_con - 377 ] : ipv6 restart <disable> [ wan_start_con - 382 ] : ipv6 restart, v4 mode dhcpc v6 mode disable [32m[SYSTEM]/usr/sbin/rc_app/rc_ipv6 restart [32m[SYSTEM]/bin/echo 0 > /proc/sys/net/ipv6/conf/all/forwarding [32m[SYSTEM]/usr/bin/killall dhcp6c killall: dhcp6c: no process killed [32m[SYSTEM]/bin/killall pppd_ip6 killall: pppd_ip6: no process killed [32m[SYSTEM]/usr/bin/killall radvd killall: radvd: no process killed [32m[SYSTEM]/usr/bin/killall -9 dhcp6s killall: dhcp6s: no process killed [32m[SYSTEM]/bin/killall -9 totd killall: totd: no process killed [32m[SYSTEM]ip6tables -t filter -F [32m[SYSTEM]ip6tables -t mangle -F [32m[SYSTEM]ip6tables -t raw -F [32m[SYSTEM]ip6tables -t filter -X [32m[SYSTEM]ip6tables -t mangle -X [32m[SYSTEM]ip6tables -t raw -X [32m[SYSTEM]ip6tables -t filter -P INPUT ACCEPT [32m[SYSTEM]ip6tables -t filter -P FORWARD ACCEPT [32m[SYSTEM]ip6tables -C /tmp/rules6 ip6tables v1.4.10: option `-C' requires an argument Try `ip6tables -h' or 'ip6tables --help' for more information. [32m[SYSTEM]killall mld killall: mld: no process killed [32m[SYSTEM]/sbin/ip -6 route flush dev tun6to4 Cannot find device "tun6to4" [32m[SYSTEM]/sbin/ip link set dev tun6to4 down Cannot find device "tun6to4" [32m[SYSTEM]/sbin/ip tunnel del tun6to4 delete tunnel "tun6to4" failed: No such device [32m[SYSTEM]/sbin/Ip -6 route flush dev tun6rd Cannot find device "tun6rd" [32m[SYSTEM]/sbin/Ip link set dev tun6rd down Cannot find device "tun6rd" [32m[SYSTEM]/sbin/Ip tunnel del tun6rd delete tunnel "tun6rd" failed: No such device [32m[SYSTEM]/sbin/rmmod ipv6_br.ko rmmod: ipv6_br.ko: No such file or directory sh: /sbin/fc: not found [32m[SYSTEM]/usr/bin/killall dhcp6c killall: dhcp6c: no process killed [32m[SYSTEM]/usr/bin/killall ip6_autod killall: ip6_autod: no process killed [32m[SYSTEM]/bin/rm -f /var/ip6prefix* [ipv6/ipv6.c::stop_ipv6():74] stop ip6 wan mode: (-1) [32m[SYSTEM]/bin/ip -6 route del default RTNETLINK answers: No such file or directory [32m[SYSTEM]/bin/ip -6 route del default RTNETLINK answers: No such file or directory [32m[SYSTEM]/bin/ip -6 route del default RTNETLINK answers: No such file or directory [32m[SYSTEM]/bin/ip -6 route del default RTNETLINK answers: No such file or directory [32m[SYSTEM]/bin/ip -6 route del default RTNETLINK answers: No such file or directory [32m[SYSTEM]/bin/ip -6 route del default RTNETLINK answers: No such file or directory [32m[SYSTEM]/bin/echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 [ipv6/common.c::ip6_config_dump():171] lan_ifname = <group1> [ipv6/common.c::ip6_config_dump():172] wan_ifname = <eth2.2> [ipv6/common.c::ip6_config_dump():173] wan_l2_ifname = <eth2.2> [ipv6/common.c::ip6_config_dump():174] wan_ppp_ifname = <ppp6> [ipv6/common.c::ip6_config_dump():175] wan_mode = 0 [ipv6/common.c::ip6_config_dump():176] lan_mode = 2 [ipv6/common.c::ip6_config_dump():177] dhcp_account = <> [ipv6/common.c::ip6_config_dump():178] dhcp_domain = <> [ipv6/common.c::ip6_config_dump():179] pppoe_username = <> [ipv6/common.c::ip6_config_dump():180] pppoe_passwd = <> [ipv6/common.c::ip6_config_dump():181] pppoe_service = <> [ipv6/common.c::ip6_config_dump():182] custom_relay_router = 0 [ipv6/common.c::ip6_config_dump():183] relay_router = <> [ipv6/common.c::ip6_config_dump():184] fixed_wan_ipaddr = <> [ipv6/common.c::ip6_config_dump():185] fixed_gw_ipaddr = <> [ipv6/common.c::ip6_config_dump():186] fixed_wan_plen = 0 [ipv6/common.c::ip6_config_dump():187] fixed_lan_ipaddr = <> [ipv6/common.c::ip6_config_dump():188] fixed_lan_plen = 0 [ipv6/common.c::ip6_config_dump():189] fixed_dns1 = <> [ipv6/common.c::ip6_config_dump():190] fixed_dns2 = <> [ipv6/common.c::ip6_config_dump():191] custom_ifid_enable = 0 [ipv6/common.c::ip6_config_dump():194] ifid = <0000:0000:0000:0000> [ipv6/common.c::ip6_config_dump():195] ipv6ipv4ppp_one_session = 0 [ipv6/common.c::ip6_config_dump():196] ipv6_ppp_stateless = 0 [ipv6/common.c::ip6_config_dump():197] ipv6_dhcpc_no_na = 0 [ipv6/common.c::ip6_config_dump():199] ip4_MaskLen = 0 [ipv6/common.c::ip6_config_dump():200] ip6_6rdPrefixLen = 0 [ipv6/common.c::ip6_config_dump():202] ip6_6rdPrefix = :: [ipv6/common.c::ip6_config_dump():221] No ip6_6rdBRIP4Addr. [ipv6/common.c::ip6_config_dump():224] conf->wan_use_fixed_dns = 0 [ipv6/common.c::ip6_config_dump():225] conf->wan_use_fixed_dns_server1 = <> [ipv6/common.c::ip6_config_dump():226] conf->wan_use_fixed_dns_server2 = <> [ipv6/ipv6.c::start_ipv6():164] IPV6IPV4PPP_ONE_SESSION not enable [32m[SYSTEM]/bin/echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 [32m[SYSTEM]/bin/echo 2 > /proc/sys/net/ipv6/conf/all/forwarding [ start_ipv6 - 178 ] : ip6_config.wan_l2_ifname is eth2.2 [ipv6/ipv6.c::start_ipv6():191] ipv6 is over layer2, open rs/ra on eth2.2 [32m[SYSTEM]/bin/echo 3 > /proc/sys/net/ipv6/conf/eth2.2/router_solicitations [32m[SYSTEM]/bin/echo 2 > /proc/sys/net/ipv6/conf/eth2.2/accept_ra [ipv6/ipv6.c::start_ipv6():195] ipv6 is over layer2 interface eth2.2, trigger wan send out router solicitation [32m[SYSTEM]/bin/echo trigger_rs=1 > /proc/net/trigger_rs [32m[SYSTEM]/bin/echo wan_if=eth2.2 > /proc/net/trigger_rs [ipv6/ipv6.c::start_ipv6():210] ip6 is disabled. [ipv6/common.c::ip6_config_free():497] ip6_6rdBRIP4Addr null [32m[SYSTEM]/usr/sbin/rc wifi_isolation restart rcd: enQ=/usr/sbin/rc_app/rc_wifi_isolation restart [32m[SYSTEM]/usr/sbin/rc_app/rc_hw_nat start [32m[SYSTEM]/bin/echo 3 > /proc/sys/vm/drop_caches; /bin/insmod /lib/modules/`uname -r`/kernel/net/nat/hw_nat/hw_nat.ko insmod: can't read '/lib/modules/2.6.36/kernel/net/nat/hw_nat/hw_nat.ko': No such file or directory [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=00000000 [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=00000000 [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=00000000 [scvlan.c::get_vlan_group():50] enable:1, type:0, group name:Bridge, vid=0, pri=0, ports=00000000 [ wan_action - 440 ] : entering wan0 wan_start_con [ wan_start_con - 275 ] : entering wan2 [ is_wan_enable - 102 ] : wan 2 is not enable [ wan_start_con - 285 ] : wan 2 is disabled [ wan_action - 440 ] : entering wan0 wan_start_con [ wan_start_con - 275 ] : entering wan3 [ is_wan_enable - 102 ] : wan 3 is not enable [ wan_start_con - 285 ] : wan 3 is disabled rcd: [run] deQ =/usr/sbin/rc_app/rc_schedule restart [flash.c::sc_get_region():632] Original Region Data: 00, 0a [32m[SYSTEM]/bin/cp /usr/etc/crontab /etc/crontab set crontab for wifi_schedule --- 0 [32m[SYSTEM]/bin/echo GMT-10 > /etc/TZ [32m[SYSTEM]echo 1 > /proc/net/ipt_condition/schedule sh: cannot create /proc/net/ipt_condition/schedule: nonexistent directory rcd: [run] deQ =/usr/sbin/rc_app/rc_wifi_isolation restart [32m[SYSTEM]/sbin/rmmod /lib/modules/wifi_isolation.ko rmmod: /lib/modules/wifi_isolation.ko: No such file or directory [32m[SYSTEM]/bin/echo "lan_ip=192.168.1.1" > /proc/wifi_isolation sh: cannot create /proc/wifi_isolation: nonexistent directory [32m[SYSTEM]/bin/echo "lan_netmask=255.255.255.0" > /proc/wifi_isolation sh: cannot create /proc/wifi_isolation: nonexistent directory rcd: enQ=/usr/sbin/rc_app/rc_check_conn start rcd: [run] deQ =/usr/sbin/rc_app/rc_check_conn start PATH=/sbin:/bin:/usr/sbin:/usr/bin::/usr/local/sbin:/var/sbin wan1: dhcpc FAIL PATH=/sbin:/bin:/usr/sbin:/usr/bin::/usr/local/sbin:/var/sbin wan1: dhcpc FAIL [RAE_update_monitor.c::main():853] RAE: Waiting WAN up... PATH=/sbin:/bin:/usr/sbin:/usr/bin::/usr/local/sbin:/var/sbin wan1: dhcpc FAIL rcd: enQ=/usr/sbin/rc_app/rc_check_conn start rcd: [run] deQ =/usr/sbin/rc_app/rc_check_conn start PATH=/sbin:/bin:/usr/sbin:/usr/bin::/usr/local/sbin:/var/sbin wan1: dhcpc FAIL


[ 0.000000] Linux version 4.14.68 (buildbot@crazyhorse) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r8021-9e58c20)) #0 Sun Sep 9 01:21:01 2018 [ 0.000000] Board has DDR2 [ 0.000000] Analog PMU set to hw control [ 0.000000] Digital PMU set to hw control [ 0.000000] SoC Type: MediaTek MT7628AN ver:1 eco:2 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019655 (MIPS 24KEc) [ 0.000000] MIPS: machine is Netgear AC1200 R6120 [ 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, PIPT, no 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 804bef20, node_mem_map 81000040 [ 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+0x8c/0x47c 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,57600 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=00006000 [ 0.000000] Readback ErrCtl register=00006000 [ 0.000000] Memory: 59604K/65536K available (3801K kernel code, 178K rwdata, 884K rodata, 184K init, 215K bss, 5932K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS: 256 [ 0.000000] intc: using register map from devicetree [ 0.000000] CPU Clock: 580MHz [ 0.000000] timer_probe: no matching timers found [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6590553264 ns [ 0.000011] sched_clock: 32 bits at 290MHz, resolution 3ns, wraps every 7405115902ns [ 0.015377] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216) [ 0.087589] pid_max: default: 32768 minimum: 301 [ 0.096937] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.109900] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.129573] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.148948] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.161045] pinctrl core: initialized pinctrl subsystem [ 0.172586] NET: Registered protocol family 16 [ 0.289572] mt7620-pci 10140000.pcie: Port 0 N_FTS = 1b105000 [ 0.450614] PCI host bridge /pcie@10140000 ranges: [ 0.459957] MEM 0x0000000020000000..0x000000002fffffff [ 0.470266] IO 0x0000000010160000..0x000000001016ffff [ 0.497374] mt7621_gpio 10000600.gpio: registering 32 gpios [ 0.508578] mt7621_gpio 10000600.gpio: registering 32 gpios [ 0.519686] mt7621_gpio 10000600.gpio: registering 32 gpios [ 0.531524] PCI host bridge to bus 0000:00 [ 0.539490] pci_bus 0000:00: root bus resource [mem 0x20000000-0x2fffffff] [ 0.553119] pci_bus 0000:00: root bus resource [io 0xffffffff] [ 0.564773] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.578188] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.593885] pci 0000:00:00.0: [14c3:0801] type 01 class 0x060400 [ 0.593927] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 0.593943] pci 0000:00:00.0: reg 0x14: [mem 0x20200000-0x2020ffff] [ 0.594027] pci 0000:00:00.0: supports D1 [ 0.594039] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 0.594493] pci 0000:01:00.0: [14c3:7662] type 00 class 0x028000 [ 0.594561] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] [ 0.594619] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 0.594734] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 0.594969] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 0.594988] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01 [ 0.595036] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 0.608025] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 0.621749] pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x200fffff] [ 0.635164] pci 0000:00:00.0: BAR 9: assigned [mem 0x20100000-0x201fffff pref] [ 0.649439] pci 0000:00:00.0: BAR 1: assigned [mem 0x20200000-0x2020ffff] [ 0.662865] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff 64bit] [ 0.677318] pci 0000:01:00.0: BAR 6: assigned [mem 0x20100000-0x2010ffff pref] [ 0.691578] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.701377] pci 0000:00:00.0: bridge window [mem 0x20000000-0x200fffff] [ 0.714799] pci 0000:00:00.0: bridge window [mem 0x20100000-0x201fffff pref] [ 0.733742] clocksource: Switched to clocksource MIPS [ 0.744849] NET: Registered protocol family 2 [ 0.754369] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.768081] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.780586] TCP: Hash tables configured (established 1024 bind 1024) [ 0.793277] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.804746] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.817365] NET: Registered protocol family 1 [ 0.825935] PCI: CLS 0 bytes, default 32 [ 0.829212] Crashlog allocated RAM at address 0x3f00000 [ 0.841035] workingset: timestamp_bits=30 max_order=14 bucket_order=0 [ 0.859450] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.870889] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 0.900435] io scheduler noop registered [ 0.908110] io scheduler deadline registered (default) [ 0.919110] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.934515] console [ttyS0] disabled [ 0.941483] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 28, base_baud = 2500000) is a 16550A [ 0.959410] console [ttyS0] enabled [ 0.973098] bootconsole [early0] disabled [ 0.989523] cacheinfo: Failed to find cpu0 device node [ 0.999730] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 1.012557] spi-mt7621 10000b00.spi: sys_freq: 193333333 [ 1.030106] m25p80 spi0.0: mx25l12805d (16384 Kbytes) [ 1.040218] 5 fixed-partitions partitions found on MTD device spi0.0 [ 1.052802] Creating 5 MTD partitions on “spi0.0”: [ 1.062298] 0x000000000000-0x000000040000 : “u-boot” [ 1.073048] 0x000000040000-0x000000060000 : “factory” [ 1.084055] 0x000000060000-0x000000090000 : “nvram” [ 1.094593] 0x000000090000-0x000000ff0000 : “firmware” [ 1.174192] 2 uimage-fw partitions found on MTD device firmware [ 1.185959] 0x000000090000-0x000000220000 : “kernel” [ 1.196676] 0x000000220000-0x000000ff0000 : “rootfs” [ 1.207354] mtd: device 5 (rootfs) set to be root filesystem [ 1.220122] 1 squashfs-split partitions found on MTD device rootfs [ 1.232427] 0x000000420000-0x000000ff0000 : “rootfs_data” [ 1.244089] 0x000000ff0000-0x000001000000 : “reserved” [ 1.255835] libphy: Fixed MDIO Bus: probed [ 1.275502] rt3050-esw 10110000.esw: link changed 0x00 [ 1.287319] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000, irq 5 [ 1.305546] NET: Registered protocol family 10 [ 1.318622] Segment Routing with IPv6 [ 1.326061] NET: Registered protocol family 17 [ 1.334919] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.360587] 8021q: 802.1Q VLAN Support v1.8 [ 1.380357] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 1.395390] Freeing unused kernel memory: 184K [ 1.404215] This architecture does not have kernel memory protection. [ 2.436818] init: Console is alive [ 2.443874] init: - watchdog - [ 2.603754] random: fast init done [ 3.772698] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.990848] usbcore: registered new interface driver usbfs [ 4.001869] usbcore: registered new interface driver hub [ 4.012532] usbcore: registered new device driver usb [ 4.028619] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.043416] ehci-platform: EHCI generic platform driver [ 4.064116] phy phy-10120000.usbphy.0: remote usb device wakeup disabled [ 4.077394] phy phy-10120000.usbphy.0: UTMI 16bit 30MHz [ 4.087757] ehci-platform 101c0000.ehci: EHCI Host Controller [ 4.099172] ehci-platform 101c0000.ehci: new USB bus registered, assigned bus number 1 [ 4.114983] ehci-platform 101c0000.ehci: irq 26, io mem 0x101c0000 [ 4.153788] ehci-platform 101c0000.ehci: USB 2.0 started, EHCI 1.00 [ 4.167206] hub 1-0:1.0: USB hub found [ 4.175079] hub 1-0:1.0: 1 port detected [ 4.186435] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.200426] ohci-platform: OHCI generic platform driver [ 4.211108] ohci-platform 101c1000.ohci: Generic Platform OHCI controller [ 4.224627] ohci-platform 101c1000.ohci: new USB bus registered, assigned bus number 2 [ 4.240402] ohci-platform 101c1000.ohci: irq 26, io mem 0x101c1000 [ 4.318702] hub 2-0:1.0: USB hub found [ 4.326646] hub 2-0:1.0: 1 port detected [ 4.339600] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.364462] init: - preinit - [ 5.816695] rt3050-esw 10110000.esw: link changed 0x00 [ 6.000235] random: procd: uninitialized urandom read (4 bytes read) [ 9.395918] jffs2: notice: (388) jffs2_build_xattr_subsystem: complete building xattr subsystem, 4 of xdatum (3 unchecked, 1 orphan) and 33 of xref (1 dead, 0 orphan) found. [ 9.431827] mount_root: switching to jffs2 overlay [ 9.476540] overlayfs: upper fs does not support tmpfile. [ 9.498208] urandom-seed: Seeding with /etc/urandom.seed [ 9.576238] procd: - early - [ 9.582044] procd: - watchdog - [ 9.994323] rt3050-esw 10110000.esw: link changed 0x08 [ 10.221765] rt3050-esw 10110000.esw: link changed 0x18 [ 10.258772] procd: - watchdog - [ 10.265346] procd: - ubus - [ 10.332573] random: ubusd: uninitialized urandom read (4 bytes read) [ 10.428355] random: ubusd: uninitialized urandom read (4 bytes read) [ 10.441564] random: ubusd: uninitialized urandom read (4 bytes read) [ 10.455299] procd: - init - [ 10.795970] kmodloader: loading kernel modules from /etc/modules.d/* [ 10.814068] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 10.837359] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180 [ 10.853281] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d [ 10.870073] ip_tables: (C) 2000-2006 Netfilter Core Team [ 10.891849] nf_conntrack version 0.5.0 (1024 buckets, 4096 max) [ 10.974278] xt_time: kernel timezone is -0000 [ 11.141594] mt76_wmac 10300000.wmac: ASIC revision: 76280001 [ 11.156523] mt76_wmac 10300000.wmac: Firmware Version: 20151201 [ 11.168329] mt76_wmac 10300000.wmac: Build Time: 20151201183641 [ 11.203742] firmware init done [ 11.368680] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 11.387299] mt76x2e 0000:01:00.0: card - bus=0x1, slot = 0x0 irq=4 [ 11.399834] mt76x2e 0000:01:00.0: ASIC revision: 76120044 [ 11.526250] mt76x2e 0000:01:00.0: ROM patch build: 20141115060606a [ 11.576297] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00 [ 11.587217] mt76x2e 0000:01:00.0: Build: 1 [ 11.595330] mt76x2e 0000:01:00.0: Build Time: 201507311614 [ 11.625463] mt76x2e 0000:01:00.0: Firmware running! [ 11.712178] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 11.725602] PPP generic driver version 2.4.2 [ 11.737158] NET: Registered protocol family 24 [ 11.751501] kmodloader: done loading kernel modules from /etc/modules.d/* [ 13.069940] urandom_read: 5 callbacks suppressed [ 13.069949] random: jshn: uninitialized urandom read (4 bytes read) [ 16.102997] rt3050-esw 10110000.esw: link changed 0x00 [ 20.234154] rt3050-esw 10110000.esw: link changed 0x08 [ 20.313390] rt3050-esw 10110000.esw: link changed 0x18 [ 22.518840] br-lan: port 1(eth0.1) entered blocking state [ 22.529776] br-lan: port 1(eth0.1) entered disabled state [ 22.540856] device eth0.1 entered promiscuous mode [ 22.550379] device eth0 entered promiscuous mode [ 22.724233] br-lan: port 1(eth0.1) entered blocking state [ 22.734975] br-lan: port 1(eth0.1) entered forwarding state [ 22.746258] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 23.514082] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 107.283289] random: crng init done


Space for additional notes, links to forum threads or other resources.

  • ...
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/12/02 02:51
  • by jchau