Advertisement
Guest User

Untitled

a guest
Sep 8th, 2024
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.06 KB | None | 0 0
  1. root@FC3104X:~ # dmesg
  2. Booting Linux on physical CPU 0x100
  3. Linux version 4.14.222 (zhuliwen@ubuntu) (gcc version 8.3.0 (crosstool-NG 1.24.0)) #3 SMP PREEMPT Thu Aug 8 10:30:21 CST 2024
  4. CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
  5. CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  6. OF: fdt: Machine model: Galachip 1602
  7. Memory policy: Data cache writealloc
  8. Reserved memory: created DMA memory pool at 0x5e000000, size 32 MiB
  9. OF: reserved mem: initialized node sdk_reserved@5e000000reserved, compatible id shared-dma-pool
  10. On node 0 totalpages: 122880
  11. free_area_init_node: node 0, pgdat c0848b00, node_mem_map ddc39000
  12. Normal zone: 960 pages used for memmap
  13. Normal zone: 0 pages reserved
  14. Normal zone: 122880 pages, LIFO batch:31
  15. psci: probing for conduit method from DT.
  16. psci: PSCIv65535.65535 detected in firmware.
  17. psci: Using standard PSCI v0.2 function IDs
  18. psci: MIGRATE_INFO_TYPE not supported.
  19. psci: SMC Calling Convention v1.0
  20. percpu: Embedded 15 pages/cpu s30348 r8192 d22900 u61440
  21. pcpu-alloc: s30348 r8192 d22900 u61440 alloc=15*4096
  22. pcpu-alloc: [0] 0 [0] 1
  23. Built 1 zonelists, mobility grouping on. Total pages: 121920
  24. Kernel command line: console=ttyS0,115200 root=/dev/mtdblock4 mtdparts=qspi-nand:384k@0x0(uboot),128k@0x60000(hwconfig),59520k@0x80000(rootfs-1),8192k@0x3aa0000(userconfig),59520k@0x42a0000(rootfs-2),256k@0x7cc0000(backup-config) init=/sbin/init bootv=V1.2.1(10/30/2023-18:45:25) rootwait user_debug=0xff tdctrim=0x42a
  25. PID hash table entries: 2048 (order: 1, 8192 bytes)
  26. Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  27. Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  28. Memory: 477308K/491520K available (6202K kernel code, 245K rwdata, 1528K rodata, 304K init, 1265K bss, 14212K reserved, 0K cma-reserved, 0K highmem)
  29. Virtual kernel memory layout:
  30. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  31. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  32. vmalloc : 0xde800000 - 0xff800000 ( 528 MB)
  33. lowmem : 0xc0000000 - 0xde000000 ( 480 MB)
  34. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  35. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  36. .text : 0xc0008000 - 0xc0616b2c (6203 kB)
  37. .init : 0xc07c0000 - 0xc080c000 ( 304 kB)
  38. .data : 0xc080c000 - 0xc0849680 ( 246 kB)
  39. .bss : 0xc084e288 - 0xc098aa18 (1266 kB)
  40. SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  41. Preemptible hierarchical RCU implementation.
  42. RCU event tracing is enabled.
  43. Tasks RCU enabled.
  44. NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  45. CPU: 1000 MHz, DDR: 1600 MHz, PCLK: 75 MHz 150 MHz, TIMECLK: 25 MHz, SPICLK: 196 MHz, WDTCLK: 25 MHz UARTCLK: 75 MHz, I2CCLK: 150 MHz
  46. L2C: platform modifies aux control register: 0x02040000 -> 0x02040001
  47. L2C: platform provided aux values permit register corruption.
  48. L2C: DT/platform modifies aux control register: 0x02040000 -> 0x32440001
  49. L2C-310 enabling early BRESP for Cortex-A9
  50. L2C-310: enabling full line of zeros but not enabled in Cortex-A9
  51. L2C-310 ID prefetch enabled, offset 1 lines
  52. L2C-310 dynamic clock gating disabled, standby mode enabled
  53. L2C-310 cache controller enabled, 8 ways, 256 kB
  54. L2C-310: CACHE_ID 0x4100e0c8, AUX_CTRL 0x76440001
  55. sched_clock: 64 bits at 250MHz, resolution 4ns, wraps every 4398046511102ns
  56. clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0x7350b89c29, max_idle_ns: 881590431910 ns
  57. Switching to timer-based delay loop, resolution 4ns
  58. Console: colour dummy device 80x30
  59. Calibrating delay loop (skipped), value calculated using timer frequency.. 500.00 BogoMIPS (lpj=2500000)
  60. pid_max: default: 32768 minimum: 301
  61. Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  62. Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  63. CPU: Testing write buffer coherency: ok
  64. CPU0: Spectre v2: using BPIALL workaround
  65. CPU0: thread -1, cpu 0, socket 1, mpidr 80000100
  66. Setting up static identity map for 0x40008280 - 0x400082e0
  67. Hierarchical SRCU implementation.
  68. random: crng done (trusting CPU's manufacturer)
  69. smp: Bringing up secondary CPUs ...
  70. CPU1: thread -1, cpu 1, socket 1, mpidr 80000101
  71. CPU1: Spectre v2: using BPIALL workaround
  72. smp: Brought up 1 node, 2 CPUs
  73. SMP: Total of 2 processors activated (1000.00 BogoMIPS).
  74. CPU: All CPU(s) started in SVC mode.
  75. devtmpfs: initialized
  76. clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  77. futex hash table entries: 512 (order: 3, 32768 bytes)
  78. pinctrl core: initialized pinctrl subsystem
  79. NET: Registered protocol family 16
  80. DMA: preallocated 256 KiB pool for atomic coherent allocations
  81. cpuidle: using governor menu
  82. serdes pll lock
  83. pinctrl-gc1602 f2007000.pinctrl: Initialized dwapb02 pinmux driver
  84. SCSI subsystem initialized
  85. usbcore: registered new interface driver usbfs
  86. usbcore: registered new interface driver hub
  87. usbcore: registered new device driver usb
  88. i2c_designware fff10000.i2c: clk is 150000000 Hz
  89. clocksource: Switched to clocksource arm_global_timer
  90. NET: Registered protocol family 2
  91. TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  92. TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  93. TCP: Hash tables configured (established 4096 bind 4096)
  94. UDP hash table entries: 256 (order: 1, 8192 bytes)
  95. UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  96. NET: Registered protocol family 1
  97. PCI: CLS 0 bytes, default 64
  98. Initialise system trusted keyrings
  99. workingset: timestamp_bits=30 max_order=17 bucket_order=0
  100. squashfs: version 4.0 (2009/01/31) Phillip Lougher
  101. exFAT: Version 1.2.9
  102. jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  103. fuse init (API version 7.26)
  104. JFS: nTxBlock = 3728, nTxLock = 29831
  105. Key type asymmetric registered
  106. Asymmetric key parser 'x509' registered
  107. Key type pkcs7_test registered
  108. Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  109. io scheduler noop registered
  110. io scheduler deadline registered
  111. io scheduler cfq registered (default)
  112. io scheduler mq-deadline registered
  113. io scheduler kyber registered
  114. OF: PCI: host bridge /soc/pcie0@a1000000 ranges:
  115. OF: PCI: IO 0x80002000..0x80011fff -> 0x80002000
  116. OF: PCI: MEM 0x80012000..0x88011fff -> 0x80012000
  117. dw-pcie a1000000.pcie0: link up
  118. dw-pcie a1000000.pcie0: PCI host bridge to bus 0000:00
  119. pci_bus 0000:00: root bus resource [bus 00-ff]
  120. pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x80002000-0x80011fff])
  121. pci_bus 0000:00: root bus resource [mem 0x80012000-0x88011fff]
  122. pci_bus 0000:00: scanning bus
  123. pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400
  124. pci 0000:00:00.0: calling pci_fixup_ide_bases+0x0/0x3c
  125. pci 0000:00:00.0: supports D1 D2
  126. pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold
  127. pci 0000:00:00.0: PME# disabled
  128. pci_bus 0000:00: fixups for bus
  129. PCI: bus0: Fast back to back transfers disabled
  130. pci 0000:00:00.0: scanning [bus 01-ff] behind bridge, pass 0
  131. pci_bus 0000:01: scanning bus
  132. pci 0000:01:00.0: [14c3:7906] type 00 class 0x028000
  133. pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
  134. pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00007fff 64bit]
  135. pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
  136. pci 0000:01:00.0: calling pci_fixup_ide_bases+0x0/0x3c
  137. pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
  138. pci 0000:01:00.0: PME# disabled
  139. pci_bus 0000:01: fixups for bus
  140. PCI: bus1: Fast back to back transfers disabled
  141. pci_bus 0000:01: bus scan returning with max=01
  142. pci 0000:00:00.0: scanning [bus 01-ff] behind bridge, pass 1
  143. pci_bus 0000:00: bus scan returning with max=ff
  144. pci 0000:00:00.0: BAR 8: assigned [mem 0x80100000-0x801fffff]
  145. pci 0000:00:00.0: BAR 9: assigned [mem 0x80200000-0x803fffff 64bit pref]
  146. pci 0000:01:00.0: BAR 0: assigned [mem 0x80200000-0x802fffff 64bit pref]
  147. pci 0000:01:00.0: BAR 2: assigned [mem 0x80100000-0x80107fff 64bit]
  148. pci 0000:01:00.0: BAR 4: assigned [mem 0x80300000-0x80300fff 64bit pref]
  149. pci 0000:00:00.0: PCI bridge to [bus 01-ff]
  150. pci 0000:00:00.0: bridge window [mem 0x80100000-0x801fffff]
  151. pci 0000:00:00.0: bridge window [mem 0x80200000-0x803fffff 64bit pref]
  152. OF: PCI: host bridge /soc/pcie0@a2000000 ranges:
  153. OF: PCI: No bus range found for /soc/pcie0@a2000000, using [bus 00-ff]
  154. OF: PCI: IO 0x90002000..0x90011fff -> 0x90002000
  155. OF: PCI: MEM 0x90012000..0x98011fff -> 0x90012000
  156. dw-pcie a2000000.pcie0: link up
  157. dw-pcie a2000000.pcie0: PCI host bridge to bus 0001:00
  158. pci_bus 0001:00: root bus resource [bus 00-ff]
  159. pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x90002000-0x90011fff])
  160. pci_bus 0001:00: root bus resource [mem 0x90012000-0x98011fff]
  161. pci_bus 0001:00: scanning bus
  162. pci 0001:00:00.0: [16c3:abcd] type 01 class 0x060400
  163. pci 0001:00:00.0: calling pci_fixup_ide_bases+0x0/0x3c
  164. pci 0001:00:00.0: supports D1 D2
  165. pci 0001:00:00.0: PME# supported from D0 D1 D3hot D3cold
  166. pci 0001:00:00.0: PME# disabled
  167. pci_bus 0001:00: fixups for bus
  168. PCI: bus0: Fast back to back transfers disabled
  169. pci 0001:00:00.0: scanning [bus 01-ff] behind bridge, pass 0
  170. pci_bus 0001:01: scanning bus
  171. pci 0001:01:00.0: [14c3:790a] type 00 class 0x028000
  172. pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
  173. pci 0001:01:00.0: reg 0x18: [mem 0x00000000-0x00007fff 64bit]
  174. pci 0001:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
  175. pci 0001:01:00.0: calling pci_fixup_ide_bases+0x0/0x3c
  176. pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
  177. pci 0001:01:00.0: PME# disabled
  178. pci_bus 0001:01: fixups for bus
  179. PCI: bus1: Fast back to back transfers disabled
  180. pci_bus 0001:01: bus scan returning with max=01
  181. pci 0001:00:00.0: scanning [bus 01-ff] behind bridge, pass 1
  182. pci_bus 0001:00: bus scan returning with max=ff
  183. pci 0001:00:00.0: BAR 8: assigned [mem 0x90100000-0x901fffff]
  184. pci 0001:00:00.0: BAR 9: assigned [mem 0x90200000-0x903fffff 64bit pref]
  185. pci 0001:01:00.0: BAR 0: assigned [mem 0x90200000-0x902fffff 64bit pref]
  186. pci 0001:01:00.0: BAR 2: assigned [mem 0x90100000-0x90107fff 64bit]
  187. pci 0001:01:00.0: BAR 4: assigned [mem 0x90300000-0x90300fff 64bit pref]
  188. pci 0001:00:00.0: PCI bridge to [bus 01-ff]
  189. pci 0001:00:00.0: bridge window [mem 0x90100000-0x901fffff]
  190. pci 0001:00:00.0: bridge window [mem 0x90200000-0x903fffff 64bit pref]
  191. Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  192. console [ttyS0] disabled
  193. fff14000.serial0: ttyS0 at MMIO 0xfff14000 (irq = 20, base_baud = 4687500) is a 16550A
  194. console [ttyS0] enabled
  195. brd: module loaded
  196. loop: module loaded
  197. mtdoops: mtd device (mtddev=name/number) must be supplied
  198. gc-spifc f2003000.qspinand: No Rx DMA available
  199. spi spi0.0: setup: ignoring unsupported mode bits 200
  200. gc-spifc: ref_clk 196000000Hz sclk 25000000Hz Div 0x3, actual 24500000Hz
  201. gc-spi-nand spi0.0: spinand device found manu_id = 0xc2, dev_id = 0x26 0x0
  202. gc-spi-nand spi0.0: eccsize = 2048, strength = 8, oobsize = 128, eccbytes = 64
  203. gc-spi-nand spi0.0: dummy = 0, two_plane = 0, qe_flag = 1, mode_r = 0xb, mode_w = 0x900, ctl_mode = 0x404
  204. nand: device found, Manufacturer ID: 0xc2, Chip ID: 0x26
  205. nand: Macronix MX35LF2GE4AD 2G 3.3V 4-bit
  206. nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
  207. ecc_strength = 8, bitflip_threshhold = 6
  208. Try to read bmt @ physical blk 2047 page 131008
  209. Find valid master bmt @ physical blk 2047
  210. Try to read bmt @ physical blk 2046 page 130944
  211. Find valid backup bmt @ physical blk 2046
  212. setup block mapping table
  213. GALACHIP BMT INFOMATION:
  214. Physical Blk Counts = 2048
  215. Logical Blk Counts = 2000
  216. Phy erase shift = 17
  217. page shift = 11
  218. write size = 2048
  219. oob size = 128
  220. BBT Original Counts = 0
  221. BBT dev Counts = 0
  222. BBT Mark Counts = 0
  223. map Counts = 0
  224. reserved blk start = 2000
  225. bmt master blk = 2047
  226. bmt backup blk = 2046
  227. new mtd size = 262144000 (250MB)
  228. 6 cmdlinepart partitions found on MTD device qspi-nand
  229. Creating 6 MTD partitions on "qspi-nand":
  230. 0x000000000000-0x000000060000 : "uboot"
  231. 0x000000060000-0x000000080000 : "hwconfig"
  232. 0x000000080000-0x000003aa0000 : "rootfs-1"
  233. 0x000003aa0000-0x0000042a0000 : "userconfig"
  234. 0x0000042a0000-0x000007cc0000 : "rootfs-2"
  235. 0x000007cc0000-0x000007d00000 : "backup-config"
  236. libphy: Fixed MDIO Bus: probed
  237. tun: Universal TUN/TAP device driver, 1.6
  238. PPP generic driver version 2.4.2
  239. PPP BSD Compression module registered
  240. PPP Deflate Compression module registered
  241. PPP MPPE Compression module registered
  242. NET: Registered protocol family 24
  243. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  244. ehci-platform: EHCI generic platform driver
  245. ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  246. ohci-platform: OHCI generic platform driver
  247. xhci-hcd a0000000.xhci: xHCI Host Controller
  248. xhci-hcd a0000000.xhci: new USB bus registered, assigned bus number 1
  249. xhci-hcd a0000000.xhci: hcc params 0x01400098 hci version 0x100 quirks 0x0000000000010010
  250. xhci-hcd a0000000.xhci: irq 24, io mem 0xa0000000
  251. usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  252. usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  253. usb usb1: Product: xHCI Host Controller
  254. usb usb1: Manufacturer: Linux 4.14.222 xhci-hcd
  255. usb usb1: SerialNumber: a0000000.xhci
  256. hub 1-0:1.0: USB hub found
  257. hub 1-0:1.0: 1 port detected
  258. xhci-hcd a0000000.xhci: xHCI Host Controller
  259. xhci-hcd a0000000.xhci: new USB bus registered, assigned bus number 2
  260. xhci-hcd a0000000.xhci: Host supports USB 3.0 SuperSpeed
  261. usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  262. usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
  263. usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  264. usb usb2: Product: xHCI Host Controller
  265. usb usb2: Manufacturer: Linux 4.14.222 xhci-hcd
  266. usb usb2: SerialNumber: a0000000.xhci
  267. hub 2-0:1.0: USB hub found
  268. hub 2-0:1.0: 1 port detected
  269. fotg210_hcd: FOTG210 Host Controller (EHCI) Driver
  270. Warning! fotg210_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
  271. fotg210-hcd d0010000.ehci: Faraday USB2.0 Host Controller
  272. fotg210-hcd d0010000.ehci: new USB bus registered, assigned bus number 3
  273. fotg210-hcd d0010000.ehci: irq 23, io mem 0xd0010000
  274. fotg210-hcd d0010000.ehci: USB 2.0 started, EHCI 1.00
  275. usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  276. usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  277. usb usb3: Product: Faraday USB2.0 Host Controller
  278. usb usb3: Manufacturer: Linux 4.14.222 fotg210_hcd
  279. usb usb3: SerialNumber: d0010000.ehci
  280. hub 3-0:1.0: USB hub found
  281. hub 3-0:1.0: 1 port detected
  282. usbcore: registered new interface driver cdc_acm
  283. cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  284. usbcore: registered new interface driver usblp
  285. usbcore: registered new interface driver usb-storage
  286. usbcore: registered new interface driver usbserial
  287. usbcore: registered new interface driver ch341
  288. usbserial: USB Serial support registered for ch341-uart
  289. usbcore: registered new interface driver cp210x
  290. usbserial: USB Serial support registered for cp210x
  291. usbcore: registered new interface driver ftdi_sio
  292. usbserial: USB Serial support registered for FTDI USB Serial Device
  293. usbcore: registered new interface driver pl2303
  294. usbserial: USB Serial support registered for pl2303
  295. input: gpio-keys as /devices/platform/gpio-keys/input/input0
  296. i2c /dev entries driver
  297. gc1602_wdt fff19000.watchdog: clk is 25000000 Hz, actual timeout = 21 sec
  298. ledtrig-cpu: registered to indicate activity on CPUs
  299. usbcore: registered new interface driver usbhid
  300. usbhid: USB HID core driver
  301. NET: Registered protocol family 26
  302. Netfilter messages via NETLINK v0.30.
  303. nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
  304. ctnetlink v0.93: registering with nfnetlink.
  305. nf_conntrack_rtsp v0.7 loading
  306. nf_nat_rtsp v0.7 loading
  307. nf_tables: (c) 2007-2009 Patrick McHardy <[email protected]>
  308. xt_time: kernel timezone is -0000
  309. ip_set: protocol 6
  310. IPVS: Registered protocols ()
  311. IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
  312. IPVS: ipvs loaded.
  313. ipip: IPv4 and MPLS over IPv4 tunneling driver
  314. ip_tables: (C) 2000-2006 Netfilter Core Team
  315. ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
  316. arp_tables: arp_tables: (C) 2002 David S. Miller
  317. Initializing XFRM netlink socket
  318. NET: Registered protocol family 10
  319. Segment Routing with IPv6
  320. ip6_tables: (C) 2000-2006 Netfilter Core Team
  321. sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  322. NET: Registered protocol family 17
  323. NET: Registered protocol family 15
  324. Bridge firewalling registered
  325. Ebtables v2.0 registered
  326. 8021q: 802.1Q VLAN Support v1.8
  327. Registering SWP/SWPB emulation handler
  328. Loading compiled-in X.509 certificates
  329. ttyS0 - failed to request DMA
  330. VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
  331. devtmpfs: mounted
  332. Freeing unused kernel memory: 304K
  333. This architecture does not have kernel memory protection.
  334. gcemesh: loading out-of-tree module taints kernel.
  335. galachip_pon_sdk f0000000.galachip_sdk: register io begin f0000000, with size 33554432
  336. galachip_pon_sdk f0000000.galachip_sdk: map source to f0d80000
  337. galachip_pon_sdk f0000000.galachip_sdk: register io(mdio0) begin fff17000, with size 256
  338. galachip_pon_sdk f0000000.galachip_sdk: map source to e0bab000
  339. galachip_pon_sdk f0000000.galachip_sdk: get platform irq 32
  340. galachip_pon_sdk f0000000.galachip_sdk: get platform irq 33
  341. galachip_pon_sdk f0000000.galachip_sdk: get platform irq 34
  342. galachip_pon_sdk f0000000.galachip_sdk: get platform irq 35
  343. galachip_pon_sdk f0000000.galachip_sdk: get platform irq -6
  344. galachip_pon_sdk f0000000.galachip_sdk: get platform irq 37
  345. galachip_pon_sdk f0000000.galachip_sdk: get platform irq 0
  346. galachip_pon_sdk f0000000.galachip_sdk: get platform irq 36
  347. galachip_pon_sdk f0000000.galachip_sdk: get platform irq 0
  348. galachip_pon_sdk f0000000.galachip_sdk: driver initialized with version 20608
  349. galachip_pon_sdk f0000000.galachip_sdk: chip id 1602
  350. try to auto detect wan mode!
  351. virt f2e00000(phys 5e000000) map to dma 1e000000
  352. ddr buffer use 0x1df8000 bytes
  353. phy_ptr=5fb87000 virt_ptr=f4987000 dma_ptr=1fb87000 dma_start=1e000000
  354. phy_ptr2=5fe00000 virt_ptr2=f4c80000 dma_ptr2=1fe00000
  355. gpon move from O1 to O1
  356. epon move from init to init
  357. libphy: gala_mdio: probed
  358. libphy: gala,virt_mdio0: probed
  359. PMU_handle_int(3307) epm_iept
  360. PMU_handle_int(3311) epm_eful
  361. PMU_handle_int(3323) epm_jeful
  362. PMU_handle_int(3327) epm_ccnor_eful
  363. PMU_handle_int(3331) epm_ccnor_eept
  364. serdes pll lock
  365. wan_state_change_notify(68) sdk_nl_send_event failed ret -22!
  366. wan_state_change_notify(71) report wan state changed!
  367. Galachip Net Device 1.0.0 Init
  368. Galachip Net 1.0.0 Device Init Success With PhyPortMap 0123!
  369. Galachip Pon Mapping 1.0.0 Init
  370. Galachip Pon Mapping 1.0.0 Init Success!
  371. Gcnat Init Success With PhyPortMap 0123!
  372. [TRAFFIC_DETAIL][traffic_detail_hook_init:1202]traffic detail module init!
  373. [TRAFFIC_MIRROR][traffic_mirror_hook_init:1188]traffic mirror module init!
  374. [TRAFFIC_FORWARD][traffic_forward_init:371]traffic forward module init!
  375. [TRAFFIC_MONITOR][traffic_monitor_init:750]traffic monitor module init!
  376. [MAC_FILTER][macfilter_init:390]macfilter_init
  377. IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  378. device eth0 entered promiscuous mode
  379. IPv6: ADDRCONF(NETDEV_UP): eth0.0: link is not ready
  380. br0: port 1(eth0.0) entered blocking state
  381. br0: port 1(eth0.0) entered disabled state
  382. device eth0.0 entered promiscuous mode
  383. chipset_PMU_set_mac_mode(814) not support uni mac type 0
  384. chipset_PMU_set_mac_mode(814) not support uni mac type 0
  385. chipset_PMU_set_mac_mode(814) not support uni mac type 0
  386. IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  387. chipset_PMU_set_mac_mode(814) not support uni mac type 0
  388. chipset_PMU_set_mac_mode(814) not support uni mac type 0
  389. device eth1 entered promiscuous mode
  390. IPv6: ADDRCONF(NETDEV_UP): eth1.0: link is not ready
  391. br0: port 2(eth1.0) entered blocking state
  392. br0: port 2(eth1.0) entered disabled state
  393. device eth1.0 entered promiscuous mode
  394. IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
  395. device eth2 entered promiscuous mode
  396. IPv6: ADDRCONF(NETDEV_UP): eth2.0: link is not ready
  397. br0: port 3(eth2.0) entered blocking state
  398. br0: port 3(eth2.0) entered disabled state
  399. device eth2.0 entered promiscuous mode
  400. IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
  401. device eth3 entered promiscuous mode
  402. IPv6: ADDRCONF(NETDEV_UP): eth3.0: link is not ready
  403. br0: port 4(eth3.0) entered blocking state
  404. br0: port 4(eth3.0) entered disabled state
  405. device eth3.0 entered promiscuous mode
  406. device pon0 entered promiscuous mode
  407. IPv6: ADDRCONF(NETDEV_UP): pon0: link is not ready
  408. IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
  409. Galachip pcm device init1734
  410. ts0 page=320
  411. ts1 page=320
  412. init
  413. regbase = f4c0b000 (phy f2002000)
  414. pcm_dma_ring: f4c0d000 (phy: 59960000)(size=69120)
  415. pcm_dma_ring: f4c1f000 (phy: 59980000)(size=69120)
  416. change pinmux to SPI+PCM mode
  417. TS width:16
  418. TS total slot:4
  419. galachip-tdm TS rate:16KHz
  420. galachip-tdm Snd card channel:2
  421. galachip-tdm init OK
  422. dxs_int, (c) 2014-2016 Intel Corporation
  423.  
  424. [HTTP_USERAGENT][http_UserAgent_hook_init:248]---------------- http UserAgent hook init ---------------
  425. IPv6: ADDRCONF(NETDEV_CHANGE): pon0: link becomes ready
  426. IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  427. IPv6: ADDRCONF(NETDEV_CHANGE): eth0.0: link becomes ready
  428. br0: port 1(eth0.0) entered blocking state
  429. br0: port 1(eth0.0) entered forwarding state
  430. IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
  431. add wan info index 0
  432. br0: port 1(eth0.0) entered disabled state
  433. [br_fdb_delete_by_port][581] call gcnat_l3_del_entry_by_dev_hook
  434. tx omci too small
  435. ptr:d9903100:
  436. 72 65 67 69 73 74 65 72
  437. add wan info index 1
  438. br0: port 1(eth0.0) entered blocking state
  439. br0: port 1(eth0.0) entered forwarding state
  440. WiFi@C12L1,get_dbg_setting_by_profile() 4255: debug level setting=INDEX0_debug_level not found!!
  441. WiFi@C12L1,get_dbg_setting_by_profile() 4278: debug option setting=INDEX0_debug_option not found!!
  442. mt_pci_slave 0001:01:00.0: assign IRQ: got 28
  443. mt_pci_slave 0001:01:00.0: enabling device (0140 -> 0142)
  444. mt_pci_slave 0001:01:00.0: enabling bus mastering
  445. mt_drv 0000:01:00.0: assign IRQ: got 26
  446. mt_drv 0000:01:00.0: enabling device (0140 -> 0142)
  447. mt_drv 0000:01:00.0: enabling bus mastering
  448. mt7916_init()-->
  449. Use 1st iPAiLNA default bin.
  450. WiFi@C12L1,match_index_by_chipname() 507: not find chip name INDEX6
  451. WiFi@C12L1,match_index_by_chipname() 507: not find chip name INDEX7
  452. WiFi@C12L1,match_index_by_chipname() 507: not find chip name INDEX8
  453. WiFi@C12L1,match_index_by_chipname() 507: not find chip name INDEX9
  454. WiFi@C02L1,HwCtrlInit() 556: ser_init() return NDIS_STATUS_FAILURE
  455. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS0 PhyMode=78
  456. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS1 PhyMode=78
  457. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS2 PhyMode=78
  458. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS3 PhyMode=78
  459. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS4 PhyMode=78
  460. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS5 PhyMode=78
  461. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS6 PhyMode=78
  462. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS7 PhyMode=78
  463. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS8 PhyMode=177
  464. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS9 PhyMode=177
  465. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS10 PhyMode=177
  466. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS11 PhyMode=177
  467. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS12 PhyMode=177
  468. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS13 PhyMode=177
  469. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS14 PhyMode=177
  470. WiFi@C12L1,RTMPWirelessModeCfg() 592: Init: BSS15 PhyMode=177
  471. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=0, Desired MFPC=1
  472. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=1, Desired MFPC=1
  473. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=2, Desired MFPC=1
  474. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=3, Desired MFPC=1
  475. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=4, Desired MFPC=1
  476. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=5, Desired MFPC=1
  477. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=6, Desired MFPC=1
  478. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=7, Desired MFPC=1
  479. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=8, Desired MFPC=1
  480. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=9, Desired MFPC=1
  481. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=10, Desired MFPC=1
  482. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=11, Desired MFPC=1
  483. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=12, Desired MFPC=1
  484. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=13, Desired MFPC=1
  485. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=14, Desired MFPC=1
  486. WiFi@C15L1,Set_PMFMFPC_Proc() 1715: [PMF] :: apidx=15, Desired MFPC=1
  487. WiFi@C12L1,rtmp_read_ap_client_from_file() 1576: APCLI[0] ApCliMuMimoDlEnable = 0
  488. WiFi@C12L1,rtmp_read_ap_client_from_file() 1576: APCLI[1] ApCliMuMimoDlEnable = 0
  489. WiFi@C12L1,rtmp_read_ap_client_from_file() 1595: APCLI[0] ApCliMuMimoUlEnable = 0
  490. WiFi@C12L1,rtmp_read_ap_client_from_file() 1595: APCLI[1] ApCliMuMimoUlEnable = 0
  491. BWCG(0) idx:1 VOW_Airtime_Ctrl_En --> 1
  492. BWCG(1) idx:2 VOW_Airtime_Ctrl_En --> 1
  493. BWCG(2) idx:3 VOW_Airtime_Ctrl_En --> 1
  494. BWCG(3) idx:4 VOW_Airtime_Ctrl_En --> 1
  495. BWCG(4) idx:5 VOW_Airtime_Ctrl_En --> 1
  496. BWCG(5) idx:6 VOW_Airtime_Ctrl_En --> 1
  497. BWCG(6) idx:7 VOW_Airtime_Ctrl_En --> 1
  498. BWCG(7) idx:9 VOW_Airtime_Ctrl_En --> 1
  499. BWCG(8) idx:10 VOW_Airtime_Ctrl_En --> 1
  500. BWCG(9) idx:11 VOW_Airtime_Ctrl_En --> 1
  501. BWCG(10) idx:12 VOW_Airtime_Ctrl_En --> 1
  502. BWCG(11) idx:13 VOW_Airtime_Ctrl_En --> 1
  503. BWCG(12) idx:14 VOW_Airtime_Ctrl_En --> 1
  504. BWCG(13) idx:15 VOW_Airtime_Ctrl_En --> 1
  505. RTMPSetProfileParameters(): air_eng[0]=1
  506. RTMPSetProfileParameters(): air_eng[1]=1
  507. gc_cmm_init() Enter
  508. using E1 ROM patch
  509. using E1 RAM
  510. current sync CR = 0x1
  511. Built date: 20220527170901a
  512. Platform: ALPS
  513. HW/SW version: 0x8a108a10
  514. Patch version: 0xffffffff
  515. current sync CR = 0x1
  516. Chip ID: 0x13
  517. Eco version: 0x00
  518. Region number: 0x09
  519. Format version: 0x02
  520. Format flag: 0x01
  521. Ram version: ____000000
  522. Built date: 20220527170916
  523. Common crc: 0xec0833db
  524. Release info: header tag = 0, total length = 64
  525. tag 1, padding length = 1, tag length = 59
  526. payload: t-neptune-main-mt7915-1953-MT7916_MP2111_IMP-20220527165900
  527. Chip ID: 0x00
  528. Eco version: 0x00
  529. Region number: 0x03
  530. Format version: 0x02
  531. Format flag: 0x01
  532. Ram version: DEV_000000
  533. Built date: 20220527171003
  534. Common crc: 0x566d045a
  535. Release info: header tag = 0, total length = 0
  536. current sync CR = 0x7
  537. efuse_probe: efuse = 100002
  538. Use default BIN from:/etc/wireless/mediatek/MT7916_EEPROM.bin.
  539. WiFi@C02L1,is_cal_free_ic() 774: [a-die version:1]
  540. WiFi@C17L1,RTMPReadTxPwrPerRate() 450: (450): Don't Support this now!
  541. WiFi@C01L1,AntCfgInit() 3060: Not support for HIF_MT yet!
  542. WiFi@C17L1,tx_pwr_comp_init() 641: NotSupportYet!
  543. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  544. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  545. WiFi@C14L1,IPMacTable_init() 348: IPMacTable already inited!
  546. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  547. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  548. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:ra1, index:21
  549. local iface init failed
  550. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:ra2, index:22
  551. local iface init failed
  552. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:ra3, index:23
  553. local iface init failed
  554. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:ra4, index:24
  555. local iface init failed
  556. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:ra5, index:25
  557. local iface init failed
  558. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:ra6, index:26
  559. local iface init failed
  560. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:ra7, index:27
  561. local iface init failed
  562. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:rax0, index:28
  563. local iface init failed
  564. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:rax1, index:29
  565. local iface init failed
  566. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:rax2, index:30
  567. local iface init failed
  568. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:rax3, index:31
  569. local iface init failed
  570. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:rax4, index:32
  571. local iface init failed
  572. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:rax5, index:33
  573. local iface init failed
  574. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:rax6, index:34
  575. local iface init failed
  576. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:rax7, index:35
  577. local iface init failed
  578. +++++++++apcli_entry->ApcliInfStat.ApCliInit = 1
  579. create local iface info: mac:0xfe:0x70:0xc:0x84:0x3e:0x4f, name:apcli0, index:36
  580. +++++++++apcli_entry->ApcliInfStat.ApCliInit = 1
  581. create local iface info: mac:0xf2:0x70:0xc:0x84:0x3e:0x4f, name:apclix0, index:37
  582. WiFi@C00L1,MtCmdCr4RedSet() 914: MtCmdCr4RedSet: (ret = 0)
  583. WiFi@C00L1,SendRedCmd() 1049: SendRedCmd:(ret = 1)
  584. create local iface info: mac:0x0:0x0:0x0:0x0:0x0:0x0, name:ra0, index:20
  585. local iface init failed
  586. WiFi@C14L1,vht80_channel_group() 1560: invalid ch_band 0
  587. WiFi@C14L1,vht160_channel_group() 1629: invalid ch_band 0
  588. WiFi@C14L1,vht80_channel_group() 1560: invalid ch_band 0
  589. WiFi@C14L1,vht160_channel_group() 1629: invalid ch_band 0
  590. WiFi@C14L1,vht80_channel_group() 1560: invalid ch_band 0
  591. WiFi@C14L1,vht160_channel_group() 1629: invalid ch_band 0
  592. WiFi@C14L1,vht80_channel_group() 1560: invalid ch_band 0
  593. WiFi@C14L1,vht160_channel_group() 1629: invalid ch_band 0
  594. WiFi@C14L1,vht80_channel_group() 1560: invalid ch_band 0
  595. WiFi@C14L1,vht160_channel_group() 1629: invalid ch_band 0
  596. WiFi@C14L1,vht80_channel_group() 1560: invalid ch_band 0
  597. WiFi@C14L1,vht160_channel_group() 1629: invalid ch_band 0
  598. WiFi@C14L1,vht80_channel_group() 1560: invalid ch_band 0
  599. WiFi@C14L1,vht160_channel_group() 1629: invalid ch_band 0
  600. WiFi@C14L1,vht80_channel_group() 1560: invalid ch_band 0
  601. WiFi@C14L1,vht160_channel_group() 1629: invalid ch_band 0
  602. WiFi@C14L1,vht80_channel_group() 1560: invalid ch_band 0
  603. WiFi@C14L1,vht160_channel_group() 1629: invalid ch_band 0
  604. WiFi@C14L1,vht80_channel_group() 1560: invalid ch_band 0
  605. WiFi@C14L1,vht160_channel_group() 1629: invalid ch_band 0
  606. WiFi@C14L1,vht80_channel_group() 1560: invalid ch_band 0
  607. WiFi@C14L1,vht160_channel_group() 1629: invalid ch_band 0
  608. WiFi@C14L1,vht80_channel_group() 1560: invalid ch_band 0
  609. WiFi@C14L1,vht160_channel_group() 1629: invalid ch_band 0
  610. WiFi@C14L1,vht80_channel_group() 1560: invalid ch_band 0
  611. WiFi@C14L1,vht160_channel_group() 1629: invalid ch_band 0
  612. WiFi@C00L1,mt7916_apply_dpd_flatness_data() 588: eeprom 0x19a bit 0 is 0, do runtime cal
  613. err! can not find the local iface:00:00:00:00:00:00
  614. WiFi@C12L1,wifi_sys_open() 896: wifi_sys_open():band0 group_idx[0]=0, bw_grp=16 omac=0
  615. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  616. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  617. WiFi@C00L1,ApAutoChannelAtBootUp() 501: not A band
  618. WiFi@C08L1,ap_run_at_boot() 627: ACS is disable !!
  619. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  620. WiFi@C00L1,mt7916_apply_dpd_flatness_data() 588: eeprom 0x19a bit 0 is 0, do runtime cal
  621. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  622. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  623. WiFi@C00L1,mt7916_apply_dpd_flatness_data() 588: eeprom 0x19a bit 0 is 0, do runtime cal
  624. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  625. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  626. WiFi@C00L1,mt7916_apply_dpd_flatness_data() 588: eeprom 0x19a bit 0 is 0, do runtime cal
  627. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  628. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  629. WiFi@C00L1,mt7916_apply_dpd_flatness_data() 588: eeprom 0x19a bit 0 is 0, do runtime cal
  630. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  631. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  632. WiFi@C00L1,mt7916_apply_dpd_flatness_data() 588: eeprom 0x19a bit 0 is 0, do runtime cal
  633. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  634. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  635. WiFi@C00L1,mt7916_apply_dpd_flatness_data() 588: eeprom 0x19a bit 0 is 0, do runtime cal
  636. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  637. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  638. WiFi@C00L1,mt7916_apply_dpd_flatness_data() 588: eeprom 0x19a bit 0 is 0, do runtime cal
  639. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  640. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  641. WiFi@C00L1,mt7916_apply_dpd_flatness_data() 588: eeprom 0x19a bit 0 is 0, do runtime cal
  642. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  643. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  644. WiFi@C00L1,mt7916_apply_dpd_flatness_data() 588: eeprom 0x19a bit 0 is 0, do runtime cal
  645. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  646. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  647. WiFi@C00L1,mt7916_apply_dpd_flatness_data() 588: eeprom 0x19a bit 0 is 0, do runtime cal
  648. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  649. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  650. WiFi@C00L1,mt7916_apply_dpd_flatness_data() 588: eeprom 0x19a bit 0 is 0, do runtime cal
  651. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  652. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  653. WiFi@C00L1,mt7916_apply_dpd_flatness_data() 588: eeprom 0x19a bit 0 is 0, do runtime cal
  654. WiFi@C03L1,MtCmdSetMacTxRx() 10215: (ret = 0)
  655. WiFi@C00L1,mt7916_apply_dpd_flatness_data() 588: eeprom 0x19a bit 0 is 0, do runtime cal
  656. err! can not find the local iface:f8:70:0c:84:3e:4f
  657. WiFi@C00L1,mt7916_apply_dpd_flatness_data() 588: eeprom 0x19a bit 0 is 0, do runtime cal
  658. err! can not find the local iface:f8:70:0c:84:3e:4f
  659. WiFi@C00L1,TxCCKStreamCtrl() 20288: set wrong parameters
  660. PrintSrCmd:
  661. u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
  662. u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
  663. PrintSrCmd:
  664. u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
  665. u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
  666. PrintSrCmd:
  667. u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
  668. u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
  669. PrintSrCmd:
  670. u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
  671. u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
  672. PrintSrCmd:
  673. u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
  674. u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
  675. PrintSrCmd:
  676. u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
  677. u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
  678. ----->APStartUpForMbss : emesh init ap iface
  679. create local iface info: mac:0xf8:0x70:0xc:0x84:0x3e:0x4f, name:ra0, index:20
  680. IPv6: ADDRCONF(NETDEV_CHANGE): eth3: link becomes ready
  681. IPv6: ADDRCONF(NETDEV_CHANGE): eth3.0: link becomes ready
  682. br0: port 4(eth3.0) entered blocking state
  683. br0: port 4(eth3.0) entered forwarding state
  684. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(0) bss not ready (state:2, caller:ap_link_down+0x88/0x120 [mt7916_ap])!!
  685. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(0) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  686. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(1) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  687. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(2) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  688. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(3) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  689. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(4) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  690. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(5) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  691. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(6) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  692. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(7) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  693. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(8) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  694. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(9) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  695. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(10) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  696. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(11) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  697. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(12) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  698. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(13) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  699. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(14) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  700. WiFi@C08L1,UpdateBeaconHandler() 1885: wdev(15) bss not ready (state:0, caller:APStopByBss+0xf0/0x484 [mt7916_ap])!!
  701. current sync CR = 0x7
  702. current sync CR = 0x7
  703. current sync CR = 0x7
  704. current sync CR = 0x7
  705. current sync CR = 0x7
  706. current sync CR = 0x1
  707. WiFi@C04L1,RT28xxPciAsicRadioOff() 139: Not support for HIF_MT yet!
  708. WiFi@C00L1,RTMPDrvClose() 1117: call RT28xxPciAsicRadioOff fail !!
  709. gc_cmm_deinit() Enter
  710. [Nop_List_Backup] NopList Channel count:0 <----
  711. 7906@C12L1,rt28xx_ap_ioctl() 873: interface is down, cmd [8be2] return!!!
  712. 7906@C12L1,rt28xx_ap_ioctl() 873: interface is down, cmd [8be2] return!!!
  713. 7906@C12L1,rt28xx_ap_ioctl() 873: interface is down, cmd [8be2] return!!!
  714. 7906@C12L1,rt28xx_ap_ioctl() 873: interface is down, cmd [8be2] return!!!
  715. ###Kernel### dsp_gc_echo_create
  716. Creating GC AEC
  717. GC AEC created, clock_rate=8000, samples per frame=80
  718. ###kernel### dsp_gc_echo_create end!
  719. gcemesh:drop IP addr timeout! stop dropping IP addr.
  720. br0: port 4(eth3.0) entered disabled state
  721. [br_fdb_delete_by_port][581] call gcnat_l3_del_entry_by_dev_hook
  722. br0: port 4(eth3.0) entered blocking state
  723. br0: port 4(eth3.0) entered forwarding state
  724. root@FC3104X:~ #
  725.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement