Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- BusyBox v1.24.2 () built-in shell (ash)
- _________
- / /\ _ ___ ___ ___
- / LE / \ | | | __| \| __|
- / DE / \ | |__| _|| |) | _|
- /________/ LE \ |____|___|___/|___| lede-project.org
- \ \ DE /
- \ LE \ / -----------------------------------------------------------
- \ DE \ / Reboot (HEAD, r1141)
- \________\/ -----------------------------------------------------------
- root@lede-WiTi:~# cat /etc/config/network
- config interface 'loopback'
- option ifname 'lo'
- option proto 'static'
- option ipaddr '127.0.0.1'
- option netmask '255.0.0.0'
- config globals 'globals'
- #config interface 'lan'
- # option type 'bridge'
- # option ifname 'eth0.1'
- # option proto 'static'
- # option ipaddr '192.168.1.1'
- # option netmask '255.255.255.0'
- # option ip6assign '60'
- config interface 'E1'
- option 'proto' 'hnet'
- option ifname 'eth0.1'
- config interface 'W24'
- option proto 'hnet'
- config interface 'W5'
- option proto 'hnet'
- config interface 'E0'
- option ifname 'eth0.2'
- # option _orig_ifname 'eth0.2'
- # option _orig_bridge 'false'
- # option proto 'dhcp'
- option proto 'hnet'
- config device 'lan_dev'
- option name 'eth0.1'
- option macaddr '76:77:d4:19:ab:e6'
- config switch
- option name 'switch0'
- option reset '1'
- option enable_vlan '1'
- config switch_vlan
- option device 'switch0'
- option vlan '1'
- option ports '0 1 2 3 6t'
- config switch_vlan
- option device 'switch0'
- option vlan '2'
- option ports '4 6t'
- root@lede-WiTi:~# cat /etc/config/wireless
- config wifi-device 'radio0'
- option type 'mac80211'
- option channel '36'
- option hwmode '11a'
- option path 'pci0000:00/0000:00:00.0/0000:01:00.0'
- option htmode 'VHT80'
- option txpower '20'
- option country '00'
- config wifi-iface
- option device 'radio0'
- option network 'W5'
- option mode 'ap'
- option encryption 'none'
- option ssid 'WiTi5'
- config wifi-device 'radio1'
- option type 'mac80211'
- option channel '11'
- option hwmode '11g'
- option path 'pci0000:00/0000:00:01.0/0000:02:00.0'
- option htmode 'HT20'
- option txpower '20'
- option country '00'
- config wifi-iface
- option device 'radio1'
- option network 'W24'
- option mode 'ap'
- option encryption 'none'
- option ssid 'WiTi'
- root@lede-WiTi:~# cat /etc/config/firewall
- config defaults
- option syn_flood '1'
- option input 'ACCEPT'
- option output 'ACCEPT'
- option forward 'REJECT'
- config zone
- option name 'lan'
- # list network 'lan'
- list network 'E1'
- list network 'W24'
- list network 'W5'
- list network 'E0'
- option input 'ACCEPT'
- option output 'ACCEPT'
- option forward 'ACCEPT'
- config zone
- option name 'wan'
- # list network 'wan'
- # list network 'wan6'
- option input 'REJECT'
- option output 'ACCEPT'
- option forward 'REJECT'
- option masq '1'
- option mtu_fix '1'
- config forwarding
- option src 'lan'
- option dest 'wan'
- config rule
- option name 'Allow-DHCP-Renew'
- option src 'wan'
- option proto 'udp'
- option dest_port '68'
- option target 'ACCEPT'
- option family 'ipv4'
- config rule
- option name 'Allow-Ping'
- option src 'wan'
- option proto 'icmp'
- option icmp_type 'echo-request'
- option family 'ipv4'
- option target 'ACCEPT'
- config rule
- option name 'Allow-IGMP'
- option src 'wan'
- option proto 'igmp'
- option family 'ipv4'
- option target 'ACCEPT'
- config rule
- option name 'Allow-DHCPv6'
- option src 'wan'
- option proto 'udp'
- option src_ip 'fc00::/6'
- option dest_ip 'fc00::/6'
- option dest_port '546'
- option family 'ipv6'
- option target 'ACCEPT'
- config rule
- option name 'Allow-MLD'
- option src 'wan'
- option proto 'icmp'
- option src_ip 'fe80::/10'
- list icmp_type '130/0'
- list icmp_type '131/0'
- list icmp_type '132/0'
- list icmp_type '143/0'
- option family 'ipv6'
- option target 'ACCEPT'
- config rule
- option name 'Allow-ICMPv6-Input'
- option src 'wan'
- option proto 'icmp'
- list icmp_type 'echo-request'
- list icmp_type 'echo-reply'
- list icmp_type 'destination-unreachable'
- list icmp_type 'packet-too-big'
- list icmp_type 'time-exceeded'
- list icmp_type 'bad-header'
- list icmp_type 'unknown-header-type'
- list icmp_type 'router-solicitation'
- list icmp_type 'neighbour-solicitation'
- list icmp_type 'router-advertisement'
- list icmp_type 'neighbour-advertisement'
- option limit '1000/sec'
- option family 'ipv6'
- option target 'ACCEPT'
- config rule
- option name 'Allow-ICMPv6-Forward'
- option src 'wan'
- option dest '*'
- option proto 'icmp'
- list icmp_type 'echo-request'
- list icmp_type 'echo-reply'
- list icmp_type 'destination-unreachable'
- list icmp_type 'packet-too-big'
- list icmp_type 'time-exceeded'
- list icmp_type 'bad-header'
- list icmp_type 'unknown-header-type'
- option limit '1000/sec'
- option family 'ipv6'
- option target 'ACCEPT'
- config include
- option path '/etc/firewall.user'
- config rule
- option src 'wan'
- option dest 'lan'
- option proto 'esp'
- option target 'ACCEPT'
- config rule
- option src 'wan'
- option dest 'lan'
- option dest_port '500'
- option proto 'udp'
- option target 'ACCEPT'
- config include 'miniupnpd'
- option type 'script'
- option path '/usr/share/miniupnpd/firewall.include'
- option family 'any'
- option reload '1'
- root@lede-WiTi:~# cat /etc/config/dhcp
- config dnsmasq
- option domainneeded '1'
- option filterwin2k '0'
- option localise_queries '1'
- option rebind_protection '1'
- option rebind_localhost '1'
- option local '/lan/'
- option domain 'lan'
- option expandhosts '1'
- option nonegcache '0'
- option authoritative '1'
- option readethers '1'
- option leasefile '/tmp/dhcp.leases'
- option resolvfile '/tmp/resolv.conf.auto'
- option localservice '0'
- option boguspriv '0'
- config dhcp 'lan'
- option interface 'lan'
- option start '100'
- option limit '150'
- option leasetime '12h'
- option dhcpv6 'server'
- option ra 'server'
- config dhcp 'wan'
- option interface 'wan'
- option ignore '1'
- config odhcpd 'odhcpd'
- option leasefile '/tmp/hosts/odhcpd'
- option leasetrigger '/usr/sbin/odhcpd-update'
- option maindhcp '1'
- root@lede-WiTi:~# /etc/init.d/network restart
- ----- ...and serial console shows -----
- [ 995.350000] br-lan: port 1(eth0.1) entered disabled state
- [ 995.380000] device eth0.1 left promiscuous mode
- [ 995.390000] br-lan: port 1(eth0.1) entered disabled state
- [ 995.420000] device eth0 left promiscuous mode
- [ 995.440000] IPv6: ADDRCONF(NETDEV_UP): eth0.1: link is not ready
- [ 998.110000] device eth0 entered promiscuous mode
- [ 999.340000] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
- [ 999.660000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
- [ 1000.070000] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
- [ 1000.740000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
- ===== Full serial console output from boot =====
- ===================================================================
- MT7621 stage1 code 10:33:55 (ASIC)
- CPU=500000000 HZ BUS=166666666 HZ
- ==================================================================
- Change MPLL source from XTAL to CR...
- do MEMPLL setting..
- MEMPLL Config : 0x31100000
- 3PLL mode + External loopback
- === XTAL-40Mhz === DDR-800Mhz ===
- PLL3 FB_DL: 0x4, 1/0 = 516/508 11000000
- PLL2 FB_DL: 0xc, 1/0 = 566/458 31000000
- PLL4 FB_DL: 0xc, 1/0 = 689/335 31000000
- do DDR setting..[01F40000]
- Apply DDR3 Setting...(use customer AC)
- 0 8 16 24 32 40 48 56 64 72 80 88 96 104 112 120
- --------------------------------------------------------------------------------
- 0000:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0001:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0002:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0003:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0004:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0005:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0006:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0007:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0008:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0009:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 000A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 000B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 000C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 000D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 000E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
- 000F:| 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1
- 0010:| 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0
- 0011:| 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0
- 0012:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0013:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0014:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0015:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0016:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0017:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0018:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0019:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 001A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 001B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 001C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 001D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 001E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 001F:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- rank 0 coarse = 16
- rank 0 fine = 56
- B:| 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0
- opt_dle value:9
- DRAMC_R0DELDLY[018]=00003131
- ==================================================================
- RX DQS perbit delay software calibration
- ==================================================================
- 1.0-15 bit dq delay value
- ==================================================================
- bit| 0 1 2 3 4 5 6 7 8 9
- --------------------------------------
- 0 | 11 9 11 11 11 9 11 7 8 9
- 10 | 9 11 8 13 7 11
- --------------------------------------
- ==================================================================
- 2.dqs window
- x=pass dqs delay value (min~max)center
- y=0-7bit DQ of every group
- input delay:DQS0 =49 DQS1 = 49
- ==================================================================
- bit DQS0 bit DQS1
- 0 (1~97)49 8 (1~94)47
- 1 (1~95)48 9 (2~94)48
- 2 (1~95)48 10 (2~94)48
- 3 (1~95)48 11 (2~92)47
- 4 (1~95)48 12 (1~92)46
- 5 (1~97)49 13 (2~96)49
- 6 (1~97)49 14 (1~96)48
- 7 (1~98)49 15 (1~94)47
- ==================================================================
- 3.dq delay value last
- ==================================================================
- bit| 0 1 2 3 4 5 6 7 8 9
- --------------------------------------
- 0 | 11 10 12 12 12 9 11 7 10 10
- 10 | 10 13 11 13 8 13
- ==================================================================
- ==================================================================
- TX perbyte calibration
- ==================================================================
- DQS loop = 15, cmp_err_1 = ffff0000
- dqs_perbyte_dly.last_dqsdly_pass[0]=15, finish count=1
- dqs_perbyte_dly.last_dqsdly_pass[1]=15, finish count=2
- DQ loop=15, cmp_err_1 = ffff0000
- dqs_perbyte_dly.last_dqdly_pass[0]=15, finish count=1
- dqs_perbyte_dly.last_dqdly_pass[1]=15, finish count=2
- byte:0, (DQS,DQ)=(8,8)
- byte:1, (DQS,DQ)=(8,8)
- 20,data:88
- [EMI] DRAMC calibration passed
- ===================================================================
- MT7621 stage1 code done
- CPU=500000000 HZ BUS=166666666 HZ
- ===================================================================
- U-Boot 1.1.3 (May 17 2015 - 18:53:31)
- Board: Ralink APSoC DRAM: 256 MB
- relocate_code Pointer at: 8ffb8000
- Config XHCI 40M PLL
- flash manufacture id: c8, device id 40 18
- find flash: GD25Q128C
- *** Warning - bad CRC, using default environment
- ============================================
- Ralink UBoot Version: 4.3.0.0
- --------------------------------------------
- ASIC MT7621A DualCore (MAC to MT7530 Mode)
- DRAM_CONF_FROM: Auto-Detection
- DRAM_TYPE: DDR3
- DRAM bus: 16 bit
- Xtal Mode=3 OCP Ratio=1/3
- Flash component: SPI Flash
- Date:May 17 2015 Time:18:53:31
- ============================================
- icache: sets:256, ways:4, linesz:32 ,total:32768
- dcache: sets:256, ways:4, linesz:32 ,total:32768
- ##### The CPU freq = 880 MHZ ####
- estimate memory size =256 Mbytes
- #Reset_MT7530
- Please choose the operation:
- 1: Load system code to SDRAM via TFTP.
- 2: Load system code then write to Flash via TFTP.
- 3: Boot system code via Flash (default).
- 4: Entr boot command line interface.
- 7: Load Boot Loader code then write to Flash via Serial.
- 9: Load Boot Loader code then write to Flash via TFTP. 0
- 3: System Boot system code via Flash.
- ## Booting image at bfc50000 ...
- Image Name: MIPS LEDE Linux-4.4.15
- Image Type: MIPS Linux Kernel Image (lzma compressed)
- Data Size: 1581109 Bytes = 1.5 MB
- Load Address: 80001000
- Entry Point: 80001000
- Verifying Checksum ... OK
- Uncompressing Kernel Image ... OK
- No initrd
- ## Transferring control to Linux (at address 80001000) ...
- ## Giving linux memsize in MB, 256
- Starting kernel ...
- [ 0.000000] Linux version 4.4.15 (buildbot@builds) (gcc version 5.4.0 (LEDE GCC 5.4.0 r1122) ) #1 SMP Thu Jul 28 17:17:23 UTC 2016
- [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
- [ 0.000000] bootconsole [early0] enabled
- [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
- [ 0.000000] MIPS: machine is MQmaker WiTi
- [ 0.000000] Determined physical RAM map:
- [ 0.000000] memory: 10000000 @ 00000000 (usable)
- [ 0.000000] Initrd not found or empty - disabling initrd
- [ 0.000000] Zone ranges:
- [ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff]
- [ 0.000000] HighMem empty
- [ 0.000000] Movable zone start for each node
- [ 0.000000] Early memory node ranges
- [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000fffffff]
- [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
- [ 0.000000] VPE topology {2,2} total 4
- [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
- [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
- [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
- [ 0.000000] PERCPU: Embedded 10 pages/cpu @8120c000 s8448 r8192 d24320 u40960
- [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
- [ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2
- [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
- [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
- [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
- [ 0.000000] Writing ErrCtl register=0005b800
- [ 0.000000] Readback ErrCtl register=0005b800
- [ 0.000000] Memory: 254456K/262144K available (3654K kernel code, 170K rwdata, 844K rodata, 248K init, 252K bss, 7688K reserved, 0K cma-reserved, 0K highmem)
- [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
- [ 0.000000] Hierarchical RCU implementation.
- [ 0.000000] NR_IRQS:256
- [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns
- [ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 21474836475000000ns
- [ 0.010000] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688)
- [ 0.070000] pid_max: default: 32768 minimum: 301
- [ 0.080000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
- [ 0.090000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
- [ 0.100000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
- [ 0.100000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
- [ 0.100000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
- [ 0.100000] CPU1 revision is: 0001992f (MIPS 1004Kc)
- [ 0.190000] Synchronize counters for CPU 1: done.
- [ 0.200000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
- [ 0.200000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
- [ 0.200000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
- [ 0.200000] CPU2 revision is: 0001992f (MIPS 1004Kc)
- [ 0.290000] Synchronize counters for CPU 2: done.
- [ 0.300000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
- [ 0.300000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
- [ 0.300000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
- [ 0.300000] CPU3 revision is: 0001992f (MIPS 1004Kc)
- [ 0.390000] Synchronize counters for CPU 3: done.
- [ 0.400000] Brought up 4 CPUs
- [ 0.400000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
- [ 0.410000] pinctrl core: initialized pinctrl subsystem
- [ 0.420000] NET: Registered protocol family 16
- [ 0.460000] pull PCIe RST: RALINK_RSTCTRL = 4000000
- [ 0.690000] release PCIe RST: RALINK_RSTCTRL = 7000000
- [ 0.700000] ***** Xtal 40MHz *****
- [ 0.710000] release PCIe RST: RALINK_RSTCTRL = 7000000
- [ 0.720000] Port 0 N_FTS = 1b102800
- [ 0.720000] Port 1 N_FTS = 1b102800
- [ 0.730000] Port 2 N_FTS = 1b102800
- [ 1.600000] -> 21007f2
- [ 1.600000] PCIE0 enabled
- [ 1.610000] PCIE1 enabled
- [ 1.610000] PCIE2 enabled
- [ 1.620000] PCI host bridge /pcie@1e140000 ranges:
- [ 1.620000] MEM 0x0000000060000000..0x000000006fffffff
- [ 1.640000] IO 0x000000001e160000..0x000000001e16ffff
- [ 1.650000] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
- [ 1.690000] mt7621_gpio 1e000600.gpio: registering 32 gpios
- [ 1.700000] mt7621_gpio 1e000600.gpio: registering 32 gpios
- [ 1.710000] mt7621_gpio 1e000600.gpio: registering 32 gpios
- [ 1.720000] PCI host bridge to bus 0000:00
- [ 1.720000] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
- [ 1.730000] pci_bus 0000:00: root bus resource [io 0xffffffff]
- [ 1.740000] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
- [ 1.750000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
- [ 1.760000] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
- [ 1.770000] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
- [ 1.780000] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
- [ 1.790000] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
- [ 1.800000] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
- [ 1.810000] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000]
- [ 1.820000] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000]
- [ 1.830000] pci 0000:00:02.0: BAR 0: no space for [mem size 0x80000000]
- [ 1.840000] pci 0000:00:02.0: BAR 0: failed to assign [mem size 0x80000000]
- [ 1.850000] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff]
- [ 1.860000] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref]
- [ 1.870000] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff]
- [ 1.880000] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref]
- [ 1.890000] pci 0000:00:02.0: BAR 8: assigned [mem 0x60400000-0x604fffff]
- [ 1.900000] pci 0000:00:02.0: BAR 9: assigned [mem 0x60500000-0x605fffff pref]
- [ 1.910000] pci 0000:00:00.0: BAR 1: assigned [mem 0x60600000-0x6060ffff]
- [ 1.920000] pci 0000:00:01.0: BAR 1: assigned [mem 0x60610000-0x6061ffff]
- [ 1.930000] pci 0000:00:02.0: BAR 1: assigned [mem 0x60620000-0x6062ffff]
- [ 1.940000] pci 0000:00:02.0: BAR 7: no space for [io size 0x1000]
- [ 1.950000] pci 0000:00:02.0: BAR 7: failed to assign [io size 0x1000]
- [ 1.960000] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit]
- [ 1.970000] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref]
- [ 1.980000] pci 0000:00:00.0: PCI bridge to [bus 01]
- [ 1.980000] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff]
- [ 1.990000] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref]
- [ 2.000000] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit]
- [ 2.010000] pci 0000:02:00.0: BAR 6: assigned [mem 0x60300000-0x6030ffff pref]
- [ 2.020000] pci 0000:00:01.0: PCI bridge to [bus 02]
- [ 2.020000] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff]
- [ 2.030000] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref]
- [ 2.040000] pci 0000:03:00.0: BAR 6: assigned [mem 0x60500000-0x6050ffff pref]
- [ 2.050000] pci 0000:03:00.0: BAR 5: assigned [mem 0x60400000-0x604001ff]
- [ 2.060000] pci 0000:03:00.0: BAR 4: no space for [io size 0x0020]
- [ 2.070000] pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0020]
- [ 2.080000] pci 0000:03:00.0: BAR 0: no space for [io size 0x0008]
- [ 2.090000] pci 0000:03:00.0: BAR 0: failed to assign [io size 0x0008]
- [ 2.100000] pci 0000:03:00.0: BAR 2: no space for [io size 0x0008]
- [ 2.110000] pci 0000:03:00.0: BAR 2: failed to assign [io size 0x0008]
- [ 2.120000] pci 0000:03:00.0: BAR 1: no space for [io size 0x0004]
- [ 2.130000] pci 0000:03:00.0: BAR 1: failed to assign [io size 0x0004]
- [ 2.140000] pci 0000:03:00.0: BAR 3: no space for [io size 0x0004]
- [ 2.150000] pci 0000:03:00.0: BAR 3: failed to assign [io size 0x0004]
- [ 2.160000] pci 0000:00:02.0: PCI bridge to [bus 03]
- [ 2.160000] pci 0000:00:02.0: bridge window [mem 0x60400000-0x604fffff]
- [ 2.170000] pci 0000:00:02.0: bridge window [mem 0x60500000-0x605fffff pref]
- [ 2.180000] BAR0 at slot 0 = 0
- [ 2.180000] bus=0x0, slot = 0x0
- [ 2.190000] BAR0 at slot 1 = 0
- [ 2.190000] bus=0x0, slot = 0x1
- [ 2.200000] BAR0 at slot 2 = 0
- [ 2.200000] bus=0x0, slot = 0x2
- [ 2.210000] bus=0x1, slot = 0x0, irq=0xff
- [ 2.210000] bus=0x2, slot = 0x1, irq=0xff
- [ 2.220000] bus=0x3, slot = 0x2, irq=0x0
- [ 2.220000] clocksource: Switched to clocksource GIC
- [ 2.230000] NET: Registered protocol family 2
- [ 2.240000] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
- [ 2.250000] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
- [ 2.260000] TCP: Hash tables configured (established 2048 bind 2048)
- [ 2.280000] UDP hash table entries: 256 (order: 1, 8192 bytes)
- [ 2.290000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
- [ 2.300000] NET: Registered protocol family 1
- [ 2.310000] futex hash table entries: 1024 (order: 3, 32768 bytes)
- [ 2.330000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
- [ 2.340000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
- [ 2.370000] io scheduler noop registered
- [ 2.370000] io scheduler deadline registered (default)
- [ 2.380000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
- [ 2.400000] console [ttyS0] disabled
- [ 2.410000] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 33, base_baud = 3125000) is a 16550A
- [ 2.420000] console [ttyS0] enabled
- [ 2.420000] console [ttyS0] enabled
- [ 2.440000] bootconsole [early0] disabled
- [ 2.440000] bootconsole [early0] disabled
- [ 2.460000] MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error
- [ 2.470000] spi-mt7621 1e000b00.spi: sys_freq: 50000000
- [ 2.480000] m25p80 spi32766.0: using chunked io (size=32)
- [ 2.490000] m25p80 spi32766.0: gd25q128 (16384 Kbytes)
- [ 2.500000] 4 ofpart partitions found on MTD device spi32766.0
- [ 2.510000] Creating 4 MTD partitions on "spi32766.0":
- [ 2.530000] 0x000000000000-0x000000030000 : "u-boot"
- [ 2.540000] 0x000000030000-0x000000040000 : "u-boot-env"
- [ 2.550000] 0x000000040000-0x000000050000 : "factory"
- [ 2.560000] 0x000000050000-0x000001000000 : "firmware"
- [ 2.600000] 2 uimage-fw partitions found on MTD device firmware
- [ 2.610000] 0x000000050000-0x0000001d2075 : "kernel"
- [ 2.630000] 0x0000001d2075-0x000001000000 : "rootfs"
- [ 2.640000] mtd: device 5 (rootfs) set to be root filesystem
- [ 2.650000] 1 squashfs-split partitions found on MTD device rootfs
- [ 2.660000] 0x0000003d0000-0x000001000000 : "rootfs_data"
- [ 2.670000] netif_napi_add() called with weight 128 on device eth%d
- [ 2.700000] mtk_soc_eth 1e100000.ethernet: generated random MAC address 0e:f1:45:93:74:04
- [ 2.720000] libphy: mdio: probed
- [ 2.730000] mtk_soc_eth 1e100000.ethernet: loaded mt7530 driver
- [ 2.740000] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 10
- [ 2.760000] mt7621_wdt 1e000100.wdt: Initialized
- [ 2.770000] NET: Registered protocol family 10
- [ 2.780000] NET: Registered protocol family 17
- [ 2.790000] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
- [ 2.820000] Bridge firewalling registered
- [ 2.820000] 8021q: 802.1Q VLAN Support v1.8
- [ 2.840000] hctosys: unable to open rtc device (rtc0)
- [ 2.850000] VFS: Mounted root (squashfs filesystem) readonly on device 31:5.
- [ 2.870000] Freeing unused kernel memory: 248K (80492000 - 804d0000)
- [ 3.030000] random: nonblocking pool is initialized
- [ 3.830000] init: Console is alive
- [ 3.840000] init: - watchdog -
- [ 4.600000] usbcore: registered new interface driver usbfs
- [ 4.610000] usbcore: registered new interface driver hub
- [ 4.620000] usbcore: registered new device driver usb
- [ 4.640000] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
- [ 4.650000] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1
- [ 4.670000] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x00210010
- [ 4.690000] xhci-mtk 1e1c0000.xhci: irq 29, io mem 0x1e1c0000
- [ 4.700000] hub 1-0:1.0: USB hub found
- [ 4.710000] hub 1-0:1.0: 2 ports detected
- [ 4.710000] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
- [ 4.730000] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2
- [ 4.740000] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
- [ 4.760000] hub 2-0:1.0: USB hub found
- [ 4.760000] hub 2-0:1.0: 1 port detected
- [ 4.780000] init: - preinit -
- Press the [f] key and hit [enter] to enter failsafe mode
- Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
- [ 8.390000] jffs2: notice: (399) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
- [ 8.430000] mount_root: switching to jffs2 overlay
- [ 8.450000] urandom-seed: Seeding with /etc/urandom.seed
- [ 8.620000] procd: - early -
- [ 8.630000] procd: - watchdog -
- [ 9.290000] procd: - ubus -
- [ 9.450000] procd: - init -
- Please press Enter to activate this console.
- [ 10.000000] ip6_tables: (C) 2000-2006 Netfilter Core Team
- [ 10.020000] Netfilter messages via NETLINK v0.30.
- [ 10.040000] ip_set: protocol 6
- [ 10.140000] Loading modules backported from Linux version wt-2016-06-20-0-gbc17424
- [ 10.150000] Backport generated by backports.git backports-20160216-7-g5735958
- [ 10.210000] mt76x2e 0000:01:00.0: ASIC revision: 76120044
- [ 10.240000] ROM patch already applied
- [ 10.250000] Firmware Version: 0.0.00
- [ 10.250000] Build: 1
- [ 10.260000] Build Time: 201507311614____
- [ 10.290000] Firmware running!
- [ 10.300000] mt76x2e 0000:02:00.0: ASIC revision: 76020044
- [ 10.330000] ROM patch already applied
- [ 10.340000] Firmware Version: 0.0.00
- [ 10.340000] Build: 1
- [ 10.350000] Build Time: 201507311614____
- [ 10.380000] Firmware running!
- [ 10.390000] ip_tables: (C) 2000-2006 Netfilter Core Team
- [ 10.420000] nf_conntrack version 0.5.0 (3979 buckets, 15916 max)
- [ 10.550000] xt_time: kernel timezone is -0000
- [ 10.570000] PPP generic driver version 2.4.2
- [ 10.580000] NET: Registered protocol family 24
- [ 14.930000] device eth0 entered promiscuous mode
- [ 17.030000] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
- [ 17.370000] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
- [ 17.700000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
- [ 18.100000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Advertisement
Add Comment
Please, Sign In to add comment