Advertisement
Guest User

Untitled

a guest
Sep 14th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.38 KB | None | 0 0
  1. 3: System Boot system code via Flash.(0xbc020000)
  2. do_bootm:argc=2, addr=0xbc020000
  3. ## Booting image at bc020000 ...
  4. Uncompressing Kernel Image ... OK
  5. No initrd
  6. ## Transferring control to Linux (at address 80000000) ...
  7. ## Giving linux memsize in MB, 64
  8.  
  9. Starting kernel ...
  10.  
  11. [ 0.000000] Linux version 4.14.68 (igor@mcmcc-GL553VE) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r8060-918ec4d549)) #0 Wed Sep 12 19:47:33 2018
  12. [ 0.000000] Board has DDR2
  13. [ 0.000000] Analog PMU set to hw control
  14. [ 0.000000] Digital PMU set to hw control
  15. [ 0.000000] SoC Type: MediaTek MT7620A ver:2 eco:6
  16. [ 0.000000] bootconsole [early0] enabled
  17. [ 0.000000] CPU0 revision is: 00019650 (MIPS 24KEc)
  18. [ 0.000000] MIPS: machine is TP-Link Archer C5 V4
  19. [ 0.000000] Determined physical RAM map:
  20. [ 0.000000] memory: 04000000 @ 00000000 (usable)
  21. [ 0.000000] Initrd not found or empty - disabling initrd
  22. [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  23. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  24. [ 0.000000] Zone ranges:
  25. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000003ffffff]
  26. [ 0.000000] Movable zone start for each node
  27. [ 0.000000] Early memory node ranges
  28. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff]
  29. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
  30. [ 0.000000] random: get_random_bytes called from start_kernel+0x8c/0x474 with crng_init=0
  31. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16256
  32. [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
  33. [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  34. [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  35. [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  36. [ 0.000000] Writing ErrCtl register=00000000
  37. [ 0.000000] Readback ErrCtl register=00000000
  38. [ 0.000000] Memory: 59848K/65536K available (3602K kernel code, 174K rwdata, 840K rodata, 176K init, 216K bss, 5688K reserved, 0K cma-reserved)
  39. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  40. [ 0.000000] NR_IRQS: 256
  41. [ 0.000000] CPU Clock: 580MHz
  42. [ 0.000000] clocksource: systick: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 583261500 ns
  43. [ 0.000000] systick: enable autosleep mode
  44. [ 0.000000] systick: running - mult: 214748, shift: 32
  45. [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6590553264 ns
  46. [ 0.000009] sched_clock: 32 bits at 290MHz, resolution 3ns, wraps every 7405115902ns
  47. [ 0.007587] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
  48. [ 0.073534] pid_max: default: 32768 minimum: 301
  49. [ 0.078216] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  50. [ 0.084587] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  51. [ 0.096969] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  52. [ 0.106510] futex hash table entries: 256 (order: -1, 3072 bytes)
  53. [ 0.112483] pinctrl core: initialized pinctrl subsystem
  54. [ 0.118029] NET: Registered protocol family 16
  55. [ 0.383479] PCI host bridge /pcie@10140000 ranges:
  56. [ 0.388089] MEM 0x0000000020000000..0x000000002fffffff
  57. [ 0.393140] IO 0x0000000010160000..0x000000001016ffff
  58. [ 0.415143] rt2880_gpio 10000600.gpio: registering 24 gpios
  59. [ 0.420597] rt2880_gpio 10000600.gpio: registering 24 irq handlers
  60. [ 0.426907] rt2880_gpio 10000638.gpio: registering 16 gpios
  61. [ 0.432326] rt2880_gpio 10000638.gpio: registering 16 irq handlers
  62. [ 0.438571] rt2880_gpio 10000660.gpio: registering 32 gpios
  63. [ 0.443987] rt2880_gpio 10000660.gpio: registering 32 irq handlers
  64. [ 0.450268] rt2880_gpio 10000688.gpio: registering 1 gpios
  65. [ 0.455601] rt2880_gpio 10000688.gpio: registering 1 irq handlers
  66. [ 0.462236] PCI host bridge to bus 0000:00
  67. [ 0.466207] pci_bus 0000:00: root bus resource [mem 0x20000000-0x2fffffff]
  68. [ 0.472823] pci_bus 0000:00: root bus resource [io 0xffffffff]
  69. [ 0.478583] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
  70. [ 0.485165] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
  71. [ 0.493897] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
  72. [ 0.500260] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
  73. [ 0.507076] pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x200fffff]
  74. [ 0.513617] pci 0000:00:00.0: BAR 9: assigned [mem 0x20100000-0x201fffff pref]
  75. [ 0.520644] pci 0000:00:00.0: BAR 1: assigned [mem 0x20200000-0x2020ffff]
  76. [ 0.527233] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff 64bit]
  77. [ 0.534351] pci 0000:01:00.0: BAR 6: assigned [mem 0x20100000-0x2010ffff pref]
  78. [ 0.541339] pci 0000:00:00.0: PCI bridge to [bus 01]
  79. [ 0.546172] pci 0000:00:00.0: bridge window [mem 0x20000000-0x200fffff]
  80. [ 0.552751] pci 0000:00:00.0: bridge window [mem 0x20100000-0x201fffff pref]
  81. [ 0.564606] clocksource: Switched to clocksource systick
  82. [ 0.570876] NET: Registered protocol family 2
  83. [ 0.575877] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  84. [ 0.582599] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  85. [ 0.588824] TCP: Hash tables configured (established 1024 bind 1024)
  86. [ 0.595099] UDP hash table entries: 256 (order: 0, 4096 bytes)
  87. [ 0.600722] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  88. [ 0.607107] NET: Registered protocol family 1
  89. [ 0.613943] rt-timer 10000100.timer: maximum frequency is 1220Hz
  90. [ 0.620599] Crashlog allocated RAM at address 0x3f00000
  91. [ 0.627308] workingset: timestamp_bits=30 max_order=14 bucket_order=0
  92. [ 0.638663] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  93. [ 0.644260] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  94. [ 0.663321] io scheduler noop registered
  95. [ 0.667126] io scheduler deadline registered (default)
  96. [ 0.672932] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  97. [ 0.680182] console [ttyS0] disabled
  98. [ 0.683632] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 20, base_baud = 2500000) is a Palmchip BK-3103
  99. [ 0.693308] console [ttyS0] enabled
  100. [ 0.693308] console [ttyS0] enabled
  101. [ 0.700334] bootconsole [early0] disabled
  102. [ 0.700334] bootconsole [early0] disabled
  103. [ 0.709004] cacheinfo: Failed to find cpu0 device node
  104. [ 0.714247] cacheinfo: Unable to detect cache hierarchy for CPU 0
  105. [ 0.724904] spi spi0.0: force spi mode3
  106. [ 0.731503] m25p80 spi0.0: gd25q64 (8192 Kbytes)
  107. [ 0.736333] 6 fixed-partitions partitions found on MTD device spi0.0
  108. [ 0.742811] Creating 6 MTD partitions on "spi0.0":
  109. [ 0.747732] 0x000000000000-0x000000020000 : "u-boot"
  110. [ 0.753674] 0x000000020000-0x0000007c0000 : "firmware"
  111. [ 1.993566] 2 tplink-fw partitions found on MTD device firmware
  112. [ 1.999662] 0x000000020000-0x00000019b35f : "kernel"
  113. [ 2.005640] 0x00000019b360-0x0000007c0000 : "rootfs"
  114. [ 2.011402] mtd: device 3 (rootfs) set to be root filesystem
  115. [ 2.018727] 1 squashfs-split partitions found on MTD device rootfs
  116. [ 2.025123] 0x0000004cf000-0x0000007c0000 : "rootfs_data"
  117. [ 2.031482] 0x0000007c0000-0x0000007d0000 : "config"
  118. [ 2.037399] 0x0000007d0000-0x0000007e0000 : "rom"
  119. [ 2.042978] 0x0000007e0000-0x0000007f0000 : "romfile"
  120. [ 2.048985] 0x0000007f0000-0x000000800000 : "radio"
  121. [ 2.055468] libphy: Fixed MDIO Bus: probed
  122. [ 2.070297] gsw: setting port4 to ephy mode
  123. [ 2.074949] libphy: mdio: probed
  124. [ 2.078288] mtk_soc_eth 10100000.ethernet: using fixed link parameters
  125. [ 2.085059] mtk_soc_eth 10100000.ethernet: loaded mt7620 driver
  126. [ 2.091687] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000, irq 5
  127. [ 2.100648] rt2880_wdt 10000120.watchdog: Initialized
  128. [ 2.107059] NET: Registered protocol family 10
  129. [ 2.115561] Segment Routing with IPv6
  130. [ 2.119407] NET: Registered protocol family 17
  131. [ 2.123982] 8021q: 802.1Q VLAN Support v1.8
  132. [ 2.140494] VFS: Mou ted root (squashfs filesystem) readonly on device 31:3.
  133. [ 2.148709] Freeing unused kernel memory: 176K
  134. [ 2.153243] This architecture does not have kernel memory protection.
  135. [ 2.524592] random: fast init done
  136. [ 3.822035] init: Console is alive
  137. [ 3.825845] init: - watchdog -
  138. [ 7.289973] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  139. [ 7.551779] usbcore: registered new interface driver usbfs
  140. [ 7.557548] usbcore: registered new interface driver hub
  141. [ 7.563075] usbcore: registered new device driver usb
  142. [ 7.608419] SCSI subsystem initialized
  143. [ 7.618128] leds-gpio gpio-leds: Led c5-v4:green:lan renamed to c5-v4:green:lan_1 due to name collision
  144. [ 7.628329] leds-gpio gpio-leds: Led c5-v4:green:wlan renamed to c5-v4:green:wlan_1 due to name collision
  145. [ 7.643919] usbcore: registered new interface driver usb-storage
  146. [ 7.650885] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  147. [ 7.659707] init: - preinit -
  148. [ 9.288918] mtk_soc_eth 10100000.ethernet eth0: port 5 link up (1000Mbps/Full duplex)
  149. [ 9.297691] 8021q: adding VLAN 0 to HW filter on device eth0
  150. Press the [f] key and hit [enter] to enter failsafe mode
  151. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  152. [ 10.591773] mount_root: loading kmods from internal overlay
  153. [ 10.649095] kmodloader: loading kernel modules from //etc/modules-boot.d/*
  154. [ 10.657499] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
  155. [ 11.569432] block: attempting to load /etc/config/fstab
  156. [ 11.576773] block: unable to load configuration (fstab: Entry not found)
  157. [ 11.583858] block: no usable configuration
  158. [ 11.588881] mount_root: jffs2 not ready yet, using temporary tmpfs overlay
  159. [ 11.639829] urandom-seed: Seed file not found (/etc/urandom.seed)
  160. [ 11.744192] mtk_soc_eth 10100000.ethernet eth0: port 5 link down
  161. [ 11.761560] procd: - early -
  162. [ 11.764611] procd: - watchdog -
  163. [ 12.408340] procd: - watchdog -
  164. [ 12.419145] procd: - ubus -
  165. [ 13.105840] random: ubusd: uninitialized urandom read (4 bytes read)
  166. [ 13.244799] random: ubusd: uninitialized urandom read (4 bytes read)
  167. [ 13.251636] random: ubusd: uninitialized urandom read (4 bytes read)
  168. [ 13.264900] procd: - init -
  169. Please press Enter to activate this console.
  170. [ 13.666253] kmodloader: loading kernel modules from /etc/modules.d/*
  171. [ 13.765499] rtl8367s_hw_init: Found switch RTL8367C
  172. [ 14.297649] rtk_gsw_probe: Use switch in VLAN mode
  173. [ 14.353422] loop: module loaded
  174. [ 14.398071] l2tp_core: L2TP core driver, V2.0
  175. [ 14.406580] l2tp_netlink: L2TP netlink interface
  176. [ 14.421502] gre: GRE over IPv4 demultiplexor driver
  177. [ 14.441834] ip_gre: GRE over IPv4 tunneling driver
  178. [ 14.469642] ip6_tables: (C) 2000-2006 Netfilter Core Team
  179. [ 14.507586] fuse init (API version 7.26)
  180. [ 14.535899] usbcore: registered new interface driver cdc_wdm
  181. [ 14.550314] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180
  182. [ 14.558487] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d
  183. [ 14.594976] hso: drivers/net/usb/hso.c: Option Wireless
  184. [ 14.600544] usbcore: registered new interface driver hso
  185. [ 14.614344] ip_tables: (C) 2000-2006 Netfilter Core Team
  186. [ 14.637652] nf_conntrack version 0.5.0 (1024 buckets, 4096 max)
  187. [ 14.778562] usbcore: registered new interface driver usblp
  188. [ 14.839248] xt_time: kernel timezone is -0000
  189. [ 14.851241] usbcore: registered new interface driver asix
  190. [ 14.873437] usbcore: registered new interface driver ax88179_178a
  191. [ 14.891677] usbcore: registered new interface driver cdc_eem
  192. [ 14.907042] usbcore: registered new interface driver cdc_ether
  193. [ 14.923426] usbcore: registered new interface driver cdc_ncm
  194. [ 14.951281] usbcore: registered new interface driver cdc_subset
  195. [ 15.066300] usbcore: registered new interface driver dm9601
  196. [ 15.074120] usbcore: registered new interface driver huawei_cdc_ncm
  197. [ 15.133463] mt76x2e 0000:01:00.0: card - bus=0x1, slot = 0x0 irq=4
  198. [ 15.140038] mt76x2e 0000:01:00.0: ASIC revision: 76120044
  199. [ 15.194697] mt76x2e 0000:01:00.0: ROM patch build: 20141115060606a
  200. [ 15.219864] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00
  201. [ 15.225546] mt76x2e 0000:01:00.0: Build: 1
  202. [ 15.229725] mt76x2e 0000:01:00.0: Build Time: 201507311614____
  203. [ 15.257712] mt76x2e 0000:01:00.0: Firmware running!
  204. [ 15.312073] PPP generic driver version 2.4.2
  205. [ 15.335596] PPP MPPE Compression module registered
  206. [ 15.345549] NET: Registered protocol family 24
  207. [ 15.358965] PPTP driver version 0.8.5
  208. [ 15.373197] usbcore: registered new interface driver qmi_wwan
  209. [ 15.391800] usbcore: registered new interface driver rndis_host
  210. [ 15.447791] usbcore: registered new interface driver cdc_mbim
  211. [ 15.471926] l2tp_ppp: PPPoL2TP kernel driver, V2.0
  212. [ 15.523515] rt2800_wmac 10180000.wmac: loaded eeprom from mtd device "radio"
  213. [ 15.530797] ieee80211 phy1: rt2x00_set_rt: Info - RT chipset 6352, rev 0500 detected
  214. [ 15.550648] ieee80211 phy1: rt2x00_set_rf: Info - RF chipset 7620 detected
  215. [ 15.638180] kmodloader: done loading kernel modules from /etc/modules.d/*
  216. [ 23.651123] rtl8367s_hw_init: Found switch RTL8367C
  217. [ 24.196285] rtl8367c_set_vlan: Set CPU ISO Mask = 0x0002000F, VLAN = 1
  218. [ 24.223802] rtl8367c_set_vlan: Set CPU ISO Mask = 0x0002001F, VLAN = 2
  219. [ 31.861058] mtk_soc_eth 10100000.ethernet eth0: port 5 link up (1000Mbps/Full duplex)
  220. [ 31.869588] 8021q: adding VLAN 0 to HW filter on device eth0
  221. [ 31.920667] br-lan: port 1(eth0.1) entered blocking state
  222. [ 31.926190] br-lan: port 1(eth0.1) entered disabled state
  223. [ 31.932143] device eth0.1 entered promiscuous mode
  224. [ 31.937036] device eth0 entered promiscuous mode
  225. [ 32.033993] br-lan: port 1(eth0.1) entered blocking state
  226. [ 32.039581] br-lan: port 1(eth0.1) entered forwarding state
  227. [ 32.045473] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
  228. [ 32.869081] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  229. [ 37.392249] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0
  230. [ 37.414162] jffs2_build_filesystem(): unlocking the mtd device...
  231. [ 37.419366] done.
  232.  
  233.  
  234.  
  235. BusyBox v1.29.2 () built-in shell (ash)
  236.  
  237. _______ ________ __
  238. | |.-----.-----.-----.| | | |.----.| |_
  239. | - || _ | -__| || | | || _|| _|
  240. |_______|| __|_____|__|__||________||__| |____|
  241. |__| W I R E L E S S F R E E D O M
  242. -----------------------------------------------------
  243. OpenWrt SNAPSHOT, r8060-918ec4d549
  244. -----------------------------------------------------
  245. === WARNING! =====================================
  246. There is no root password defined on this device!
  247. Use the "passwd" command to set up a new password
  248. in order to prevent unauthorized SSH logins.
  249. --------------------------------------------------
  250. root@OpenWrt:/# ifconfig -a
  251. br-lan Link encap:Ethernet HWaddr AC:84:C6:65:02:CE
  252. inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
  253. inet6 addr: fdfb:a809:f210::1/60 Scope:Global
  254. inet6 addr: fd06:7b8e:9046:4::1/62 Scope:Global
  255. inet6 addr: fe80::ae84:c6ff:fe65:2ce/64 Scope:Link
  256. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  257. RX packets:494 errors:0 dropped:2 overruns:0 frame:0
  258. TX packets:365 errors:0 dropped:0 overruns:0 carrier:0
  259. collisions:0 txqueuelen:1000
  260. RX bytes:51847 (50.6 KiB) TX bytes:83366 (81.4 KiB)
  261.  
  262. erspan0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
  263. BROADCAST MULTICAST MTU:1450 Metric:1
  264. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  265. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  266. collisions:0 txqueuelen:1000
  267. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  268.  
  269. eth0 Link encap:Ethernet HWaddr AC:84:C6:65:02:CE
  270. inet6 addr: fe80::ae84:c6ff:fe65:2ce/64 Scope:Link
  271. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  272. RX packets:970 errors:0 dropped:11 overruns:0 frame:0
  273. TX packets:506 errors:0 dropped:0 overruns:0 carrier:0
  274. collisions:0 txqueuelen:1000
  275. RX bytes:122825 (119.9 KiB) TX bytes:112748 (110.1 KiB)
  276. Interrupt:5
  277.  
  278. eth0.1 Link encap:Ethernet HWaddr AC:84:C6:65:02:CE
  279. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  280. RX packets:494 errors:0 dropped:0 overruns:0 frame:0
  281. TX packets:365 errors:0 dropped:0 overruns:0 carrier:0
  282. collisions:0 txqueuelen:1000
  283. RX bytes:51847 (50.6 KiB) TX bytes:83366 (81.4 KiB)
  284.  
  285. eth0.2 Link encap:Ethernet HWaddr AC:84:C6:65:02:CF
  286. inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0
  287. inet6 addr: fd06:7b8e:9046::ae84:c6ff:fe65:2cf/64 Scope:Global
  288. inet6 addr: fe80::ae84:c6ff:fe65:2cf/64 Scope:Link
  289. inet6 addr: fd06:7b8e:9046::b04/128 Scope:Global
  290. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  291. RX packets:220 errors:0 dropped:0 overruns:0 frame:0
  292. TX packets:127 errors:0 dropped:0 overruns:0 carrier:0
  293. collisions:0 txqueuelen:1000
  294. RX bytes:33425 (32.6 KiB) TX bytes:24707 (24.1 KiB)
  295.  
  296. gre0 Link encap:UNSPEC HWaddr 00-00-00-00-0B-04-00-00-00-00-00-00-00-00-00-00
  297. NOARP MTU:1476 Metric:1
  298. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  299. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  300. collisions:0 txqueuelen:1000
  301. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  302.  
  303. gretap0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
  304. BROADCAST MULTICAST MTU:1462 Metric:1
  305. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  306. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  307. collisions:0 txqueuelen:1000
  308. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  309.  
  310. lo Link encap:Local Loopback
  311. inet addr:127.0.0.1 Mask:255.0.0.0
  312. inet6 addr: ::1/128 Scope:Host
  313. UP LOOPBACK RUNNING MTU:65536 Metric:1
  314. RX packets:24 errors:0 dropped:0 overruns:0 frame:0
  315. TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
  316. collisions:0 txqueuelen:1000
  317. RX bytes:2108 (2.0 KiB) TX bytes:2108 (2.0 KiB)
  318.  
  319. wlan0 Link encap:Ethernet HWaddr AC:84:C6:65:02:CD
  320. BROADCAST MULTICAST MTU:1500 Metric:1
  321. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  322. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  323. collisions:0 txqueuelen:1000
  324. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  325.  
  326. wlan1 Link encap:Ethernet HWaddr AC:84:C6:65:02:CE
  327. BROADCAST MULTICAST MTU:1500 Metric:1
  328. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  329. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  330. collisions:0 txqueuelen:1000
  331. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  332.  
  333. root@OpenWrt:/# cat /proc/rtl8367c_gsw/esw_cnt
  334. ================== Port0 Port1 Port2 Port3 Port4 Port16 Port17
  335. TX Unicast Pkts : 0 383 0 0 108 0 507
  336. TX Multicast Pkts: 0 20 0 0 17 0 355
  337. TX BroadCast Pkts: 0 1 0 0 3 0 151
  338. TX Pause Frames : 0 0 0 0 0 0 0
  339. RX Unicast Pkts : 0 409 0 0 98 0 491
  340. RX Multicast Pkts: 0 181 0 0 366 0 148
  341. RX Broadcast Pkts: 0 166 0 0 91 0 5
  342. RX FCS Errors : 0 0 0 0 0 0 0
  343. RX Undersize Pkts: 0 0 0 0 0 0 208
  344. RX Discard Pkts : 0 138 0 0 160 0 14
  345. RX Fragments : 0 0 0 0 0 0 0
  346. RX Oversize Pkts : 0 0 0 0 0 0 0
  347. RX Jabbers : 0 0 0 0 0 0 0
  348. RX Pause Frames : 0 0 0 0 0 0 98
  349. root@OpenWrt:/# cat /proc/rtl8367c_gsw/vlan
  350. vid portmap
  351. 0 -------
  352. 1 1111--1
  353. 2 ----1-1
  354. 3 -------
  355. 4 -------
  356. 5 -------
  357. 6 -------
  358. 7 -------
  359. 8 -------
  360. 9 -------
  361. 10 -------
  362. 11 -------
  363. 12 -------
  364. 13 -------
  365. 14 -------
  366. 15 -------
  367. root@OpenWrt:/#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement