Wiki source code of Openwrt for Linksys EA8100
Hide last authors
author | version | line-number | content |
---|---|---|---|
1.1 | 1 | switch0: port 0 = wan, port 1,2,3,4 = lan | |
2 | |||
17.1 | 3 | If you brick your router you should be able to recover by soldering the UART pin headers and connecting to the serial. See [[this page for pictures>>doc:Linksys EA8100.WebHome]]. | |
1.1 | 4 | ||
2.1 | 5 | ||
13.1 | 6 | = 19.07.x = | |
7 | |||
14.1 | 8 | [[https:~~/~~/www.codepowered.com/openwrt/v19.07.3/linksys_ea8100/>>url:https://www.codepowered.com/openwrt/v19.07.3/linksys_ea8100/]] ([[https:~~/~~/github.com/LeonPoon/openwrt/compare/v19.07.3...v19.07.3-linksys_ea8100>>url:https://github.com/LeonPoon/openwrt/compare/v19.07.3...v19.07.3-linksys_ea8100]]) | |
13.1 | 9 | ||
15.1 | 10 | The EA8100 contains 2 firmware partitions. Using the Linksys UI will flash openwrt into only one of the 2 partitions. The booting process switches partition every few boots, so if you want to always boot into openwrt then you have to flash openwrt into both partition. | |
13.1 | 11 | ||
15.1 | 12 | How to flash: | |
13.1 | 13 | ||
15.1 | 14 | If your router currently has stock Linksys firmware: | |
13.1 | 15 | ||
15.1 | 16 | 1. flash the "squashfs-factory.img" via Linksys UI, cross your fingers that it boots openwrt when auto rebooting. Otherwise keep rebooting until it loads openwrt. (Usually 3 times max.) | |
17 | 1. access LuCI via LAN. (It's at 192.168.1.1 so you should set connect your computer and configure your computer with an IP on same subnet eg 192.168.1.2/24). Set root password so that SSH server starts. (do not configure/restart.) | ||
18 | 1. Scp the "squashfs-sysupgrade.bin" into /tmp in the router. | ||
19 | 1. Log in via SSH. | ||
20 | 1. Sysupgrade the squashfs-sysupgrade.bin. This should flash the openwrt firmware into both firmware partitions. It auto reboots. | ||
21 | |||
22 | If you are on my 18.x below, sysupgrade will not work. You have to manually mtd write the 19.07 "kernel-initramfs.bin" and boot into it, then sysupgrade. Back up data before mtd write! | ||
23 | |||
14.1 | 24 | Subsequently sysupgrade from 19.07.x should work but it will **not **save config! Back up your config and other files in the router before you sysupgrade. | |
13.1 | 25 | ||
14.1 | 26 | Wifi seem to work at 30-40MB/s with a MacBook Pro. | |
13.1 | 27 | ||
14.1 | 28 | ||
13.1 | 29 | = 18.x = | |
30 | |||
11.1 | 31 | 9bebafcb5dfe37f25285fa18fb8bfe7b68011267 (with wifi support) Download: | |
2.1 | 32 | ||
11.1 | 33 | * [[initramfs-kernel.bin>>attach:openwrt-ramips-mt7621-linksys_ea8100-initramfs-kernel-9bebafcb5dfe37f25285fa18fb8bfe7b68011267.bin]] | |
34 | * [[squashfs-sysupgrade.bin>>attach:openwrt-ramips-mt7621-linksys_ea8100-squashfs-sysupgrade-9bebafcb5dfe37f25285fa18fb8bfe7b68011267.bin]] (accepted as upgrade in factory UI) | ||
6.1 | 35 | ||
11.1 | 36 | Note that sysupgrade to a newer image is not likely to work. | |
37 | |||
12.1 | 38 | (% border="1" cellpadding="0" cellspacing="0" style="margin-right:auto; width:auto" %) | |
11.1 | 39 | |[[image:1567332570723-651.png]] | |
40 | |||
6.1 | 41 | Dmesg: | |
42 | |||
43 | {{code language="plain"}} | ||
11.1 | 44 | 3: Boot system code via Flash (default). | |
45 | 4: Entr boot command line interface. | ||
46 | 7: Load Boot Loader code then write to Flash via Serial. | ||
47 | 9: Load Boot Loader code then write to Flash via TFTP. 4 | ||
48 | You choosed 2 | ||
49 | 0 | ||
2.1 | 50 | ||
11.1 | 51 | ||
52 | 2: System Load Linux Kernel then write to Flash via TFTP. | ||
53 | Warning!! Erase Linux in Flash then burn new one. Are you sure?(Y/N) | ||
54 | Please Input new ones /or Ctrl-C to discard | ||
55 | Input device IP () ==: | ||
56 | Input server IP () ==: | ||
57 | Input Linux Kernel filename (openwrt-ramips-mt7621-linksys_ea8100-initramfs-kernel.bin) ==:openwrt-ramips-mt7621-linksys_ea8100-squashfs-sysupgrade.bin | ||
58 | which kernel partition to update (1/2/3=both) (2) ==:3 | ||
59 | |||
60 | NetTxPacket = 0x8FFE3200 | ||
61 | |||
62 | KSEG1ADDR(NetTxPacket) = 0xAFFE3200 | ||
63 | |||
64 | NetLoop,call eth_halt ! | ||
65 | |||
66 | NetLoop,call eth_init ! | ||
67 | Trying Eth0 (10/100-M) | ||
68 | |||
69 | Waitting for RX_DMA_BUSY status Start... done | ||
70 | |||
71 | |||
72 | ETH_STATE_ACTIVE!! | ||
73 | TFTP from server ; our IP address is | ||
74 | Filename 'openwrt-ramips-mt7621-linksys_ea8100-squashfs-sysupgrade.bin'. | ||
75 | |||
76 | TIMEOUT_COUNT=10,Load address: 0x80100000 | ||
77 | Loading: Got ARP REPLY, set server/gtwy eth addr () | ||
78 | Got it | ||
79 | ################################################################# | ||
80 | ################################################################# | ||
81 | ################################################################# | ||
82 | ################################################################# | ||
83 | ################################################################# | ||
84 | ################################################################# | ||
85 | ################################################################# | ||
86 | ################################################################# | ||
87 | ################################################################# | ||
88 | ################################################################# | ||
89 | ################################################################# | ||
90 | ################################################################# | ||
91 | ################################################################# | ||
92 | ################################################################# | ||
93 | ################################################################# | ||
94 | ################################################################# | ||
95 | ################################################################# | ||
96 | ################################################ | ||
97 | done | ||
98 | Bytes transferred = 5898496 (5a0100 hex) | ||
99 | LoadAddr=80100000 NetBootFileXferSize= 005a0100 | ||
100 | ranand_erase: start:180000, len:20000 | ||
101 | ..ranand_erase: start:1a0000, len:20000 | ||
102 | ..ranand_erase: start:1c0000, len:20000 | ||
103 | ... | ||
104 | .(5192)offs=7471104 piece=0 piece_size=256 rc=0 | ||
105 | Done! | ||
106 | ranand_erase: start:2980000, len:20000 | ||
107 | ..ranand_erase: start:29a0000, len:20000 | ||
108 | ..ranand_erase: start:29c0000, len:20000 | ||
109 | ... | ||
110 | .(5192)offs=49676288 piece=0 piece_size=256 rc=0 | ||
111 | Done! | ||
112 | ## Booting image at bc180000 ... | ||
113 | Image Name: MIPS OpenWrt Linux-4.14.141 | ||
2.1 | 114 | Image Type: MIPS Linux Kernel Image (lzma compressed) | |
11.1 | 115 | Data Size: 2010110 Bytes = 1.9 MB | |
2.1 | 116 | Load Address: 80001000 | |
117 | Entry Point: 80001000 | ||
11.1 | 118 | ............................... Verifying Checksum ... OK | |
2.1 | 119 | Uncompressing Kernel Image ... OK | |
120 | No initrd | ||
6.1 | 121 | ## Transferring control to Linux (at address 80001000) ... | |
122 | ## Giving linux memsize in MB, 256 | ||
2.1 | 123 | ||
124 | Starting kernel ... | ||
125 | |||
11.1 | 126 | [ 0.000000] Linux version 4.14.141 () (gcc version 7.4.0 (OpenWrt GCC 7.4.0 r10942-9bebafcb5d)) #0 SMP Sun Sep 1 06:04:50 2019 | |
2.1 | 127 | [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 | |
128 | [ 0.000000] bootconsole [early0] enabled | ||
129 | [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) | ||
130 | [ 0.000000] MIPS: machine is Linksys EA8100 | ||
131 | [ 0.000000] Determined physical RAM map: | ||
132 | [ 0.000000] memory: 10000000 @ 00000000 (usable) | ||
133 | [ 0.000000] Initrd not found or empty - disabling initrd | ||
134 | [ 0.000000] VPE topology {2,2} total 4 | ||
135 | [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
136 | [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
137 | [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
138 | [ 0.000000] Zone ranges: | ||
139 | [ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff] | ||
140 | [ 0.000000] HighMem empty | ||
141 | [ 0.000000] Movable zone start for each node | ||
142 | [ 0.000000] Early memory node ranges | ||
143 | [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000fffffff] | ||
144 | [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff] | ||
11.1 | 145 | [ 0.000000] random: get_random_bytes called from start_kernel+0x9c/0x4d8 with crng_init=0 | |
146 | [ 0.000000] percpu: Embedded 14 pages/cpu s26064 r8192 d23088 u57344 | ||
147 | [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64960 | ||
2.1 | 148 | [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootfstype=squashfs,jffs2 | |
149 | [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) | ||
150 | [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) | ||
151 | [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) | ||
11.1 | 152 | [ 0.000000] Writing ErrCtl register=0002c420 | |
153 | [ 0.000000] Readback ErrCtl register=0002c420 | ||
154 | [ 0.000000] Memory: 251700K/262144K available (4796K kernel code, 251K rwdata, 1040K rodata, 1260K init, 254K bss, 10444K reserved, 0K cma-reserved, 0K highmem) | ||
2.1 | 155 | [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
156 | [ 0.000000] Hierarchical RCU implementation. | ||
157 | [ 0.000000] NR_IRQS: 256 | ||
158 | [ 0.000000] CPU Clock: 880MHz | ||
159 | [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns | ||
160 | [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns | ||
161 | [ 0.000009] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns | ||
11.1 | 162 | [ 0.007802] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) | |
163 | [ 0.073969] pid_max: default: 32768 minimum: 301 | ||
164 | [ 0.078775] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
165 | [ 0.085284] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
166 | [ 0.094340] Hierarchical SRCU implementation. | ||
167 | [ 0.099495] smp: Bringing up secondary CPUs ... | ||
168 | [ 0.114811] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
169 | [ 0.114820] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
170 | [ 0.114831] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
171 | [ 0.114963] CPU1 revision is: 0001992f (MIPS 1004Kc) | ||
172 | [ 0.164211] Synchronize counters for CPU 1: done. | ||
173 | [ 0.208189] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
174 | [ 0.208197] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
175 | [ 0.208206] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
176 | [ 0.208284] CPU2 revision is: 0001992f (MIPS 1004Kc) | ||
177 | [ 0.255179] Synchronize counters for CPU 2: done. | ||
178 | [ 0.295789] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
179 | [ 0.295797] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | ||
180 | [ 0.295805] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | ||
181 | [ 0.295885] CPU3 revision is: 0001992f (MIPS 1004Kc) | ||
182 | [ 0.340367] Synchronize counters for CPU 3: done. | ||
183 | [ 0.370232] smp: Brought up 1 node, 4 CPUs | ||
184 | [ 0.378204] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns | ||
185 | [ 0.388001] futex hash table entries: 1024 (order: 3, 32768 bytes) | ||
186 | [ 0.394408] pinctrl core: initialized pinctrl subsystem | ||
187 | [ 0.401009] NET: Registered protocol family 16 | ||
188 | [ 0.415266] pull PCIe RST: RALINK_RSTCTRL = 4000000 | ||
189 | [ 0.720548] release PCIe RST: RALINK_RSTCTRL = 7000000 | ||
190 | [ 0.725598] ***** Xtal 40MHz ***** | ||
191 | [ 0.728952] release PCIe RST: RALINK_RSTCTRL = 7000000 | ||
192 | [ 0.734049] Port 0 N_FTS = 1b102800 | ||
193 | [ 0.737517] Port 1 N_FTS = 1b102800 | ||
194 | [ 0.740963] Port 2 N_FTS = 1b102800 | ||
195 | [ 1.896358] PCIE2 no card, disable it(RST&CLK) | ||
196 | [ 1.900719] -> 21007f2 | ||
197 | [ 1.903123] PCIE0 enabled | ||
198 | [ 1.905712] PCIE1 enabled | ||
199 | [ 1.908316] PCI host bridge /pcie@1e140000 ranges: | ||
200 | [ 1.913096] MEM 0x0000000060000000..0x000000006fffffff | ||
201 | [ 1.918245] IO 0x000000001e160000..0x000000001e16ffff | ||
202 | [ 1.923451] PCI coherence region base: 0xbfbf8000, mask/settings: 0x60000000 | ||
203 | [ 1.939415] mt7621_gpio 1e000600.gpio: registering 32 gpios | ||
204 | [ 1.945254] mt7621_gpio 1e000600.gpio: registering 32 gpios | ||
205 | [ 1.950961] mt7621_gpio 1e000600.gpio: registering 32 gpios | ||
206 | [ 1.958178] PCI host bridge to bus 0000:00 | ||
207 | [ 1.962213] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] | ||
208 | [ 1.969068] pci_bus 0000:00: root bus resource [io 0xffffffff] | ||
209 | [ 1.974896] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] | ||
210 | [ 1.981655] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] | ||
211 | [ 1.990318] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring | ||
212 | [ 1.998262] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring | ||
213 | [ 2.007510] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] | ||
214 | [ 2.014070] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] | ||
215 | [ 2.020937] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] | ||
216 | [ 2.027521] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] | ||
217 | [ 2.034415] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] | ||
218 | [ 2.041173] pci 0000:00:01.0: BAR 8: assigned [mem 0x60100000-0x601fffff] | ||
219 | [ 2.047897] pci 0000:00:00.0: BAR 1: assigned [mem 0x60200000-0x6020ffff] | ||
220 | [ 2.054657] pci 0000:00:01.0: BAR 1: assigned [mem 0x60210000-0x6021ffff] | ||
221 | [ 2.061377] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] | ||
222 | [ 2.068661] pci 0000:00:00.0: PCI bridge to [bus 01] | ||
223 | [ 2.073551] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] | ||
224 | [ 2.080327] pci 0000:02:00.0: BAR 0: assigned [mem 0x60100000-0x601fffff 64bit] | ||
225 | [ 2.087559] pci 0000:00:01.0: PCI bridge to [bus 02] | ||
226 | [ 2.092502] pci 0000:00:01.0: bridge window [mem 0x60100000-0x601fffff] | ||
227 | [ 2.100582] clocksource: Switched to clocksource GIC | ||
228 | [ 2.107275] NET: Registered protocol family 2 | ||
229 | [ 2.112196] TCP established hash table entries: 2048 (order: 1, 8192 bytes) | ||
230 | [ 2.119081] TCP bind hash table entries: 2048 (order: 2, 16384 bytes) | ||
231 | [ 2.125539] TCP: Hash tables configured (established 2048 bind 2048) | ||
232 | [ 2.131955] UDP hash table entries: 256 (order: 1, 8192 bytes) | ||
233 | [ 2.137713] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) | ||
234 | [ 2.144212] NET: Registered protocol family 1 | ||
235 | [ 2.380532] 4 CPUs re-calibrate udelay(lpj = 2924544) | ||
236 | [ 2.387039] Crashlog allocated RAM at address 0x3f00000 | ||
237 | [ 2.392460] workingset: timestamp_bits=14 max_order=16 bucket_order=2 | ||
238 | [ 2.408000] squashfs: version 4.0 (2009/01/31) Phillip Lougher | ||
239 | [ 2.413806] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
240 | [ 2.425815] random: fast init done | ||
241 | [ 2.430745] io scheduler noop registered | ||
242 | [ 2.434579] io scheduler deadline registered (default) | ||
243 | [ 2.440747] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled | ||
244 | [ 2.448257] console [ttyS0] disabled | ||
245 | [ 2.451855] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A | ||
246 | [ 2.460836] console [ttyS0] enabled | ||
247 | [ 2.460836] console [ttyS0] enabled | ||
248 | [ 2.467691] bootconsole [early0] disabled | ||
249 | [ 2.467691] bootconsole [early0] disabled | ||
250 | [ 2.477567] MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error | ||
251 | [ 2.484816] Enable NFI Clock | ||
252 | [ 2.487689] # MTK NAND # : Use HW ECC | ||
253 | [ 2.491382] Device not found, ID: c2f1 | ||
254 | [ 2.495110] Not Support this Device! | ||
255 | [ 2.498835] chip_mode=00000001 | ||
256 | [ 2.501893] Support this Device in MTK table! c2f1 | ||
257 | [ 2.506840] [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 | ||
258 | [ 2.513320] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1 | ||
259 | [ 2.519642] nand: Macronix NAND 128MiB 3,3V 8-bit | ||
260 | [ 2.524347] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 | ||
261 | [ 2.531927] Scanning device for bad blocks | ||
262 | [ 2.819771] 7 fixed-partitions partitions found on MTD device MT7621-NAND | ||
263 | [ 2.826546] Creating 7 MTD partitions on "MT7621-NAND": | ||
264 | [ 2.831774] 0x000000000000-0x000000080000 : "uboot" | ||
265 | [ 2.837706] 0x000000080000-0x0000000c0000 : "uboot_env" | ||
266 | [ 2.843891] 0x0000000c0000-0x000000100000 : "factory" | ||
267 | [ 2.849892] 0x000000100000-0x000000140000 : "s_env" | ||
268 | [ 2.855720] 0x000000140000-0x000000180000 : "devinfo" | ||
269 | [ 2.861732] 0x000000180000-0x000002980000 : "firmware1" | ||
270 | [ 2.870032] 0x000002980000-0x000005180000 : "firmware2" | ||
271 | [ 2.877154] 1 uboot-env-boot_part partitions found on MTD device firmware2 | ||
272 | [ 2.884061] 0x000002980000-0x000005180000 : "firmware" | ||
273 | [ 3.438509] 2 uimage-fw partitions found on MTD device firmware | ||
274 | [ 3.444473] 0x000002980000-0x000002b80000 : "kernel" | ||
275 | [ 3.450603] 0x000002b80000-0x000005180000 : "ubi" | ||
276 | [ 3.456742] [mtk_nand] probe successfully! | ||
277 | [ 3.461570] Signature matched and data read! | ||
278 | [ 3.465818] load_fact_bbt success 1023 | ||
279 | [ 3.470276] libphy: Fixed MDIO Bus: probed | ||
280 | [ 3.542951] mtd_read_prop_mac: find prop "hw_mac_addr" in devinfo(max 0x40000) from 0x0 | ||
281 | [ 3.550970] mtd_read_prop_mac: hw_mac_addr= | ||
282 | [ 3.556774] libphy: mdio: probed | ||
283 | [ 4.961009] mtk_soc_eth 1e100000.ethernet: loaded mt7530 driver | ||
284 | [ 4.967662] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 | ||
285 | [ 4.978262] NET: Registered protocol family 10 | ||
286 | [ 4.984286] Segment Routing with IPv6 | ||
287 | [ 4.988020] NET: Registered protocol family 17 | ||
288 | [ 4.992556] 8021q: 802.1Q VLAN Support v1.8 | ||
289 | [ 4.999621] UBI: auto-attach mtd9 | ||
290 | [ 5.003015] ubi0: attaching mtd9 | ||
291 | [ 5.033798] UBI: EOF marker found, PEBs from 25 will be erased | ||
292 | [ 5.039967] ubi0: scanning is finished | ||
293 | [ 5.081872] ubi0: volume 1 ("rootfs_data") re-sized from 9 to 258 LEBs | ||
294 | [ 5.089203] ubi0: attached mtd9 (name "ubi", size 38 MiB) | ||
295 | [ 5.094644] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes | ||
296 | [ 5.101543] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 | ||
297 | [ 5.108298] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 | ||
298 | [ 5.115245] ubi0: good PEBs: 297, bad PEBs: 7, corrupted PEBs: 0 | ||
299 | [ 5.121247] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 | ||
300 | [ 5.128436] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: | ||
301 | [ 5.137541] ubi0: available PEBs: 0, total reserved PEBs: 297, PEBs reserved for bad PEB handling: 13 | ||
302 | [ 5.146764] ubi0: background thread "ubi_bgt0d" started, PID 378 | ||
303 | [ 5.148847] block ubiblock0_0: created from ubi0:0(rootfs) | ||
304 | [ 5.158262] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem | ||
305 | [ 5.165234] hctosys: unable to open rtc device (rtc0) | ||
306 | [ 5.183831] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. | ||
307 | [ 5.195491] Freeing unused kernel memory: 1260K | ||
308 | [ 5.200022] This architecture does not have kernel memory protection. | ||
309 | [ 5.783744] init: Console is alive | ||
310 | [ 5.787378] init: - watchdog - | ||
311 | [ 6.295000] mtk_soc_eth 1e100000.ethernet eth0: port 1 link up | ||
312 | [ 6.502425] kmodloader: loading kernel modules from /etc/modules-boot.d/* | ||
313 | [ 6.591413] usbcore: registered new interface driver usbfs | ||
314 | [ 6.596966] usbcore: registered new interface driver hub | ||
315 | [ 6.602453] usbcore: registered new device driver usb | ||
316 | [ 6.615285] SCSI subsystem initialized | ||
317 | [ 6.626976] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vbus not found, using dummy regulator | ||
318 | [ 6.635689] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vusb33 not found, using dummy regulator | ||
319 | [ 6.644627] xhci-mtk 1e1c0000.xhci: xHCI Host Controller | ||
320 | [ 6.649947] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1 | ||
321 | [ 6.660739] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000210010 | ||
322 | [ 6.669906] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000 | ||
323 | [ 6.676639] hub 1-0:1.0: USB hub found | ||
324 | [ 6.680467] hub 1-0:1.0: 2 ports detected | ||
325 | [ 6.685052] xhci-mtk 1e1c0000.xhci: xHCI Host Controller | ||
326 | [ 6.690366] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2 | ||
327 | [ 6.697886] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed | ||
328 | [ 6.704507] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | ||
329 | [ 6.713446] hub 2-0:1.0: USB hub found | ||
330 | [ 6.717275] hub 2-0:1.0: 1 port detected | ||
331 | [ 6.727313] usbcore: registered new interface driver usb-storage | ||
332 | [ 6.733578] kmodloader: done loading kernel modules from /etc/modules-boot.d/* | ||
333 | [ 6.750877] init: - preinit - | ||
334 | [ 7.180814] usb 2-1: new SuperSpeed USB device number 2 using xhci-mtk | ||
335 | [ 7.212805] random: procd: uninitialized urandom read (4 bytes read) | ||
336 | [ 7.212971] usb-storage 2-1:1.0: USB Mass Storage device detected | ||
337 | [ 7.225920] scsi host0: usb-storage 2-1:1.0 | ||
338 | [ 7.366240] mtk_soc_eth 1e100000.ethernet: PPE started | ||
2.1 | 339 | Press the [f] key and hit [enter] to enter failsafe mode | |
340 | Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level | ||
11.1 | 341 | [ 10.582466] UBIFS (ubi0:1): default file-system created | |
342 | [ 10.589130] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 496 | ||
343 | [ 10.700430] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" | ||
344 | [ 10.708276] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes | ||
345 | [ 10.718161] UBIFS (ubi0:1): FS size: 31490048 bytes (30 MiB, 248 LEBs), journal size 1523712 bytes (1 MiB, 12 LEBs) | ||
346 | [ 10.728565] UBIFS (ubi0:1): reserved for root: 1487352 bytes (1452 KiB) | ||
347 | [ 10.735166] UBIFS (ubi0:1): media format: w4/r0 (latest is w5/r0), UUID , small LPT model | ||
348 | [ 10.749347] mount_root: overlay filesystem has not been fully initialized yet | ||
349 | [ 10.756981] mount_root: switching to ubifs overlay | ||
350 | [ 10.781065] urandom-seed: Seed file not found (/etc/urandom.seed) | ||
351 | [ 10.861172] mtk_soc_eth 1e100000.ethernet: 0x100 = 0x6060000c, 0x10c = 0x80818 | ||
352 | [ 10.876085] procd: - early - | ||
353 | [ 10.879061] procd: - watchdog - | ||
354 | [ 11.550737] procd: - watchdog - | ||
355 | [ 11.554202] procd: - ubus - | ||
356 | [ 11.583502] random: ubusd: uninitialized urandom read (4 bytes read) | ||
357 | [ 11.611421] random: ubusd: uninitialized urandom read (4 bytes read) | ||
358 | [ 11.618117] random: ubusd: uninitialized urandom read (4 bytes read) | ||
359 | [ 11.625387] procd: - init - | ||
2.1 | 360 | Please press Enter to activate this console. | |
11.1 | 361 | [ 12.046531] kmodloader: loading kernel modules from /etc/modules.d/* | |
362 | [ 12.057746] ip6_tables: (C) 2000-2006 Netfilter Core Team | ||
363 | [ 12.069204] Loading modules backported from Linux version v5.3-rc4-0-gd45331b00ddb | ||
364 | [ 12.076775] Backport generated by backports.git v5.3-rc4-1-0-g4ec72687 | ||
365 | [ 12.085114] ip_tables: (C) 2000-2006 Netfilter Core Team | ||
366 | [ 12.096731] nf_conntrack version 0.5.0 (4096 buckets, 16384 max) | ||
367 | [ 12.127574] urngd: v1.0.0 started. | ||
368 | [ 12.145053] xt_time: kernel timezone is -0000 | ||
369 | [ 12.214244] bus=0x1, slot = 0x0, irq=0x0 | ||
370 | [ 12.218201] PCI: Enabling device 0000:00:00.0 (0004 -> 0006) | ||
371 | [ 12.241178] mt7615e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a | ||
372 | [ 12.241178] | ||
373 | [ 12.266469] random: crng init done | ||
374 | [ 12.269877] random: 6 urandom warning(s) missed due to ratelimiting | ||
375 | [ 12.456236] mt7615e 0000:01:00.0: N9 Firmware Version: _reserved_, Build Time: 20190103180756 | ||
376 | [ 12.471995] mt7615e 0000:01:00.0: CR4 Firmware Version: _reserved_, Build Time: 20181207140436 | ||
377 | +ýýrýýýýýýýbus=0x2, slot = 0x1, irq=0x0 | ||
378 | [ 20.131310] PCI: Enabling device 0000:00:01.0 (0004 -> 0006) | ||
379 | [ 20.161193] mt7615e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a | ||
380 | [ 20.161193] | ||
381 | [ 20.185604] mt7615e 0000:02:00.0: N9 Firmware Version: _reserved_, Build Time: 20190103180756 | ||
382 | [ 20.200746] mt7615e 0000:02:00.0: CR4 Firmware Version: _reserved_, Build Time: 20181207140436 | ||
383 | [ 27.852570] PPP generic driver version 2.4.2 | ||
384 | [ 27.858358] NET: Registered protocol family 24 | ||
385 | [ 27.866716] kmodloader: done loading kernel modules from /etc/modules.d/* | ||
386 | [ 41.276638] mtk_soc_eth 1e100000.ethernet: PPE started | ||
387 | [ 41.287935] br-lan: port 1(eth0.2) entered blocking state | ||
388 | [ 41.293420] br-lan: port 1(eth0.2) entered disabled state | ||
389 | [ 41.299522] device eth0.2 entered promiscuous mode | ||
390 | [ 41.304484] device eth0 entered promiscuous mode | ||
391 | [ 41.311947] br-lan: port 1(eth0.2) entered blocking state | ||
392 | [ 41.317384] br-lan: port 1(eth0.2) entered forwarding state | ||
393 | [ 41.323511] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready | ||
394 | [ 42.321086] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready | ||
2.1 | 395 | ||
396 | |||
397 | |||
11.1 | 398 | BusyBox v1.31.0 () built-in shell (ash) | |
399 | |||
6.1 | 400 | _______ ________ __ | |
401 | | |.-----.-----.-----.| | | |.----.| |_ | ||
402 | | - || _ | -__| || | | || _|| _| | ||
403 | |_______|| __|_____|__|__||________||__| |____| | ||
404 | |__| W I R E L E S S F R E E D O M | ||
405 | ----------------------------------------------------- | ||
11.1 | 406 | OpenWrt SNAPSHOT, r10942-9bebafcb5d | |
6.1 | 407 | ----------------------------------------------------- | |
408 | === WARNING! ===================================== | ||
2.1 | 409 | There is no root password defined on this device! | |
410 | Use the "passwd" command to set up a new password | ||
411 | in order to prevent unauthorized SSH logins. | ||
6.1 | 412 | -------------------------------------------------- | |
11.1 | 413 | root@OpenWrt:/# ifconfig -a | |
414 | br-lan Link encap:Ethernet HWaddr | ||
415 | inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0 | ||
416 | inet6 addr: fde0:62db:5134::1/60 Scope:Global | ||
417 | inet6 addr: fe80::/64 Scope:Link | ||
418 | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | ||
419 | RX packets:41 errors:0 dropped:0 overruns:0 frame:0 | ||
420 | TX packets:13 errors:0 dropped:0 overruns:0 carrier:0 | ||
421 | collisions:0 txqueuelen:1000 | ||
422 | RX bytes:8012 (7.8 KiB) TX bytes:2126 (2.0 KiB) | ||
423 | |||
424 | eth0 Link encap:Ethernet HWaddr | ||
425 | inet6 addr: fe80::/64 Scope:Link | ||
426 | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | ||
427 | RX packets:102 errors:0 dropped:0 overruns:0 frame:0 | ||
428 | TX packets:47 errors:0 dropped:0 overruns:0 carrier:0 | ||
429 | collisions:0 txqueuelen:1000 | ||
430 | RX bytes:19418 (18.9 KiB) TX bytes:8199 (8.0 KiB) | ||
431 | Interrupt:21 | ||
432 | |||
433 | eth0.1 Link encap:Ethernet HWaddr | ||
434 | inet6 addr: fe80::/64 Scope:Link | ||
435 | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | ||
436 | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
437 | TX packets:20 errors:0 dropped:0 overruns:0 carrier:0 | ||
438 | collisions:0 txqueuelen:1000 | ||
439 | RX bytes:0 (0.0 B) TX bytes:3368 (3.2 KiB) | ||
440 | |||
441 | eth0.2 Link encap:Ethernet HWaddr | ||
442 | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | ||
443 | RX packets:41 errors:0 dropped:0 overruns:0 frame:0 | ||
444 | TX packets:13 errors:0 dropped:0 overruns:0 carrier:0 | ||
445 | collisions:0 txqueuelen:1000 | ||
446 | RX bytes:8012 (7.8 KiB) TX bytes:2126 (2.0 KiB) | ||
447 | |||
448 | lo Link encap:Local Loopback | ||
449 | inet addr:127.0.0.1 Mask:255.0.0.0 | ||
450 | inet6 addr: ::1/128 Scope:Host | ||
451 | UP LOOPBACK RUNNING MTU:65536 Metric:1 | ||
452 | RX packets:28 errors:0 dropped:0 overruns:0 frame:0 | ||
453 | TX packets:28 errors:0 dropped:0 overruns:0 carrier:0 | ||
454 | collisions:0 txqueuelen:1000 | ||
455 | RX bytes:1904 (1.8 KiB) TX bytes:1904 (1.8 KiB) | ||
456 | |||
457 | wlan0 Link encap:Ethernet HWaddr | ||
458 | BROADCAST MULTICAST MTU:1500 Metric:1 | ||
459 | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
460 | TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | ||
461 | collisions:0 txqueuelen:1000 | ||
462 | RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | ||
463 | |||
464 | wlan1 Link encap:Ethernet HWaddr | ||
465 | BROADCAST MULTICAST MTU:1500 Metric:1 | ||
466 | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
467 | TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | ||
468 | collisions:0 txqueuelen:1000 | ||
469 | RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | ||
470 | |||
471 | root@OpenWrt:/# ls -l | ||
472 | drwxr-xr-x 2 root root 778 Sep 1 06:04 bin | ||
473 | drwxr-xr-x 4 root root 1300 Sep 1 06:05 dev | ||
474 | drwxr-xr-x 1 root root 512 Sep 1 06:05 etc | ||
475 | -rwxr-xr-x 1 root root 78 Dec 30 2018 init | ||
476 | drwxr-xr-x 11 root root 426 Sep 1 06:04 lib | ||
477 | drwxr-xr-x 2 root root 3 Sep 1 06:04 mnt | ||
478 | drwxr-xr-x 4 root root 360 Sep 1 06:05 overlay | ||
479 | dr-xr-xr-x 73 root root 0 Jan 1 1970 proc | ||
480 | drwxr-xr-x 16 root root 223 Sep 1 06:04 rom | ||
481 | drwxr-xr-x 2 root root 3 Sep 1 06:04 root | ||
482 | drwxr-xr-x 2 root root 822 Sep 1 06:04 sbin | ||
483 | dr-xr-xr-x 11 root root 0 Jan 1 1970 sys | ||
484 | drwxrwxrwt 15 root root 380 Sep 1 06:05 tmp | ||
485 | drwxr-xr-x 7 root root 89 Sep 1 06:04 usr | ||
486 | lrwxrwxrwx 1 root root 3 Sep 1 06:04 var -> tmp | ||
487 | drwxr-xr-x 2 root root 3 Sep 1 06:04 www | ||
488 | root@OpenWrt:/# ps | ||
489 | PID USER VSZ STAT COMMAND | ||
490 | 1 root 1576 S /sbin/procd | ||
491 | 2 root 0 SW [kthreadd] | ||
492 | 3 root 0 IW [kworker/0:0] | ||
493 | 4 root 0 IW< [kworker/0:0H] | ||
494 | 5 root 0 IW [kworker/u8:0] | ||
495 | 6 root 0 IW< [mm_percpu_wq] | ||
496 | 7 root 0 SW [ksoftirqd/0] | ||
497 | 8 root 0 IW [rcu_sched] | ||
498 | 9 root 0 IW [rcu_bh] | ||
499 | 10 root 0 SW [migration/0] | ||
500 | 11 root 0 SW [cpuhp/0] | ||
501 | 12 root 0 SW [cpuhp/1] | ||
502 | 13 root 0 SW [migration/1] | ||
503 | 14 root 0 SW [ksoftirqd/1] | ||
504 | 16 root 0 IW< [kworker/1:0H] | ||
505 | 17 root 0 SW [cpuhp/2] | ||
506 | 18 root 0 SW [migration/2] | ||
507 | 19 root 0 SW [ksoftirqd/2] | ||
508 | 21 root 0 IW< [kworker/2:0H] | ||
509 | 22 root 0 SW [cpuhp/3] | ||
510 | 23 root 0 SW [migration/3] | ||
511 | 24 root 0 SW [ksoftirqd/3] | ||
512 | 25 root 0 IW [kworker/3:0] | ||
513 | 26 root 0 IW< [kworker/3:0H] | ||
514 | 27 root 0 IW< [netns] | ||
515 | 41 root 0 IW [kworker/u8:3] | ||
516 | 68 root 0 IW [kworker/3:1] | ||
517 | 69 root 0 IW [kworker/2:1] | ||
518 | 138 root 0 IW [kworker/1:1] | ||
519 | 139 root 0 SW [oom_reaper] | ||
520 | 140 root 0 IW< [writeback] | ||
521 | 142 root 0 SW [kcompactd0] | ||
522 | 143 root 0 IW< [crypto] | ||
523 | 145 root 0 IW< [kblockd] | ||
524 | 175 root 0 IW< [watchdogd] | ||
525 | 199 root 0 SW [kswapd0] | ||
526 | 268 root 0 IW< [pencrypt] | ||
527 | 270 root 0 IW< [pdecrypt] | ||
528 | 366 root 0 IW< [ipv6_addrconf] | ||
529 | 378 root 0 SW [ubi_bgt0d] | ||
530 | 383 root 0 IW< [kworker/0:1H] | ||
531 | 384 root 0 IW< [kworker/2:1H] | ||
532 | 385 root 0 IW [kworker/2:2] | ||
533 | 386 root 0 IW< [kworker/3:1H] | ||
534 | 389 root 0 IW< [kworker/1:1H] | ||
535 | 429 root 0 IW [kworker/0:2] | ||
536 | 437 root 0 IW [kworker/1:2] | ||
537 | 453 root 0 SW [scsi_eh_0] | ||
538 | 454 root 0 IW< [scsi_tmf_0] | ||
539 | 455 root 0 SW [usb-storage] | ||
540 | 496 root 0 SW [ubifs_bgt0_1] | ||
541 | 573 root 1220 S /sbin/ubusd | ||
542 | 574 root 1220 S /bin/ash --login | ||
543 | 591 root 1028 S /sbin/urngd | ||
544 | 660 root 0 IW< [cfg80211] | ||
545 | 1012 root 1248 S /sbin/logd -S 64 | ||
546 | 1074 dnsmasq 1344 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c | ||
547 | 1111 root 1080 S /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p | ||
548 | 1168 root 1700 S /sbin/netifd | ||
549 | 1204 root 1448 S /usr/sbin/odhcpd | ||
550 | 1360 root 1212 S udhcpc -p /var/run/udhcpc-eth0.1.pid -s /lib/netifd/ | ||
551 | 1361 root 1052 S odhcp6c -s /lib/netifd/dhcpv6.script -P0 -t120 eth0. | ||
552 | 1391 root 1212 S< /usr/sbin/ntpd -n -N -S /usr/sbin/ntpd-hotplug -p 0. | ||
553 | 1720 root 1212 R ps | ||
554 | root@OpenWrt:/etc# ping www.google.co | ||
555 | PING www.google.co (): 56 data bytes | ||
556 | 64 bytes from : seq=0 ttl=52 time=4.718 ms | ||
557 | ^C | ||
558 | --- www.google.co ping statistics --- | ||
559 | 1 packets transmitted, 1 packets received, 0% packet loss | ||
560 | round-trip min/avg/max = 4.718/4.718/4.718 ms | ||
561 | root@OpenWrt:/etc# ping www.google.com | ||
562 | PING www.google.com (): 56 data bytes | ||
563 | 64 bytes from : seq=0 ttl=47 time=4.927 ms | ||
564 | 64 bytes from : seq=1 ttl=47 time=4.687 ms | ||
565 | ^C | ||
566 | --- www.google.com ping statistics --- | ||
567 | 2 packets transmitted, 2 packets received, 0% packet loss | ||
568 | round-trip min/avg/max = 4.687/4.807/4.927 ms | ||
569 | root@OpenWrt:/etc# opkg update | ||
570 | Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/Packages.gz | ||
571 | Updated list of available packages in /var/opkg-lists/openwrt_core | ||
572 | Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/Packages.sig | ||
573 | Signature check passed. | ||
574 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/Packages.gz | ||
575 | Updated list of available packages in /var/opkg-lists/openwrt_base | ||
576 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/Packages.sig | ||
577 | Signature check passed. | ||
578 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/Packages.gz | ||
579 | Updated list of available packages in /var/opkg-lists/openwrt_luci | ||
580 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/Packages.sig | ||
581 | Signature check passed. | ||
582 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/Packages.gz | ||
583 | Updated list of available packages in /var/opkg-lists/openwrt_packages | ||
584 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/Packages.sig | ||
585 | Signature check passed. | ||
586 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/routing/Packages.gz | ||
587 | Updated list of available packages in /var/opkg-lists/openwrt_routing | ||
588 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/routing/Packages.sig | ||
589 | Signature check passed. | ||
590 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/telephony/Packages.gz | ||
591 | Updated list of available packages in /var/opkg-lists/openwrt_telephony | ||
592 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/telephony/Packages.sig | ||
593 | Signature check passed. | ||
594 | root@OpenWrt:/etc# opkg install luci | ||
595 | Installing luci (git-19.241.65047-dffe9ca-1) to root... | ||
596 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci_git-19.241.65047-dffe9ca-1_all.ipk | ||
597 | Installing uhttpd (2019-08-17-6b03f960-3) to root... | ||
598 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/uhttpd_2019-08-17-6b03f960-3_mipsel_24kc.ipk | ||
599 | Installing liblua5.1.5 (5.1.5-5) to root... | ||
600 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/liblua5.1.5_5.1.5-5_mipsel_24kc.ipk | ||
601 | Installing lua (5.1.5-5) to root... | ||
602 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/lua_5.1.5-5_mipsel_24kc.ipk | ||
603 | Installing luci-lib-nixio (git-19.241.65047-dffe9ca-1) to root... | ||
604 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-lib-nixio_git-19.241.65047-dffe9ca-1_mipsel_24kc.ipk | ||
605 | Installing luci-lib-ip (git-19.241.65047-dffe9ca-1) to root... | ||
606 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-lib-ip_git-19.241.65047-dffe9ca-1_mipsel_24kc.ipk | ||
607 | Installing rpcd (2019-06-05-89bfaa42-3) to root... | ||
608 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/rpcd_2019-06-05-89bfaa42-3_mipsel_24kc.ipk | ||
609 | Installing libubus-lua (2018-10-06-221ce7e7-1) to root... | ||
610 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/libubus-lua_2018-10-06-221ce7e7-1_mipsel_24kc.ipk | ||
611 | Installing luci-lib-jsonc (git-19.241.65047-dffe9ca-1) to root... | ||
612 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-lib-jsonc_git-19.241.65047-dffe9ca-1_mipsel_24kc.ipk | ||
613 | Installing liblucihttp0 (2019-07-05-a34a17d5-1) to root... | ||
614 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/liblucihttp0_2019-07-05-a34a17d5-1_mipsel_24kc.ipk | ||
615 | Installing liblucihttp-lua (2019-07-05-a34a17d5-1) to root... | ||
616 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/liblucihttp-lua_2019-07-05-a34a17d5-1_mipsel_24kc.ipk | ||
617 | Installing luci-base (git-19.241.65047-dffe9ca-1) to root... | ||
618 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-base_git-19.241.65047-dffe9ca-1_mipsel_24kc.ipk | ||
619 | Installing libiwinfo-lua (2019-08-28-a9f95570-1) to root... | ||
620 | Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/libiwinfo-lua_2019-08-28-a9f95570-1_mipsel_24kc.ipk | ||
621 | Installing luci-mod-status (git-19.241.65047-dffe9ca-1) to root... | ||
622 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-mod-status_git-19.241.65047-dffe9ca-1_mipsel_24kc.ipk | ||
623 | Installing luci-mod-system (git-19.241.65047-dffe9ca-1) to root... | ||
624 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-mod-system_git-19.241.65047-dffe9ca-1_all.ipk | ||
625 | Installing luci-mod-network (git-19.241.65047-dffe9ca-1) to root... | ||
626 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-mod-network_git-19.241.65047-dffe9ca-1_all.ipk | ||
627 | Installing luci-mod-admin-full (git-19.241.65047-dffe9ca-1) to root... | ||
628 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-mod-admin-full_git-19.241.65047-dffe9ca-1_all.ipk | ||
629 | Installing luci-theme-bootstrap (git-19.241.65047-dffe9ca-1) to root... | ||
630 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-theme-bootstrap_git-19.241.65047-dffe9ca-1_all.ipk | ||
631 | Installing luci-app-firewall (git-19.241.65047-dffe9ca-1) to root... | ||
632 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-app-firewall_git-19.241.65047-dffe9ca-1_all.ipk | ||
633 | Installing luci-app-opkg (git-19.241.65047-dffe9ca-1) to root... | ||
634 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-app-opkg_git-19.241.65047-dffe9ca-1_all.ipk | ||
635 | Installing luci-proto-ppp (git-19.241.65047-dffe9ca-1) to root... | ||
636 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-proto-ppp_git-19.241.65047-dffe9ca-1_all.ipk | ||
637 | Installing luci-proto-ipv6 (git-19.241.65047-dffe9ca-1) to root... | ||
638 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-proto-ipv6_git-19.241.65047-dffe9ca-1_all.ipk | ||
639 | Installing rpcd-mod-rrdns (20170710) to root... | ||
640 | Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/rpcd-mod-rrdns_20170710_mipsel_24kc.ipk | ||
641 | Configuring liblucihttp0. | ||
642 | Configuring luci-app-opkg. | ||
643 | Configuring rpcd. | ||
644 | Configuring liblua5.1.5. | ||
645 | Configuring luci-lib-ip. | ||
646 | Configuring libubus-lua. | ||
647 | Configuring libiwinfo-lua. | ||
648 | Configuring lua. | ||
649 | Configuring luci-lib-nixio. | ||
650 | Configuring luci-lib-jsonc. | ||
651 | Configuring liblucihttp-lua. | ||
652 | Configuring luci-base. | ||
653 | Configuring luci-mod-system. | ||
654 | Configuring luci-theme-bootstrap. | ||
655 | Configuring luci-mod-status. | ||
656 | Configuring luci-app-firewall. | ||
657 | Configuring luci-proto-ppp. | ||
658 | Configuring luci-mod-network. | ||
659 | Configuring luci-mod-admin-full. | ||
660 | Configuring luci-proto-ipv6. | ||
661 | Configuring uhttpd. | ||
662 | Configuring rpcd-mod-rrdns. | ||
663 | Configuring luci. | ||
664 | root@OpenWrt:/etc# df -h | ||
2.1 | 665 | Filesystem Size Used Available Use% Mounted on | |
11.1 | 666 | /dev/root 2.8M 2.8M 0 100% /rom | |
667 | tmpfs 123.5M 764.0K 122.8M 1% /tmp | ||
668 | /dev/ubi0_1 27.1M 1.4M 24.3M 5% /overlay | ||
669 | overlayfs:/overlay 27.1M 1.4M 24.3M 5% / | ||
6.1 | 670 | tmpfs 512.0K 0 512.0K 0% /dev | |
11.1 | 671 | root@OpenWrt:/etc# [ 2075.963720] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready | |
672 | [ 2075.973245] br-lan: port 2(wlan0) entered blocking state | ||
673 | [ 2075.978551] br-lan: port 2(wlan0) entered disabled state | ||
674 | [ 2075.984368] device wlan0 entered promiscuous mode | ||
675 | [ 2087.165173] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready | ||
676 | [ 2087.171890] br-lan: port 2(wlan0) entered blocking state | ||
677 | [ 2087.177194] br-lan: port 2(wlan0) entered forwarding state | ||
678 | [ 2096.494533] device wlan0 left promiscuous mode | ||
679 | [ 2096.499322] br-lan: port 2(wlan0) entered disabled state | ||
680 | [ 2097.382887] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready | ||
681 | [ 2097.393568] br-lan: port 2(wlan0) entered blocking state | ||
682 | [ 2097.398924] br-lan: port 2(wlan0) entered disabled state | ||
683 | [ 2097.404922] device wlan0 entered promiscuous mode | ||
684 | [ 2097.409972] br-lan: port 2(wlan0) entered blocking state | ||
685 | [ 2097.415296] br-lan: port 2(wlan0) entered forwarding state | ||
686 | [ 2097.749351] br-lan: port 2(wlan0) entered disabled state | ||
687 | [ 2107.953875] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready | ||
688 | [ 2107.960561] br-lan: port 2(wlan0) entered blocking state | ||
689 | [ 2107.965861] br-lan: port 2(wlan0) entered forwarding state | ||
690 | [ 2117.964353] device wlan0 left promiscuous mode | ||
691 | [ 2117.969130] br-lan: port 2(wlan0) entered disabled state | ||
692 | [ 2118.782586] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready | ||
693 | [ 2118.792816] br-lan: port 2(wlan0) entered blocking state | ||
694 | [ 2118.798173] br-lan: port 2(wlan0) entered disabled state | ||
695 | [ 2118.804171] device wlan0 entered promiscuous mode | ||
696 | [ 2118.809362] br-lan: port 2(wlan0) entered blocking state | ||
697 | [ 2118.814692] br-lan: port 2(wlan0) entered forwarding state | ||
698 | [ 2119.189273] br-lan: port 2(wlan0) entered disabled state | ||
699 | [ 2130.258107] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready | ||
700 | [ 2130.264811] br-lan: port 2(wlan0) entered blocking state | ||
701 | [ 2130.270163] br-lan: port 2(wlan0) entered forwarding state | ||
702 | [ 2245.748473] device wlan0 left promiscuous mode | ||
703 | [ 2245.753145] br-lan: port 2(wlan0) entered disabled state | ||
704 | [ 2246.536062] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready | ||
705 | [ 2246.546273] br-lan: port 2(wlan0) entered blocking state | ||
706 | [ 2246.551680] br-lan: port 2(wlan0) entered disabled state | ||
707 | [ 2246.557667] device wlan0 entered promiscuous mode | ||
708 | [ 2246.562855] br-lan: port 2(wlan0) entered blocking state | ||
709 | [ 2246.568267] br-lan: port 2(wlan0) entered forwarding state | ||
710 | [ 2246.838430] br-lan: port 2(wlan0) entered disabled state | ||
711 | [ 2246.948147] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready | ||
712 | [ 2246.954850] br-lan: port 2(wlan1) entered blocking state | ||
713 | [ 2246.960197] br-lan: port 2(wlan1) entered forwarding state | ||
714 | |||
715 | root@OpenWrt:/etc# | ||
716 | root@OpenWrt:/etc# uci show wireless | ||
717 | wireless.radio0=wifi-device | ||
718 | wireless.radio0.type='mac80211' | ||
719 | wireless.radio0.channel='11' | ||
720 | wireless.radio0.hwmode='11g' | ||
721 | wireless.radio0.path='pci0000:00/0000:00:00.0/0000:01:00.0' | ||
722 | wireless.radio0.country='00' | ||
723 | wireless.radio0.legacy_rates='1' | ||
724 | wireless.radio0.htmode='HT20' | ||
725 | wireless.default_radio0=wifi-iface | ||
726 | wireless.default_radio0.device='radio0' | ||
727 | wireless.default_radio0.network='lan' | ||
728 | wireless.default_radio0.mode='ap' | ||
729 | wireless.default_radio0.encryption='psk2' | ||
730 | wireless.default_radio0.key='qwerty1234' | ||
731 | wireless.default_radio0.ssid='asdf' | ||
732 | wireless.radio1=wifi-device | ||
733 | wireless.radio1.type='mac80211' | ||
734 | wireless.radio1.channel='36' | ||
735 | wireless.radio1.hwmode='11a' | ||
736 | wireless.radio1.path='pci0000:00/0000:00:01.0/0000:02:00.0' | ||
737 | wireless.radio1.htmode='VHT80' | ||
738 | wireless.radio1.__toggle='Enable' | ||
739 | wireless.radio1.country='00' | ||
740 | wireless.radio1.legacy_rates='1' | ||
741 | wireless.default_radio1=wifi-iface | ||
742 | wireless.default_radio1.device='radio1' | ||
743 | wireless.default_radio1.network='lan' | ||
744 | wireless.default_radio1.mode='ap' | ||
745 | wireless.default_radio1.ssid='asdf' | ||
746 | wireless.default_radio1.encryption='psk2' | ||
747 | wireless.default_radio1.key='qwerty1234' | ||
748 | root@OpenWrt:/etc# | ||
6.1 | 749 | {{/code}} | |
12.1 | 750 | ||
751 | Firmware: | ||
752 | |||
753 | ./staging_dir/target-mipsel_24kc_glibc/root-ramips/lib/firmware/mediatek/mt7615_rom_patch.bin |