bb-qq / r8152

Synology DSM driver for Realtek RTL8152/RTL8153/RTL8156 based adapters
GNU General Public License v2.0
1.93k stars 179 forks source link

Issue using XIAOLO gigabit ethernet adapter RTL8156B #211

Closed tissme971 closed 2 years ago

tissme971 commented 2 years ago

Seems like i can't make it work with my adapter. When installed and using the sudo command line, nothing happened. I launched the manual installation of the package and this time the package installed but my adapter still not working

Synology DS918+

  • synology_apollolake_918+
  • DSM 7.0.1-42218 Update 3
    • XIAOLO Type C-2.5G-DE
  • NAS directly connected to the 2,5G port of my router

  • cable category Cat.7

Output of dmesg command

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.180+ (root@build15) (gcc version 7.5.0 (GCC) ) #42218 SMP Mon Oct 18 19:17:56 CST 2021
[    0.000000] Command line: root=/dev/md0 earlyprintk=apl console=ttyS2,115200n8 ihd_num=4 netif_num=2 HddHotplug=1 SataPortMap=23 sata_remap=0>2:1>3:2>0:3>1 syno_hw_version=DS918+ vender_format_version=2 syno_hdd_detect=18,179,176,175 syno_hdd_enable=21,20,19,9 syno_usb_vbus_gpio=13@0000:00:15.0@1,11@0000:00:15.0@2 sn=19C0PDN166600 macs=001132c1ba81,001132c1ba82
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000] x86/fpu: xstate_offset[3]:  960, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]: 1024, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x08: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x10: 'MPX CSR'
[    0.000000] x86/fpu: Enabled xstate features 0x1b, context size is 1088 bytes, using 'standard' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x0000000000085fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000086000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000012151000-0x0000000067c17fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067c18000-0x0000000067c18fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000067c19000-0x0000000067c42fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000067c43000-0x0000000067c7dfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067c7e000-0x0000000068c7dfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000068c7e000-0x000000007822efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007822f000-0x000000007aebefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007aebf000-0x000000007afbefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007afbf000-0x000000007affefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007afff000-0x000000007affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d3709000-0x00000000d370afff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047fffffff] usable
[    0.000000] bootconsole [earlyser0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x01dd9918-0x01dd9927] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x0000000000085fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000086000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000001dd9917] usable
[    0.000000] reserve setup_data: [mem 0x0000000001dd9918-0x0000000001dd9927] usable
[    0.000000] reserve setup_data: [mem 0x0000000001dd9928-0x000000000fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000010000000-0x0000000012150fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000012151000-0x0000000067c17fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067c18000-0x0000000067c18fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000067c19000-0x0000000067c42fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000067c43000-0x0000000067c7dfff] usable
[    0.000000] reserve setup_data: [mem 0x0000000067c7e000-0x0000000068c7dfff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000068c7e000-0x000000007822efff] usable
[    0.000000] reserve setup_data: [mem 0x000000007822f000-0x000000007aebefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007aebf000-0x000000007afbefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007afbf000-0x000000007affefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007afff000-0x000000007affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000d3709000-0x00000000d370afff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000047fffffff] usable
[    0.000000] efi: EFI v2.50 by INSYDE Corp.
[    0.000000] efi:  ACPI 2.0=0x7affe014  SMBIOS=0x78757000  SMBIOS 3.0=0x78755000 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] Kernel/User page tables isolation: disabled
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x480000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7F80000000 write-back
[    0.000000]   1 base 007C000000 mask 7FFC000000 uncachable
[    0.000000]   2 base 007B000000 mask 7FFF000000 uncachable
[    0.000000]   3 base 0100000000 mask 7F00000000 write-back
[    0.000000]   4 base 0200000000 mask 7F00000000 write-back
[    0.000000]   5 base 0300000000 mask 7F00000000 write-back
[    0.000000]   6 base 0400000000 mask 7F80000000 write-back
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] e820: update [mem 0x7b000000-0xffffffff] usable ==> reserved
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] e820: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.000000] Base memory trampoline at [ffff88000007a000] 7a000 size 28672
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x01a6b000, 0x01a6bfff] PGTABLE
[    0.000000] BRK [0x01a6c000, 0x01a6cfff] PGTABLE
[    0.000000] BRK [0x01a6d000, 0x01a6dfff] PGTABLE
[    0.000000] BRK [0x01a6e000, 0x01a6efff] PGTABLE
[    0.000000] BRK [0x01a6f000, 0x01a6ffff] PGTABLE
[    0.000000] BRK [0x01a70000, 0x01a70fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x375e2000-0x37ae8fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007AFFE014 000024 (v02 INSYDE)
[    0.000000] ACPI: XSDT 0x000000007AFDA188 0000DC (v01 INSYDE INSYDE   00000003      01000013)
[    0.000000] ACPI: FACP 0x000000007AFF5000 000114 (v06 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: DSDT 0x000000007AFE6000 00772B (v02 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: FACS 0x000000007AFAF000 000040
[    0.000000] ACPI: FACS 0x000000007AFAF000 000040
[    0.000000] ACPI: UEFI 0x000000007AFFD000 000236 (v01 INSYDE INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: BDAT 0x000000007AFFB000 000030 (v02 INSYDE INSYDE   00000000 ACPI 00040000)
[    0.000000] ACPI: UEFI 0x000000007AFFA000 000042 (v01 INSYDE INSYDE   00000002 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000007AFF9000 000554 (v01 INSYDE Tpm2Tabl 00001000 ACPI 00040000)
[    0.000000] ACPI: TPM2 0x000000007AFF8000 000034 (v03 INSYDE INSYDE   00000002 ACPI 00040000)
[    0.000000] ACPI: PSDS 0x000000007AFF7000 00004D (v01 INSYDE INSYDE   00000005 ACPI 00040000)
[    0.000000] ACPI: HPET 0x000000007AFF4000 000038 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: LPIT 0x000000007AFF3000 00005C (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: APIC 0x000000007AFF2000 000084 (v03 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: MCFG 0x000000007AFF1000 00003C (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: NPKT 0x000000007AFF0000 000065 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: WDRT 0x000000007AFEF000 000047 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: WSMT 0x000000007AFEE000 000028 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000007AFE4000 00024A (v02 INSYDE UsbCTabl 00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000007AFE3000 0000BC (v01 INSYDE Platform 00001000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000007AFE2000 00045A (v02 INSYDE Cpu0Ist  00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000007AFE1000 00072B (v02 INSYDE CpuSsdt  00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000007AFDE000 002760 (v02 INSYDE SaSsdt   00003000 ACPI 00040000)
[    0.000000] ACPI: FPDT 0x000000007AFDD000 000034 (v01 INSYDE INSYDE   00000002 ACPI 00040000)
[    0.000000] ACPI: WDAT 0x000000007AFF6000 000104 (v01 INSYDE INSYDE   00000000 ACPI 00040000)
[    0.000000] ACPI: BGRT 0x000000007AFE5000 000038 (v01 INSYDE INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: NHLT 0x000000007AFDC000 00002D (v00 INTEL  EDK2     00000002      01000013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000047fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x0000000000085fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000000fffffff]
[    0.000000]   node   0: [mem 0x0000000012151000-0x0000000067c17fff]
[    0.000000]   node   0: [mem 0x0000000067c43000-0x0000000067c7dfff]
[    0.000000]   node   0: [mem 0x0000000068c7e000-0x000000007822efff]
[    0.000000]   node   0: [mem 0x000000007afff000-0x000000007affffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000047fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000047fffffff]
[    0.000000] On node 0 totalpages: 4149304
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 23 pages reserved
[    0.000000]   DMA zone: 3972 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7427 pages used for memmap
[    0.000000]   DMA32 zone: 475316 pages, LIFO batch:31
[    0.000000]   Normal zone: 57344 pages used for memmap
[    0.000000]   Normal zone: 3670016 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00086000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x01dd9000-0x01dd9fff]
[    0.000000] PM: Registered nosave memory: [mem 0x01dd9000-0x01dd9fff]
[    0.000000] PM: Registered nosave memory: [mem 0x10000000-0x12150fff]
[    0.000000] PM: Registered nosave memory: [mem 0x67c18000-0x67c18fff]
[    0.000000] PM: Registered nosave memory: [mem 0x67c19000-0x67c42fff]
[    0.000000] PM: Registered nosave memory: [mem 0x67c7e000-0x68c7dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7822f000-0x7aebefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7aebf000-0x7afbefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7afbf000-0x7affefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b000000-0x7fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x80000000-0xd3708fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd3709000-0xd370afff]
[    0.000000] PM: Registered nosave memory: [mem 0xd370b000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe4000000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xff7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.000000] e820: [mem 0x80000000-0xd3708fff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88047fc00000 s95128 r8192 d31848 u524288
[    0.000000] pcpu-alloc: s95128 r8192 d31848 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4084446
[    0.000000] Kernel command line: root=/dev/md0 earlyprintk=apl console=ttyS2,115200n8 ihd_num=4 netif_num=2 HddHotplug=1 SataPortMap=23 sata_remap=0>2:1>3:2>0:3>1 syno_hw_version=DS918+ vender_format_version=2 syno_hdd_detect=18,179,176,175 syno_hdd_enable=21,20,19,9 syno_usb_vbus_gpio=13@0000:00:15.0@1,11@0000:00:15.0@2 sn=19C0PDN166600 macs=001132c1ba81,001132c1ba82
[    0.000000] Internal HD num: 4
[    0.000000] Internal netif num: 2
[    0.000000] Support HDD Hotplug.
[    0.000000] Sata Port Map: 23
[    0.000000] SYNO: sata remap initialized
[    0.000000] Synology Hardware Version: DS918+
[    0.000000] Vender format version: 2
[    0.000000] SYNO GPIO hdd detect pin: 18 179 176 175 
[    0.000000] SYNO GPIO hdd enable pin: 21 20 19 9 
[    0.000000] USB Vbus GPIO Control:
[    0.000000]  Gpp#13 - Host: dev_name:usb2        - Port:1 - Polarity: ACTIVE_HIGH
[    0.000000]  Gpp#13 - Host: dev_name:usb1        - Port:3 - Polarity: ACTIVE_HIGH
[    0.000000]  Gpp#11 - Host: dev_name:usb2        - Port:2 - Polarity: ACTIVE_HIGH
[    0.000000]  Gpp#11 - Host: dev_name:usb1        - Port:1 - Polarity: ACTIVE_HIGH
[    0.000000] Serial Number: 19C0PDN166600
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Memory: 16185552K/16597216K available (5624K kernel code, 863K rwdata, 1748K rodata, 916K init, 660K bss, 411664K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:4352 nr_irqs:1024 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: PIT calibration matches HPET. 1 loops
[    0.000000] tsc: Detected 1497.479 MHz processor
[    0.000005] Calibrating delay loop (skipped), value calculated using timer frequency.. 2994.95 BogoMIPS (lpj=1497479)
[    0.011835] pid_max: default: 32768 minimum: 301
[    0.016988] ACPI: Core revision 20150930
[    0.035538] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.047283] Security Framework initialized
[    0.051734] AppArmor: AppArmor initialized
[    0.056268] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.063922] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.072532] Initializing cgroup subsys io
[    0.076848] Initializing cgroup subsys memory
[    0.081726] Initializing cgroup subsys devices
[    0.086636] Initializing cgroup subsys freezer
[    0.091638] CPU: Physical Processor ID: 0
[    0.096049] CPU: Processor Core ID: 0
[    0.112211] CPU0: Thermal monitoring enabled (TM1)
[    0.117442] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.123409] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.133191] Freeing SMP alternatives memory: 24K
[    0.145722] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.162242] TSC deadline timer enabled
[    0.162252] smpboot: CPU0: Intel(R) Celeron(R) CPU J3455 @ 1.50GHz (family: 0x6, model: 0x5c, stepping: 0x9)
[    0.173055] Performance Events: PEBS fmt3+, generic architected perfmon, full-width counters, Intel PMU driver.
[    0.184283] ... version:                4
[    0.188745] ... bit width:              48
[    0.193304] ... generic registers:      4
[    0.197770] ... value mask:             0000ffffffffffff
[    0.203691] ... max period:             00007fffffffffff
[    0.209608] ... fixed-purpose events:   3
[    0.214072] ... event mask:             000000070000000f
[    0.220658] x86: Booting SMP configuration:
[    0.225139] .... node  #0, CPUs:      #1 #2 #3
[    0.272248] x86: Booted up 1 node, 4 CPUs
[    0.276727] smpboot: Total of 4 processors activated (11979.83 BogoMIPS)
[    0.286097] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.295369] devtmpfs: initialized
[    0.299356] PM: Registering ACPI NVS region [mem 0x67c18000-0x67c18fff] (4096 bytes)
[    0.307813] PM: Registering ACPI NVS region [mem 0x7aebf000-0x7afbefff] (1048576 bytes)
[    0.316869] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.327617] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.334667] pinctrl core: initialized pinctrl subsystem
[    0.340686] NET: Registered protocol family 16
[    0.354504] cpuidle: using governor ladder
[    0.364910] cpuidle: using governor menu
[    0.369245] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.377547] ACPI: bus type PCI registered
[    0.382137] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.392401] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[    0.399981] PCI: Using configuration type 1 for base access
[    0.412928] ACPI: Added _OSI(Module Device)
[    0.417420] ACPI: Added _OSI(Processor Device)
[    0.422349] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.427585] ACPI: Added _OSI(Processor Aggregator Device)
[    0.440204] ACPI: Executed 3 blocks of module-level executable AML code
[    0.453605] ACPI: Dynamic OEM Table Load:
[    0.457891] ACPI: SSDT 0xFFFF88046D20B800 00015F (v02 PmRef  ApIst    00003000 INTL 20130117)
[    0.469331] ACPI: Interpreter enabled
[    0.473250] ACPI: (supports S0 S4 S5)
[    0.477300] ACPI: Using IOAPIC for interrupt routing
[    0.482894] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.505032] ACPI: Power Resource [FN00] (on)
[    0.510780] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.517492] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.527574] acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability]
[    0.535155] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.544274] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.556328] PCI host bridge to bus 0000:00
[    0.560708] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.567590] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.575159] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.582722] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.590288] pci_bus 0000:00: root bus resource [mem 0x7c000001-0x7fffffff window]
[    0.598633] pci_bus 0000:00: root bus resource [mem 0x7b800001-0x7bffffff window]
[    0.606973] pci_bus 0000:00: root bus resource [mem 0x80000000-0xcfffffff window]
[    0.615315] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
[    0.623660] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.629785] pci 0000:00:00.0: [8086:5af0] type 00 class 0x060000
[    0.630251] pci 0000:00:02.0: [8086:5a85] type 00 class 0x030000
[    0.630281] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[    0.630295] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.630305] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.630765] pci 0000:00:0e.0: [8086:5a98] type 00 class 0x040380
[    0.630826] pci 0000:00:0e.0: reg 0x10: [mem 0x91410000-0x91413fff 64bit]
[    0.630862] pci 0000:00:0e.0: reg 0x20: [mem 0x91000000-0x910fffff 64bit]
[    0.630924] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[    0.631284] pci 0000:00:0e.0: System wakeup disabled by ACPI
[    0.637489] pci 0000:00:0f.0: [8086:5a9a] type 00 class 0x078000
[    0.637549] pci 0000:00:0f.0: reg 0x10: [mem 0x91418000-0x91418fff 64bit]
[    0.637670] pci 0000:00:0f.0: PME# supported from D3hot
[    0.638041] pci 0000:00:11.0: [8086:5aa2] type 00 class 0x005007
[    0.638090] pci 0000:00:11.0: reg 0x10: [mem 0x91414000-0x91415fff 64bit]
[    0.638112] pci 0000:00:11.0: reg 0x18: [mem 0x91419000-0x91419fff 64bit]
[    0.638559] pci 0000:00:12.0: [8086:5ae3] type 00 class 0x010601
[    0.638594] pci 0000:00:12.0: reg 0x10: [mem 0x91416000-0x91417fff]
[    0.638606] pci 0000:00:12.0: reg 0x14: [mem 0x9142e000-0x9142e0ff]
[    0.638617] pci 0000:00:12.0: reg 0x18: [io  0x4080-0x4087]
[    0.638628] pci 0000:00:12.0: reg 0x1c: [io  0x4088-0x408b]
[    0.638639] pci 0000:00:12.0: reg 0x20: [io  0x4060-0x407f]
[    0.638651] pci 0000:00:12.0: reg 0x24: [mem 0x9142c000-0x9142c7ff]
[    0.638696] pci 0000:00:12.0: PME# supported from D3hot
[    0.639042] pci 0000:00:13.0: [8086:5ad8] type 01 class 0x060400
[    0.639137] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[    0.639437] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.645633] pci 0000:00:13.1: [8086:5ad9] type 01 class 0x060400
[    0.645729] pci 0000:00:13.1: PME# supported from D0 D3hot D3cold
[    0.646084] pci 0000:00:13.2: [8086:5ada] type 01 class 0x060400
[    0.646180] pci 0000:00:13.2: PME# supported from D0 D3hot D3cold
[    0.646470] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.652667] pci 0000:00:13.3: [8086:5adb] type 01 class 0x060400
[    0.652762] pci 0000:00:13.3: PME# supported from D0 D3hot D3cold
[    0.653133] pci 0000:00:14.0: [8086:5ad6] type 01 class 0x060400
[    0.653228] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
[    0.653515] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.659742] pci 0000:00:15.0: [8086:5aa8] type 00 class 0x0c0330
[    0.659779] pci 0000:00:15.0: reg 0x10: [mem 0x91400000-0x9140ffff 64bit]
[    0.659863] pci 0000:00:15.0: PME# supported from D3hot D3cold
[    0.660159] pci 0000:00:15.0: System wakeup disabled by ACPI
[    0.666384] pci 0000:00:16.0: [8086:5aac] type 00 class 0x118000
[    0.666422] pci 0000:00:16.0: reg 0x10: [mem 0x9141a000-0x9141afff 64bit]
[    0.666439] pci 0000:00:16.0: reg 0x18: [mem 0x9141b000-0x9141bfff 64bit]
[    0.666866] pci 0000:00:18.0: [8086:5abc] type 00 class 0x118000
[    0.666910] pci 0000:00:18.0: reg 0x10: [mem 0x9141c000-0x9141cfff 64bit]
[    0.666935] pci 0000:00:18.0: reg 0x18: [mem 0x9141d000-0x9141dfff 64bit]
[    0.667340] pci 0000:00:18.1: [8086:5abe] type 00 class 0x118000
[    0.667381] pci 0000:00:18.1: reg 0x10: [mem 0x9141e000-0x9141efff 64bit]
[    0.667402] pci 0000:00:18.1: reg 0x18: [mem 0x9141f000-0x9141ffff 64bit]
[    0.667791] pci 0000:00:18.2: [8086:5ac0] type 00 class 0x118000
[    0.667837] pci 0000:00:18.2: reg 0x10: [mem 0x91420000-0x91420fff 64bit]
[    0.667853] pci 0000:00:18.2: reg 0x18: [mem 0x91421000-0x91421fff 64bit]
[    0.668239] pci 0000:00:18.3: [8086:5aee] type 00 class 0x118000
[    0.668294] pci 0000:00:18.3: reg 0x10: [mem 0x91422000-0x91422fff 64bit]
[    0.668310] pci 0000:00:18.3: reg 0x18: [mem 0x91423000-0x91423fff 64bit]
[    0.668714] pci 0000:00:19.0: [8086:5ac2] type 00 class 0x118000
[    0.668753] pci 0000:00:19.0: reg 0x10: [mem 0x91424000-0x91424fff 64bit]
[    0.668769] pci 0000:00:19.0: reg 0x18: [mem 0x91425000-0x91425fff 64bit]
[    0.669162] pci 0000:00:19.1: [8086:5ac4] type 00 class 0x118000
[    0.669203] pci 0000:00:19.1: reg 0x10: [mem 0x91426000-0x91426fff 64bit]
[    0.669226] pci 0000:00:19.1: reg 0x18: [mem 0x91427000-0x91427fff 64bit]
[    0.669623] pci 0000:00:19.2: [8086:5ac6] type 00 class 0x118000
[    0.669671] pci 0000:00:19.2: reg 0x10: [mem 0x91428000-0x91428fff 64bit]
[    0.669686] pci 0000:00:19.2: reg 0x18: [mem 0x91429000-0x91429fff 64bit]
[    0.670098] pci 0000:00:1a.0: [8086:5ac8] type 00 class 0x0c8000
[    0.670153] pci 0000:00:1a.0: reg 0x10: [mem 0x9142a000-0x9142afff 64bit]
[    0.670179] pci 0000:00:1a.0: reg 0x18: [mem 0x9142b000-0x9142bfff 64bit]
[    0.670243] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.670624] pci 0000:00:1f.0: [8086:5ae8] type 00 class 0x060100
[    0.671102] pci 0000:00:1f.1: [8086:5ad4] type 00 class 0x0c0500
[    0.671168] pci 0000:00:1f.1: reg 0x10: [mem 0x9142d000-0x9142d0ff 64bit]
[    0.671249] pci 0000:00:1f.1: reg 0x20: [io  0x4040-0x405f]
[    0.671768] pci 0000:01:00.0: [1b4b:9215] type 00 class 0x010601
[    0.671813] pci 0000:01:00.0: reg 0x10: [io  0x3028-0x302f]
[    0.671826] pci 0000:01:00.0: reg 0x14: [io  0x3034-0x3037]
[    0.671840] pci 0000:01:00.0: reg 0x18: [io  0x3020-0x3027]
[    0.671854] pci 0000:01:00.0: reg 0x1c: [io  0x3030-0x3033]
[    0.671867] pci 0000:01:00.0: reg 0x20: [io  0x3000-0x301f]
[    0.671881] pci 0000:01:00.0: reg 0x24: [mem 0x91300000-0x913007ff]
[    0.671896] pci 0000:01:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    0.671954] pci 0000:01:00.0: PME# supported from D3hot
[    0.672004] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.680158] pci 0000:00:13.0: PCI bridge to [bus 01]
[    0.685511] pci 0000:00:13.0:   bridge window [io  0x3000-0x3fff]
[    0.685518] pci 0000:00:13.0:   bridge window [mem 0x91300000-0x913fffff]
[    0.685588] pci 0000:00:13.1: PCI bridge to [bus 02]
[    0.691129] pci 0000:00:13.2: PCI bridge to [bus 03]
[    0.696669] pci 0000:04:00.0: [8086:1539] type 00 class 0x020000
[    0.696733] pci 0000:04:00.0: reg 0x10: [mem 0x91200000-0x9121ffff]
[    0.696766] pci 0000:04:00.0: reg 0x18: [io  0x2000-0x201f]
[    0.696784] pci 0000:04:00.0: reg 0x1c: [mem 0x91220000-0x91223fff]
[    0.696914] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.696987] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.705137] pci 0000:00:13.3: PCI bridge to [bus 04]
[    0.710495] pci 0000:00:13.3:   bridge window [io  0x2000-0x2fff]
[    0.710501] pci 0000:00:13.3:   bridge window [mem 0x91200000-0x912fffff]
[    0.710601] pci 0000:05:00.0: [8086:1539] type 00 class 0x020000
[    0.710664] pci 0000:05:00.0: reg 0x10: [mem 0x91100000-0x9111ffff]
[    0.710694] pci 0000:05:00.0: reg 0x18: [io  0x1000-0x101f]
[    0.710712] pci 0000:05:00.0: reg 0x1c: [mem 0x91120000-0x91123fff]
[    0.710841] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.710917] pci 0000:05:00.0: System wakeup disabled by ACPI
[    0.719067] pci 0000:00:14.0: PCI bridge to [bus 05]
[    0.724420] pci 0000:00:14.0:   bridge window [io  0x1000-0x1fff]
[    0.724426] pci 0000:00:14.0:   bridge window [mem 0x91100000-0x911fffff]
[    0.724464] pci_bus 0000:00: on NUMA node 0
[    0.725118] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.733763] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.742493] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.751224] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.759956] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.768693] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.777434] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.786164] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.796910] ACPI: Enabled 3 GPEs in block 00 to 7F
[    0.802301] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.808422] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.817465] vgaarb: loaded
[    0.820457] vgaarb: bridge control possible 0000:00:02.0
[    0.826504] SCSI subsystem initialized
[    0.830633] libata version 3.00 loaded.
[    0.830733] pps_core: LinuxPPS API ver. 1 registered
[    0.836087] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.846284] PTP clock support registered
[    0.850789] EFI Variables Facility v0.08 2004-May-17
[    0.887349] pstore: Registered efi as persistent store backend
[    0.893700] PCI: Using ACPI for IRQ routing
[    0.904868] PCI: pci_cache_line_size set to 64 bytes
[    0.905009] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.905013] e820: reserve RAM buffer [mem 0x00086000-0x0008ffff]
[    0.905016] e820: reserve RAM buffer [mem 0x01dd9918-0x03ffffff]
[    0.905018] e820: reserve RAM buffer [mem 0x67c18000-0x67ffffff]
[    0.905021] e820: reserve RAM buffer [mem 0x67c7e000-0x67ffffff]
[    0.905024] e820: reserve RAM buffer [mem 0x7822f000-0x7bffffff]
[    0.905026] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[    0.905431] clocksource: Switched to clocksource hpet
[    0.923625] AppArmor: AppArmor Filesystem Enabled
[    0.928790] pnp: PnP ACPI init
[    0.932269] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.938703] system 00:00: [io  0x0400-0x047f] has been reserved
[    0.945301] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.951907] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.952470] system 00:01: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.960066] system 00:01: [mem 0xfea00000-0xfeafffff] has been reserved
[    0.967477] system 00:01: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.974816] system 00:01: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.982195] system 00:01: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.989574] system 00:01: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.996950] system 00:01: [mem 0xfed80000-0xfedbffff] has been reserved
[    1.004326] system 00:01: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    1.011698] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[    1.019074] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.019499] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.019747] pnp: PnP ACPI: found 3 devices
[    1.034540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.044288] pci 0000:01:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    1.055402] pci 0000:01:00.0: BAR 6: assigned [mem 0x91310000-0x9131ffff pref]
[    1.063391] pci 0000:00:13.0: PCI bridge to [bus 01]
[    1.068917] pci 0000:00:13.0:   bridge window [io  0x3000-0x3fff]
[    1.075708] pci 0000:00:13.0:   bridge window [mem 0x91300000-0x913fffff]
[    1.083279] pci 0000:00:13.1: PCI bridge to [bus 02]
[    1.088803] pci 0000:00:13.2: PCI bridge to [bus 03]
[    1.094334] pci 0000:00:13.3: PCI bridge to [bus 04]
[    1.099858] pci 0000:00:13.3:   bridge window [io  0x2000-0x2fff]
[    1.106653] pci 0000:00:13.3:   bridge window [mem 0x91200000-0x912fffff]
[    1.114226] pci 0000:00:14.0: PCI bridge to [bus 05]
[    1.119751] pci 0000:00:14.0:   bridge window [io  0x1000-0x1fff]
[    1.126544] pci 0000:00:14.0:   bridge window [mem 0x91100000-0x911fffff]
[    1.134120] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    1.134124] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    1.134127] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    1.134131] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    1.134134] pci_bus 0000:00: resource 8 [mem 0x7c000001-0x7fffffff window]
[    1.134137] pci_bus 0000:00: resource 9 [mem 0x7b800001-0x7bffffff window]
[    1.134141] pci_bus 0000:00: resource 10 [mem 0x80000000-0xcfffffff window]
[    1.134144] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xefffffff window]
[    1.134148] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    1.134151] pci_bus 0000:01: resource 1 [mem 0x91300000-0x913fffff]
[    1.134155] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    1.134158] pci_bus 0000:04: resource 1 [mem 0x91200000-0x912fffff]
[    1.134162] pci_bus 0000:05: resource 0 [io  0x1000-0x1fff]
[    1.134165] pci_bus 0000:05: resource 1 [mem 0x91100000-0x911fffff]
[    1.134220] NET: Registered protocol family 2
[    1.139215] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.147954] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.155845] TCP: Hash tables configured (established 131072 bind 65536)
[    1.163107] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.170039] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.177425] NET: Registered protocol family 1
[    1.182143] pci 0000:00:02.0: Video device with shadowed ROM
[    1.183908] pci 0000:01:00.0: Apply mv9235 specific programming steps
[    1.190937] PCI: CLS 64 bytes, default 64
[    1.505873] Trying to unpack rootfs image as initramfs...
[    3.530866] decompress cpio completed and skip redundant lzma
[    3.538869] Freeing initrd memory: 5148K
[    3.543087] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.550256] software IO TLB: mapped [mem 0x71ed4000-0x75ed4000] (64MB)
[    3.558813] audit: initializing netlink subsys (disabled)
[    3.564737] audit: type=2000 audit(1650613777.023:1): initialized
[    3.571889] Initialise system trusted keyring
[    3.630946] VFS: Disk quotas dquot_6.6.0
[    3.635252] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.848122] Key type asymmetric registered
[    3.852596] Asymmetric key parser 'x509' registered
[    3.858052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    3.866217] io scheduler noop registered
[    3.870565] io scheduler deadline registered
[    3.875430] io scheduler cfq registered (default)
[    3.882355] pcieport 0000:00:13.0: Signaling PME through PCIe PME interrupt
[    3.889957] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    3.897232] pcie_pme 0000:00:13.0:pcie01: service driver pcie_pme loaded
[    3.897293] pcieport 0000:00:13.1: Signaling PME through PCIe PME interrupt
[    3.904996] pcie_pme 0000:00:13.1:pcie01: service driver pcie_pme loaded
[    3.905060] pcieport 0000:00:13.2: Signaling PME through PCIe PME interrupt
[    3.912751] pcie_pme 0000:00:13.2:pcie01: service driver pcie_pme loaded
[    3.912787] pcieport 0000:00:13.3: Signaling PME through PCIe PME interrupt
[    3.920506] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    3.927777] pcie_pme 0000:00:13.3:pcie01: service driver pcie_pme loaded
[    3.927813] pcieport 0000:00:14.0: Signaling PME through PCIe PME interrupt
[    3.935532] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[    3.942804] pcie_pme 0000:00:14.0:pcie01: service driver pcie_pme loaded
[    4.559814] tsc: Refined TSC clocksource calibration: 1497.612 MHz
[    4.566571] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x159652e1e3e, max_idle_ns: 440795277802 ns
[    4.669361] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.813218] Linux agpgart interface v0.103
[    4.849442] brd: module loaded
[    4.867199] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    4.903025] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    4.938635] dw-apb-uart.1: ttyS0 at MMIO 0x9141c000 (irq = 44, base_baud = 115200) is a 16550A
[    4.948128] console [ttyS2] enabled
[    4.952054] bootconsole [earlyser0] disabled
[    4.979402] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    4.982449] dw-apb-uart.2: ttyS1 at MMIO 0x9141e000 (irq = 45, base_baud = 115200) is a 16550A
[    4.984016] console [ttyS2] disabled
[    4.984236] dw-apb-uart.3: ttyS2 at MMIO 0x91420000 (irq = 6, base_baud = 115200) is a 16550A
[    4.984258] console [ttyS2] enabled
[    4.993395] dw-apb-uart.4: ttyS3 at MMIO 0x91422000 (irq = 47, base_baud = 115200) is a 16550A
[    5.003689] idma64 idma64.5: Found Intel integrated DMA 64-bit
[    5.021352] idma64 idma64.6: Found Intel integrated DMA 64-bit
[    5.039299] idma64 idma64.7: Found Intel integrated DMA 64-bit
[    5.056889] Loading iSCSI transport class v2.0-870.
[    5.066001] ahci 0000:00:12.0: version 3.0
[    5.066339] ahci 0000:00:12.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    5.075411] ahci 0000:00:12.0: flags: 64bit ncq sntf clo only pmp pio slum part deso sadm sds apst 
[    5.086417] scsi host0: ahci
[    5.095265] scsi host1: ahci
[    5.098672] ata1: SATA max UDMA/133 abar m2048@0x9142c000 port 0x9142c100 irq 370
[    5.107066] ata2: SATA max UDMA/133 abar m2048@0x9142c000 port 0x9142c180 irq 370
[    8.115881] clocksource: Switched to clocksource tsc
[   13.469495] ata1: link is slow to respond, please be patient (ready=0)
[   18.274919] ata1: softreset failed (device not ready)
[   18.280560] ata1: SRST fail, set srst fail flag
[   23.441384] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   23.448289] ata1: link reset sucessfully clear error flags
[   23.472805] ata1.00: disabling queued TRIM support
[   23.472811] ata1.00: ATA-9: WDC WD80EFAX-68KNBN0, 81.00A81, max UDMA/133
[   23.480300] ata1.00: 15628053168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   23.488364] ata1.00: SN:VGGR083G
[   23.499504] ata1.00: disabling queued TRIM support
[   23.499511] ata1.00: configured for UDMA/133
[   23.504766] scsi 0:0:0:0: Direct-Access     WDC      WD80EFAX-68KNBN0         0A81 PQ: 0 ANSI: 5
[   23.515011] Delay 5 seconds to wait for disk 4 ready.
[   23.515016] sd 0:0:0:0: [sdc] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[   23.515019] sd 0:0:0:0: [sdc] 4096-byte physical blocks
[   23.515102] sd 0:0:0:0: [sdc] Write Protect is off
[   23.515105] sd 0:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[   23.515140] sd 0:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   23.823630]  sdc: sdc1 sdc2 sdc3
[   23.827840] sd 0:0:0:0: [sdc] Attached SCSI disk
[   36.905577] ata2: link is slow to respond, please be patient (ready=0)
[   41.711002] ata2: softreset failed (device not ready)
[   41.716633] ata2: SRST fail, set srst fail flag
[   46.724453] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   46.731354] ata2: link reset sucessfully clear error flags
[   46.740129] ata2.00: ATA-9: WDC WD8001FFWX-68J1UN0, 83.H0A03, max UDMA/133
[   46.747839] ata2.00: 15628053168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   46.755909] ata2.00: SN:VKJAG7GX
[   46.764358] ata2.00: configured for UDMA/133
[   46.769584] scsi 1:0:0:0: Direct-Access     WDC      WD8001FFWX-68J1UN0       0A03 PQ: 0 ANSI: 5
[   46.779784] sd 1:0:0:0: [sdd] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[   46.780102] Change defer qc mode on external port for compatibility
[   46.780103] Change defer qc mode on external port for compatibility
[   46.780104] Change defer qc mode on external port for compatibility
[   46.790497] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[   46.790503] ahci 0000:01:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[   46.793510] scsi host2: ahci
[   46.797136] scsi host3: ahci
[   46.802413] scsi host4: ahci
[   46.802567] ata3: SATA max UDMA/133 abar m2048@0x91300000 port 0x91300100 irq 371
[   46.802571] ata4: SATA max UDMA/133 abar m2048@0x91300000 port 0x91300180 irq 371
[   46.802574] ata5: SATA max UDMA/133 abar m2048@0x91300000 port 0x91300200 irq 371
[   46.802585] Delay 5 seconds to wait for disk 1 ready.
[   46.867933] sd 1:0:0:0: [sdd] 4096-byte physical blocks
[   46.873953] sd 1:0:0:0: [sdd] Write Protect is off
[   46.879343] sd 1:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[   46.879400] sd 1:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   47.259839]  sdd: sdd1 sdd2 sdd3
[   47.264033] sd 1:0:0:0: [sdd] Attached SCSI disk
[   60.157645] ata3: link is slow to respond, please be patient (ready=0)
[   64.959067] ata3: softreset failed (device not ready)
[   64.964696] ata3: SRST fail, set srst fail flag
[   70.019524] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   70.026434] ata3: link reset sucessfully clear error flags
[   70.055403] ata3.00: disabling queued TRIM support
[   70.055411] ata3.00: ATA-9: WDC WD80EFAX-68KNBN0, 81.00A81, max UDMA/133
[   70.062908] ata3.00: 15628053168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   70.070969] ata3.00: SN:VGGN3S0G
[   70.082081] ata3.00: disabling queued TRIM support
[   70.082088] ata3.00: configured for UDMA/133
[   70.087345] scsi 2:0:0:0: Direct-Access     WDC      WD80EFAX-68KNBN0         0A81 PQ: 0 ANSI: 5
[   70.097611] sd 2:0:0:0: [sda] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[   70.097630] Delay 5 seconds to wait for disk 2 ready.
[   70.112017] sd 2:0:0:0: [sda] 4096-byte physical blocks
[   70.118035] sd 2:0:0:0: [sda] Write Protect is off
[   70.123392] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   70.123453] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   70.445994]  sda: sda1 sda2 sda3
[   70.450187] sd 2:0:0:0: [sda] Attached SCSI removable disk
[   83.452714] ata4: link is slow to respond, please be patient (ready=0)
[   88.254137] ata4: softreset failed (device not ready)
[   88.259771] ata4: SRST fail, set srst fail flag
[   93.263596] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   93.270513] ata4: link reset sucessfully clear error flags
[   93.295248] ata4.00: disabling queued TRIM support
[   93.295256] ata4.00: ATA-9: WDC WD80EFAX-68KNBN0, 81.00A81, max UDMA/133
[   93.302726] ata4.00: 15628053168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   93.310774] ata4.00: SN:VGGPYTYG
[   93.321882] ata4.00: disabling queued TRIM support
[   93.321889] ata4.00: configured for UDMA/133
[   93.327149] scsi 3:0:0:0: Direct-Access     WDC      WD80EFAX-68KNBN0         0A81 PQ: 0 ANSI: 5
[   93.337376] sd 3:0:0:0: [sdb] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[   93.346124] sd 3:0:0:0: [sdb] 4096-byte physical blocks
[   93.352132] sd 3:0:0:0: [sdb] Write Protect is off
[   93.357483] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   93.357544] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   93.641631] ata5: SATA link down (SStatus 0 SControl 300)
[   93.647654] ata5: No present pin info for SATA link down event
[   93.667311] rtc-s35390a i2c-RTC35390:00: rtc core: registered rtc-s35390a as rtc0
[   93.675726] i2c /dev entries driver
[   93.681380] i801_smbus 0000:00:1f.1: SMBus using polling
[   93.690521] md: raid1 personality registered for level 1
[   93.696671] NET: Registered protocol family 17
[   93.701671] Key type dns_resolver registered
[   93.707014]  sdb: sdb1 sdb2 sdb3
[   93.707974] mce: Using 7 MCE banks
[   93.708281] registered taskstats version 1
[   93.708289] Loading compiled-in untrusted X.509 certificates
[   93.708293] Loading compiled-in X.509 certificates
[   93.708340] Loaded X.509 cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329'
[   93.710260] Loaded X.509 cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'
[   93.710311] Loaded X.509 cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'
[   93.710331] Loaded X.509 cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
[   93.710356] page_owner is disabled
[   93.710416] AppArmor: AppArmor sha1 policy hashing enabled
[   93.725381] rtc-s35390a i2c-RTC35390:00: setting system clock to 2022-04-21 23:33:19 UTC (1650583999)
[   93.798055] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[   93.806565] Freeing unused kernel memory: 916K
[   93.811542] Write protecting the kernel read-only data: 8192k
[   93.818336] Freeing unused kernel memory: 508K
[   93.824663] Freeing unused kernel memory: 300K
[   93.935574] ACPI: bus type USB registered
[   93.940093] usbcore: registered new interface driver usbfs
[   93.946260] usbcore: registered new interface driver hub
[   93.952254] usbcore: registered new interface driver ethub
[   93.958429] usbcore: registered new device driver usb
[   93.997984] xhci_hcd 0000:00:15.0: xHCI Host Controller
[   94.003956] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[   94.213353] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x01109010
[   94.222776] xhci_hcd 0000:00:15.0: cache line size of 64 is not supported
[   94.223253] hub 1-0:1.0: USB hub found
[   94.227503] hub 1-0:1.0: 8 ports detected
[   94.232069] host 0000:00:15.0 port 1 has Vbus GPIO#11 with polarity ACTIVE_HIGH
[   94.240627] host 0000:00:15.0 port 3 has Vbus GPIO#13 with polarity ACTIVE_HIGH
[   94.249516] xhci_hcd 0000:00:15.0: xHCI Host Controller
[   94.255357] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[   94.263678] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   94.273084] hub 2-0:1.0: USB hub found
[   94.277314] hub 2-0:1.0: 7 ports detected
[   94.281835] host 0000:00:15.0 port 1 has Vbus GPIO#13 with polarity ACTIVE_HIGH
[   94.290331] host 0000:00:15.0 port 2 has Vbus GPIO#11 with polarity ACTIVE_HIGH
[   94.325616] apollolake_synobios: loading out-of-tree module taints kernel.
[   94.333308] apollolake_synobios: module license 'Synology Inc.' taints kernel.
[   94.341376] Disabling lock debugging due to kernel taint
[   94.358883] synobios open /dev/ttyS1 success
[   94.363853] correction with 0x00
[   94.368548] 2022-4-21 23:33:19 UTC
[   94.372349] synobios: load, major number 201
[   94.377115] Brand: Synology
[   94.380226] Model: DS-918+
[   94.383238] This is default settings: set group disks wakeup number to 1, spinup time deno 1
[   94.392656] synobios cpu_arch proc entry initialized
[   94.398189] synobios crypto_hw proc entry initialized
[   94.403824] synobios syno_platform proc entry initialized
[   94.418586] Module [apollolake_synobios] is removed. 
[   94.424976] synobios: unload
[   94.572707] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[   98.472785] random: nonblocking pool is initialized
[   98.612548] md: md0 stopped.
[   98.618388] md: bind<sdc1>
[   98.621735] md: bind<sda1>
[   98.625116] md: bind<sdd1>
[   98.628520] md: bind<sdb1>
[   98.631588] md: kicking non-fresh sdd1 from array!
[   98.636942] md: unbind<sdd1>
[   98.644063] md: export_rdev(sdd1)
[   98.648142] md/raid1:md0: active with 3 out of 4 mirrors
[   98.657978] md0: detected capacity change from 0 to 2549940224
[   99.535776] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
[   99.558056] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[  104.021731] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
[  104.049708] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[  104.214232] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
[  104.232040] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
[  104.394509] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK +SYSVINIT -UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[  104.414880] systemd[1]: Detected architecture x86-64.
[  104.425514] systemd[1]: Set hostname to <KODM_NAS>.
[  105.789766] systemd[1]: Cannot add dependency job for unit pkg-install-high-priority-builtin.service, ignoring: Unit pkg-install-high-priority-builtin.service failed to load: No such file or directory.
[  105.809794] systemd[1]: Cannot add dependency job for unit pkg-install-low-priority-builtin.service, ignoring: Unit pkg-install-low-priority-builtin.service failed to load: No such file or directory.
[  105.832067] systemd[1]: Reached target Timers.
[  105.841104] systemd[1]: Starting Timers.
[  105.845534] systemd[1]: Reached target Paths.
[  105.854362] systemd[1]: Starting Paths.
[  105.859066] systemd[1]: Created slice Root Slice.
[  105.868677] systemd[1]: Starting Root Slice.
[  105.873526] systemd[1]: Listening on udev Kernel Socket.
[  105.884491] systemd[1]: Starting udev Kernel Socket.
[  105.890210] systemd[1]: Created slice OAuthService's slice.
[  105.901748] systemd[1]: Starting OAuthService's slice.
[  105.907628] systemd[1]: Created slice ScsiTarget's slice.
[  105.918781] systemd[1]: Starting ScsiTarget's slice.
[  105.924476] systemd[1]: Created slice SNMP.
[  105.932914] systemd[1]: Starting SNMP.
[  105.937247] systemd[1]: Created slice DownloadStation's slice.
[  105.949364] systemd[1]: Starting DownloadStation's slice.
[  105.955531] systemd[1]: Created slice SynoFinder's slice.
[  105.966683] systemd[1]: Starting SynoFinder's slice.
[  105.972397] systemd[1]: Created slice Task Scheduler Group.
[  105.983929] systemd[1]: Starting Task Scheduler Group.
[  105.989822] systemd[1]: Created slice SSDP service.
[  105.999812] systemd[1]: Starting SSDP service.
[  106.004922] systemd[1]: Created slice FileStation's slice.
[  106.016268] systemd[1]: Starting FileStation's slice.
[  106.022054] systemd[1]: Created slice HyperBackup's slice.
[  106.033405] systemd[1]: Starting HyperBackup's slice.
[  106.039193] systemd[1]: Created slice Synology Index slice (WAT).
[  106.051903] systemd[1]: Starting Synology Index slice (WAT).
[  106.058378] systemd[1]: Created slice Synology DSM desktop service.
[  106.071469] systemd[1]: Starting Synology DSM desktop service.
[  106.078137] systemd[1]: Created slice HybridShare's slice.
[  106.089483] systemd[1]: Starting HybridShare's slice.
[  106.095275] systemd[1]: Created slice Synology DSM internal service.
[  106.108571] systemd[1]: Starting Synology DSM internal service.
[  106.115352] systemd[1]: Listening on Journal Socket.
[  106.125576] systemd[1]: Starting Journal Socket.
[  106.130872] systemd[1]: Listening on udev Control Socket.
[  106.142034] systemd[1]: Starting udev Control Socket.
[  106.147856] systemd[1]: Created slice Package Center Slice.
[  106.159408] systemd[1]: Starting Package Center Slice.
[  106.165283] systemd[1]: Created slice Synology Cache Advisor.
[  106.177208] systemd[1]: Starting Synology Cache Advisor.
[  106.183290] systemd[1]: Created slice Apple Filing Protocol Daemon.
[  106.196382] systemd[1]: Starting Apple Filing Protocol Daemon.
[  106.203048] systemd[1]: Created slice dsm6-ui-compatible's slice.
[  106.215769] systemd[1]: Starting dsm6-ui-compatible's slice.
[  106.222242] systemd[1]: Created slice BTRFS Space Reclaim.
[  106.233590] systemd[1]: Starting BTRFS Space Reclaim.
[  106.239379] systemd[1]: Created slice Synology Flashcache.
[  106.250764] systemd[1]: Starting Synology Flashcache.
[  106.256560] systemd[1]: Created slice User and Session Slice.
[  106.268499] systemd[1]: Starting User and Session Slice.
[  106.274589] systemd[1]: Created slice Synology Swap Works.
[  106.285950] systemd[1]: Starting Synology Swap Works.
[  106.291744] systemd[1]: Created slice DhcpServer's slice.
[  106.302897] systemd[1]: Starting DhcpServer's slice.
[  106.308587] systemd[1]: Created slice synobackup daemon slice.
[  106.320714] systemd[1]: Starting synobackup daemon slice.
[  106.326921] systemd[1]: Created slice SecureSignIn's slice.
[  106.338462] systemd[1]: Starting SecureSignIn's slice.
[  106.344348] systemd[1]: Created slice scemd.
[  106.352994] systemd[1]: Starting scemd.
[  106.357432] systemd[1]: Created slice BTRFS Optimization.
[  106.368593] systemd[1]: Starting BTRFS Optimization.
[  106.374289] systemd[1]: Created slice RAID Resync Process. Including Resync, Repair and Reshape..
[  106.390392] systemd[1]: Starting RAID Resync Process. Including Resync, Repair and Reshape..
[  106.402466] systemd[1]: Created slice SMBService's slice.
[  106.413626] systemd[1]: Starting SMBService's slice.
[  106.419382] systemd[1]: Created slice System Slice.
[  106.429399] systemd[1]: Starting System Slice.
[  106.450935] systemd[1]: Starting Load Kernel Modules...
[  106.457133] systemd[1]: Created slice system-syno\x2dmd\x2dresync\x2dspeed\x2dadjust.slice.
[  106.470217] systemd[1]: Starting system-syno\x2dmd\x2dresync\x2dspeed\x2dadjust.slice.
[  106.486194] systemd[1]: Starting Set boot sequence config...
[  106.494930] systemd[1]: Starting Journal Socket (/dev/log).
[  106.504688] systemd[1]: Reached target Slices.
[  106.513758] systemd[1]: Starting Slices.
[  106.519209] systemd[1]: Starting unbind USB device...
[  106.526112] systemd[1]: Starting Synology Task Scheduler Init...
[  106.536685] systemd[1]: Starting Synology swap...
[  106.547075] systemd[1]: Started Machine Check Exception Logging Daemon.
[  106.556850] systemd[1]: Starting Machine Check Exception Logging Daemon...
[  106.571789] systemd[1]: Mounting Debug File System...
[  106.583748] systemd[1]: Starting check integrity of rd.gz decompression...
[  106.595426] systemd[1]: Mounting Temporary Directory...
[  106.607089] systemd[1]: Starting Link coredump path to volume if possible...
[  106.619105] systemd[1]: Starting Set hostname...
[  106.630419] systemd[1]: Starting Load ntb_brd module...
[  106.638933] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  106.649657] systemd[1]: Starting system-serial\x2dgetty.slice.
[  106.662352] systemd[1]: Reached target Swap.
[  106.670999] systemd[1]: Starting Swap.
[  106.675486] systemd[1]: Created slice Docker's slice.
[  106.685891] systemd[1]: Starting Docker's slice.
[  106.691322] systemd[1]: Created slice Shared Folder Sync.
[  106.702496] systemd[1]: Starting Shared Folder Sync.
[  106.709193] systemd[1]: Starting Set time zone information to kernel...
[  106.713376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[  106.726251] systemd[1]: Listening on Journal Audit Socket.
[  106.737332] flashcache: flashcache-1.0-2022-02-23-19:17 initialized
[  106.749380] flashcache_syno: flashcache-1.0-syno-v25-pin-file-2022-02-23-19:17-debug initialized
[  106.759869] systemd[1]: Starting Journal Audit Socket.
[  106.765979] systemd[1]: Created slice Performance alarm.
[  106.774221] NET: Registered protocol family 10
[  106.778188] sit: IPv6 over IPv4 tunneling driver
[  106.787088] systemd[1]: Starting Performance alarm.
[  106.792870] systemd[1]: Created slice Python2's slice.
[  106.803453] systemd[1]: Starting Python2's slice.
[  106.808921] systemd[1]: Created slice Synology DSM Storage Service.
[  106.822037] systemd[1]: Starting Synology DSM Storage Service.
[  106.829720] systemd[1]: Starting Disabling fan checking flag ......
[  106.830232] sd 0:0:0:0: Attached scsi generic sg0 type 0
[  106.830335] sd 1:0:0:0: Attached scsi generic sg1 type 0
[  106.830429] sd 2:0:0:0: Attached scsi generic sg2 type 0
[  106.830552] sd 3:0:0:0: Attached scsi generic sg3 type 0
[  106.844669] e1000e: Intel(R) PRO/1000 Network Driver - 3.4.2.4-NAPI
[  106.844670] e1000e: Copyright(c) 1999 - 2019 Intel Corporation.
[  106.850664] Intel(R) Gigabit Ethernet Linux Driver - version 5.3.5.22
[  106.850665] Copyright(c) 2007 - 2018 Intel Corporation.
[  106.887419] systemd[1]: Created slice ActiveInsight's slice.
[  106.898753] systemd[1]: Starting ActiveInsight's slice.
[  106.900040] igb 0000:04:00.0: added PHC on eth0
[  106.900043] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Linux Driver
[  106.900045] igb 0000:04:00.0: eth0: (PCIe:2.5GT/s:Width x1) 
[  106.900049] igb 0000:04:00.0 eth0: MAC: 00:11:22:33:44:55
[  106.900055] igb 0000:04:00.0: eth0: PBA No: Unknown
[  106.900067] igb 0000:04:00.0: LRO is disabled
[  106.900069] igb 0000:04:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
[  106.938857] zram: Added device: zram0
[  106.939152] zram: Added device: zram1
[  106.939437] zram: Added device: zram2
[  106.939708] zram: Added device: zram3
[  106.954995] igb 0000:05:00.0: added PHC on eth1
[  106.954998] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Linux Driver
[  106.955000] igb 0000:05:00.0: eth1: (PCIe:2.5GT/s:Width x1) 
[  106.955003] igb 0000:05:00.0 eth1: MAC: 00:11:22:33:44:55
[  106.955008] igb 0000:05:00.0: eth1: PBA No: Unknown
[  106.955020] igb 0000:05:00.0: LRO is disabled
[  106.955022] igb 0000:05:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
tissme971 commented 2 years ago

Part 2 of dmesg + lsusb + ifconfig -a

[  107.014062] systemd[1]: Mounted Debug File System.
[  107.023809] systemd[1]: Mounted Temporary Directory.
[  107.034507] systemd[1]: Started Set boot sequence config.
[  107.045916] systemd[1]: Listening on Journal Socket (/dev/log).
[  107.058655] systemd[1]: Started unbind USB device.
[  107.068920] systemd[1]: Started Synology Task Scheduler Init.
[  107.071766] usb-storage 1-4:1.0: USB Mass Storage device detected
[  107.071929] scsi host5: usb-storage 1-4:1.0
[  107.072070] usbcore: registered new interface driver usb-storage
[  107.082716] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[  107.088620] ehci-pci: EHCI PCI platform driver
[  107.094922] md: md1 stopped.
[  107.100448] uhci_hcd: USB Universal Host Controller Interface driver
[  107.122739] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[  107.130466] md: bind<sdc2>
[  107.130768] md: bind<sda2>
[  107.130991] md: bind<sdb2>
[  107.132617] md/raid1:md1: active with 3 out of 4 mirrors
[  107.136289] md1: detected capacity change from 0 to 2147418112
[  107.153525] ACPI: Power Button [PWR2]
[  107.157692] systemd[1]: Started check integrity of rd.gz decompression.
[  107.172075] systemd[1]: Started Link coredump path to volume if possible.
[  107.186513] systemd[1]: Started Set hostname.
[  107.195827] systemd[1]: Started Load ntb_brd module.
[  107.206524] systemd[1]: Started Set time zone information to kernel.
[  107.220279] systemd[1]: Started Disabling fan checking flag ....
[  107.233032] systemd[1]: Reached target Sockets.
[  107.242274] systemd[1]: Starting Sockets.
[  107.263084] systemd[1]: Starting Journal Service...
[  107.268722] systemd[1]: Reached target Local File Systems.
[  107.278576] systemd[1]: Starting Local File Systems.
[  107.290566] systemd[1]: Starting Set boot sequence config for temporary use...
[  107.299908] systemd[1]: Starting D-Bus Session Message Bus...
[  107.312648] systemd[1]: Starting D-Bus System Message Bus...
[  107.323905] systemd[1]: Starting udev Coldplug all Devices...
[  107.335109] systemd[1]: Starting Mount usb fs...
[  107.348198] systemd[1]: Started Set boot sequence config for temporary use.
[  107.369470] systemd[1]: Started Journal Service.
[  107.396855] systemd-journald[5550]: Received request to flush runtime journal from PID 1
[  107.534758] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[  107.542146] [drm] Driver supports precise vblank timestamp query.
[  107.549070] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[  107.561931] [drm] Finished loading DMC firmware i915/bxt_dmc_ver1_07.bin (v1.7)
[  107.573172] [drm] Initialized i915 1.6.0 20171222 for 0000:00:02.0 on minor 0
[  107.582595] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[  107.597507] acpi device:4c: registered as cooling_device4
[  107.606247] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1
[  107.622555] [drm] Cannot find any crtc or sizes
[  107.634916] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[  107.694585] usbcore: registered new interface driver usblp
[  107.716818] usbcore: registered new interface driver usbhid
[  107.725086] usbhid: USB HID core driver
[  107.795099] synobios open /dev/ttyS1 success
[  107.806086] Adding 2097084k swap on /dev/md1.  Priority:-1 extents:1 across:2097084k 
[  107.815124] correction with 0x00
[  107.818903] zram0: detected capacity change from 0 to 2494562304
[  107.826616] 2022-4-21 23:33:33 UTC
[  107.835745] synobios: load, major number 201
[  107.836969] Adding 2436092k swap on /dev/zram0.  Priority:1 extents:1 across:2436092k SS
[  107.840004] zram1: detected capacity change from 0 to 2494562304
[  107.845662] Adding 2436092k swap on /dev/zram1.  Priority:1 extents:1 across:2436092k SS
[  107.848610] zram2: detected capacity change from 0 to 2494562304
[  107.854045] Adding 2436092k swap on /dev/zram2.  Priority:1 extents:1 across:2436092k SS
[  107.857277] zram3: detected capacity change from 0 to 2494562304
[  107.862866] Adding 2436092k swap on /dev/zram3.  Priority:1 extents:1 across:2436092k SS
[  107.897603] Brand: Synology
[  107.897609] Model: DS-918+
[  107.897613] This is default settings: set group disks wakeup number to 1, spinup time deno 1
[  107.897621] synobios cpu_arch proc entry initialized
[  107.897623] synobios crypto_hw proc entry initialized
[  107.897625] synobios syno_platform proc entry initialized
[  107.916961] Syno_HddMon: Initialization completed.
[  107.951782] SSE version of gcm_enc/dec engaged.
[  108.074102] scsi 5:0:0:0: Direct-Access     Synology DiskStation              DL17 PQ: 0 ANSI: 6
[  108.084326] sd 5:0:0:0: Attached scsi generic sg4 type 0
[  108.084815] sd 5:0:0:0: [synoboot] 245760 512-byte logical blocks: (126 MB/120 MiB)
[  108.085651] sd 5:0:0:0: [synoboot] Write Protect is off
[  108.085656] sd 5:0:0:0: [synoboot] Mode Sense: 23 00 00 00
[  108.086500] sd 5:0:0:0: [synoboot] No Caching mode page found
[  108.086502] sd 5:0:0:0: [synoboot] Assuming drive cache: write through
[  108.092948] GPT:Primary header thinks Alt. header is not at the end of the disk.
[  108.092952] GPT:239649 != 245759
[  108.092952] GPT:Alternate GPT header not at the end of the disk.
[  108.092953] GPT:239649 != 245759
[  108.092954] GPT: Use GNU Parted to correct GPT errors.
[  108.092969]  synoboot: synoboot1 synoboot2
[  108.101291] sd 5:0:0:0: [synoboot] Attached SCSI disk
[  112.058732] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[  112.415975] ip_tables: (C) 2000-2006 Netfilter Core Team
[  112.450576] audit: type=1325 audit(1650584017.622:2): table=filter family=2 entries=0
[  112.489009] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[  112.622755] md: md2 stopped.
[  112.779979] ip6_tables: (C) 2000-2006 Netfilter Core Team
[  112.803494] md: bind<sdb3>
[  112.816431] audit: type=1325 audit(1650584017.988:3): table=filter family=10 entries=0
[  112.825807] md: bind<sdc3>
[  112.831514] md: bind<sda3>
[  112.866331] raid6: sse2x1   gen()  3257 MB/s
[  112.887332] raid6: sse2x1   xor()  1916 MB/s
[  112.908322] raid6: sse2x2   gen()  3613 MB/s
[  112.929332] raid6: sse2x2   xor()  2242 MB/s
[  112.937383] audit: type=1325 audit(1650584018.109:4): table=filter family=2 entries=4
[  112.950326] raid6: sse2x4   gen()  3929 MB/s
[  112.954426] audit: type=1325 audit(1650584018.126:5): table=filter family=2 entries=4
[  112.980324] raid6: sse2x4   xor()  2115 MB/s
[  112.985088] raid6: using algorithm sse2x4 gen() 3929 MB/s
[  112.986042] audit: type=1325 audit(1650584018.157:6): table=filter family=2 entries=4
[  112.998941] audit: type=1325 audit(1650584018.170:7): table=filter family=10 entries=4
[  113.007202] audit: type=1325 audit(1650584018.178:8): table=filter family=10 entries=4
[  113.016299] audit: type=1325 audit(1650584018.187:9): table=filter family=10 entries=4
[  113.026359] raid6: .... xor() 2115 MB/s, rmw enabled
[  113.031905] raid6: using ssse3x2 recovery algorithm
[  113.044042] async_tx: api initialized (async)
[  113.050869] xor: measuring software checksum speed
[  113.065335]    prefetch64-sse:  5456.000 MB/sec
[  113.080334]    generic_sse:  4908.000 MB/sec
[  113.085096] xor: using function: prefetch64-sse (5456.000 MB/sec)
[  113.130276] md: raid6 personality registered for level 6
[  113.136234] md: raid5 personality registered for level 5
[  113.142167] md: raid4 personality registered for level 4
[  113.148100] md: raidF1 personality registered for level 45
[  113.155773] md/raid:md2: device sda3 operational as raid disk 0
[  113.167264] md/raid:md2: device sdc3 operational as raid disk 2
[  113.174496] md/raid:md2: device sdb3 operational as raid disk 1
[  113.182123] md/raid:md2: allocated 4386kB
[  113.186765] md/raid:md2: raid level 5 active with 3 out of 4 devices, algorithm 2
[  113.195161] RAID conf printout:
[  113.195164]  --- level:5 rd:4 wd:3
[  113.195172]  disk 0, o:1, dev:sda3
[  113.195175]  disk 1, o:1, dev:sdb3
[  113.195177]  disk 2, o:1, dev:sdc3
[  113.218626] md2: detected capacity change from 0 to 23989876359168
[  113.378573] audit: type=1325 audit(1650584018.550:10): table=filter family=2 entries=8
[  113.399538] audit: type=1325 audit(1650584018.571:11): table=filter family=2 entries=12
[  113.994364] igb 0000:04:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[  114.944632] flashcache_syno: /dev/vg1/volume_1 exclude check success
[  119.432799] audit_printk_skb: 201 callbacks suppressed
[  119.438549] audit: type=1325 audit(1650584024.603:79): table=filter family=2 entries=45
[  119.456092] audit: type=1325 audit(1650584024.627:80): table=filter family=2 entries=45
[  119.474419] audit: type=1325 audit(1650584024.645:81): table=filter family=2 entries=45
[  119.492046] audit: type=1325 audit(1650584024.663:82): table=filter family=10 entries=43
[  119.509704] audit: type=1325 audit(1650584024.680:83): table=filter family=10 entries=43
[  119.528191] audit: type=1325 audit(1650584024.699:84): table=filter family=10 entries=43
[  119.546293] audit: type=1325 audit(1650584024.717:85): table=filter family=2 entries=49
[  119.564447] audit: type=1325 audit(1650584024.735:86): table=filter family=10 entries=47
[  119.582512] audit: type=1325 audit(1650584024.753:87): table=filter family=2 entries=33
[  119.611032] audit: type=1325 audit(1650584024.782:88): table=filter family=10 entries=31
[  120.785937] EXT4-fs (dm-2): barriers disabled
[  121.080925] EXT4-fs (dm-2): mounted filesystem with writeback data mode. Opts: usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,synoacl
[  124.804568] audit_printk_skb: 210 callbacks suppressed
[  124.810345] audit: type=1325 audit(1650584029.975:159): table=filter family=2 entries=45
[  124.828187] audit: type=1325 audit(1650584029.998:160): table=filter family=2 entries=45
[  124.846738] audit: type=1325 audit(1650584030.017:161): table=filter family=2 entries=45
[  124.864506] audit: type=1325 audit(1650584030.035:162): table=filter family=10 entries=43
[  124.882518] audit: type=1325 audit(1650584030.053:163): table=filter family=10 entries=43
[  124.901172] audit: type=1325 audit(1650584030.071:164): table=filter family=10 entries=43
[  124.919807] audit: type=1325 audit(1650584030.090:165): table=filter family=2 entries=49
[  124.937912] audit: type=1325 audit(1650584030.108:166): table=filter family=10 entries=47
[  124.956337] audit: type=1325 audit(1650584030.126:167): table=filter family=2 entries=33
[  124.985617] audit: type=1325 audit(1650584030.156:168): table=filter family=10 entries=31
[  125.899250] capability: warning: `nginx' uses 32-bit capabilities (legacy support in use)
[  126.981381] loop: module loaded
[  127.037326] Synotify use 16384 event queue size
[  127.053830] Synotify use 16384 event queue size
[  128.090149] ext2: synoboot2 mounted, process=synopkicompatsy
[  128.101540] synoboot2 unmounted, process=synopkicompatsy
[  128.206209] ata1.00: disabling queued TRIM support
[  128.213827] ata1.00: disabling queued TRIM support
[  128.213841] ata1.00: configured for UDMA/133
[  128.218631] ata1: EH complete
[  128.393722] ata2.00: configured for UDMA/133
[  128.398515] ata2: EH complete
[  128.485478] ata3.00: disabling queued TRIM support
[  128.493543] ata3.00: disabling queued TRIM support
[  128.493557] ata3.00: configured for UDMA/133
[  128.498386] ata3: EH complete
[  128.622416] ata4.00: disabling queued TRIM support
[  128.630452] ata4.00: disabling queued TRIM support
[  128.630466] ata4.00: configured for UDMA/133
[  128.635258] ata4: EH complete
[  128.897303] iSCSI:target_core_rodsp_server.c:1027:rodsp_server_init RODSP server started, login_key(001132c1ba81).
[  128.926224] iSCSI:extent_pool.c:766:ep_init syno_extent_pool successfully initialized
[  128.963874] iSCSI:target_core_device.c:613:se_dev_align_max_sectors Rounding down aligned max_sectors from 4294967295 to 4294967288
[  128.977147] iSCSI:target_core_configfs.c:5446:target_init_dbroot db_root: cannot open: /etc/target
[  128.987330] iSCSI:target_core_lunbackup.c:361:init_io_buffer_head 512 buffers allocated, total 2097152 bytes successfully
[  129.086602] iSCSI:target_core_file.c:149:fd_attach_hba RODSP plugin for fileio is enabled.
[  129.095846] iSCSI:target_core_file.c:156:fd_attach_hba ODX Token Manager is enabled.
[  129.104506] iSCSI:target_core_multi_file.c:91:fd_attach_hba RODSP plugin for multifile is enabled.
[  129.114531] iSCSI:target_core_ep.c:795:ep_attach_hba RODSP plugin for epio is enabled.
[  129.123375] iSCSI:target_core_ep.c:802:ep_attach_hba ODX Token Manager is enabled.
[  129.303923] workqueue: max_active 1024 requested for vhost_scsi is out of range, clamping between 1 and 512
[  130.461228] 8021q: 802.1Q VLAN Support v1.8
[  130.465927] 8021q: adding VLAN 0 to HW filter on device eth0
[  130.472288] 8021q: adding VLAN 0 to HW filter on device eth1
[  138.441917] aufs 4.4-20160328
[  138.534636] fuse init (API version 7.23)
[  138.581534] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[  138.731544] Bridge firewalling registered
[  138.798671] audit_printk_skb: 174 callbacks suppressed
[  138.804437] audit: type=1325 audit(1650584043.968:227): table=mangle family=2 entries=0
[  138.942702] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
[  138.950742] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[  138.958981] IPVS: Creating netns size=2096 id=0
[  138.964071] IPVS: ipvs loaded.
[  139.051690] IPVS: [rr] scheduler registered.
[  144.295147] audit: type=1325 audit(1650584049.464:228): table=filter family=2 entries=45
[  144.329545] audit: type=1325 audit(1650584049.498:229): table=filter family=2 entries=45
[  144.347003] audit: type=1325 audit(1650584049.515:230): table=filter family=2 entries=45
[  144.364373] audit: type=1325 audit(1650584049.533:231): table=filter family=10 entries=43
[  144.381015] audit: type=1325 audit(1650584049.549:232): table=filter family=10 entries=43
[  144.398369] audit: type=1325 audit(1650584049.567:233): table=filter family=10 entries=43
[  144.415430] audit: type=1325 audit(1650584049.584:234): table=filter family=2 entries=49
[  144.433003] audit: type=1325 audit(1650584049.601:235): table=filter family=10 entries=47
[  144.453546] audit: type=1325 audit(1650584049.622:236): table=filter family=2 entries=33
[  149.666523] audit_printk_skb: 177 callbacks suppressed
[  149.672297] audit: type=1325 audit(1650584054.834:296): table=nat family=2 entries=5
[  149.693672] audit: type=1325 audit(1650584054.862:297): table=filter family=2 entries=45
[  149.715383] audit: type=1325 audit(1650584054.883:298): table=filter family=2 entries=47
[  149.736942] audit: type=1325 audit(1650584054.905:299): table=filter family=2 entries=49
[  149.759471] audit: type=1325 audit(1650584054.927:300): table=filter family=2 entries=51
[  149.781640] audit: type=1325 audit(1650584054.949:301): table=filter family=2 entries=52
[  149.797102] audit: type=1325 audit(1650584054.965:302): table=filter family=2 entries=53
[  149.919092] Initializing XFRM netlink socket
[  149.943533] Netfilter messages via NETLINK v0.30.
[  149.973102] audit: type=1325 audit(1650584055.141:303): table=nat family=2 entries=7
[  149.994696] audit: type=1325 audit(1650584055.163:304): table=nat family=2 entries=11
[  150.022678] audit: type=1325 audit(1650584055.191:305): table=filter family=2 entries=53
[  150.125594] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[  150.967892] aufs au_opts_verify:1597:dockerd[14303]: dirperm1 breaks the protection by the permission bits on the lower branch
[  151.122351] device dockeraaa178b entered promiscuous mode
[  151.129206] IPv6: ADDRCONF(NETDEV_UP): dockeraaa178b: link is not ready
[  153.150872] IPVS: Creating netns size=2096 id=1
[  153.487638] eth0: renamed from docker0c53c81
[  153.499911] IPv6: ADDRCONF(NETDEV_CHANGE): dockeraaa178b: link becomes ready
[  153.507870] docker0: port 1(dockeraaa178b) entered forwarding state
[  153.514917] docker0: port 1(dockeraaa178b) entered forwarding state
[  153.522032] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
[  156.666586] audit_printk_skb: 312 callbacks suppressed
[  156.672364] audit: type=1325 audit(1650584061.834:410): table=filter family=2 entries=68
[  156.689724] audit: type=1325 audit(1650584061.857:411): table=filter family=2 entries=68
[  156.706833] audit: type=1325 audit(1650584061.874:412): table=filter family=2 entries=68
[  156.723336] audit: type=1325 audit(1650584061.891:413): table=filter family=10 entries=43
[  156.739193] audit: type=1325 audit(1650584061.906:414): table=filter family=10 entries=43
[  156.755774] audit: type=1325 audit(1650584061.923:415): table=filter family=10 entries=43
[  156.771915] audit: type=1325 audit(1650584061.939:416): table=filter family=2 entries=72
[  156.788994] audit: type=1325 audit(1650584061.956:417): table=filter family=10 entries=47
[  156.806421] audit: type=1325 audit(1650584061.974:418): table=filter family=2 entries=56
[  156.837957] audit: type=1325 audit(1650584062.005:419): table=filter family=10 entries=31
[  168.522265] docker0: port 1(dockeraaa178b) entered forwarding state
[ 2303.525086] ata2: device unplugged sstatus 0x0
[ 2303.530078] ata2: exception Emask 0x10 SAct 0x0 SErr 0x4090000 action 0xe frozen
[ 2303.538344] ata2: irq_stat 0x00400040, connection status changed
[ 2303.545050] ata2: SError: { PHYRdyChg 10B8B DevExch }
[ 2303.550695] ata2: hard resetting link
[ 2304.278006] ata2: SATA link down (SStatus 0 SControl 300)
[ 2304.284052] ata2: Disk is not present for SATA link down event
[ 2306.290179] ata2: hard resetting link
[ 2306.599207] ata2: SATA link down (SStatus 0 SControl 300)
[ 2306.605244] ata2: Disk is not present for SATA link down event
[ 2306.611772] ata2: limiting SATA link speed to 1.5 Gbps
[ 2308.611388] ata2: hard resetting link
[ 2308.920414] ata2: SATA link down (SStatus 0 SControl 310)
[ 2308.926457] ata2: Disk is not present for SATA link down event
[ 2310.932599] ata2: hard resetting link
[ 2311.243621] ata2: SATA link down (SStatus 0 SControl 300)
[ 2311.249672] ata2: Disk is not present for SATA link down event
[ 2311.256200] ata2.00: disabled
[ 2311.259528] ata2.00: already disabled (class=0x2)
[ 2311.264789] ata2.00: already disabled (class=0x2)
[ 2311.270063] ata2: EH complete
[ 2311.273396] ata2.00: detaching (SCSI 1:0:0:0)
[ 2311.279829] sd 1:0:0:0: [sdd] Synchronizing SCSI cache
[ 2311.285714] sd 1:0:0:0: [sdd] Synchronize Cache(10) failed: Result: hostbyte=0x04 driverbyte=0x00
[ 2311.295649] sd 1:0:0:0: [sdd] Stopping disk
[ 2311.300381] sd 1:0:0:0: [sdd] Start/Stop Unit failed: Result: hostbyte=0x04 driverbyte=0x00
[ 2318.912779] ata2: device plugged sstatus 0x133
[ 2318.917771] ata2: exception Emask 0x10 SAct 0x0 SErr 0x4050002 action 0xe frozen
[ 2318.926045] ata2: irq_stat 0x00000040, connection status changed
[ 2318.932761] ata2: SError: { RecovComm PHYRdyChg CommWake DevExch }
[ 2318.939683] ata2: hard resetting link
[ 2324.715811] ata2: link is slow to respond, please be patient (ready=0)
[ 2329.113201] ata2: softreset failed (device not ready)
[ 2329.118843] ata2: SRST fail, set srst fail flag
[ 2329.123903] ata2: hard resetting link
[ 2334.902713] ata2: link is slow to respond, please be patient (ready=0)
[ 2335.982819] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2335.989725] ata2: link reset sucessfully clear error flags
[ 2335.998479] ata2.00: ATA-9: WDC WD8001FFWX-68J1UN0, 83.H0A03, max UDMA/133
[ 2336.006160] ata2.00: 15628053168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[ 2336.014219] ata2.00: SN:VKJAG7GX
[ 2336.022658] ata2.00: configured for UDMA/133
[ 2336.027431] ata2.00: Write Cache is enabled
[ 2336.032106] ata2: EH complete
[ 2336.035794] scsi 1:0:0:0: Direct-Access     WDC      WD8001FFWX-68J1UN0       0A03 PQ: 0 ANSI: 5
[ 2336.045906] sd 1:0:0:0: [sdd] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 2336.054653] sd 1:0:0:0: [sdd] 4096-byte physical blocks
[ 2336.060692] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 2336.060708] sd 1:0:0:0: [sdd] Write Protect is off
[ 2336.060711] sd 1:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 2336.060736] sd 1:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2336.083353] sd 1:0:0:0: [sdd] Attached SCSI disk
[ 2337.349041] ata2.00: configured for UDMA/133
[ 2337.353866] ata2: EH complete
[ 2419.198810] md: bind<sdd1>
[ 2419.213605] RAID1 conf printout:
[ 2419.213611]  --- wd:3 rd:4
[ 2419.213614]  disk 0, wo:0, o:1, dev:sdb1
[ 2419.213616]  disk 1, wo:0, o:1, dev:sdc1
[ 2419.213618]  disk 2, wo:0, o:1, dev:sda1
[ 2419.213620]  disk 3, wo:1, o:1, dev:sdd1
[ 2419.213760] md: md0: current auto_remap = 0
[ 2419.218475] md: recovery of RAID array md0
[ 2419.223068] md: minimum _guaranteed_  speed: 10000 KB/sec/disk.
[ 2419.229680] md: using maximum available idle IO bandwidth (but not more than 600000 KB/sec) for recovery.
[ 2419.240399] md: using 128k window, over a total of 2490176k.
[ 2419.455194] md: bind<sdd2>
[ 2419.490709] RAID1 conf printout:
[ 2419.490715]  --- wd:3 rd:4
[ 2419.490718]  disk 0, wo:0, o:1, dev:sdb2
[ 2419.490720]  disk 1, wo:0, o:1, dev:sdc2
[ 2419.490722]  disk 2, wo:0, o:1, dev:sda2
[ 2419.490724]  disk 3, wo:1, o:1, dev:sdd2
[ 2419.490855] md: md1: current auto_remap = 0
[ 2419.495567] md: recovery of RAID array md1
[ 2419.500162] md: minimum _guaranteed_  speed: 10000 KB/sec/disk.
[ 2419.506775] md: using maximum available idle IO bandwidth (but not more than 600000 KB/sec) for recovery.
[ 2419.517482] md: using 128k window, over a total of 2097088k.
[ 2419.953107] md: bind<sdd3>
[ 2419.973757] RAID conf printout:
[ 2419.973764]  --- level:5 rd:4 wd:3
[ 2419.973767]  disk 0, o:1, dev:sda3
[ 2419.973769]  disk 1, o:1, dev:sdb3
[ 2419.973771]  disk 2, o:1, dev:sdc3
[ 2419.973773]  disk 3, o:1, dev:sdd3
[ 2419.973893] md: md2: set sdd3 to auto_remap [1]
[ 2419.978960] md: md2: set sda3 to auto_remap [1]
[ 2419.984024] md: md2: set sdc3 to auto_remap [1]
[ 2419.989084] md: md2: set sdb3 to auto_remap [1]
[ 2419.994142] md: delaying recovery of md2 until md1 has finished (they share one or more physical units)
[ 2459.191395] md: md1: recovery done.
[ 2459.204497] md: md1: current auto_remap = 0
[ 2459.383114] RAID1 conf printout:
[ 2459.383119]  --- wd:4 rd:4
[ 2459.383122]  disk 0, wo:0, o:1, dev:sdb2
[ 2459.383124]  disk 1, wo:0, o:1, dev:sdc2
[ 2459.383126]  disk 2, wo:0, o:1, dev:sda2
[ 2459.383128]  disk 3, wo:0, o:1, dev:sdd2
[ 2463.131775] md: md0: recovery done.
[ 2463.139822] md: md0: current auto_remap = 0
[ 2463.139827] md: recovery of RAID array md2
[ 2463.139829] md: minimum _guaranteed_  speed: 10000 KB/sec/disk.
[ 2463.139830] md: using maximum available idle IO bandwidth (but not more than 600000 KB/sec) for recovery.
[ 2463.139834] md: using 128k window, over a total of 7809204544k.
[ 2463.248380] RAID1 conf printout:
[ 2463.248386]  --- wd:4 rd:4
[ 2463.248389]  disk 0, wo:0, o:1, dev:sdb1
[ 2463.248391]  disk 1, wo:0, o:1, dev:sdc1
[ 2463.248393]  disk 2, wo:0, o:1, dev:sda1
[ 2463.248395]  disk 3, wo:0, o:1, dev:sdd1
[ 3534.897727] audit_printk_skb: 186 callbacks suppressed
[ 3534.903512] audit: type=1325 audit(1650587439.765:482): table=filter family=2 entries=68
[ 3534.921051] audit: type=1325 audit(1650587439.788:483): table=filter family=2 entries=68
[ 3534.939221] audit: type=1325 audit(1650587439.806:484): table=filter family=2 entries=68
[ 3534.956839] audit: type=1325 audit(1650587439.824:485): table=filter family=10 entries=43
[ 3534.974305] audit: type=1325 audit(1650587439.841:486): table=filter family=10 entries=43
[ 3534.992396] audit: type=1325 audit(1650587439.860:487): table=filter family=10 entries=43
[ 3535.010370] audit: type=1325 audit(1650587439.878:488): table=filter family=2 entries=72
[ 3535.028498] audit: type=1325 audit(1650587439.896:489): table=filter family=10 entries=47
[ 3535.046596] audit: type=1325 audit(1650587439.914:490): table=filter family=2 entries=56
[ 3535.075033] audit: type=1325 audit(1650587439.942:491): table=filter family=10 entries=31
[ 3561.606263] audit_printk_skb: 174 callbacks suppressed
[ 3561.612022] audit: type=1101 audit(1650587466.471:550): pid=7410 uid=0 auid=4294967295 ses=4294967295 msg='op=changing /etc/group; group abc/100 acct="abc" exe="/usr/sbin/groupmod" hostname=Plex addr=? terminal=pts/0 res=success'
[ 3561.636410] audit: type=1101 audit(1650587466.501:551): pid=7410 uid=0 auid=4294967295 ses=4294967295 msg='op=modifying group acct="abc" exe="/usr/sbin/groupmod" hostname=Plex addr=? terminal=pts/0 res=success'
[ 4199.095097] perf interrupt took too long (2505 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[ 8723.507820] perf interrupt took too long (5004 > 5000), lowering kernel.perf_event_max_sample_rate to 25000
[40615.696770] audit: type=1325 audit(1650624517.270:552): table=nat family=2 entries=18
[40615.720904] audit: type=1325 audit(1650624517.294:553): table=filter family=2 entries=68
[40615.743725] audit: type=1325 audit(1650624517.317:554): table=nat family=2 entries=17
[40615.838811] docker0: port 1(dockeraaa178b) entered disabled state
[40615.845750] docker0c53c81: renamed from eth0
[40615.920719] docker0: port 1(dockeraaa178b) entered disabled state
[40615.927872] device dockeraaa178b left promiscuous mode
[40615.933652] audit: type=1700 audit(1650624517.507:555): dev=dockeraaa178b prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
[40615.947363] docker0: port 1(dockeraaa178b) entered disabled state
[49630.594195] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
[49632.729556] igb 0000:04:00.0 eth0: igb: eth0 NIC Link is Down
[49638.056266] audit: type=1325 audit(1650633538.828:556): table=filter family=2 entries=67
[49638.072645] audit: type=1325 audit(1650633538.844:557): table=filter family=2 entries=67
[49638.121643] audit: type=1325 audit(1650633538.893:558): table=filter family=2 entries=67
[49638.138286] audit: type=1325 audit(1650633538.910:559): table=filter family=10 entries=43
[49638.154918] audit: type=1325 audit(1650633538.927:560): table=filter family=10 entries=43
[49638.171806] audit: type=1325 audit(1650633538.943:561): table=filter family=10 entries=43
[49638.188532] audit: type=1325 audit(1650633538.960:562): table=filter family=2 entries=71
[49638.205642] audit: type=1325 audit(1650633538.977:563): table=filter family=10 entries=47
[49638.222670] audit: type=1325 audit(1650633538.994:564): table=filter family=2 entries=55
[49638.253290] audit: type=1325 audit(1650633539.025:565): table=filter family=10 entries=31
[50883.759286] xhci_hcd 0000:00:15.0: device is plugged out, empty URBs
[50886.588752] usb 2-2: USB disconnect, device number 2
[50895.606940] usb 2-1: Device not responding to setup address.
[50895.816957] usb 2-1: Device not responding to setup address.
[50896.023539] usb 2-1: device not accepting address 3, error -71
[50899.132891] usb 2-1: new SuperSpeed USB device number 4 using xhci_hcd
[50992.033925] igb 0000:05:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[50992.045450] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[50996.997149] xhci_hcd 0000:00:15.0: device is plugged out, empty URBs
[50997.173080] audit_printk_skb: 213 callbacks suppressed
[50997.178857] audit: type=1325 audit(1650634897.824:637): table=filter family=2 entries=58
[50997.195786] audit: type=1325 audit(1650634897.847:638): table=filter family=2 entries=58
[50997.213975] audit: type=1325 audit(1650634897.865:639): table=filter family=2 entries=58
[50997.230461] audit: type=1325 audit(1650634897.881:640): table=filter family=10 entries=43
[50997.247344] audit: type=1325 audit(1650634897.898:641): table=filter family=10 entries=43
[50997.265037] audit: type=1325 audit(1650634897.916:642): table=filter family=10 entries=43
[50997.282233] audit: type=1325 audit(1650634897.933:643): table=filter family=2 entries=62
[50997.299009] audit: type=1325 audit(1650634897.950:644): table=filter family=10 entries=47
[50997.315743] audit: type=1325 audit(1650634897.967:645): table=filter family=2 entries=46
[50997.341933] audit: type=1325 audit(1650634897.993:646): table=filter family=10 entries=31
[50999.829817] usb 2-1: USB disconnect, device number 4
[51409.264073] usb 2-2: new SuperSpeed USB device number 5 using xhci_hcd
[51413.910297] igb 0000:05:00.0 eth1: igb: eth1 NIC Link is Down
[51419.070662] audit_printk_skb: 210 callbacks suppressed
[51419.076424] audit: type=1325 audit(1650635321.801:717): table=filter family=2 entries=58
[51419.092975] audit: type=1325 audit(1650635321.823:718): table=filter family=2 entries=58
[51419.427510] audit: type=1325 audit(1650635322.158:719): table=filter family=2 entries=58
[51419.450256] audit: type=1325 audit(1650635322.181:720): table=filter family=10 entries=43
[51419.473845] audit: type=1325 audit(1650635322.204:721): table=filter family=2 entries=49
[51419.491696] audit: type=1325 audit(1650635322.222:722): table=filter family=2 entries=53
[51419.508699] audit: type=1325 audit(1650635322.239:723): table=filter family=2 entries=54
[51419.526834] audit: type=1325 audit(1650635322.257:724): table=filter family=2 entries=55
[51419.543591] audit: type=1325 audit(1650635322.274:725): table=filter family=2 entries=56
[51419.560457] audit: type=1325 audit(1650635322.291:726): table=filter family=2 entries=57
[51545.622115] igb 0000:05:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[51550.763624] audit_printk_skb: 210 callbacks suppressed
[51550.769373] audit: type=1325 audit(1650635453.485:797): table=filter family=2 entries=58
[51550.786755] audit: type=1325 audit(1650635453.509:798): table=filter family=2 entries=58
[51550.804687] audit: type=1325 audit(1650635453.527:799): table=filter family=2 entries=58
[51550.821905] audit: type=1325 audit(1650635453.544:800): table=filter family=10 entries=43
[51550.838874] audit: type=1325 audit(1650635453.561:801): table=filter family=10 entries=43
[51550.856859] audit: type=1325 audit(1650635453.579:802): table=filter family=10 entries=43
[51550.875258] audit: type=1325 audit(1650635453.597:803): table=filter family=2 entries=62
[51550.892619] audit: type=1325 audit(1650635453.614:804): table=filter family=10 entries=47
[51550.910513] audit: type=1325 audit(1650635453.632:805): table=filter family=2 entries=46
[51550.946914] audit: type=1325 audit(1650635453.669:806): table=filter family=10 entries=31
[61272.590837] igb 0000:05:00.0 eth1: igb: eth1 NIC Link is Down
[61277.759940] audit_printk_skb: 210 callbacks suppressed
[61277.765688] audit: type=1325 audit(1650645179.836:877): table=filter family=2 entries=58
[61277.782004] audit: type=1325 audit(1650645179.859:878): table=filter family=2 entries=58
[61277.799970] audit: type=1325 audit(1650645179.877:879): table=filter family=2 entries=58
[61277.816464] audit: type=1325 audit(1650645179.893:880): table=filter family=10 entries=43
[61277.833822] audit: type=1325 audit(1650645179.910:881): table=filter family=10 entries=43
[61277.851766] audit: type=1325 audit(1650645179.928:882): table=filter family=10 entries=43
[61277.869235] audit: type=1325 audit(1650645179.946:883): table=filter family=2 entries=62
[61277.886419] audit: type=1325 audit(1650645179.963:884): table=filter family=10 entries=47
[61277.903286] audit: type=1325 audit(1650645179.980:885): table=filter family=2 entries=46
[61277.930828] audit: type=1325 audit(1650645180.007:886): table=filter family=10 entries=31
[61374.568209] igb 0000:05:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[61379.716100] audit_printk_skb: 210 callbacks suppressed
[61379.721872] audit: type=1325 audit(1650645281.787:957): table=filter family=2 entries=58
[61379.738633] audit: type=1325 audit(1650645281.809:958): table=filter family=2 entries=58
[61379.755383] audit: type=1325 audit(1650645281.826:959): table=filter family=2 entries=58
[61379.771497] audit: type=1325 audit(1650645281.842:960): table=filter family=10 entries=43
[61379.787643] audit: type=1325 audit(1650645281.858:961): table=filter family=10 entries=43
[61379.805018] audit: type=1325 audit(1650645281.876:962): table=filter family=10 entries=43
[61379.821534] audit: type=1325 audit(1650645281.892:963): table=filter family=2 entries=62
[61379.838369] audit: type=1325 audit(1650645281.909:964): table=filter family=10 entries=47
[61379.855107] audit: type=1325 audit(1650645281.926:965): table=filter family=2 entries=46
[61379.883474] audit: type=1325 audit(1650645281.954:966): table=filter family=10 entries=31
[62277.493431] igb 0000:05:00.0 eth1: igb: eth1 NIC Link is Down
[62282.661291] audit_printk_skb: 210 callbacks suppressed
[62282.667064] audit: type=1325 audit(1650646184.671:1037): table=filter family=2 entries=58
[62282.683721] audit: type=1325 audit(1650646184.694:1038): table=filter family=2 entries=58
[62282.700655] audit: type=1325 audit(1650646184.711:1039): table=filter family=2 entries=58
[62282.717088] audit: type=1325 audit(1650646184.727:1040): table=filter family=10 entries=43
[62282.735576] audit: type=1325 audit(1650646184.746:1041): table=filter family=10 entries=43
[62282.752823] audit: type=1325 audit(1650646184.763:1042): table=filter family=10 entries=43
[62282.769801] audit: type=1325 audit(1650646184.780:1043): table=filter family=2 entries=62
[62282.788000] audit: type=1325 audit(1650646184.798:1044): table=filter family=10 entries=47
[62282.805167] audit: type=1325 audit(1650646184.815:1045): table=filter family=2 entries=46
[62282.835436] audit: type=1325 audit(1650646184.845:1046): table=filter family=10 entries=31
[62385.922228] igb 0000:05:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[62391.057918] audit_printk_skb: 210 callbacks suppressed
[62391.063693] audit: type=1325 audit(1650646293.061:1117): table=filter family=2 entries=58
[62391.080263] audit: type=1325 audit(1650646293.083:1118): table=filter family=2 entries=58
[62391.097201] audit: type=1325 audit(1650646293.100:1119): table=filter family=2 entries=58
[62391.113490] audit: type=1325 audit(1650646293.116:1120): table=filter family=10 entries=43
[62391.129758] audit: type=1325 audit(1650646293.133:1121): table=filter family=10 entries=43
[62391.146638] audit: type=1325 audit(1650646293.149:1122): table=filter family=10 entries=43
[62391.163351] audit: type=1325 audit(1650646293.166:1123): table=filter family=2 entries=62
[62391.179950] audit: type=1325 audit(1650646293.183:1124): table=filter family=10 entries=47
[62391.196585] audit: type=1325 audit(1650646293.199:1125): table=filter family=2 entries=46
[62391.224115] audit: type=1325 audit(1650646293.227:1126): table=filter family=10 entries=31
[62400.952696] r8152: module verification failed: signature and/or required key missing - tainting kernel
[62400.963969] usbcore: registered new interface driver r8152
[62401.093593] usb 2-2: reset SuperSpeed USB device number 5 using xhci_hcd
[62411.673391] netif_napi_add() called with weight 256 on device eth%d
[62411.680846] r8152 2-2:1.0 eth2: v2.15.0 (2021/04/15)
[62411.686439] r8152 2-2:1.0 eth2: This product is covered by one or more of the following patents:
                    US6,570,884, US6,115,776, and US6,327,625.

[62411.703860] r8152 2-2:1.0 eth2: chip rev 14
[62416.011091] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[62416.841983] audit_printk_skb: 210 callbacks suppressed
[62416.847755] audit: type=1325 audit(1650646318.843:1197): table=filter family=2 entries=58
[62416.864802] audit: type=1325 audit(1650646318.866:1198): table=filter family=2 entries=58
[62416.884094] audit: type=1325 audit(1650646318.885:1199): table=filter family=2 entries=58
[62416.901364] audit: type=1325 audit(1650646318.902:1200): table=filter family=10 entries=43
[62416.919375] audit: type=1325 audit(1650646318.920:1201): table=filter family=10 entries=43
[62416.938167] audit: type=1325 audit(1650646318.939:1202): table=filter family=10 entries=43
[62416.955517] audit: type=1325 audit(1650646318.957:1203): table=filter family=2 entries=62
[62416.972343] audit: type=1325 audit(1650646318.973:1204): table=filter family=10 entries=47
[62416.990642] audit: type=1325 audit(1650646318.992:1205): table=filter family=2 entries=46
[62417.018484] audit: type=1325 audit(1650646319.020:1206): table=filter family=10 entries=31
[62437.509064] igb 0000:05:00.0 eth1: igb: eth1 NIC Link is Down
[62442.675796] audit_printk_skb: 210 callbacks suppressed
[62442.681564] audit: type=1325 audit(1650646344.676:1277): table=filter family=2 entries=58
[62442.698264] audit: type=1325 audit(1650646344.699:1278): table=filter family=2 entries=58
[62442.716420] audit: type=1325 audit(1650646344.717:1279): table=filter family=2 entries=58
[62442.733995] audit: type=1325 audit(1650646344.734:1280): table=filter family=10 entries=43
[62442.751520] audit: type=1325 audit(1650646344.752:1281): table=filter family=10 entries=43
[62442.768738] audit: type=1325 audit(1650646344.769:1282): table=filter family=10 entries=43
[62442.786134] audit: type=1325 audit(1650646344.786:1283): table=filter family=2 entries=62
[62442.804454] audit: type=1325 audit(1650646344.805:1284): table=filter family=10 entries=47
[62442.821697] audit: type=1325 audit(1650646344.822:1285): table=filter family=2 entries=46
[62442.849434] audit: type=1325 audit(1650646344.850:1286): table=filter family=10 entries=31
[62442.856190] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[62442.856391] r8152 2-2:1.0 eth2: carrier on
[62448.027016] audit_printk_skb: 210 callbacks suppressed
[62448.032917] audit: type=1325 audit(1650646350.027:1357): table=filter family=2 entries=58
[62448.050291] audit: type=1325 audit(1650646350.050:1358): table=filter family=2 entries=58
[62448.068173] audit: type=1325 audit(1650646350.068:1359): table=filter family=2 entries=58
[62448.086865] audit: type=1325 audit(1650646350.087:1360): table=filter family=10 entries=43
[62448.103320] audit: type=1325 audit(1650646350.103:1361): table=filter family=10 entries=43
[62448.120586] audit: type=1325 audit(1650646350.121:1362): table=filter family=10 entries=43
[62448.138265] audit: type=1325 audit(1650646350.138:1363): table=filter family=2 entries=62
[62448.156663] audit: type=1325 audit(1650646350.157:1364): table=filter family=10 entries=47
[62448.174272] audit: type=1325 audit(1650646350.174:1365): table=filter family=2 entries=46
[62448.203858] audit: type=1325 audit(1650646350.204:1366): table=filter family=10 entries=31
[62551.920832] r8152 2-2:1.0 eth2: carrier off
[62557.074009] audit_printk_skb: 210 callbacks suppressed
[62557.079785] audit: type=1325 audit(1650646459.066:1437): table=filter family=2 entries=58
[62557.096179] audit: type=1325 audit(1650646459.088:1438): table=filter family=2 entries=58
[62557.114192] audit: type=1325 audit(1650646459.106:1439): table=filter family=2 entries=58
[62557.132031] audit: type=1325 audit(1650646459.124:1440): table=filter family=10 entries=43
[62557.149438] audit: type=1325 audit(1650646459.141:1441): table=filter family=10 entries=43
[62557.167676] audit: type=1325 audit(1650646459.159:1442): table=filter family=10 entries=43
[62557.184545] audit: type=1325 audit(1650646459.176:1443): table=filter family=2 entries=62
[62557.201167] audit: type=1325 audit(1650646459.193:1444): table=filter family=10 entries=47
[62557.219898] audit: type=1325 audit(1650646459.212:1445): table=filter family=2 entries=46
[62557.256827] audit: type=1325 audit(1650646459.248:1446): table=filter family=10 entries=31
[62560.777898] igb 0000:05:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[62565.905810] audit_printk_skb: 210 callbacks suppressed
[62565.911579] audit: type=1325 audit(1650646467.897:1517): table=filter family=2 entries=58
[62565.928917] audit: type=1325 audit(1650646467.920:1518): table=filter family=2 entries=58
[62565.947236] audit: type=1325 audit(1650646467.938:1519): table=filter family=2 entries=58
[62565.965317] audit: type=1325 audit(1650646467.956:1520): table=filter family=10 entries=43
[62565.983572] audit: type=1325 audit(1650646467.975:1521): table=filter family=10 entries=43
[62566.001033] audit: type=1325 audit(1650646467.992:1522): table=filter family=10 entries=43
[62566.018312] audit: type=1325 audit(1650646468.009:1523): table=filter family=2 entries=62
[62566.035811] audit: type=1325 audit(1650646468.027:1524): table=filter family=10 entries=47
[62566.055588] audit: type=1325 audit(1650646468.047:1525): table=filter family=2 entries=46
[62566.082467] audit: type=1325 audit(1650646468.074:1526): table=filter family=10 entries=31

|usb1 1d6b:0002:0404 09 2.00 480MBit/s 0mA 1IF (Linux 4.4.180+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub |1-4 f400:f400:0100 00 2.00 480MBit/s 200mA 1IF (Synology DiskStation 7F009C8EA113F267) |usb2 1d6b:0003:0404 09 3.00 5000MBit/s 0mA 1IF (Linux 4.4.180+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub |2-2 0bda:8156:3104 00 3.20 5000MBit/s 256mA 1IF (Realtek USB 10/100/1G/2.5G LAN 401000001)


### Output of ``ifconfig -a`` command

docker0 Link encap:Ethernet HWaddr 02:42:E3:90:13:25
inet addr:172.17.0.1 Bcast:172.17.255.255 Mask:255.255.0.0 inet6 addr: fe80::42:e3ff:fe90:1325/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:15177 errors:0 dropped:0 overruns:0 frame:0 TX packets:9168 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:3103627 (2.9 MiB) TX bytes:79442964 (75.7 MiB)

eth0 Link encap:Ethernet HWaddr 00:11:32:C1:BA:81
inet addr:169.254.77.19 Bcast:169.254.255.255 Mask:255.255.0.0 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:5338831 errors:0 dropped:0 overruns:0 frame:0 TX packets:3879627 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:6794487041 (6.3 GiB) TX bytes:4119143490 (3.8 GiB)

eth1 Link encap:Ethernet HWaddr 00:11:32:C1:BA:82
inet addr:192.168.1.28 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: 2a01:cb08:994:e100:211:32ff:fec1:ba82/64 Scope:Global inet6 addr: fe80::211:32ff:fec1:ba82/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:82596 errors:0 dropped:0 overruns:0 frame:0 TX packets:33155 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:27335125 (26.0 MiB) TX bytes:19907632 (18.9 MiB)

eth2 Link encap:Ethernet HWaddr 00:E0:4C:68:0A:97
inet6 addr: fe80::2e0:4cff:fe68:a97/64 Scope:Link inet6 addr: 2a01:cb08:994:e100:2e0:4cff:fe68:a97/64 Scope:Global UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:219 errors:0 dropped:0 overruns:0 frame:0 TX packets:84 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:54272 (53.0 KiB) TX bytes:17658 (17.2 KiB)

lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:482908 errors:0 dropped:0 overruns:0 frame:0 TX packets:482908 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:572276690 (545.7 MiB) TX bytes:572276690 (545.7 MiB)

sit0 Link encap:IPv6-in-IPv4 NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)


Thank you in advance for your reply :)
tissme971 commented 2 years ago

Capture d’écran 2022-04-22 à 18 57 26 Capture d’écran 2022-04-22 à 19 06 50

bb-qq commented 2 years ago
[62442.856190] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[62442.856391] r8152 2-2:1.0 eth2: carrier on
[62551.920832] r8152 2-2:1.0 eth2: carrier off
eth2 Link encap:Ethernet HWaddr 00:E0:4C:68:0A:97
inet6 addr: fe80::2e0:4cff:fe68:a97/64 Scope:Link
inet6 addr: 2a01:cb08:994:e100:2e0:4cff:fe68:a97/64 Scope:Global
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:219 errors:0 dropped:0 overruns:0 frame:0
TX packets:84 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:54272 (53.0 KiB) TX bytes:17658 (17.2 KiB)

The driver seems to be working fine. Have you rebooted the NAS, and are the symptoms the same?

tissme971 commented 2 years ago

Yes, i did reboot several times but still no ping when adapter connected to my Nas :(

tissme971 commented 2 years ago

Hello, i made it work by launching ifconfig eth2 up It's now connected and all is working ! Thanks for all of your job on this driver and thanks for taking time to answer me :)