-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnanopi-neo2.log
338 lines (334 loc) · 19.9 KB
/
nanopi-neo2.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
U-Boot SPL 2018.11-2 (Nov 20 2018 - 10:56:43 +0000)
DRAM: 512 MiB
Trying to boot from MMC1
U-Boot 2018.11-2 (Nov 20 2018 - 10:56:43 +0000) Arch Linux ARM
CPU: Allwinner H5 (SUN50I)
Model: FriendlyARM NanoPi NEO 2
DRAM: 512 MiB
MMC: SUNXI SD/MMC: 0
In: serial
Out: serial
Err: serial
Net: phy interface7
eth0: ethernet@1c30000
starting USB...
USB0: USB EHCI 1.00
USB1: USB OHCI 1.0
USB2: USB EHCI 1.00
USB3: USB OHCI 1.0
scanning bus 0 for devices... 1 USB Device(s) found
scanning bus 2 for devices... 1 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot: 2 1 0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
2493 bytes read in 11 ms (220.7 KiB/s)
## Executing script at 4fc00000
26843648 bytes read in 14053 ms (1.8 MiB/s)
21563 bytes read in 23 ms (915 KiB/s)
5971314 bytes read in 513 ms (11.1 MiB/s)
## Flattened Device Tree blob at 4fa00000
Booting using the fdt blob at 0x4fa00000
EHCI failed to shut down host controller.
EHCI failed to shut down host controller.
Loading Ramdisk to 49a4e000, end 49fffd72 ... OK
Loading Device Tree to 0000000049a45000, end 0000000049a4d43a ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 4.19.4-1-ARCH (builduser@leming) (gcc version 8.2.0 (GCC)) #1 SMP Fri Nov 23 13:33:32 MST 2018
[ 0.000000] Machine model: FriendlyARM NanoPi NEO 2
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 64 MiB at 0x000000005c000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv0.2 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] random: get_random_bytes called from start_kernel+0x9c/0x45c with crng_init=0
[ 0.000000] percpu: Embedded 24 pages/cpu @(____ptrval____) s60568 r8192 d29544 u98304
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129024
[ 0.000000] Kernel command line: console=ttyS0,115200 root=PARTUUID=6bebcea2-02 rw rootwait elevator=noop audit=0
[ 0.000000] audit: disabled (until reboot)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.000000] Memory: 408028K/524288K available (13692K kernel code, 2470K rwdata, 8440K rodata, 1600K init, 768K bss, 50724K reserved, 65536K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 48023 entries in 188 pages
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000180] Console: colour dummy device 80x25
[ 0.000231] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.000243] pid_max: default: 32768 minimum: 301
[ 0.000415] Security Framework initialized
[ 0.000429] Yama: becoming mindful.
[ 0.000507] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.000520] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.002135] ASID allocator initialised with 32768 entries
[ 0.002233] rcu: Hierarchical SRCU implementation.
[ 0.005432] EFI services will not be available.
[ 0.005846] smp: Bringing up secondary CPUs ...
[ 0.007073] Detected VIPT I-cache on CPU1
[ 0.007140] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.008089] Detected VIPT I-cache on CPU2
[ 0.008124] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.009003] Detected VIPT I-cache on CPU3
[ 0.009035] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.009115] smp: Brought up 1 node, 4 CPUs
[ 0.009139] SMP: Total of 4 processors activated.
[ 0.009147] CPU features: detected: 32-bit EL0 Support
[ 0.011880] CPU: All CPU(s) started at EL2
[ 0.011901] alternatives: patching kernel code
[ 0.013181] devtmpfs: initialized
[ 0.018141] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.018165] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.020713] pinctrl core: initialized pinctrl subsystem
[ 0.021808] DMI not present or invalid.
[ 0.022271] NET: Registered protocol family 16
[ 0.023764] cpuidle: using governor ladder
[ 0.023788] cpuidle: using governor menu
[ 0.024121] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
[ 0.024132] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.025727] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.026232] Serial: AMBA PL011 UART driver
[ 0.041454] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.041808] cryptd: max_cpu_qlen set to 1000
[ 0.042585] ACPI: Interpreter disabled.
[ 0.043693] vgaarb: loaded
[ 0.044417] SCSI subsystem initialized
[ 0.044878] usbcore: registered new interface driver usbfs
[ 0.044923] usbcore: registered new interface driver hub
[ 0.044998] usbcore: registered new device driver usb
[ 0.045405] pps_core: LinuxPPS API ver. 1 registered
[ 0.045412] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 0.045437] PTP clock support registered
[ 0.045623] EDAC MC: Ver: 3.0.0
[ 0.046463] Advanced Linux Sound Architecture Driver Initialized.
[ 0.046960] NetLabel: Initializing
[ 0.046967] NetLabel: domain hash size = 128
[ 0.046972] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.047044] NetLabel: unlabeled traffic allowed by default
[ 0.047490] clocksource: Switched to clocksource arch_sys_counter
[ 0.140972] VFS: Disk quotas dquot_6.6.0
[ 0.141042] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.141463] pnp: PnP ACPI: disabled
[ 0.148623] NET: Registered protocol family 2
[ 0.149258] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes)
[ 0.149281] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.149329] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[ 0.149418] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.149524] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.149549] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.149729] NET: Registered protocol family 1
[ 0.150385] RPC: Registered named UNIX socket transport module.
[ 0.150393] RPC: Registered udp transport module.
[ 0.150399] RPC: Registered tcp transport module.
[ 0.150404] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.150615] Unpacking initramfs...
[ 0.491937] Freeing initrd memory: 5828K
[ 0.497266] kvm [1]: 8-bit VMID
[ 0.498527] kvm [1]: vgic interrupt IRQ1
[ 0.498651] kvm [1]: Hyp mode initialized successfully
[ 0.609250] Initialise system trusted keyrings
[ 0.609417] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[ 0.615173] zbud: loaded
[ 0.617439] NFS: Registering the id_resolver key type
[ 0.617465] Key type id_resolver registered
[ 0.617541] Key type id_legacy registered
[ 0.617558] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.617767] SGI XFS with ACLs, security attributes, no debug enabled
[ 0.620347] pstore: using deflate compression
[ 2.229307] NET: Registered protocol family 38
[ 2.229332] Key type asymmetric registered
[ 2.229339] Asymmetric key parser 'x509' registered
[ 2.229406] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 2.229551] io scheduler noop registered (default)
[ 2.229559] io scheduler deadline registered
[ 2.229772] io scheduler cfq registered
[ 2.229781] io scheduler mq-deadline registered
[ 2.229787] io scheduler kyber registered
[ 2.229920] io scheduler bfq registered
[ 2.231025] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
[ 2.234839] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[ 2.238497] sun50i-h5-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 2.240412] ipmi message handler version 39.2
[ 2.248214] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.250129] console [ttyS0] disabled
[ 2.270745] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 21, base_baud = 1500000) is a U6_16550A
[ 2.973880] console [ttyS0] enabled
[ 2.978238] msm_serial: driver initialized
[ 2.983841] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 2.992576] libphy: Fixed MDIO Bus: probed
[ 2.997982] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.004540] ehci-pci: EHCI PCI platform driver
[ 3.009044] ehci-platform: EHCI generic platform driver
[ 3.014468] ehci-platform 1c1a000.usb: EHCI Host Controller
[ 3.020192] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[ 3.028754] ehci-platform 1c1a000.usb: irq 10, io mem 0x01c1a000
[ 3.057509] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[ 3.063816] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 3.072088] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.079315] usb usb1: Product: EHCI Host Controller
[ 3.084189] usb usb1: Manufacturer: Linux 4.19.4-1-ARCH ehci_hcd
[ 3.090199] usb usb1: SerialNumber: 1c1a000.usb
[ 3.095178] hub 1-0:1.0: USB hub found
[ 3.098966] hub 1-0:1.0: 1 port detected
[ 3.103494] ehci-orion: EHCI orion driver
[ 3.107681] tegra-ehci: Tegra EHCI driver
[ 3.111771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.117970] ohci-pci: OHCI PCI platform driver
[ 3.122480] ohci-platform: OHCI generic platform driver
[ 3.127852] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[ 3.134627] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[ 3.142618] ohci-platform 1c1a400.usb: irq 11, io mem 0x01c1a400
[ 3.221780] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 3.230050] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.237264] usb usb2: Product: Generic Platform OHCI controller
[ 3.243188] usb usb2: Manufacturer: Linux 4.19.4-1-ARCH ohci_hcd
[ 3.249197] usb usb2: SerialNumber: 1c1a400.usb
[ 3.254151] hub 2-0:1.0: USB hub found
[ 3.257939] hub 2-0:1.0: 1 port detected
[ 3.262414] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.269419] usbcore: registered new interface driver uas
[ 3.274809] usbcore: registered new interface driver usb-storage
[ 3.280853] usbcore: registered new interface driver ums-alauda
[ 3.286796] usbcore: registered new interface driver ums-cypress
[ 3.292836] usbcore: registered new interface driver ums-datafab
[ 3.298874] usbcore: registered new interface driver ums_eneub6250
[ 3.305072] usbcore: registered new interface driver ums-freecom
[ 3.311112] usbcore: registered new interface driver ums-isd200
[ 3.317056] usbcore: registered new interface driver ums-jumpshot
[ 3.323180] usbcore: registered new interface driver ums-karma
[ 3.329045] usbcore: registered new interface driver ums-onetouch
[ 3.335168] usbcore: registered new interface driver ums-realtek
[ 3.341206] usbcore: registered new interface driver ums-sddr09
[ 3.347144] usbcore: registered new interface driver ums-sddr55
[ 3.353098] usbcore: registered new interface driver ums-usbat
[ 3.359032] usbcore: registered new interface driver usbserial_generic
[ 3.365573] usbserial: USB Serial support registered for generic
[ 3.373048] mousedev: PS/2 mouse device common for all mice
[ 3.379761] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
[ 3.386543] sun6i-rtc 1f00000.rtc: RTC enabled
[ 3.392830] device-mapper: uevent: version 1.0.3
[ 3.397787] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: [email protected]
[ 3.407133] sdhci: Secure Digital Host Controller Interface driver
[ 3.413323] sdhci: Copyright(c) Pierre Ossman
[ 3.418196] Synopsys Designware Multimedia Card Interface Driver
[ 3.425151] sunxi-mmc 1c0f000.mmc: Linked as a consumer to regulator.1
[ 3.432308] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[ 3.462301] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
[ 3.471771] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.478725] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.485129] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.490686] usbcore: registered new interface driver usbhid
[ 3.496250] usbhid: USB HID core driver
[ 3.503482] drop_monitor: Initializing network drop monitor service
[ 3.510002] Initializing XFRM netlink socket
[ 3.514922] NET: Registered protocol family 10
[ 3.519297] mmc0: host does not support reading read-only switch, assuming write-enable
[ 3.527500] mmc0: new SDHC card at address 0001
[ 3.533458] mmcblk0: mmc0:0001 00000 3.72 GiB
[ 3.540179] mmcblk0: p1 p2
[ 3.546299] Segment Routing with IPv6
[ 3.550098] mip6: Mobile IPv6
[ 3.553070] NET: Registered protocol family 17
[ 3.557700] Key type dns_resolver registered
[ 3.562779] registered taskstats version 1
[ 3.566870] Loading compiled-in X.509 certificates
[ 3.571777] zswap: loaded using pool lzo/zbud
[ 3.576301] Key type big_key registered
[ 3.588357] Key type encrypted registered
[ 3.601395] sun4i-usb-phy 1c19400.phy: Linked as a consumer to regulator.3
[ 3.609646] ehci-platform 1c1d000.usb: EHCI Host Controller
[ 3.615436] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 3
[ 3.623862] ehci-platform 1c1d000.usb: irq 12, io mem 0x01c1d000
[ 3.657508] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
[ 3.663819] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 3.672095] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.679323] usb usb3: Product: EHCI Host Controller
[ 3.684196] usb usb3: Manufacturer: Linux 4.19.4-1-ARCH ehci_hcd
[ 3.690206] usb usb3: SerialNumber: 1c1d000.usb
[ 3.695204] hub 3-0:1.0: USB hub found
[ 3.698998] hub 3-0:1.0: 1 port detected
[ 3.704182] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
[ 3.710982] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 4
[ 3.719001] ohci-platform 1c1d400.usb: irq 13, io mem 0x01c1d400
[ 3.791665] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 3.799933] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.807146] usb usb4: Product: Generic Platform OHCI controller
[ 3.813075] usb usb4: Manufacturer: Linux 4.19.4-1-ARCH ohci_hcd
[ 3.819086] usb usb4: SerialNumber: 1c1d400.usb
[ 3.824099] hub 4-0:1.0: USB hub found
[ 3.827886] hub 4-0:1.0: 1 port detected
[ 3.833139] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
[ 3.843907] usb_phy_generic usb_phy_generic.0.auto: Linked as a consumer to regulator.0
[ 3.852360] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[ 3.858289] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 5
[ 3.866270] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 3.874546] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.881773] usb usb5: Product: MUSB HDRC host driver
[ 3.886733] usb usb5: Manufacturer: Linux 4.19.4-1-ARCH musb-hcd
[ 3.892743] usb usb5: SerialNumber: musb-hdrc.1.auto
[ 3.898121] hub 5-0:1.0: USB hub found
[ 3.901894] hub 5-0:1.0: 1 port detected
[ 3.906666] sun6i-rtc 1f00000.rtc: hctosys: unable to read the hardware clock
[ 3.914222] gmac-3v3: disabling
[ 3.917361] usb0-vbus: disabling
[ 3.920604] ALSA device list:
[ 3.923567] No soundcards found.
[ 3.933424] Freeing unused kernel memory: 1600K
[ 3.977514] Run /init as init process
[ 5.455382] F2FS-fs (mmcblk0p2): Found nat_bits in checkpoint
[ 5.567686] F2FS-fs (mmcblk0p2): Mounted with checkpoint version = 1714a1ee
[ 6.683644] systemd[1]: System time before build time, advancing clock.
[ 6.735704] systemd[1]: systemd 239 running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 6.757529] systemd[1]: Detected architecture arm64.
[ 6.799851] systemd[1]: Set hostname to <NanoPiNeo2>.
[ 8.017277] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.027636] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 8.057715] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.064580] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 8.097711] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.105870] systemd[1]: Listening on Journal Socket (/dev/log).
[ 8.138106] systemd[1]: Listening on Journal Socket.
[ 8.176312] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 8.224622] systemd[1]: Mounting Kernel Configuration File System...
[ 8.262486] systemd[1]: Mounting Huge Pages File System...
[ 10.098518] systemd-journald[299]: Received request to flush runtime journal from PID 1
[ 10.459912] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[ 10.749422] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[ 10.755445] dwmac-sun8i 1c30000.ethernet: Linked as a consumer to regulator.2
[ 10.877814] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 50006 (expect 58000)
[ 10.887157] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
[ 10.894454] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
[ 10.901733] dwmac-sun8i 1c30000.ethernet: COE Type 2
[ 10.906697] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
[ 10.913548] dwmac-sun8i 1c30000.ethernet: Normal descriptors
[ 10.919258] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
[ 10.925154] libphy: stmmac: probed
[ 10.930946] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
[ 10.937267] libphy: mdio_mux: probed
[ 10.949042] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
[ 10.964002] libphy: mdio_mux: probed
[ 10.967666] dwmac-sun8i 1c30000.ethernet: Switch mux to external PHY
[ 11.148797] RTL8211E Gigabit Ethernet 0.2:07: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=0.2:07, irq=POLL)
[ 11.162883] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found
[ 11.170357] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
[ 11.174970] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 11.178108] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
[ 11.178957] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 13.119550] random: crng init done
[ 13.122968] random: 7 urandom warning(s) missed due to ratelimiting
[ 15.358315] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 15.366689] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 17.198272] dwmac-sun8i 1c30000.ethernet eth0: Too many address, switching to promiscuous