OpenWrt support for NuCom NC-WR644GACV

i leave 3v3-vcc unconnected... i.e. i just connected tx-rx, gnd-gnd, rx-tx , tried again but nothing changes

i think if board pin is labeled "3v3" it has to be 3.3v, so if i configure ftdi to work at that voltage it shouldn't be a problem

i know every devices must have common ground, but anyway... how it's supposed to make work 2 different devices at same reference (positive) voltages if i don't connect them each other??.... i thnk they won't work with just "gnd" connected

thanks for your advice

In the typical case of router and usb2serial adapter, 3V3on the router and Vcc on your USB2serial adaper provide power (+3.3 VDC), this causes two issues:

  • as long as your router is powered off, the usb2serial adapter tries to feed the router via Vcc, but it can't provide enough current to actually do so (usb2serial adapter and your computer's USB port might burn up in flames).
  • if both are powered on, both trying to feed the other, both sides (trying to offset the potential delta) will let the magic smoke escape forever.

Never do that.

thanks for your best wishes..... i dont believe in obeying blindly to experienced people, i believe instead in to transmit knowledge and learn...

spread knowledge and experiences, teach and learn together... maybe most of the current humanity problems are based on obeying blindly to "authorities" withouth questioning :wink:

.... but if i lost my patience and throw that piece of "waste" against the wall.... at least i had fun and learn something :smiley:

ok.... i suspected that

.... but then do you mean we should leave the vcc, 3v3, 5v, power, etc unconnected ? ... and the system will work anyway?

maybe that's the way when the devices have both its own power source (i imagine a broad stream of electrons flowing through gnd cable)... or maybe not? .. how does that work?

thanks

Trust me, I also do not believe in that at all. However, I do listen to experienced people at times :smirk:.

Anyway, by R210 and/or R213 I meant that they are missing. But who knows what exactly they might be used for. However, some clever manufacturers sometimes "lock" their devices by just not assembling some zero ohms. Now some advice on how we experienced may go at it if we get a board where we have absolutely no clue which header, test point, or even pad might be a serial UART. We first use a regular DMM to probe our way across the board to judge where we find ground and where certain fixed voltages. Then, using a logic analyzer or oscilloscope you may analyze them signals which are not just constant/fixed to get a feel of what might be e.g. a serial UART. In your case, I would also probe around those R210 and R213. The advantage of using such tools rather than directly an FTDI is also that you will get a reading regardless of the baud rate. Then, at least a nice logic analyzer (I mostly use a DreamSourceLab DSLogic U3Pro16 nowadays) will tell you the baud rate and even allows decoding whatever it might be (e.g. I2C, SPI, UART, whatever). Of course, in the first order, this only allows you to find TX signals (e.g. where something is sending). An additional benefit is that the voltage level does not matter as such logic analyzers have really nice input stages and work with the tiniest levels and are usually save for use up to at least minus to plus 20 to 30 volts.

if i do some question it doesnt mean i distrust you , but that i want to know why instead

i could try to probe the r210, r213 etc, later in spare time with my tester and see what happens

more info (new news): lit looks like a rebranded device = http://www.comnect.com.cn/VDSL/DS244WTV.html ... it seem this manufacturer sell this router to many rebranders/resellers

Yep, that concept is called OEM aka original equipment manufacturer. E.g. a lot of even big companies like Cisco or HP let their products be designed by such OEMs. I used to work for one major US one in the field of document capture, scanning and we e.g. did stuff for Bell+Howell, Canon, Fujitsu, Kodak. You named it. When one of them came on-site for visit we had to throw a blanket over the other prototypes not to reveal what we were really working on :stuck_out_tongue_winking_eye:.

BTW: Spec wise it looks very similar to the BT Home Hub 5 Type A which is one of the very easily and even more cheaply available (at least here in the UK, Europe) fully supported OpenWrt devices. By fully supported I mean incl. vectoring VDSL2 which I believe that chip set is the very only one even being OpenWrt supported. This just to have some context. If you would manager to get that Triductor thing going you would be only the second human being on earth which managed to achieve such feat :rofl:.

seems this is a picture of comnect's offices reception.... i can distinguish entel and claro logos as chilean isp's... can recognize others too as agl, an australian isp that uses it also, that i knew when i was searching router info, etc

yeah funny, but this actually will diverge us from the central topic :confused:

1 Like

hi... i have some news (sorry i was doing other stuff but just retaken this project)

i was able to connect through serial port to my device ... i saw some videos about doing uart debugging... as @sumo pointed, there was another "real" uart pins, so i probe with my tester and found the contacts inmediately botom next seem to work with same functions, so i solder a couple pins

i connected to my ftdi (except 3v3/vcc as @slh adviced!) then i started termite with 115200 baud 8N1 no flow control,... and i got a boot console !! ... the log is very long about 3000 lines, i had to split in 3 to be able to post



-------------------
- VER5610 bootrom -
-------------------
-
>> hit <ctrl+c> to stop autoboot:0 
-
----------------------------------
- Flash type .......... [  NAND  ]
- Boot mode ........... [ NONSEC ]
- Read page0 .......... [   OK   ]
- DDR ................. [   OK   ]
- bootloader .......... [   OK   ]
----------------------------------
-
>> startup bootloader...


Nor-Boot V1.5.6 ( 2016-10-17 - 11:12:33 )


DRAM       : 128MB       SYS        : 0xc0c00000 

STACK DATA : 0xc0020000  STACK SVC  : 0xc0030000 

STACK FIQ  : 0xc0040000  STACK ABT  : 0xc0050000 

STACK UND  : 0xc0060000  STACK IRQ  : 0xc0070000 

Memory     : total 127.5MB

Memory     : start 0xc2000000 available 64MB

Memory     : code 129.4KB bss 125.9KB highmem 32MB 0xc6000000

Boot Sel   : BOOTROM

Dev Manuf  : MXIC
Nand ID    : 0xC2 0xF1 0x80 0x95 0x02 0x00 0x00 0x00
Nand Spec  : Chip[134217728B] Block[131072B] Page[2048B] OOB[32B] ECC[4bit] 
Chip Name  : NAND 128MiB 3,3V 8-bit

multi upgrade wait...!

Hit <ctrl+c> to stop autoboot:  0 


=====bootm=====
##########################
copy 3293168 bytes successful!
Boot from main system ...
   kernel data at 0xc3000040, len = 0x00323fb0 (3293104)
   Loading Kernel Image ... OK
## Transferring control to Linux (at address 81400000) ...

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
Booting Linux on physical CPU 0x0
Linux version 3.14.18 (xpon@soft) (gcc version 4.4.6 (crosstool-NG 1.13.2 - hsan-5115) ) #1 SMP PREEMPT Tue Jan 17 12:24:05 CST 2017
CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c53c7d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: TRI VSPM3XX
Memory policy: Data cache writealloc

TRID:mapping io
PERCPU: Embedded 7 pages/cpu @c6d05000 s7104 r8192 d13376 u32768
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 27940
Kernel command line: mem=110M console=ttyAMA1,115200 root=mtd:rootfs ro rootfstype=jffs2
PID hash table entries: 512 (order: -1, 2048 bytes)
Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Memory: 105176K/112640K available (4514K kernel code, 223K rwdata, 1332K rodata, 158K init, 120K bss, 7464K reserved, 0K highmem)
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    vmalloc : 0xc7000000 - 0xff000000   ( 896 MB)
    lowmem  : 0xc0000000 - 0xc6e00000   ( 110 MB)
    pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    modules : 0xbf000000 - 0xbfe00000   (  14 MB)
      .text : 0xc0008000 - 0xc05bd9b4   (5847 kB)
      .init : 0xc05be000 - 0xc05e5bc0   ( 159 kB)
      .data : 0xc05e8000 - 0xc061fce0   ( 224 kB)
       .bss : 0xc061fcec - 0xc063dd30   ( 121 kB)
SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Preemptible hierarchical RCU implementation.
NR_IRQS:160
smp_twd: clock not found -2

TRID:apb bus clk is 100000000
sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 21474836480000000ns
console [ttyAMA1] enabled
Calibrating local timer... 224.96MHz.
Calibrating delay loop... 1790.77 BogoMIPS (lpj=8953856)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
CPU: Testing write buffer coherency: ok
Setting up static identity map for 0x8164e660 - 0x8164e694
CPU1: Booted secondary processor
Brought up 2 CPUs
SMP: Total of 2 processors activated.
CPU: All CPU(s) started in SVC mode.
devtmpfs: initialized
NET: Registered protocol family 16
DMA: preallocated 2048 KiB pool for atomic coherent allocations

ACP:controller succ
L2cache:controller succ
EFUSE_STRAP0: 0xbb802000

PCI:0 1.1 Device Link Up.
PCI:1 1.1 Device Link Up.
PCI:0 busnr=0 setup
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [io  0x0000-0xffffffff]
pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
pci_bus 0000:00: root bus resource [bus 00-ff]
PCI: bus0: Fast back to back transfers disabled

PCI:1 busnr=1 setup
PCI host bridge to bus 0000:01
pci_bus 0000:01: root bus resource [io  0x0000-0xffffffff]
pci_bus 0000:01: root bus resource [mem 0x00000000-0xffffffff]
pci_bus 0000:01: root bus resource [bus 00-ff]
PCI: bus1: Fast back to back transfers disabled
pci 0000:01:00.0: BAR 0: assigned [mem 0x58000000-0x580fffff]
pci 0000:00:00.0: BAR 0: assigned [mem 0x40000000-0x400fffff 64bit]
pci 0000:00:00.0: BAR 6: assigned [mem 0x40100000-0x4010ffff pref]
bio: create slab <bio-0> at 0
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
Switched to clocksource sourcetimer:1
cfg80211: Calling CRDA to update world regulatory domain
NET: Registered protocol family 2
TCP established hash table entries: 1024 (order: 0, 4096 bytes)
TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 1024 bind 1024)
TCP: reno registered
UDP hash table entries: 256 (order: 1, 8192 bytes)
UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
NET: Registered protocol family 1
serial: trid uart driver
ttyAMA0 at MMIO 0x1010e000 (irq = 77, base_baud = 6250000) is a ttyAMA
ttyAMA1 at MMIO 0x1010f000 (irq = 78, base_baud = 6250000) is a ttyAMA
futex hash table entries: 512 (order: 2, 16384 bytes)
squashfs: version 4.0 (2009/01/31) Phillip Lougher
NTFS driver 2.1.30 [Flags: R/W DEBUG].
jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
fuse init (API version 7.22)
msgmni has been set to 205
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
TRID Nand Flash Controller V600 Device Driver, Version 1.0
Creating 15 MTD partitions on "hi_nfc":
0x000000180000-0x000002980000 : "rootfs"
0x000000000000-0x000008000000 : "all"
0x000007b80000-0x000007c80000 : "config"
0x000007c80000-0x000007d00000 : "equip"
0x000007d80000-0x000007e00000 : "upgflag"
0x000000000000-0x000000080000 : "blrom"
0x000000080000-0x000000100000 : "rootfstag"
0x000005180000-0x000005380000 : "log"
0x000000000000-0x000008000000 : "html"
0x000007d00000-0x000007d80000 : "wlanrf"
0x000000180000-0x000008000000 : "kernel"
0x000002980000-0x000008000000 : "kernelbak"
0x000002980000-0x000005180000 : "rootfsbak"
0x000000100000-0x000000180000 : "rootfstagbak"
0x000007a80000-0x000007b80000 : "backconfig"
sky2: driver version 1.30
PPP generic driver version 2.4.2
PPP BSD Compression module registered
PPP Deflate Compression module registered
PPP MPPE Compression module registered
NET: Registered protocol family 24
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver rndis_host
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci-pci: EHCI PCI platform driver
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci-pci: OHCI PCI platform driver
xhci-hcd hiusb3.0: xHCI Host Controller
xhci-hcd hiusb3.0: new USB bus registered, assigned bus number 1
xhci-hcd hiusb3.0: irq 71, io mem 0x10a50000
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: xHCI Host Controller
usb usb1: Manufacturer: Linux 3.14.18 xhci-hcd
usb usb1: SerialNumber: hiusb3.0
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
xhci-hcd hiusb3.0: xHCI Host Controller
xhci-hcd hiusb3.0: new USB bus registered, assigned bus number 2
usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: xHCI Host Controller
usb usb2: Manufacturer: Linux 3.14.18 xhci-hcd
usb usb2: SerialNumber: hiusb3.0
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usbcore: registered new interface driver cdc_acm
cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
usbcore: registered new interface driver usblp
usbcore: registered new interface driver usb-storage
usbcore: registered new interface driver usbserial
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial support registered for generic
usbcore: registered new interface driver usb_debug
usbserial: USB Serial support registered for debug
usbcore: registered new interface driver option
usbserial: USB Serial support registered for GSM modem (1-port)
GACT probability NOT on
Mirror/redirect action on
u32 classifier
    input device check on
    Actions configured
Netfilter messages via NETLINK v0.30.
nfnl_acct: registering with nfnetlink.
nf_conntrack version 0.5.0 (1643 buckets, 6572 max)
ctnetlink v0.93: registering with nfnetlink.
xt_time: kernel timezone is -0000
ipip: IPv4 over IPv4 tunneling driver
ip_tables: (C) 2000-2006 Netfilter Core Team
TCP: cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 10
ip6_tables: (C) 2000-2006 Netfilter Core Team
sit: IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
NET: Registered protocol family 15
Bridge firewalling registered
Ebtables v2.0 registered
l2tp_core: L2TP core driver, V2.0
8021q: 802.1Q VLAN Support v1.8

kernel watchdog enable
VFS: Mounted root (jffs2 filesystem) readonly on device 31:0.
devtmpfs: mounted
Freeing unused kernel memory: 156K (c05be000 - c05e5000)
[1B][H[1B][J
            _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
            \  _  _   _  _ _ _ _ _ _ _ _ _ _ _ _ _
                  /  /  /  /      \  \  /  /
                 /  /  /  / _ __ _/ /  /  /
                /  /  /  /_ ___ _ _/  /  /
               /  /  /  /\ \         /  /
  _ _ _ _ _ _ /  /_ /  /_ \ \_ _ _ _/ _/ _ _ _
  ___________/_ /__/__/____\_\_____/__/________

mount file system
Loading TRID modules
hi_kbasic: module license 'TRID' taints kernel.
Disabling lock debugging due to kernel taint


 kbasic module install successfully ...!


TRID sdk_l0 module install successfully ...!




TRID sdk_l1 module install successfully ...!



kmisc module install successfully ...!


keth0 module install successfully ...!


MDIO module install successfully ...!



PHY module install successfully ...!



TRID sdk_l0 cli install successfully ...!



GPIO module install successfully ...!
sci register success! 



PHY monitor module install successfully ...!



PORT module install successfully ...!



==========================================

attribute(00)-alias(srvname                         ) = qos

attribute(01)-alias(start                           ) = 00000180

attribute(02)-alias(stop                            ) = 000001ff



==========================================



==========================================

attribute(00)-alias(srvname                         ) = normal

attribute(01)-alias(start                           ) = 00000000

attribute(02)-alias(stop                            ) = 0000017f



==========================================

iflow_id :0
eflow_id :0
eflow_id :1
eflow_id :1
eflow_id :2
eflow_id :0
eflow_id :3
eflow_id :3
eflow_id :3
eflow_id :3
eflow_id :0
eflow_id :0
eflow_id :0
eflow_id :0
eflow_id :0
eflow_id :0
eflow_id :0
eflow_id :0
eflow_id :0


CFE hw_adpt module install successfully ...!
init wifi sw tx relay queue 0.
init wifi sw tx relay queue 1.


CFE res module install successfully ...!


CFE mark_srv module install successfully ...!


CFE qos srv module install successfully ...!
hi_cfe_srv_accel module installed successfully.


forward deliver module install successfully ...!


CFE software forward module install successfully ...!


CFE mc_sw module install successfully ...!


CFE br_learn module install successfully ...!


CFE napt_learn module install successfully ...!


CFE mc_learn module install successfully ...!


CFE route_learn module install successfully ...!


CFE tnl_learn module install successfully ...!


 dying gasp module install successfully ...!


==========================================

attribute(00)-alias(addr                            ) = 1490018c

attribute(01)-alias(len                             ) = 00000004

attribute(02)-alias(data                            ) = 80000018



==========================================



==========================================

attribute(00)-alias(product                         ) = 00000000



==========================================



==========================================

attribute(00)-alias(phy_addr                        ) = 00000001

attribute(01)-alias(reg_addr                        ) = 00003180

attribute(02)-alias(data                            ) = 0001

attribute(03)-alias(resv                            ) = 0000



==========================================



==========================================

attribute(00)-alias(enable                          ) = 00000001



==========================================



==========================================

attribute(00)-alias(addr                            ) = 1490018c

attribute(01)-alias(len                             ) = 00000004

attribute(02)-alias(data                            ) = 00002008



==========================================



==========================================

attribute(00)-alias(addr                            ) = 149001a0

attribute(01)-alias(len                             ) = 00000004

attribute(02)-alias(data                            ) = 00080002



==========================================



==========================================

attribute(00)-alias(phy_addr                        ) = 00000001

attribute(01)-alias(reg_addr                        ) = 00001e50

attribute(02)-alias(data                            ) = 0041

attribute(03)-alias(resv                            ) = 0000



==========================================



==========================================

attribute(00)-alias(phy_addr                        ) = 00000002

attribute(01)-alias(reg_addr                        ) = 00001e50

attribute(02)-alias(data                            ) = 0041

attribute(03)-alias(resv                            ) = 0000



==========================================



==========================================

attribute(00)-alias(phy_addr                   trigpio module installed successfully.!
     ) = 00000003

attribute(01)-alias(reg_addr                        ) = 00001e50

attribute(02)-alias(data                            ) = 0041

attribute(03)-alias(resv                            ) = 0000



==========================================



==========================================

attribute(00)-alias(phy_addr                        ) = 00000004

attribute(01)-alias(reg_addr                        ) = 00001e50

attribute(02)-alias(data                            ) = 0041

attribute(03)-alias(resv              flow_accel module installed successfully.
              ) = 0000



==========================================



==========================================

attribute(00)-alias(phy_addr                        ) = 00000005

attribute(01)-alias(reg_addr                        ) = 00001e50

attribute(02)-alias(data                            ) = 0041

attribute(03)-alias(resv                            ) = 0000



==========================================

phycallback module installed successfully.
donglecallback module installed successfully.


TRID init chip successfully ...!


==========================================

attribute(00)-alias(addr                            ) = 12300038

attribute(01)-alias(len                             ) = 00000004

attribute(02)-alias(data                            ) = 011e0000



==========================================



==========================================



==========================================



==========================================

attribute(00)-alias(upport                          ) = 00000002

attribute(01)-alias(dnport                          ) = 0000000d



==========================================

eflow_id :4


==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000000

attribute(03)-alias(igr                             ) = 00001001

attribute(04)-alias(egr                             ) = 00000001

attribute(05)-alias(match_pri                       ) = 00000007

attribute(06)-alias(pa_que_pri                      ) = 00000000

attribute(07)-alias(loop_pri                  eflow_id :5
      ) = 00000000

attribute(08)-alias(eflow_id                        ) = 00000004



==========================================



==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000000

attribute(03)-alias(igr                             ) = 00001001

attribute(04)-alias(egr                             ) = 00000001

attribute(05)-alias(match_pri                       ) = 00000007

attribute(06)-alias(pa_que_pri                      ) = 00000001

attribute(07)-alias(loop_pri                        ) = 00000001

attribute(08)-alias(eflow_id                        ) = 00000005



==========================================

eflow_id :6


==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000000

attribute(03)-alias(igr                             ) = 00001001

attribute(04)-alias(egr                             ) = 00000001

attribute(05)-alias(match_pri                       ) = 00000007

attribute(06)-alias(pa_que_pri                      ) = 00000002

attribute(07)-alias(loop_pri                        ) = 00000002

attribute(08)-alias(eflow_id                        ) = 00000006



==========================================

eflow_id :7


==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000000

attribute(03)-alias(igr                             ) = 00001001

attribute(04)-alias(egr                             ) = 00000001

attribute(05)-alias(match_pri                       ) = 00000007

attribute(06)-alias(pa_que_pri                      ) = 00000003

attribute(07)-alias(loop_pri                        ) = 00000003

attribute(08)-alias(eflow_id                        ) = 00000007



==========================================

eflow_id :8


==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000000

attribute(03)-alias(igr                             ) = 00001001

attribute(04)-alias(egr                             ) = 00000001

attribute(05)-alias(match_pri                       ) = 00000007

attribute(06)-alias(pa_que_pri                      ) = 00000004

attribute(07)-alias(loop_pri                        ) = 00000004

attribute(08)-alias(eflow_id                        ) = 00000008



==========================================

eflow_id :9


==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000000

attribute(03)-alias(igr                             ) = 00001001

attribute(04)-alias(egr                             ) = 00000001

attribute(05)-alias(match_pri                       ) = 00000007

attribute(06)-alias(pa_que_pri                      ) = 00000005

attribute(07)-alias(loop_pri                        ) = 00000005

attribute(08)-alias(eflow_id                        ) = 00000009



==========================================

eflow_id :10


==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000000

attribute(03)-alias(igr                             ) = 00001001

attribute(04)-alias(egr                             ) = 00000001

attribute(05)-alias(match_pri                       ) = 00000007

attribute(06)-alias(pa_que_pri                      ) = 00000006

attribute(07)-alias(loop_pri                        ) = 00000006

attribute(08)-alias(eflow_id                        ) = 0000000a



==========================================

eflow_id :11


==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000000

attribute(03)-alias(igr                             ) = 00001001

attribute(04)-alias(egr                             ) = 00000001

attribute(05)-alias(match_pri                       ) = 00000007

attribute(06)-alias(pa_que_pri                      ) = 00000007

attribute(07)-alias(loop_pri                        ) = 00000007

attribute(08)-alias(eflow_id                        ) = 0000000b



==========================================

eflow_id :12


==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000001

attribute(03)-alias(igr                             ) = 00000001

attribute(04)-alias(egr                             ) = 00001001

attribute(05)-alias(match_pri                       ) = 00000007

attribute(06)-alias(pa_que_pri                      ) = 00000000

attribute(07)-alias(loop_pri                        ) = 00000000

attribute(08)-alias(eflow_id                        ) = 0000000c



==========================================

eflow_id :13


==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000001

attribute(03)-alias(igr                             ) = 00000001

attribute(04)-alias(egr                             ) = 00001001

attribute(05)-alias(match_pri                       ) = 00000007

attribute(06)-alias(pa_que_pri                      ) = 00000001

attribute(07)-alias(loop_pri                        ) = 00000001

attribute(08)-alias(eflow_id                        ) = 0000000d



==========================================

eflow_id :14


==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000001

attribute(03)-alias(igr                             ) = 00000001

attribute(04)-alias(egr                             ) = 00001001

attribute(05)-alias(match_pri                       ) = 00000007

attribute(06)-alias(pa_que_pri                      ) = 00000002

attribute(07)-alias(loop_pri                        ) = 00000002

attribute(08)-alias(eflow_id                        ) = 0000000e



==========================================

eflow_id :15


==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000001

attribute(03)-alias(igr                             ) = 00000001

attribute(04)-alias(egr                             ) = 00001001

attribute(05)-alias(match_pri                       ) = 00000007
attribute(06)-alias(pa_que_pri                      ) = 00000003

attribute(07)-alias(loop_pri                        ) = 00000003

attribute(08)-alias(eflow_id                        ) = 0000000f



==========================================

eflow_id :16


==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000001

attribute(03)-alias(igr                             ) = 00000001

attribute(04)-alias(egr                             ) = 00001001

attribute(05)-alias(match_pri                       ) = 00000007

attribute(06)-alias(pa_que_pri                      ) = 00000004

attribute(07)-alias(loop_pri                        ) = 00000004

attribute(08)-alias(eflow_id                        ) = 00000010



==========================================

eflow_id :17


==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000001

attribute(03)-alias(igr                             ) = 00000001

attribute(04)-alias(egr                             ) = 00001001

attribute(05)-alias(match_pri                       ) = 00000007

attribute(06)-alias(pa_que_pri                      ) = 00000005

attribute(07)-alias(loop_pri                        ) = 00000005

attribute(08)-alias(eflow_id                        ) = 00000011



==========================================

eflow_id :18


==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000001

attribute(03)-alias(igr                             ) = 00000001

attribute(04)-alias(egr                             ) = 00001001

attribute(05)-alias(match_pri                       ) = 00000007

attribute(06)-alias(pa_que_pri                      ) = 00000006

attribute(07)-alias(loop_pri                        ) = 00000006

attribute(08)-alias(eflow_id                        ) = 00000012



==========================================

i can see some memory maps, device logs, it uses Linux version 3.14.18, armv7, and a bootloader

Nor-Boot V1.5.6 ( 2016-10-17 - 11:12:33 )

"Nor-Boot" ?? .. wtf is that??

(bootlog continues in next post)

(continuation from previous post, part 2/3)


eflow_id :19


==========================================

attribute(00)-alias(index                           ) = 00000000

attribute(01)-alias(valid                           ) = 00000001

attribute(02)-alias(dir                             ) = 00000001

attribute(03)-alias(igr                             ) = 00000001

attribute(04)-alias(egr                             ) = 00001001

attribute(05)-alias(match_pri                       ) = 00000007

attribute(06)-alias(pa_que_pri                      ) = 00000007

attribute(07)-alias(loop_pri                        ) = 00000007

attribute(08)-alias(eflow_id                        ) = 00000013



==========================================



 EFUSE module install successfully ...!


 power module install successfully ...!
Password for 'admin' changed
Unknown argument: '-j'.
iflow_id :384
iflow_id :385
iflow_id :386


==========================================

attribute(00)-alias(type                            ) = 00000001

attribute(01)-alias(igr                             ) = 00000000

attribute(02)-alias(enable                          ) = 00000001

attribute(03)-alias(limit                           ) = 000000c8



==========================================

iflow_id :387


==========================================

attribute(00)-alias(type                            ) = 00000000

attribute(01)-alias(igr                             ) = 00000000

attribute(02)-alias(enable                          ) = 00000001

attribute(03)-alias(limit                           ) = 00000032



==========================================

iflow_id :388
iflow_id :389
iflow_id :390
iflow_id :391
iflow_id :392
iflow_id :393
iflow_id :394
iflow_id :395
iflow_id :396
iflow_id :397
iflow_id :398


==========================================

attribute(00)-alias(type                            ) = 00000002

attribute(01)-alias(igr                             ) = 00000000

attribute(02)-alias(enable                          ) = 00000001

attribute(03)-alias(limit                           ) = 00000032



==========================================

iflow_id :399


==========================================

attribute(00)-alias(type                            ) = 00000008

attribute(01)-alias(igr                             ) = 00000000

attribute(02)-alias(enable                          ) = 00000001

attribute(03)-alias(limit                           ) = 00000064



==========================================

iflow_id :400


==========================================

attribute(00)-alias(type                            ) = 00000000

attribute(01)-alias(enable                          ) = 00000001

attribute(02)-alias(pq                              ) = 00000000



==========================================

iflow_id :401


==========================================

attribute(00)-alias(type                            ) = 00000001

attribute(01)-alias(enable                          ) = 00000001

attribute(02)-alias(pq                              ) = 00000000



==========================================

iflow_id :402


==========================================

attribute(00)-alias(type                            ) = 00000002

attribute(01)-alias(enable                          ) = 00000001

attribute(02)-alias(pq                              ) = 00000000



==========================================

iflow_id :403


==========================================

attribute(00)-alias(type                            ) = 00000003

attribute(01)-alias(enable                          ) = 00000001

attribute(02)-alias(pq                              ) = 00000000



==========================================

iflow_id :404


==========================================

attribute(00)-alias(type                            ) = 00000004

attribute(01)-alias(enable                          ) = 00000001

attribute(02)-alias(pq                              ) = 00000000



==========================================

iflow_id :405


==========================================

attribute(00)-alias(type                            ) = 00000005

attribute(01)-alias(enable                          ) = 00000001

attribute(02)-alias(pq                              ) = 00000000



==========================================

iflow_id :406


==========================================

attribute(00)-alias(type                            ) = 00000006

attribute(01)-alias(enable                          ) = 00000001

attribute(02)-alias(pq                              ) = 00000000



==========================================

iflow_id :407


==========================================

attribute(00)-alias(type                            ) = 00000007

attribute(01)-alias(enable                          ) = 00000001

attribute(02)-alias(pq                              ) = 00000000



==========================================

iflow_id :408


==========================================

attribute(00)-alias(type                            ) = 00000008

attribute(01)-alias(enable                          ) = 00000001

attribute(02)-alias(pq                              ) = 00000000



==========================================

iflow_id :409


==========================================

attribute(00)-alias(type                            ) = 00000009

attribute(01)-alias(enable                          ) = 00000001

attribute(02)-alias(pq                              ) = 00000000



==========================================

iflow_id :410


==========================================

attribute(00)-alias(type                            ) = 0000000a

attribute(01)-alias(enable                          ) = 00000001

attribute(02)-alias(pq                              ) = 00000000



==========================================



[ERROR CODE=0x00000012] cmdline = cs_cli /home/cli/api/qos/set_pkt_pq -v type 0xb enable 1 pq 0x0 

==========================================

attribute(00)-alias(type                            ) = 0000000b

attribute(01)-alias(enable                          ) = 00000001

attribute(02)-alias(pq                              ) = 00000000



==========================================



==========================================

attribute(00)-alias(mode                            ) = 00000000

attribute(01)-alias(packets                         ) = 00000000



==========================================

####  start AMS2.0  ####
~ # [PROCESS]tdsmgr start 
[thread init] prosctl init done. 
[thread init] verexec init done. 
[thread init] procswdog init done. 
[thread init] sysinit init done. 
[thread init] vermgt init done. 
[thread init] sysmonitor init done. 
[PROCESS]dbmgr start 
[thread init] prosctl init done. 
[thread init] dbmgt init done. 
@dbmgt server gptXmlTrees addr is 0x60000000
[thread init] dbagt init done. 
[tdsmgr:sysinit][WARNIMG]:Call sys.init_after.sh to start other process!  @P:source/sysinit_thread.c,L:72.
[PROCESS]msgcenter start 
[thread init] prosctl init done. 
[thread init] cAckAgt init done. 
[thread init] cMsgRev init done. 
[thread init] cMsgParser init done. 
[PROCESS]sysmgr start 
[thread init] button_proc init done. 
[thread init] capabinfo init done. 
[thread init] prosctl init done. 
[thread init] mgtsrvr init done. 
[thread init] devInfo init done. 
[PROCESS]utils start 
[KeyWrite(577)] gpio=79, event=11, triggerType=0, triggerTime=5000, abandonTime=0
[KeyWrite(577)] gpio=78, event=14, triggerType=0, triggerTime=3000, abandonTime=0
[KeyWri[PROCESS]srvcmgr start te(577)] gpio=90, event=17, triggerType=0, triggerTime=1000, abandonTime=0

[thread init] logmgt init done. 
[thread init] usb init done. 
[thread init] ntp init done. 
[thread init] prosctl init done. 
[thread init] dlna init done. 
[thread init] ftp init done. 
[thread init] dns init done. 
[KeyWrite(577)] gpio=90, event=18, triggerType=0, triggerTime=15000, abandonTime=0
[thread init] l3 init done. 
[thread init] multicast init done. 
[thread init] l2 init done. 
[thread init] srvcdiag init done. 
[thread init] acl init done. 
[thread init] firewall init done. 
[thread init] prosctl init done. 
[KeyWrite(577)] gpio=90, event=19, triggerType=0, triggerTime=120000, abandonTime=0
[KeyWrite(577)] gpio=90, event=20, triggerType=1, triggerTime=15000, abandonTime=0
touch: /var/racoon/racoon/sock: No such file or directory
[KeyWrite(577)] gpio=90, event=20, triggerType=1, triggerTime=120000, abandonTime=0
jffs2: Empty flash at 0x0014a9d4 ends at 0x0014b000
jffs2: Empty flash at 0x001523a4 ends at 0x00152800
jffs2: Empty flash at 0x0015a868 ends at 0x0015Password for 'user' changed
b000
ls: /tmp/.wan_rules: No such file or directory
Password for 'admin' changed
[/usr/syscfg/rule/wan.rules.clean.sh] /tmp/.wan_rules is empty, op=config, target=wan_filter
jffs2: Empty flash at 0x001c20d4 ends at 0x001c2800
[/usr/syscfg/rule/wan.rules.clean.sh] /tmp/.wan_rules is empty, op=reset, target=wan_filter
jffs2: Empty flash at 0x001c98cc ends at 0x001ca000
jffs2: Empty flash at 0x001d0a64 ends at 0x001d1000
PART1:/mnt
[PROCESS]portmgr start 
[thread init] dnsmasq init done. 
[portmgr:dnsmasq][WARNIMG]:TDS_RegisterNotifyList: Registrant(portmgr:dnsmasq), eventId(0x10003A), thread(portmgr:portbinding)  @P:core/sysapi.c,L:584.[thread init] portbinding init done. 

[portmgr:portbinding][WARNIMG]:TDS_RegisterNotifyList: Registrant(portmgr:portbinding), eventId(0x100038), thread(portmgr:wan)  @P:core/sysapi.c,L:584.
[thread init] lan init done. 
[thread init] wan init done. 
[thread init] prosctl init done. 
iflow_id :256
eflow_id :20
iflow_id :257
eflow_id :21
iflow_id :258
eflow_id :22
iflow_id :259
eflow_id :23
iflow_id :260
eflow_id :24
iflow_id :261
eflow_id :25
iflow_id :262
eflow_id :26
iflow_id :263
eflow_id :27
iflow_id :264
iflow_id :1
iflow_id :3
iflow_id :4


==========================================

attribute(00)-alias(fatherifname                    ) = eth0

attribute(01)-alias(ifname                          ) = nas1

attribute(02)-alias(porttype                        ) = 00000002

attribute(03)-alias(phyport                         ) = 00000008

attribute(04)-alias(allocwanid                      ) = 00000000



==========================================



==========================================

attribute(00)-alias(index                           ) = 00000004



==========================================

ipv4 setup start...
Error: Unkown command.
Error: Unkown command.
Error: Unkown command.
random: dropbearkey urandom read with 52 bits of entropy available
Generating key, this may take a while...


 srv[napt] cap[3]

==========================================

attribute(00)-alias(srvname                         ) = napt

attribute(01)-alias(cap                             ) = 00000000



==========================================

[01:00:14][sRouting.sh][WARNING] This routing rule operate fail!Pls check para!


==========================================

attribute(00)-alias(port                            ) = eth0

attribute(01)-alias(workmode                        ) = auto



==========================================



==========================================

attribute(00)-alias(index                           ) = 00000004



==========================================

[01:00:15][sRouting.sh][WARNING] Static routing rule init complete!
Dhcp Relay Disable
[dbmgr:dbagt][WARNIMG]:no this node InternetGatewayDevice.WANDevice.1.WANConnectionDevice  @P:source/mxml-api.c,L:1802.
Dhcp Server Disable
Static routing rule init complete!
[srvcmgr:l3][WARNIMG]:TDS_RegisterNotifyList: Registrant(srvcmgr:l3), eventId(0x100039), thread(portmgr:wan)  @P:core/sysapi.c,L:584.
[dbmgr:dbagt][WARNIMG]:no this node InternetGatewayDevice.WANDevice.1.WANConnectionDevice  @P:source/mxml-api.c,L:1802.
killall: udhcpd: no process killed
ipv4 setup end
[portmgr:wan][WARNIMG]:TDS_HandleRegisterEvent: not triggered event, eventId=0x100039, dstThread=srvcmgr:l3  @P:core/sysapi.c,L:636.
ipv4 setup start...
Lan Configure Success
MultiNAT rule is empty!
conntrack v1.0.0 (conntrack-tools): connection tracking table has been emptied.


==========================================

attribute(00)-alias(srvname                         ) = napt

attribute(01)-alias(cap                             ) = 00000003



==========================================




 srv[napt] cap[3]

==========================================

attribute(00)-alias(srvname                         ) = napt

attribute(01)-alias(cap                             ) = 00000000



==========================================

conntrack v1.0.0 (conntrack-tools): connection tracking table has been emptied.


==========================================

attribute(00)-alias(srvname                         ) = napt

attribute(01)-alias(cap                             ) = 00000003



==========================================

[srvcmgr:acl][WARNIMG]:TDS_RegisterNotifyList: Registrant(srvcmgr:acl), eventId(0x100036), thread(portmgr:wan)  @P:core/sysapi.c,L:584.
[portmgr:wan][WARNIMG]:TDS_HandleRegisterEvent: not triggered event, eventId=0x100036, dstThread=srvcmgr:acl  @P:core/sysapi.c,L:636.


 srv[napt] cap[3]Dhcp Relay Disable


==========================================

attribute(00)-alias(srvname                         ) = napt

attribute(01)-alias(cap                             ) = 00000000



==========================================

[dbmgr:dbagt][WARNIMG]:no this node InternetGatewayDevice.WANDevice.1.WANConnectionDevice  @P:source/mxml-api.c,L:1802.
conntrack v1.0.0 (conntrack-tools): connection tracking table has been emptied.


==========================================

attribute(00)-alias(srvname                         ) = napt

attribute(01)-alias(cap                             ) = 00000003



==========================================

Dhcp Server Disable
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
[dbmgr:dbagt][WARNIMG]:no this node InternetGatewayDevice.WANDevice.1.WANConnectionDevice  @P:source/mxml-api.c,L:1802.
killall: udhcpd: no process killed
ipv4 setup end
Bad argument `MINIUPNPD'
Try `iptables -h' or 'iptables --help' for more information.
killall: klogd: no process killed
Bad argument `MINIUPNPD'
Try `iptables -h' or 'iptables --help' for more information.
Jan  1 01:00:17 miniupnpd[1911]: HTTP listening on port 60447

Jan  1 01:00:17 miniupnpd[1911]: no HTTP IPv6 address, disabling IPv6

Jan  1 01:00:17 miniupnpd[1911]: shutting down MiniUPnPd

Jan  1 01:00:17 miniupnpd[1911]: sendto(udp_shutdown=-1): Bad file descriptor

Jan  1 01:00:17 miniupnpd[1911]: sendto(udp_shutdown=-1): Bad file descriptor

Jan  1 01:00:17 miniupnpd[1911]: sendto(udp_shutdown=-1): Bad file descriptor

Jan  1 01:00:17 miniupnpd[1911]: sendto(udp_shutdown=-1): Bad file descriptor

Jan  1 01:00:17 miniupnpd[1911]: sendto(udp_shutdown=-1): Bad file descriptor

Jan  1 01:00:17 miniupnpd[1911]: sendto(udp_shutdown=-1): Bad file descriptor

Jan  1 01:00:17 miniupnpd[1911]: sendto(udp_shutdown=-1): Bad file descriptor

Jan  1 01:00:17 miniupnpd[1911]: sendto(udp_shutdown=-1): Bad file descriptor

Jan  1 01:00:17 miniupnpd[1911]: sendto(udp_shutdown=-1): Bad file descriptor

Jan  1 01:00:17 miniupnpd[1911]: sendto(udp_shutdown=-1): Bad file descriptor

Jan  1 01:00:17 miniupnpd[1911]: sendto(udp_shutdown=-1): Bad file descriptor

Jan  1 01:00:17 miniupnpd[1911]: Failed to broadcast good-bye notifications

Bad argument `MINIUPNPD'
Try `iptables -h' or 'iptables --help' for more information.
Bad argument `MINIUPNPD'
Try `iptables -h' or 'iptables --help' for more information.
Jan  1 01:00:17 miniupnpd[1962]: HTTP listening on port 41894

Jan  1 01:00:17 miniupnpd[1962]: no HTTP IPv6 address, disabling IPv6


iflow_id :265
iflow_id :5
eflow_id :28
eflow_id :29


==========================================

attribute(00)-alias(fatherifname                    ) = eth0

attribute(01)-alias(ifname                          ) = eth0.2

attribute(02)-alias(porttype                        ) = 00000001

attribute(03)-alias(phyport                         ) = 00000009

attribute(04)-alias(allocwanid                      ) = 00000001



==========================================

Wan connection interface is not up yet.


==========================================

attribute(00)-alias(grpid                           ) = 00000000

attribute(01)-alias(ifname                          ) = eth0.2

attribute(02)-alias(upflag                          ) = 00000000



==========================================



==========================================

attribute(00)-alias(index                           ) = 00000003



==========================================



==========================================

attribute(00)-alias(mode                            ) = 00000001



==========================================

[dbmgr:dbagt][WARNIMG]:no this node InternetGatewayDevice.WANDevice.1.WANConnectionDevice  @P:source/mxml-api.c,L:1802.
Wan connection interface is not up yet.


==========================================

attribute(00)-alias(port                            ) = eth1

attribute(01)-alias(workmode                        ) = auto



==========================================



==========================================

attribute(00)-alias(index                           ) = 00000003



==========================================

device eth0.2 entered promiscuous mode
iflow_id :265
iflow_id :5
eflow_id :28
eflow_id :29
iflow_id :266
iflow_id :6
eflow_id :30
eflow_id :31


==========================================

attribute(00)-alias(fatherifname                    ) = eth0

attribute(01)-alias(ifname                          ) = eth0.3

attribute(02)-alias(porttype                        ) = 00000001

attribute(03)-alias(phyport                         ) = 0000000a

attribute(04)-alias(allocwanid                      ) = 00000001



==========================================



==========================================

attribute(00)-alias(grpid                           ) = 00000000

attribute(01)-alias(ifname                          ) = eth0.3

attribute(02)-alias(upflag                          ) = 00000000



==========================================



==========================================

attribute(00)-alias(index                           ) = 00000002



==========================================

IPV6 wan connection interface is not up yet.


==========================================

attribute(00)-alias(mode                            ) = 00000001



==========================================

[dbmgr:dbagt][WARNIMG]:no this node InternetGatewayDevice.WANDevice.1.WANConnectionDevice  @P:source/mxml-api.c,L:1802.


==========================================

attribute(00)-alias(port                            ) = eth2

attribute(01)-alias(workmode                        ) = auto



==========================================



==========================================

attribute(00)-alias(index                           ) = 00000002



==========================================

device eth0.3 entered promiscuous mode
iflow_id :266
iflow_id :6
eflow_id :30
eflow_id :31
IPV6 wan connection interface is not up yet.
iflow_id :267
iflow_id :7
eflow_id :32
eflow_id :33


==========================================

attribute(00)-alias(fatherifname                    ) = eth0

attribute(01)-alias(ifname                          ) = eth0.4

attribute(02)-alias(porttype                        ) = 00000001

attribute(03)-alias(phyport                         ) = 0000000b

attribute(04)-alias(allocwanid                      ) = 00000001



==========================================



==========================================

attribute(00)-alias(grpid                           ) = 00000000

attribute(01)-alias(ifname                          ) = eth0.4

attribute(02)-alias(upflag                          ) = 00000000



==========================================



==========================================

attribute(00)-alias(index                           ) = 00000001



==========================================



==========================================

attribute(00)-alias(port                            ) = eth3

attribute(01)-alias(workmode                        ) = auto



==========================================



==========================================

attribute(00)-alias(index                           ) = 00000001



==========================================

device eth0.4 entered promiscuous mode
iflow_id :267
iflow_id :7
eflow_id :32
eflow_id :33
iflow_id :268
iflow_id :8
eflow_id :34
eflow_id :35


==========================================

attribute(00)-alias(fatherifname                    ) = eth0

attribute(01)-alias(ifname                          ) = eth0.5

attribute(02)-alias(porttype                        ) = 00000001

attribute(03)-alias(phyport                         ) = 0000000c

attribute(04)-alias(allocwanid                      ) = 00000001



==========================================



==========================================

attribute(00)-alias(grpid                           ) = 00000000

attribute(01)-alias(ifname                          ) = eth0.5

attribute(02)-alias(upflag                          ) = 00000000



==========================================



==========================================

attribute(00)-alias(index                           ) = 00000000



==========================================

Public key portion is:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXAc/6B8ErnmpRSwklS69fU2kSSQhIYz910cqgnW0wergpGWpAVWvdLQrWqAojAw/BKGqAxs2qOOzRxuFvCgYprL3Uj1Gow8HgXZZNQjvzyWQ6Odw8+U/e9pMVh/cKeNrq15GeTyZ3gmPTg1GspGGnfO7OhyhJEMLrJXSOv/G/dGWrehVUoUl9JgiMniWS9GaaBe5LmUv40VE81LttOTeaExyMVtPRTa3Wg/GLKgOcHcanCcXDY0YR7Q2q1Vb+jZt73ohnU12dg3RPE0MQmNOTIatyFskMGXx7jHaPzCisSxbmR2w5bNMOQLkwQGZpufpI5BZ9W1aqqc8kkDFaQeQn admin@(none)
Fingerprint: md5 37:1e:b2:7a:10:e9:bb:8d:5b:4a:62:e7:bc:7c:4c:3c


==========================================

attribute(00)-alias(port                            ) = eth4

attribute(01)-alias(workmode                        ) = auto



==========================================



==========================================

attribute(00)-alias(index                           ) = 00000000



==========================================

device eth0.5 entered promiscuous mode
iflow_id :268
iflow_id :8
eflow_id :34
eflow_id :35
killall: dvlanmonitor: no process killed
ipv4 setup start...
Dhcp Relay Disable
[dbmgr:dbagt][WARNIMG]:no this node InternetGatewayDevice.WANDevice.1.WANConnectionDevice  @P:source/mxml-api.c,L:1802.
Dhcp Server Disable
[dbmgr:dbagt][WARNIMG]:no this node InternetGatewayDevice.WANDevice.1.WANConnectionDevice  @P:source/mxml-api.c,L:1802.
killall: udhcpd: no process killed
ipv4 setup end


CFE ifwifi hub module install successfully ...!
[sysmgr:capabinfo][WARNIMG]:voip init, use the default digital map!  @P:source/voip_func.c,L:78.
[sysmgr:capabinfo][WARNIMG]:voip init complete OK!  @P:source/voip_func.c,L:84.


 dect_action: voipcmd dect vi 

[sysmgr:capabinfo][WARNIMG]:TDS_RegisterNotifyList: Registrant(sysmgr:capabinfo), eventId(0x100054), thread(sysmgr:capabinfo)  @P:core/sysapi.c,L:584.
register mt_drv
PCI: enabling device 0000:01:00.0 (0140 -> 0142)


=== pAd = c8ce7000, size = 870688 ===

<-- RTMPAllocTxRxRingMemory, Status=0, ErrorValue=0x
ifqos module installed successfully.
<-- RTMPAllocAdapterBlock, Status=0
pAd->CSRBaseAddress =0xc8e00000, csr_addr=0xc8e00000!
device_id =0x7603
RtmpChipOpsHook(507): Not support for HIF_MT yet!
mt7603_init()-->
mt_bcn_buf_init(224): Not support for HIF_MT yet!
<--mt7603_init()
TX_BCN DESC c7012000 size = 320
RX[0] DESC c7016000 size = 2048
RX[1] DESC c7017000 size = 2048
E2pAccessMode=2
cfg_mode=9
cfg_mode=9
wmode_band_equal(): Band 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

(continues in next post)

(continuation from previous post with part 3/3)

FW Version:ap_pcie[00][00][00]
FW Build Date:20160107100755[00]
CmdAddressLenReq:(ret = 0)
CmdFwStartReq: override = 1, address = 1048576
CmdStartDLRsp: WiFI FW Download Success
AsicDMASchedulerInit(): DMA Scheduler Mode=0(LMAC)
efuse_probe: efuse = 10000002
RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5
RtmpEepromGetDefault::e2p_dafault=1
RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1
NVM is FLASH mode, flash_offset = 0x0
1. Phy Mode = 14
mtd->read
@@@  NICReadEEPROMParameters : pAd->FWLoad=0 
Country Region from e2p = ffff
tssi_1_target_pwr_g_band = 31
2. Phy Mode = 14
3. Phy Mode = 14
NICInitPwrPinCfg(14): Not support for HIF_MT yet!
NICInitializeAsic(584): Not support rtmp_mac_sys_reset () for HIF_MT yet!
mt_mac_init()-->
mt7603_init_mac_cr()-->
AsicSetMacMaxLen(1814): 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
MtAsicACQueue: Write CR:21510, Value=10421
MtAsicACQueue: Write CR:21500, Value=10421
AntCfgInit(2564): Not support for HIF_MT yet!
MCS Set = ff ff 00 00 01
AsicSetRalinkBurstMode(4129): Not support for HIF_MT yet!
RTMPSetPiggyBack(876): Not support for HIF_MT yet!
AsicSetTxPreamble(4116): Not support for HIF_MT yet!
AsicSetPreTbtt(): bss_idx=0, PreTBTT timeout = 0xa0
Main bssid = 4c:6e:6e:a5:39:cc
<==== rt28xx_init, Status=0
@@@ ed_monitor_exit : ===>
@@@ ed_monitor_exit : <===
mt7603_set_ed_cca: TURN OFF EDCCA  mac 0x10618 = 0xd7083f0f
WiFi Startup Cost (wlan0): 0.460s
MTPciPollTxRxEmpty
AsicSetPreTbtt(): bss_idx=0, PreTBTT timeout = 0x0
RTMPSetPiggyBack(876): Not support for HIF_MT yet!
RT28xxPciAsicRadioOff(): Not support for HIF_MT yet!
RTMPDrvClose call RT28xxPciAsicRadioOff fail !!
tx_kickout_fail_count = 0
tx_timeout_fail_count = 0
rx_receive_fail_count = 0
alloc_cmd_msg = 36
free_cmd_msg = 36
RTNETLINK answers: No such file or directory
register rt2860
PCI: enabling device 0000:00:00.0 (0140 -> 0142)


=== pAd = c9301000, size = 1771992 ===

<-- RTMPAllocTxRxRingMemory, Status=0
<-- RTMPAllocAdapterBlock, Status=0
pAd->CSRBaseAddress =0xc9200000, csr_addr=0xc9200000!
device_id =0x7662
==>rlt_wlan_chip_onoff(): OnOff:1, Reset= 1, pAd->WlanFunCtrl:0x0, Reg-WlanFunCtrl=0x20a
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
RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5
NVM is FLASH mode (pAd->flash_offset = 0x1000)
get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wlan
build time = 
20141115060606a
rom patch for E3 IC

platform = 
ALPS
hw/sw version = 
Š[10]Š[10]
patch version = 
[00][00][00][10]
FW Version:0.0.00 Build:1
Build Time:201507311614____
fw for E3 IC
mtd->read
RX[0] DESC c702b000 size = 4096
RX[1] DESC c7032000 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
1. Phy Mode = 49
mtd->read
Country Region from e2p = ffff
mt76x2_read_temp_info_from_eeprom:: is_temp_tx_alc=1, temp_tx_alc_enable=1
mt76x2_get_external_lna_gain::LNA type=0x1, BLNAGain=0xffffff8c, ALNAGain0=0xffffff8a, ALNAGain1=0xffffff89, ALNAGain2=0xffffff89
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 !
MCS Set = ff ff 00 00 01
mt76x2_bbp_adjust():rf_bw=2, ext_ch=3, PrimCh=56, HT-CentCh=54, VHT-CentCh=58
APStartUp(): AP Set CentralFreq at 58(Prim=56, HT-CentCh=54, VHT-CentCh=58, BBP_BW=2)
mt76x2_calibration(channel = 58)
The 4-BSSID mode is enabled, the BSSID byte5 MUST be the multiple of 4
Main bssid = 4c:6e:6e:a5:39:cd
mt76x2_reinit_agc_gain:original agc_vga0 = 0x4c, agc_vga1 = 0x4c
mt76x2_reinit_agc_gain:updated agc_vga0 = 0x4c, agc_vga1 = 0x4c
mt76x2_reinit_hi_lna_gain:original hi_lna0 = 0x31, hi_lna1 = 0x31
mt76x2_reinit_hi_lna_gain:updated hi_lna0 = 0x31, hi_lna1 = 0x31
original vga value(chain0) = 4c
original vga value(chain1) = 4c
<==== rt28xx_init, Status=0
get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wlan-vai
get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wlan-vai
get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wlan-vai
get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wds
get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wds
get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wds
get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wds
RT28xx_Monitor_Init: 692 !!!!####!!!!!!
get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=mon
RTMPDrvOpen(1):Check if PDMA is idle!
RTMPDrvOpen(2):Check if PDMA is idle!
The 4-BSSID mode is enabled, the BSSID byte5 MUST be the multiple of 4
andes_pci_erasefw
==>rlt_wlan_chip_onoff(): OnOff:0, Reset= 0, pAd->WlanFunCtrl:0x20b, Reg-WlanFunCtrl=0x20b
RTMP_TimerListRelease: release timer obj c9311390!
RTMP_TimerListRelease: release timer obj c93b4294!
RTMP_TimerListRelease: release timer obj c9315480!
RTMP_TimerListRelease: release timer obj c9315064!
RTMP_TimerListRelease: release timer obj c9315450!
RTMP_TimerListRelease: release timer obj c93157fc!
RTMP_TimerListRelease: release timer obj c9315548!
RTMP_TimerListRelease: release timer obj c9315578!
RTMP_TimerListRelease: release timer obj c9315738!
RTMP_TimerListRelease: release timer obj c9315768!
RTMP_TimerListRelease: release timer obj c9318794!
RTMP_TimerListRelease: release timer obj c9318378!
RTMP_TimerListRelease: release timer obj c9318764!
RTMP_TimerListRelease: release timer obj c9318b10!
RTMP_TimerListRelease: release timer obj c931885c!
RTMP_TimerListRelease: release timer obj c931888c!
RTMP_TimerListRelease: release timer obj c9318a4c!
RTMP_TimerListRelease: release timer obj c9318a7c!
RTMP_TimerListRelease: release timer obj c931baa8!
RTMP_TimerListRelease: release timer obj c931b68c!
RTMP_TimerListRelease: release timer obj c931ba78!
RTMP_TimerListRelease: release timer obj c931be24!
RTMP_TimerListRelease: release timer obj c931bb70!
RTMP_TimerListRelease: release timer obj c931bba0!
RTMP_TimerListRelease: release timer obj c931bd60!
RTMP_TimerListRelease: release timer obj c931bd90!
RTMP_TimerListRelease: release timer obj c931edbc!
RTMP_TimerListRelease: release timer obj c931e9a0!
RTMP_TimerListRelease: release timer obj c931ed8c!
RTMP_TimerListRelease: release timer obj c931f138!
RTMP_TimerListRelease: release timer obj c931ee84!
RTMP_TimerListRelease: release timer obj c931eeb4!
RTMP_TimerListRelease: release timer obj c931f074!
RTMP_TimerListRelease: release timer obj c931f0a4!
RTMP_TimerListRelease: release timer obj c93220d0!
RTMP_TimerListRelease: release timer obj c9321cb4!
RTMP_TimerListRelease: release timer obj c93220a0!
RTMP_TimerListRelease: release timer obj c932244c!
RTMP_TimerListRelease: release timer obj c9322198!
RTMP_TimerListRelease: release timer obj c93221c8!
RTMP_TimerListRelease: release timer obj c9322388!
RTMP_TimerListRelease: release timer obj c93223b8!
RTMP_TimerListRelease: release timer obj c93253e4!
RTMP_TimerListRelease: release timer obj c9324fc8!
RTMP_TimerListRelease: release timer obj c93253b4!
RTMP_TimerListRelease: release timer obj c9325760!
RTMP_TimerListRelease: release timer obj c93254ac!
RTMP_TimerListRelease: release timer obj c93254dc!
RTMP_TimerListRelease: release timer obj c932569c!
RTMP_TimerListRelease: release timer obj c93256cc!
RTMP_TimerListRelease: release timer obj c93286f8!
RTMP_TimerListRelease: release timer obj c93282dc!
RTMP_TimerListRelease: release timer obj c93286c8!
RTMP_TimerListRelease: release timer obj c9328a74!
RTMP_TimerListRelease: release timer obj c93287c0!
RTMP_TimerListRelease: release timer obj c93287f0!
RTMP_TimerListRelease: release timer obj c93289b0!
RTMP_TimerListRelease: release timer obj c93289e0!
RTMP_TimerListRelease: release timer obj c932ba0c!
RTMP_TimerListRelease: release timer obj c932b5f0!
RTMP_TimerListRelease: release timer obj c932b9dc!
RTMP_TimerListRelease: release timer obj c932bd88!
RTMP_TimerListRelease: release timer obj c932bad4!
RTMP_TimerListRelease: release timer obj c932bb04!
RTMP_TimerListRelease: release timer obj c932bcc4!
RTMP_TimerListRelease: release timer obj c932bcf4!
RTMP_TimerListRelease: release timer obj c935ffe4!
RTMP_TimerListRelease: release timer obj c9360100!
RTMP_TimerListRelease: release timer obj c9360010!
RTMP_TimerListRelease: release timer obj c9345964!
RTMP_TimerListRelease: release timer obj c9360094!
RTMP_TimerListRelease: release timer obj c93128d0!
RTMP_TimerListRelease: release timer obj c9315be4!
RTMP_TimerListRelease: release timer obj c9318ef8!
RTMP_TimerListRelease: release timer obj c931c20c!
RTMP_TimerListRelease: release timer obj c931f520!
RTMP_TimerListRelease: release timer obj c9322834!
RTMP_TimerListRelease: release timer obj c9325b48!
RTMP_TimerListRelease: release timer obj c9328e5c!
RTMP_TimerListRelease: release timer obj c9345674!
RTMP_TimerListRelease: release timer obj c93460d4!
[portmgr:lan][WARNIMG]:RegulatoryDomain=CL, ChannelList_2G=1-11, ChannelList_5G=36,40,44,48,52,56,60,64,149,153,157,161,165  @P:source/wlan_func.c,L:513.
iflow_id :269
iflow_id :9


==========================================

attribute(00)-alias(fatherifname                    ) = eth0

attribute(01)-alias(ifname                          ) = wl0_ext

attribute(02)-alias(porttype                        ) = 00000001

attribute(03)-alias(phyport                         ) = 00000004

attribute(04)-alias(allocwanid                      ) = 00000000



==========================================

iflow_id :270
iflow_id :10


==========================================

attribute(00)-alias(fatherifname                    ) = eth0

attribute(01)-alias(ifname                          ) = wl1_ext

attribute(02)-alias(porttype                        ) = 00000001

attribute(03)-alias(phyport                         ) = 00000005

attribute(04)-alias(allocwanid                      ) = 00000000



==========================================

iflow_id :271
iflow_id :11


==========================================

attribute(00)-alias(fatherifname                    ) = wl0_ext

attribute(01)-alias(ifname                          ) = wl0_0_ext

attribute(02)-alias(mapmode                         ) = 00000004

attribute(03)-alias(matchmode                       ) = 00000000

attribute(04)-alias(pvc                             ) = 0000ffff

attribute(05)-alias(dmac                            ) = 00:00:00:00:00:00

attribute(06)-alias(rsv1                            ) = 0000

attribute(07)-alias(vid                             ) = 0001

attribute(08)-alias(pri                             ) = 0000

attribute(09)-alias(allocwanid                      ) = 00000000



==========================================



==========================================

attribute(00)-alias(grpid                           ) = 00000000

attribute(01)-alias(ifname                          ) = wl0_0_ext

attribute(02)-alias(upflag                          ) = 00000000



==========================================



==========================================

attribute(00)-alias(orgifname                       ) = wlan0

attribute(01)-alias(extifname                       ) = wl0_0_ext

attribute(02)-alias(flag                            ) = 00000000



==========================================

iflow_id :272
iflow_id :12


==========================================

attribute(00)-alias(fatherifname                    ) = wl0_ext

attribute(01)-alias(ifname                          ) = wl0_1_ext

attribute(02)-alias(mapmode                         ) = 00000004

attribute(03)-alias(matchmode                       ) = 00000000

attribute(04)-alias(pvc                             ) = 0000ffff

attribute(05)-alias(dmac                            ) = 00:00:00:00:00:00

attribute(06)-alias(rsv1                            ) = 0000

attribute(07)-alias(vid                             ) = 0002

attribute(08)-alias(pri                             ) = 0000

attribute(09)-alias(allocwanid                      ) = 00000000



==========================================



==========================================

attribute(00)-alias(grpid                           ) = 00000000

attribute(01)-alias(ifname                          ) = wl0_1_ext

attribute(02)-alias(upflag                          ) = 00000000



==========================================



==========================================

attribute(00)-alias(orgifname                       ) = wlan-va1

attribute(01)-alias(extifname                       ) = wl0_1_ext

attribute(02)-alias(flag                            ) = 00000000



==========================================

iflow_id :273
iflow_id :13


==========================================

attribute(00)-alias(fatherifname                    ) = wl0_ext

attribute(01)-alias(ifname                          ) = wl0_2_ext

attribute(02)-alias(mapmode                         ) = 00000004

attribute(03)-alias(matchmode                       ) = 00000000

attribute(04)-alias(pvc                             ) = 0000ffff

attribute(05)-alias(dmac                            ) = 00:00:00:00:00:00

attribute(06)-alias(rsv1                            ) = 0000

attribute(07)-alias(vid                             ) = 0003

attribute(08)-alias(pri                             ) = 0000

attribute(09)-alias(allocwanid                      ) = 00000000



==========================================



==========================================

attribute(00)-alias(grpid                           ) = 00000000

attribute(01)-alias(ifname                          ) = wl0_2_ext

attribute(02)-alias(upflag                          ) = 00000000



==========================================



==========================================

attribute(00)-alias(orgifname                       ) = wlan-va2

attribute(01)-alias(extifname                       ) = wl0_2_ext

attribute(02)-alias(flag                            ) = 00000000



==========================================

iflow_id :274
iflow_id :14


==========================================

attribute(00)-alias(fatherifname                    ) = wl0_ext

attribute(01)-alias(ifname                          ) = wl0_3_ext

attribute(02)-alias(mapmode                         ) = 00000004

attribute(03)-alias(matchmode                       ) = 00000000

attribute(04)-alias(pvc                             ) = 0000ffff

attribute(05)-alias(dmac                            ) = 00:00:00:00:00:00

attribute(06)-alias(rsv1                            ) = 0000

attribute(07)-alias(vid                             ) = 0004

attribute(08)-alias(pri                             ) = 0000

attribute(09)-alias(allocwanid                      ) = 00000000



==========================================



==========================================

attribute(00)-alias(grpid                           ) = 00000000

attribute(01)-alias(ifname                          ) = wl0_3_ext

attribute(02)-alias(upflag                          ) = 00000000



==========================================



==========================================

attribute(00)-alias(orgifname                       ) = wlan-va3

attribute(01)-alias(extifname                       ) = wl0_3_ext

attribute(02)-alias(flag                            ) = 00000000



==========================================

iflow_id :275
iflow_id :15


==========================================

attribute(00)-alias(fatherifname                    ) = wl1_ext

attribute(01)-alias(ifname                          ) = wl1_0_ext

attribute(02)-alias(mapmode                         ) = 00000004

attribute(03)-alias(matchmode                       ) = 00000000

attribute(04)-alias(pvc                             ) = 0000ffff

attribute(05)-alias(dmac                            ) = 00:00:00:00:00:00

attribute(06)-alias(rsv1                            ) = 0000

attribute(07)-alias(vid                             ) = 0001

attribute(08)-alias(pri                             ) = 0000

attribute(09)-alias(allocwanid                      ) = 00000000



==========================================



==========================================

attribute(00)-alias(grpid                           ) = 00000000

attribute(01)-alias(ifname                          ) = wl1_0_ext

attribute(02)-alias(upflag                          ) = 00000000



==========================================



==========================================

attribute(00)-alias(orgifname                       ) = wlan1

attribute(01)-alias(extifname                       ) = wl1_0_ext

attribute(02)-alias(flag                            ) = 00000000



==========================================

iflow_id :276
iflow_id :16


==========================================

attribute(00)-alias(fatherifname                    ) = wl1_ext

attribute(01)-alias(ifname                          ) = wl1_1_ext

attribute(02)-alias(mapmode                         ) = 00000004

attribute(03)-alias(matchmode                       ) = 00000000

attribute(04)-alias(pvc                             ) = 0000ffff

attribute(05)-alias(dmac                            ) = 00:00:00:00:00:00

attribute(06)-alias(rsv1                            ) = 0000

attribute(07)-alias(vid                             ) = 0002

attribute(08)-alias(pri                             ) = 0000

attribute(09)-alias(allocwanid                      ) = 00000000



==========================================



==========================================

attribute(00)-alias(grpid                           ) = 00000000

attribute(01)-alias(ifname                          ) = wl1_1_ext

attribute(02)-alias(upflag                          ) = 00000000



==========================================



==========================================

attribute(00)-alias(orgifname                       ) = wlan-vai1

attribute(01)-alias(extifname                       ) = wl1_1_ext

attribute(02)-alias(flag                            ) = 00000000



==========================================

iflow_id :277
iflow_id :17


==========================================

attribute(00)-alias(fatherifname                    ) = wl1_ext

attribute(01)-alias(ifname                          ) = wl1_2_ext

attribute(02)-alias(mapmode                         ) = 00000004

attribute(03)-alias(matchmode                       ) = 00000000

attribute(04)-alias(pvc                             ) = 0000ffff

attribute(05)-alias(dmac                            ) = 00:00:00:00:00:00

attribute(06)-alias(rsv1                            ) = 0000

attribute(07)-alias(vid                             ) = 0003

attribute(08)-alias(pri                             ) = 0000

attribute(09)-alias(allocwanid                      ) = 00000000



==========================================



==========================================

attribute(00)-alias(grpid                           ) = 00000000

attribute(01)-alias(ifname                          ) = wl1_2_ext

attribute(02)-alias(upflag                          ) = 00000000



==========================================



==========================================

attribute(00)-alias(orgifname                       ) = wlan-vai2

attribute(01)-alias(extifname                       ) = wl1_2_ext

attribute(02)-alias(flag                            ) = 00000000



==========================================

iflow_id :278
iflow_id :18


==========================================

attribute(00)-alias(fatherifname                    ) = wl1_ext

attribute(01)-alias(ifname                          ) = wl1_3_ext

attribute(02)-alias(mapmode                         ) = 00000004

attribute(03)-alias(matchmode                       ) = 00000000

attribute(04)-alias(pvc                             ) = 0000ffff

attribute(05)-alias(dmac                            ) = 00:00:00:00:00:00

attribute(06)-alias(rsv1                            ) = 0000

attribute(07)-alias(vid                             ) = 0004

attribute(08)-alias(pri                             ) = 0000

attribute(09)-alias(allocwanid                      ) = 00000000



==========================================



==========================================

attribute(00)-alias(grpid                           ) = 00000000

attribute(01)-alias(ifname                          ) = wl1_3_ext

attribute(02)-alias(upflag                          ) = 00000000



==========================================



==========================================

attribute(00)-alias(orgifname                       ) = wlan-vai3

attribute(01)-alias(extifname                       ) = wl1_3_ext

attribute(02)-alias(flag                            ) = 00000000



==========================================



 port type          1

 wanid              0

 vlan pass though   0

 fwd mode           0

 mtu                1500

 hw handle          0xc0ae22bc

 res handle         0xc1fad4a0

 IPv6 addr          0000:0000:0000:0000:0000:0000:0000:0000

 IPv4 addr          0.0.0.0

 mapmode            0x00000004

 matchmode          0x00000000

 phyport            4

 pvc                65535

 vid                14

 DMAC               00:e0:fc:55:55:5b

 ppp name           

 ppp_en             0

 session            65535

 tnl_type           0

--------------------------------------

 [sub node]

    wl0_0_ext

    wl0_1_ext

    wl0_2_ext

    wl0_3_ext
dongle handler timer start to work!
[portmgr:lan][WARNIMG]:wlan state change, ifname=wlan0, event=36  @P:source/lan_thread.c,L:184.
[portmgr:lan][WARNIMG]:wlan state change, ifname=wlan1, event=36  @P:source/lan_thread.c,L:184.
TX_BCN DESC c7012000 size = 320
RX[0] DESC c7016000 size = 2048
RX[1] DESC c7017000 size = 2048
E2pAccessMode=2
cfg_mode=9
cfg_mode=9
wmode_band_equal(): Band 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(1) or Type(0)
Key1Str is Invalid key length(1) or Type(0)
Key1Str is Invalid key length(1) or Type(0)
Key1Str is Invalid key length(1) or Type(0)
Key2Str is Invalid key length(1) or Type(0)
Key2Str is Invalid key length(1) or Type(0)
Key2Str is Invalid key length(1) or Type(0)
Key2Str is Invalid key length(1) or Type(0)
Key3Str is Invalid key length(1) or Type(0)
Key3Str is Invalid key length(1) or Type(0)
Key3Str is Invalid key length(1) or Type(0)
Key3Str is Invalid key length(1) or Type(0)
Key4Str is Invalid key length(1) or Type(0)
Key4Str is Invalid key length(1) or Type(0)
Key4Str is Invalid key length(1) or Type(0)
Key4Str is Invalid key length(1) or Type(0)
FW Version:ap_pcie[00][00][00]
FW Build Date:20160107100755[00]
AsicDMASchedulerInit(): DMA Scheduler Mode=0(LMAC)
efuse_probe: efuse = 10000002
RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5
RtmpEepromGetDefault::e2p_dafault=1
RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1
NVM is FLASH mode, flash_offset = 0x0
1. Phy Mode = 14
mtd->read
@@@  NICReadEEPROMParameters : pAd->FWLoad=1 
Country Region from e2p = ffff
tssi_1_target_pwr_g_band = 31
2. Phy Mode = 14
3. Phy Mode = 14
NICInitPwrPinCfg(14): Not support for HIF_MT yet!
NICInitializeAsic(584): Not support rtmp_mac_sys_reset () for HIF_MT yet!
mt_mac_init()-->
mt7603_init_mac_cr()-->
AsicSetMacMaxLen(1814): 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
MtAsicACQueue: Write CR:21510, Value=10421
MtAsicACQueue: Write CR:21500, Value=10421
AntCfgInit(2564): Not support for HIF_MT yet!
MCS Set = ff ff 00 00 01
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
SYNC - BBP R4 to 20MHz.l
SYNC - BBP R4 to 20MHz.l
AsicSetRalinkBurstMode(4129): Not support for HIF_MT yet!
RTMPSetPiggyBack(876): Not support for HIF_MT yet!
AsicSetTxPreamble(4116): Not support for HIF_MT yet!
AsicAddSharedKeyEntry(1980): Not support for HIF_MT yet!
AsicAddSharedKeyEntry(1980): Not support for HIF_MT yet!
AsicAddSharedKeyEntry(1980): Not support for HIF_MT yet!
AsicAddSharedKeyEntry(1980): Not support for HIF_MT yet!
AsicSetPreTbtt(): bss_idx=0, PreTBTT timeout = 0xa0
Main bssid = 4c:6e:6e:a5:39:cc
<==== rt28xx_init, Status=0
@@@ ed_monitor_init : ===>
@@@ ed_monitor_init : <===
mt7603_set_ed_cca: TURN ON EDCCA mac 0x10618 = 0xd7c87d0f
[portmgrWiFi Startup Cost (wlan0): 5.880s
:lan][WARNIMG]:wlan state change, ifname=wlan0, event=36  @P:source/lan_thread.c,L:184.
==>Set_Debug_Proc()
<==Set_Debug_Proc(RTDebugLevel = 0)
device wlan0 entered promiscuous mode
br0: port 5(wlan0) entered forwarding state
br0: port 5(wlan0) entered forwarding state
00000WPS off
br0: port 5(wlan0) entered forwarding state
new add .....
==>rlt_wlan_chip_onoff(): OnOff:1, Reset= 0, pAd->WlanFunCtrl:0x208, Reg-WlanFunCtrl=0x209
build time = 
20141115060606a
rom patch for E3 IC

platform = 
ALPS
hw/sw version = 
Š[10]Š[10]
patch version = 
[00][00][00][10]
FW Version:0.0.00 Build:1
Build Time:201507311614____
fw for E3 IC
mtd->read
RX[0] DESC c702b000 size = 4096
RX[1] DESC c7032000 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(1) or Type(0)
Key1Str is Invalid key length(1) or Type(0)
Key1Str is Invalid key length(1) or Type(0)
Key1Str is Invalid key length(1) or Type(0)
Key2Str is Invalid key length(1) or Type(0)
Key2Str is Invalid key length(1) or Type(0)
Key2Str is Invalid key length(1) or Type(0)
Key2Str is Invalid key length(1) or Type(0)
Key3Str is Invalid key length(1) or Type(0)
Key3Str is Invalid key length(1) or Type(0)
Key3Str is Invalid key length(1) or Type(0)
Key3Str is Invalid key length(1) or Type(0)
Key4Str is Invalid key length(1) or Type(0)
Key4Str is Invalid key length(1) or Type(0)
Key4Str is Invalid key length(1) or Type(0)
Key4Str is Invalid key length(1) or Type(0)
1. Phy Mode = 49
mtd->read
Country Region from e2p = ffff
mt76x2_read_temp_info_from_eeprom:: is_temp_tx_alc=1, temp_tx_alc_enable=1
mt76x2_get_external_lna_gain::LNA type=0x1, BLNAGain=0xffffff8c, ALNAGain0=0xffffff8a, ALNAGain1=0xffffff89, ALNAGain2=0xffffff89
2. Phy Mode = 49
3. Phy Mode = 49
andes_pci_fw_init
0x1300 = 00064300
AntCfgInit: primary/secondary ant 0/1
andes_load_cr:cr_type(2)
ChipStructAssign(): MT76x2 hook !
MCS Set = ff ff 00 00 01
mt76x2_bbp_adjust():rf_bw=2, ext_ch=1, PrimCh=52, HT-CentCh=54, VHT-CentCh=58
APStartUp(): AP Set CentralFreq at 58(Prim=52, HT-CentCh=54, VHT-CentCh=58, BBP_BW=2)
mt76x2_calibration(channel = 58)
The 4-BSSID mode is enabled, the BSSID byte5 MUST be the multiple of 4
Main bssid = 4c:6e:6e:a5:39:cd
mt76x2_reinit_agc_gain:original agc_vga0 = 0x4c, agc_vga1 = 0x4c
mt76x2_reinit_agc_gain:updated agc_vga0 = 0x4c, agc_vga1 = 0x4c
mt76x2_reinit_hi_lna_gain:original hi_lna0 = 0x31, hi_lna1 = 0x31
mt76x2_reinit_hi_lna_gain:updated hi_lna0 = 0x31, hi_lna1 = 0x31
original vga value(chain0) = 4c
original vga value(chain1) = 4c
<==== rt28xx_init, Status=0
RT28xx_Monitor_Init: 692 !!!!####!!!!!!
monitor interface already initiated.
RTMPDrvOpen(1):Check if PDMA is idle!
RTMPDrvOpen(2):Check if PDMA is idle!
[portmgr:lan][WARNIMG]:wlan state change, ifname=wlan1, event=36  @P:source/lan_thread.c,L:184.
==>Set_Debug_Proc()
<==Set_Debug_Proc(RTDebugLevel = 0)
device wlan1 entered promiscuous mode
br0: port 6(wlan1) entered forwarding state
br0: port 6(wlan1) entered forwarding state
00000WPS off
br0: port 6(wlan1) entered forwarding state
random: nonblocking pool is initialized