bb-qq / r8152

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

RTL8156 VID: 0bda PID:8156 #29

Closed Romanazh closed 4 years ago

Romanazh commented 4 years ago

Hi! First of all, I want to say Thank you for the work you are doing.

Please add a USB network card RTL8156 VID: 0bda PID:8156 https://aliexpress.ru/item/4000982394521.html?spm=a2g0s.9042311.0.0.180e33edhvrTPm&_ga=2.95220319.257406693.1593255459-264153218.1577284876

bb-qq commented 4 years ago

0bda/8156 is already listed in the driver.

https://github.com/bb-qq/r8152/blob/master/r8152.c#L12956

    {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8050)},
    {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8152)},
    {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8153)},
    {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8156)},

The current driver did not work for your device?

Romanazh commented 4 years ago

No

My nas 918+

четверг, 2 июля 2020 г., 16:59 +0300 от notifications@github.com notifications@github.com:

0bda/8156 is already listed in the driver. https://github.com/bb-qq/r8152/blob/master/r8152.c#L12956 {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8050)}, {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8152)}, {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8153)}, {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8156)},

The current driver did not work for your device? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or unsubscribe .

bb-qq commented 4 years ago

That combination should work. Could you paste outputs of dmesg and lsusb here?

Romanazh commented 4 years ago

admin@Cloud:/$ lsusb |usb1          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.59+ xhci                                                              -hcd xHCI Host Controller 0000:00:14.0) hub   |1-4         f400:f400:0207 00  2.00  480MBit/s 500mA 1IF  (Generic USB Stor                                                              age 000000000207) |usb2          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.59+ xhci                                                              -hcd xHCI Host Controller 0000:00:14.0) hub   |2-3         0bda:8156:3100 00  3.20 5000MBit/s 256mA 2IFs (Realtek USB 10/1                                                              00/1G/2.5G LAN 001000001) |usb3          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (ehci_hcd 0000:00:1                                                              a.0) hub   |3-1         8087:8008:0005 09  2.00  480MBit/s 0mA 1IF  ( ffffffd1ffffffb2f                                                              fffffdbffffffad) hub |usb4          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (ehci_hcd 0000:00:1                                                              d.0) hub   |4-1         8087:8000:0005 09  2.00  480MBit/s 0mA 1IF  ( ffffffd1ffffffb2f                                                              fffffdbffffffa0) hub admin@Cloud:/$ dmesg [    0.000000] Initializing cgroup subsys cpuset [    0.000000] Initializing cgroup subsys cpu [    0.000000] Initializing cgroup subsys cpuacct [    0.000000] Linux version 4.4.59+ (root@build3) (gcc version 4.9.3 20150311 (                                                              prerelease) (crosstool-NG 1.20.0) ) #24922 SMP PREEMPT Tue Jan 14 15:19:49 CST 2                                                              020 [    0.000000] Command line: syno_hdd_powerup_seq=1 HddHotplug=0 syno_hw_version                                                              =DS918+ vender_format_version=2 console=ttyS0,115200n8 withefi elevator=elevator                                                               quiet syno_hdd_detect=0 syno_port_thaw=1 root=/dev/md0 sn=1780PDN781212 mac1=00                                                              11327B27B5 mac2=0011327B27B6 netif_num=2 vid=0x05e3 pid=0x0727 [    0.000000] KERNEL supported cpus: [    0.000000]   Intel GenuineIntel

[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point regis                                                              ters' [    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes,                                                               using 'standard' format. [    0.000000] e820: BIOS-provided physical RAM map: [    0.000000] BIOS-e820: [mem 0x0000000000000100-0x000000000009d7ff] usable [    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c486afff] usable [    0.000000] BIOS-e820: [mem 0x00000000c486b000-0x00000000c4871fff] ACPI NVS [    0.000000] BIOS-e820: [mem 0x00000000c4872000-0x00000000c4cc5fff] usable [    0.000000] BIOS-e820: [mem 0x00000000c4cc6000-0x00000000c5103fff] reserved [    0.000000] BIOS-e820: [mem 0x00000000c5104000-0x00000000d8676fff] usable [    0.000000] BIOS-e820: [mem 0x00000000d8677000-0x00000000d8700fff] reserved [    0.000000] BIOS-e820: [mem 0x00000000d8701000-0x00000000d8717fff] ACPI data [    0.000000] BIOS-e820: [mem 0x00000000d8718000-0x00000000d8c56fff] ACPI NVS [    0.000000] BIOS-e820: [mem 0x00000000d8c57000-0x00000000d9ffefff] reserved [    0.000000] BIOS-e820: [mem 0x00000000d9fff000-0x00000000d9ffffff] usable [    0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000df1fffff] reserved [    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fdfffff] usable [    0.000000] NX (Execute Disable) protection: active [    0.000000] SMBIOS 2.7 present. [    0.000000] DMI: ASUS All Series/H87I-PLUS, BIOS 2003 11/05/2014 [    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 = 0x11fe00 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-CFFFF write-protect [    0.000000]   D0000-E7FFF uncachable [    0.000000]   E8000-FFFFF write-protect [    0.000000] MTRR variable ranges enabled: [    0.000000]   0 base 0000000000 mask 7F00000000 write-back [    0.000000]   1 base 0100000000 mask 7FE0000000 write-back [    0.000000]   2 base 00E0000000 mask 7FE0000000 uncachable [    0.000000]   3 base 00DC000000 mask 7FFC000000 uncachable [    0.000000]   4 base 00DB000000 mask 7FFF000000 uncachable [    0.000000]   5 base 011FE00000 mask 7FFFE00000 uncachable [    0.000000]   6 disabled [    0.000000]   7 disabled [    0.000000]   8 disabled [    0.000000]   9 disabled [    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC [    0.000000] e820: update [mem 0xdb000000-0xffffffff] usable ==> reserved [    0.000000] e820: last_pfn = 0xda000 max_arch_pfn = 0x400000000 [    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 28672 [    0.000000] Using GB pages for direct mapping [    0.000000] BRK [0x01a01000, 0x01a01fff] PGTABLE [    0.000000] BRK [0x01a02000, 0x01a02fff] PGTABLE [    0.000000] BRK [0x01a03000, 0x01a03fff] PGTABLE [    0.000000] BRK [0x01a04000, 0x01a04fff] PGTABLE [    0.000000] BRK [0x01a05000, 0x01a05fff] PGTABLE [    0.000000] BRK [0x01a06000, 0x01a06fff] PGTABLE [    0.000000] RAMDISK: [mem 0x364ae000-0x37ffffff] [    0.000000] ACPI: Early table checksum verification disabled [    0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA) [    0.000000] ACPI: XSDT 0x00000000D8705080 00007C (v01 ALASKA A M I    0107200                                                              9 AMI  00010013) [    0.000000] ACPI: FACP 0x00000000D8712F40 00010C (v05 ALASKA A M I    0107200                                                              9 AMI  00010013) [    0.000000] ACPI: DSDT 0x00000000D8705198 00DDA1 (v02 ALASKA A M I    0000003                                                              1 INTL 20091112) [    0.000000] ACPI: FACS 0x00000000D8C55080 000040 [    0.000000] ACPI: APIC 0x00000000D8713050 000072 (v03 ALASKA A M I    0107200                                                              9 AMI  00010013) [    0.000000] ACPI: FPDT 0x00000000D87130C8 000044 (v01 ALASKA A M I    0107200                                                              9 AMI  00010013) [    0.000000] ACPI: LPIT 0x00000000D8713110 00005C (v01 ALASKA A M I    0000000                                                              0 AMI. 00000005) [    0.000000] ACPI: SSDT 0x00000000D8713170 000539 (v01 PmRef  Cpu0Ist  0000300                                                              0 INTL 20091112) [    0.000000] ACPI: SSDT 0x00000000D87136B0 000AD8 (v01 PmRef  CpuPm    0000300                                                              0 INTL 20091112) [    0.000000] ACPI: MCFG 0x00000000D8714188 00003C (v01 ALASKA A M I    0107200                                                              9 MSFT 00000097) [    0.000000] ACPI: HPET 0x00000000D87141C8 000038 (v01 ALASKA A M I    0107200                                                              9 AMI. 00000005) [    0.000000] ACPI: SSDT 0x00000000D8714200 00036D (v01 SataRe SataTabl 0000100                                                              0 INTL 20091112) [    0.000000] ACPI: SSDT 0x00000000D8714570 0034E1 (v01 SaSsdt SaSsdt   0000300                                                              0 INTL 20091112) [    0.000000] ACPI: BGRT 0x00000000D8717AB0 000038 (v00 ALASKA A M I    0107200                                                              9 AMI  00010013) [    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-0x000000011fdfffff] [    0.000000] Movable zone start for each node [    0.000000] Early memory node ranges [    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff] [    0.000000]   node   0: [mem 0x0000000000100000-0x00000000c486afff] [    0.000000]   node   0: [mem 0x00000000c4872000-0x00000000c4cc5fff] [    0.000000]   node   0: [mem 0x00000000c5104000-0x00000000d8676fff] [    0.000000]   node   0: [mem 0x00000000d9fff000-0x00000000d9ffffff] [    0.000000]   node   0: [mem 0x0000000100000000-0x000000011fdfffff] [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000011fdfffff] [    0.000000] On node 0 totalpages: 1015759 [    0.000000]   DMA zone: 64 pages used for memmap [    0.000000]   DMA zone: 22 pages reserved [    0.000000]   DMA zone: 3996 pages, LIFO batch:0 [    0.000000]   DMA32 zone: 13769 pages used for memmap [    0.000000]   DMA32 zone: 881203 pages, LIFO batch:31 [    0.000000]   Normal zone: 2040 pages used for memmap [    0.000000]   Normal zone: 130560 pages, LIFO batch:31 [    0.000000] Reserving Intel graphics stolen memory at 0xdb200000-0xdf1fffff [    0.000000] ACPI: PM-Timer IO Port: 0x1808 [    0.000000] ACPI: Local APIC address 0xfee00000 [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 [    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 high 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 0x0009d000-0x0009dfff] [    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] [    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] [    0.000000] PM: Registered nosave memory: [mem 0xc486b000-0xc4871fff] [    0.000000] PM: Registered nosave memory: [mem 0xc4cc6000-0xc5103fff] [    0.000000] PM: Registered nosave memory: [mem 0xd8677000-0xd8700fff] [    0.000000] PM: Registered nosave memory: [mem 0xd8701000-0xd8717fff] [    0.000000] PM: Registered nosave memory: [mem 0xd8718000-0xd8c56fff] [    0.000000] PM: Registered nosave memory: [mem 0xd8c57000-0xd9ffefff] [    0.000000] PM: Registered nosave memory: [mem 0xda000000-0xdaffffff] [    0.000000] PM: Registered nosave memory: [mem 0xdb000000-0xdf1fffff] [    0.000000] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff] [    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff] [    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff] [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] [    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff] [    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff] [    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] [    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff] [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] [    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] [    0.000000] e820: [mem 0xdf200000-0xf7ffffff] available for PCI devices [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffff                                                              ffff, max_idle_ns: 1910969940391419 ns [    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_id                                                              s:1 [    0.000000] PERCPU: Embedded 31 pages/cpu @ffff88011fa00000 s87448 r8192 d313                                                              36 u524288 [    0.000000] pcpu-alloc: s87448 r8192 d31336 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 pag                                                              es: 999864 [    0.000000] Kernel command line: syno_hdd_powerup_seq=1 HddHotplug=0 synohw                                                              version=DS918+ vender_format_version=2 console=ttyS0,115200n8 withefi elevator=e                                                              levator quiet syno_hdd_detect=0 syno_port_thaw=1 root=/dev/md0 sn=1780PDN781212                                                               mac1=0011327B27B5 mac2=0011327B27B6 netif_num=2 vid=0x05e3 pid=0x0727 [    0.000000] Power on seq num: 1 [    0.000000] Synology Hardware Version: DS918+ [    0.000000] Vender format version: 2 [    0.000000] SYNO GPIO hdd detect pin: 0 [    0.000000] Serial Number:  [    0.000000] Mac1: 0011327B27B5 [    0.000000] Mac2: 0011327B27B6 [    0.000000] Internal netif num: 2 [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes                                                              ) [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [    0.000000] Memory: 3886388K/4063036K available (5561K kernel code, 475K rwda                                                              ta, 1828K rodata, 852K init, 684K bss, 176648K reserved, 0K cma-reserved) [    0.000000] Preemptible 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:456 16 [    0.000000] Console: colour dummy device 80x25 [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_i                                                              dle_ns: 133484882848 ns [    0.000000] hpet clockevent registered [    0.000000] tsc: Fast TSC calibration using PIT [    0.000000] tsc: Detected 2693.704 MHz processor [    0.000002] Calibrating delay loop (skipped), value calculated using timer fr                                                              equency.. 5387.40 BogoMIPS (lpj=2693704) [    0.000004] pid_max: default: 32768 minimum: 301 [    0.000008] ACPI: Core revision 20150930 [    0.007764] ACPI: 5 ACPI AML tables successfully acquired and loaded [    0.007781] Security Framework initialized [    0.007785] AppArmor: AppArmor initialized [    0.007795] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) [    0.007797] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) [    0.007965] Initializing cgroup subsys io [    0.007968] Initializing cgroup subsys memory [    0.007973] Initializing cgroup subsys devices [    0.007974] Initializing cgroup subsys freezer [    0.007988] CPU: Physical Processor ID: 0 [    0.007989] CPU: Processor Core ID: 0 [    0.008821] mce: CPU supports 9 MCE banks [    0.008833] CPU0: Thermal monitoring enabled (TM1) [    0.008841] process: using mwait in idle threads [    0.008843] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 [    0.008844] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 [    0.008846] Spectre V2 : Vulnerable: Minimal generic ASM retpoline [    0.008847] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on c                                                              ontext switch [    0.008850] Speculative Store Bypass: Vulnerable [    0.009113] Freeing SMP alternatives memory: 28K (ffffffff8194d000 - ffffffff                                                              81954000) [    0.009505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [    0.019509] TSC deadline timer enabled [    0.019512] smpboot: CPU0: Intel(R) Core(TM) i7-4790T CPU @ 2.70GHz (family:                                                               0x6, model: 0x3c, stepping: 0x3) [    0.019523] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full                                                              -width counters, Intel PMU driver. [    0.019541] ... version:                3 [    0.019541] ... bit width:              48 [    0.019542] ... generic registers:      8 [    0.019543] ... value mask:             0000ffffffffffff [    0.019543] ... max period:             00007fffffffffff [    0.019544] ... fixed-purpose events:   3 [    0.019545] ... event mask:             00000007000000ff [    0.028584] x86: Booting SMP configuration: [    0.028585] .... node  #0, CPUs:      #1 [    0.029351] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [    0.029352] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [    0.032293] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PM                                                              U counter. [    0.035278]  #2 #3 [    0.045062] x86: Booted up 1 node, 4 CPUs [    0.045064] smpboot: Total of 4 processors activated (21549.63 BogoMIPS) [    0.048425] devtmpfs: initialized [    0.048627] PM: Registering ACPI NVS region [mem 0xc486b000-0xc4871fff] (2867                                                              2 bytes) [    0.048629] PM: Registering ACPI NVS region [mem 0xd8718000-0xd8c56fff] (5500                                                              928 bytes) [    0.048740] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma                                                              x_idle_ns: 1911260446275000 ns [    0.048745] futex hash table entries: 1024 (order: 4, 65536 bytes) [    0.048810] xor: automatically using best checksumming function: [    0.058318]    avx       : 37532.000 MB/sec [    0.058324] pinctrl core: initialized pinctrl subsystem [    0.058427] NET: Registered protocol family 16 [    0.062342] cpuidle: using governor ladder [    0.067354] cpuidle: using governor menu [    0.067409] ACPI FADT declares the system doesn't support PCIe ASPM, so disab                                                              le it [    0.067410] ACPI: bus type PCI registered [    0.067457] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfb                                                              ffffff] (base 0xf8000000) [    0.067458] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 [    0.067462] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a h                                                              uge-page mapping due to MTRR override. [    0.067504] PCI: Using configuration type 1 for base access [    0.067710] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PM                                                              U counter. [    0.067718] perf_event_intel: PMU erratum BJ122, BV98, HSD29 workaround disab                                                              led, HT off [    0.092388] raid6: sse2x1   gen()  8472 MB/s [    0.109402] raid6: sse2x1   xor()  6560 MB/s [    0.126418] raid6: sse2x2   gen() 10304 MB/s [    0.143425] raid6: sse2x2   xor()  7052 MB/s [    0.160442] raid6: sse2x4   gen() 11687 MB/s [    0.177452] raid6: sse2x4   xor()  8480 MB/s [    0.194464] raid6: avx2x1   gen() 16703 MB/s [    0.211476] raid6: avx2x2   gen() 18277 MB/s [    0.228491] raid6: avx2x4   gen() 21042 MB/s [    0.228493] raid6: using algorithm avx2x4 gen() 21042 MB/s [    0.228494] raid6: using avx2x2 recovery algorithm [    0.228522] ACPI: Added _OSI(Module Device) [    0.228523] ACPI: Added _OSI(Processor Device) [    0.228524] ACPI: Added _OSI(3.0 _SCP Extensions) [    0.228525] ACPI: Added _OSI(Processor Aggregator Device) [    0.231475] ACPI: Executed 1 blocks of module-level executable AML code [    0.233603] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored [    0.234126] ACPI: Dynamic OEM Table Load: [    0.234131] ACPI: SSDT 0xFFFF8800D4044400 0003D3 (v01 PmRef  Cpu0Cst  0000300                                                              1 INTL 20091112) [    0.234656] ACPI: Dynamic OEM Table Load: [    0.234660] ACPI: SSDT 0xFFFF8800D4281000 0005AA (v01 PmRef  ApIst    0000300                                                              0 INTL 20091112) [    0.235218] ACPI: Dynamic OEM Table Load: [    0.235221] ACPI: SSDT 0xFFFF8800D4280800 000119 (v01 PmRef  ApCst    0000300                                                              0 INTL 20091112) [    0.236038] ACPI: Interpreter enabled [    0.236050] ACPI: (supports S0 S4 S5) [    0.236051] ACPI: Using IOAPIC for interrupt routing [    0.236072] PCI: Using host bridge windows from ACPI; if necessary, use "pci=                                                              nocrs" and report a bug [    0.242581] ACPI: Power Resource [FN00] (off) [    0.242643] ACPI: Power Resource [FN01] (off) [    0.242703] ACPI: Power Resource [FN02] (off) [    0.242762] ACPI: Power Resource [FN03] (off) [    0.242822] ACPI: Power Resource [FN04] (off) [    0.243489] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) [    0.243493] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments MSI] [    0.243616] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [Ex                                                              tendedConfig ASPM ClockPM MSI] [    0.243785] PCI host bridge to bus 0000:00 [    0.243787] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window] [    0.243788] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window] [    0.243790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff win                                                              dow] [    0.243792] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff win                                                              dow] [    0.243793] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff win                                                              dow] [    0.243794] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff win                                                              dow] [    0.243795] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff win                                                              dow] [    0.243797] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff win                                                              dow] [    0.243798] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff win                                                              dow] [    0.243799] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff win                                                              dow] [    0.243800] pci_bus 0000:00: root bus resource [bus 00-3e] [    0.243807] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000 [    0.243877] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400 [    0.243906] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [    0.243972] pci 0000:00:01.0: System wakeup disabled by ACPI [    0.244005] pci 0000:00:02.0: [8086:0412] type 00 class 0x030000 [    0.244016] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit] [    0.244021] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref                                                              ] [    0.244025] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f] [    0.244087] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300 [    0.244097] pci 0000:00:03.0: reg 0x10: [mem 0xf7c34000-0xf7c37fff 64bit] [    0.244181] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 [    0.244203] pci 0000:00:14.0: reg 0x10: [mem 0xf7c20000-0xf7c2ffff 64bit] [    0.244248] pci 0000:00:14.0: PME# supported from D3hot D3cold [    0.244277] pci 0000:00:14.0: System wakeup disabled by ACPI [    0.244307] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 [    0.244330] pci 0000:00:16.0: reg 0x10: [mem 0xf7c3f000-0xf7c3f00f 64bit] [    0.244377] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold [    0.244437] pci 0000:00:19.0: [8086:153b] type 00 class 0x020000 [    0.244457] pci 0000:00:19.0: reg 0x10: [mem 0xf7c00000-0xf7c1ffff] [    0.244464] pci 0000:00:19.0: reg 0x14: [mem 0xf7c3d000-0xf7c3dfff] [    0.244471] pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f] [    0.244515] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold [    0.244545] pci 0000:00:19.0: System wakeup disabled by ACPI [    0.244576] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 [    0.244600] pci 0000:00:1a.0: reg 0x10: [mem 0xf7c3c000-0xf7c3c3ff] [    0.244666] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold [    0.244707] pci 0000:00:1a.0: System wakeup disabled by ACPI [    0.244738] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300 [    0.244760] pci 0000:00:1b.0: reg 0x10: [mem 0xf7c30000-0xf7c33fff 64bit] [    0.244811] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [    0.244843] pci 0000:00:1b.0: System wakeup disabled by ACPI [    0.244874] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 [    0.244899] pci 0000:00:1d.0: reg 0x10: [mem 0xf7c3b000-0xf7c3b3ff] [    0.244964] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [    0.245004] pci 0000:00:1d.0: System wakeup disabled by ACPI [    0.245035] pci 0000:00:1f.0: [8086:8c4a] type 00 class 0x060100 [    0.245175] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601 [    0.245193] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7] [    0.245199] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3] [    0.245205] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7] [    0.245211] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3] [    0.245217] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f] [    0.245223] pci 0000:00:1f.2: reg 0x24: [mem 0xf7c3a000-0xf7c3a7ff] [    0.245246] pci 0000:00:1f.2: PME# supported from D3hot [    0.245298] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 [    0.245312] pci 0000:00:1f.3: reg 0x10: [mem 0xf7c39000-0xf7c390ff 64bit] [    0.245329] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f] [    0.245411] pci 0000:00:01.0: PCI bridge to [bus 01] [    0.245418] pci_bus 0000:00: on NUMA node 0 [    0.245913] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12 14 15),                                                               disabled. [    0.245951] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15)                                                              0, disabled. [    0.245986] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 15),                                                               disabled. [    0.246021] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 15),                                                               disabled. [    0.246055] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15),                                                               disabled. [    0.246090] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15),                                                               disabled. [    0.246124] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15),                                                               disabled. [    0.246158] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15),                                                               disabled. [    0.246398] ACPI: Enabled 5 GPEs in block 00 to 3F [    0.246468] vgaarb: setting as boot device: PCI:0000:00:02.0 [    0.246470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem                                                              ,locks=none [    0.246471] vgaarb: loaded [    0.246472] vgaarb: bridge control possible 0000:00:02.0 [    0.246522] SCSI subsystem initialized [    0.246550] libata version 3.00 loaded. [    0.246577] pps_core: LinuxPPS API ver. 1 registered [    0.246578] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome                                                              tti giometti@linux.it [    0.246582] PTP clock support registered [    0.246624] PCI: Using ACPI for IRQ routing [    0.247924] PCI: pci_cache_line_size set to 64 bytes [    0.247956] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff] [    0.247957] e820: reserve RAM buffer [mem 0xc486b000-0xc7ffffff] [    0.247958] e820: reserve RAM buffer [mem 0xc4cc6000-0xc7ffffff] [    0.247959] e820: reserve RAM buffer [mem 0xd8677000-0xdbffffff] [    0.247961] e820: reserve RAM buffer [mem 0xda000000-0xdbffffff] [    0.247962] e820: reserve RAM buffer [mem 0x11fe00000-0x11fffffff] [    0.248097] clocksource: Switched to clocksource hpet [    0.248179] AppArmor: AppArmor Filesystem Enabled [    0.248195] pnp: PnP ACPI init [    0.248251] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved [    0.248255] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) [    0.248375] system 00:01: [io  0x0680-0x069f] has been reserved [    0.248376] system 00:01: [io  0xffff] has been reserved [    0.248378] system 00:01: [io  0xffff] has been reserved [    0.248379] system 00:01: [io  0xffff] has been reserved [    0.248380] system 00:01: [io  0x1c00-0x1cfe] has been reserved [    0.248382] system 00:01: [io  0x1d00-0x1dfe] has been reserved [    0.248383] system 00:01: [io  0x1e00-0x1efe] has been reserved [    0.248384] system 00:01: [io  0x1f00-0x1ffe] has been reserved [    0.248386] system 00:01: [io  0x1800-0x18fe] could not be reserved [    0.248387] system 00:01: [io  0x164e-0x164f] has been reserved [    0.248389] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [    0.248406] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) [    0.248442] system 00:03: [io  0x1854-0x1857] has been reserved [    0.248444] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (act                                                              ive) [    0.248504] system 00:04: [io  0x0290-0x029f] has been reserved [    0.248506] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) [    0.248548] system 00:05: [io  0x04d0-0x04d1] has been reserved [    0.248550] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [    0.248861] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved [    0.248863] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved [    0.248864] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved [    0.248866] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved [    0.248867] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved [    0.248869] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved [    0.248870] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved [    0.248871] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved [    0.248873] system 00:06: [mem 0xff000000-0xffffffff] has been reserved [    0.248874] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved [    0.248876] system 00:06: [mem 0xf7fdf000-0xf7fdffff] has been reserved [    0.248877] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved [    0.248879] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) [    0.249037] pnp: PnP ACPI: found 7 devices [    0.254839] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_id                                                              le_ns: 2085701024 ns [    0.254849] pci 0000:00:01.0: PCI bridge to [bus 01] [    0.254856] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window] [    0.254857] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window] [    0.254858] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [    0.254860] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window] [    0.254861] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window] [    0.254862] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window] [    0.254863] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window] [    0.254864] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window] [    0.254866] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window] [    0.254867] pci_bus 0000:00: resource 13 [mem 0xdf200000-0xfeafffff window] [    0.254901] NET: Registered protocol family 2 [    0.254999] TCP established hash table entries: 32768 (order: 6, 262144 bytes                                                              ) [    0.255031] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [    0.255088] TCP: Hash tables configured (established 32768 bind 32768) [    0.255111] UDP hash table entries: 2048 (order: 4, 65536 bytes) [    0.255121] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [    0.255170] NET: Registered protocol family 1 [    0.255226] RPC: Registered named UNIX socket transport module. [    0.255227] RPC: Registered udp transport module. [    0.255228] RPC: Registered tcp transport module. [    0.255229] RPC: Registered tcp NFSv4.1 backchannel transport module. [    0.255236] pci 0000:00:02.0: Video device with shadowed ROM [    0.255566] PCI: CLS 64 bytes, default 64 [    0.255599] Trying to unpack rootfs image as initramfs... [    1.120653] Freeing initrd memory: 27976K (ffff8800364ae000 - ffff88003800000                                                              0) [    1.120774] imwz: module verification failed: signature and/or required key m                                                              issing - tainting kernel [    1.139582] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [    1.139585] software IO TLB [mem 0xd4677000-0xd8677000] (64MB) mapped at [fff                                                              f8800d4677000-ffff8800d8676fff] [    1.139646] RAPL PMU detected, API unit is 2^-32 Joules, 4 fixed counters 655                                                              360 ms ovfl timer [    1.139647] hw unit of domain pp0-core 2^-14 Joules [    1.139648] hw unit of domain package 2^-14 Joules [    1.139649] hw unit of domain dram 2^-14 Joules [    1.139649] hw unit of domain pp1-gpu 2^-14 Joules [    1.140070] audit: initializing netlink subsys (disabled) [    1.140081] audit: type=2000 audit(1593785404.121:1): initialized [    1.140288] Initialise system trusted keyring [    1.140473] VFS: Disk quotas dquot_6.6.0 [    1.140488] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [    1.141595] NFS: Registering the id_resolver key type [    1.141602] Key type id_resolver registered [    1.141603] Key type id_legacy registered [    1.153905] async_tx: api initialized (async) [    1.153912] Key type asymmetric registered [    1.153915] Asymmetric key parser 'x509' registered [    1.153943] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2                                                              51) [    1.153947] io scheduler noop registered [    1.153950] io scheduler deadline registered [    1.153957] io scheduler cfq registered (default) [    1.162627] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [    1.162690] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a                                                               8250 [    1.163520] console [ttyS0] enabled [    1.433630] brd: module loaded [    1.433716] Loading iSCSI transport class v2.0-870. [    1.435501] ahci 0000:00:1f.2: version 3.0 [    1.435677] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0xe imp                                                              l SATA mode [    1.435680] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems aps                                                              t [    1.453808] scsi host0: ahci [    1.467265] scsi host1: ahci [    1.475652] scsi host2: ahci [    1.481390] scsi host3: ahci [    1.481475] scsi host4: ahci [    1.482546] scsi host5: ahci [    1.482589] ata1: DUMMY [    1.482591] ata2: SATA max UDMA/133 abar m2048@0xf7c3a000 port 0xf7c3a180 irq                                                               25 [    1.482593] ata3: SATA max UDMA/133 abar m2048@0xf7c3a000 port 0xf7c3a200 irq                                                               25 [    1.482595] ata4: SATA max UDMA/133 abar m2048@0xf7c3a000 port 0xf7c3a280 irq                                                               25 [    1.482596] ata5: DUMMY [    1.482597] ata6: DUMMY [    1.482607] ata1: send port disabled event [    1.482763] ata1: Disk is not present for send port disabled event [    1.787156] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [    1.787452] ata2.00: ATA-8: PLEXTOR  PX-64M2S, 1.03, max UDMA/133 [    1.787454] ata2.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [    1.787455] ata2.00: SN:002109100822 [    1.787740] ata2.00: configured for UDMA/133 [    1.787749] ata2.00: Find SSD disks. [PLEXTOR  PX-64M2S] [    1.788030] scsi 1:0:0:0: Direct-Access     PLEXTOR  PLEXTOR  PX-64M2S                                                                      1.03 PQ: 0 ANSI: 5 [    1.788172] sd 1:0:0:0: [sdb] 125045424 512-byte logical blocks: (64.0 GB/59.                                                              6 GiB) [    1.788230] sd 1:0:0:0: [sdb] Write Protect is off [    1.788232] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [    1.788249] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, does                                                              n't support DPO or FUA [    1.788461]  sdb: sdb1 sdb2 sdb3 [    1.788668] sd 1:0:0:0: [sdb] Attached SCSI disk [    2.093163] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [    2.099334] ata3.00: ATA-8: ST1000LM024 HN-M101MBB, 2BA30003, max UDMA/133 [    2.099336] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), A                                                              A [    2.099337] ata3.00: SN:S30CJ9BG403476 [    2.105483] ata3.00: configured for UDMA/133 [    2.111613] scsi 2:0:0:0: Direct-Access     ST1000LM HN-M101MBB                                                                             0003 PQ: 0 ANSI: 5 [    2.111740] sd 2:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/93                                                              2 GiB) [    2.111741] sd 2:0:0:0: [sdc] 4096-byte physical blocks [    2.111774] sd 2:0:0:0: [sdc] Write Protect is off [    2.111776] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00 [    2.111794] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, does                                                              n't support DPO or FUA [    2.136423]  sdc: sdc1 sdc2 sdc3 [    2.136632] sd 2:0:0:0: [sdc] Attached SCSI disk [    2.140150] tsc: Refined TSC clocksource calibration: 2693.762 MHz [    2.140153] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26d43982                                                              8ff, max_idle_ns: 440795206424 ns [    2.416169] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [    2.422503] ata4.00: ATA-8: ST1000LM024 HN-M101MBB, 2AR10001, max UDMA/133 [    2.422505] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32) [    2.422507] ata4.00: SN:S2TPJ9DCB80837 [    2.428820] ata4.00: configured for UDMA/133 [    2.435127] scsi 3:0:0:0: Direct-Access     ST1000LM HN-M101MBB                                                                             0001 PQ: 0 ANSI: 5 [    2.435252] sd 3:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/93                                                              2 GiB) [    2.435254] sd 3:0:0:0: [sdd] 4096-byte physical blocks [    2.435278] ata5: send port disabled event [    2.435303] sd 3:0:0:0: [sdd] Write Protect is off [    2.435305] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00 [    2.435328] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, does                                                              n't support DPO or FUA [    2.435457] ata5: No present pin info for send port disabled event [    2.435696] ata6: send port disabled event [    2.435849] ata6: No present pin info for send port disabled event [    2.436176] i8042: PNP: No PS/2 controller found. Probing ports directly. [    2.438438] serio: i8042 KBD port at 0x60,0x64 irq 1 [    2.438442] serio: i8042 AUX port at 0x60,0x64 irq 12 [    2.438455] i2c /dev entries driver [    2.438567] i801_smbus 0000:00:1f.3: SMBus using polling [    2.439748] md: linear personality registered for level -1 [    2.439751] md: raid0 personality registered for level 0 [    2.439752] md: raid1 personality registered for level 1 [    2.439754] md: raid10 personality registered for level 10 [    2.442865] md: raid6 personality registered for level 6 [    2.442868] md: raid5 personality registered for level 5 [    2.442869] md: raid4 personality registered for level 4 [    2.442922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-d                                                              evel@redhat.com [    2.442992] NET: Registered protocol family 17 [    2.443019] Key type dns_resolver registered [    2.443275] registered taskstats version 1 [    2.443278] Loading compiled-in untrusted X.509 certificates [    2.443281] Loading compiled-in X.509 certificates [    2.443300] Loaded X.509 cert 'Synology SDG kernel module signing key: 7bd0b0                                                              d6bcd31651c22ce3978bdc8c8bdc417329' [    2.444012] Loaded X.509 cert 'Synology Root Certification Authority: f2c0753                                                              61f168425f8b5ef31b796406c3aab2089' [    2.444019] Loaded X.509 cert 'Synology Kernel Module Signing Certification A                                                              uthority: 600839b5d127e0e11d817a31f0575d323a7c0e28' [    2.444025] Loaded X.509 cert 'Synology kernel module signing key: 4646ce5448                                                              9669338118a3b1286da156ac366fa5' [    2.444031] page_owner is disabled [    2.444045] AppArmor: AppArmor sha1 policy hashing enabled [    2.449702] hctosys: unable to open rtc device (rtc0) [    2.465255]  sdd: sdd1 sdd2 sdd3 [    2.465512] sd 3:0:0:0: [sdd] Attached SCSI disk [    2.465948] Freeing unused kernel memory: 852K (ffffffff81878000 - ffffffff81                                                              94d000) [    2.465950] Write protecting the kernel read-only data: 8192k [    2.466081] Freeing unused kernel memory: 572K (ffff880001571000 - ffff880001                                                              600000) [    2.466504] Freeing unused kernel memory: 220K (ffff8800017c9000 - ffff880001                                                              800000) [    2.520580] ACPI: bus type USB registered [    2.520600] usbcore: registered new interface driver usbfs [    2.520608] usbcore: registered new interface driver hub [    2.520625] usbcore: registered new interface driver ethub [    2.520637] usbcore: registered new device driver usb [    2.531750] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [    2.543680] xhci_hcd 0000:00:14.0: xHCI Host Controller [    2.543686] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus numbe                                                              r 1 [    2.744766] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 qu                                                              irks 0x00009010 [    2.744770] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [    2.744928] hub 1-0:1.0: USB hub found [    2.744941] hub 1-0:1.0: 14 ports detected [    2.747608] xhci_hcd 0000:00:14.0: xHCI Host Controller [    2.747610] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus numbe                                                              r 2 [    2.747621] usb usb2: We don't know the algorithms for LPM for this host, dis                                                              abling LPM. [    2.747713] hub 2-0:1.0: USB hub found [    2.747723] hub 2-0:1.0: 6 ports detected [    2.765699] usbcore: registered new interface driver usb-storage [    2.803568] VMware PVSCSI driver - version 1.0.5.0-k [    2.808626] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 200                                                              6) [    2.814138] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006) [    2.819271] Fusion MPT base driver 3.04.20 [    2.819272] Copyright (c) 1999-2008 LSI Corporation [    2.828580] Fusion MPT SPI Host driver 3.04.20 [    2.833745] Fusion MPT misc device (ioctl) driver 3.04.20 [    2.833775] mptctl: Registered with Fusion MPT base driver [    2.833777] mptctl: /dev/mptctl @ (major,minor=10,220) [    2.844963] megasas: 06.808.16.00-rc1 [    2.852206] mpt3sas version 09.102.00.00 loaded [    2.862884] rtc_cmos 00:02: RTC can wake from S4 [    2.863009] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 [    2.863032] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram [    2.869018] 3ware 9000 Storage Controller device driver for Linux v2.26.02.01                                                              4. [    2.874211] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.                                                              02.000. [    2.879242] Adaptec aacraid driver 1.2-1[41010]-ms [    2.889589] GDT-HA: Storage RAID Controller Driver. Version: 3.05 [    2.899786] RocketRAID 3xxx/4xxx Controller driver v1.10.0 [    2.905270] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0 [    2.921954] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded [    2.940170] apollolake_synobios: module license 'Synology Inc.' taints kernel                                                              . [    2.940172] Disabling lock debugging due to kernel taint [    2.940406] 2020-7-3 14:10:6 UTC [    2.940408] synobios: load, major number 201 [    2.940410] Brand: Synology [    2.940412] Model: DS-918+ [    2.940413] This is default settings: set group disks wakeup number to 1, spi                                                              nup time deno 1 [    2.940415] synobios cpu_arch proc entry initialized [    2.940416] synobios crypto_hw proc entry initialized [    2.940417] synobios syno_platform proc entry initialized [    2.940424] synobios open /dev/ttyS1 success [    2.944620] synobios: unload [    2.952172] md: Autodetecting RAID arrays. [    2.952684] md: invalid raid superblock magic on sdb3 [    2.952873] md: sdb3 does not have a valid v0.90 superblock, not importing! [    3.010603] md: invalid raid superblock magic on sdc3 [    3.010789] md: sdc3 does not have a valid v0.90 superblock, not importing! [    3.070178] usb 1-4: new high-speed USB device number 2 using xhci_hcd [    3.090336] md: invalid raid superblock magic on sdd3 [    3.090522] md: sdd3 does not have a valid v0.90 superblock, not importing! [    3.090525] md: Scanned 9 and added 6 devices. [    3.090526] md: autorun ... [    3.090527] md: considering sdb1 ... [    3.090529] md:  adding sdb1 ... [    3.090530] md: sdb2 has different UUID to sdb1 [    3.090532] md:  adding sdc1 ... [    3.090533] md: sdc2 has different UUID to sdb1 [    3.090535] md:  adding sdd1 ... [    3.090536] md: sdd2 has different UUID to sdb1 [    3.090540] md: created md0 [    3.090541] md: bind [    3.090551] md: bind [    3.090559] md: bind [    3.090567] md: running: [    3.090668] md/raid1:md0: active with 3 out of 16 mirrors [    3.140207] clocksource: Switched to clocksource tsc [    3.149216] md0: detected capacity change from 0 to 2549940224 [    3.149224] md: considering sdb2 ... [    3.149226] md:  adding sdb2 ... [    3.149228] md:  adding sdc2 ... [    3.149230] md:  adding sdd2 ... [    3.149331] md: created md1 [    3.149332] md: bind [    3.149340] md: bind [    3.149347] md: bind [    3.149354] md: running: [    3.150203] md/raid1:md1: active with 3 out of 16 mirrors [    3.169515] md1: detected capacity change from 0 to 2147418112 [    3.169523] md: ... autorun DONE. [    3.208903] usb-storage 1-4:1.0: USB Mass Storage device detected [    3.211967] scsi host6: usb-storage 1-4:1.0 [    3.416267] random: nonblocking pool is initialized [    3.832067] EXT4-fs (md0): barriers disabled [    3.832289] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: [    4.450067] scsi 6:0:0:0: Direct-Access     Generic  STORAGE DEVICE                                                                         0207 PQ: 0 ANSI: 0 [    4.450751] sd 6:0:0:0: [synoboot] 15554560 512-byte logical blocks: (7.96 GB                                                              /7.42 GiB) [    4.451566] sd 6:0:0:0: [synoboot] Write Protect is off [    4.451569] sd 6:0:0:0: [synoboot] Mode Sense: 0b 00 00 08 [    4.452463] sd 6:0:0:0: [synoboot] No Caching mode page found [    4.452675] sd 6:0:0:0: [synoboot] Assuming drive cache: write through [    4.466062]  synoboot: synoboot1 synoboot2 synoboot3 [    4.468217] sd 6:0:0:0: [synoboot] Attached SCSI removable disk [    8.154568] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: b                                                              arrier=1 [    8.734083] EXT4-fs (md0): re-mounted. Opts: (null) [   11.106192] sd 1:0:0:0: Attached scsi generic sg0 type 0 [   11.106221] sd 2:0:0:0: Attached scsi generic sg1 type 0 [   11.106241] sd 3:0:0:0: Attached scsi generic sg2 type 0 [   11.106264] sd 6:0:0:0: Attached scsi generic sg3 type 0 [   11.353169] Adding 2097084k swap on /dev/md1.  Priority:-1 extents:1 across:2                                                              097084k [   11.459027] zram: Added device: zram0 [   11.459106] zram: Added device: zram1 [   11.459182] zram: Added device: zram2 [   11.459259] zram: Added device: zram3 [   11.461183] zram0: detected capacity change from 0 to 601882624 [   11.465320] Adding 587772k swap on /dev/zram0.  Priority:1 extents:1 across:5                                                              87772k SS [   11.466224] zram1: detected capacity change from 0 to 601882624 [   11.470105] Adding 587772k swap on /dev/zram1.  Priority:1 extents:1 across:5                                                              87772k SS [   11.471013] zram2: detected capacity change from 0 to 601882624 [   11.474935] Adding 587772k swap on /dev/zram2.  Priority:1 extents:1 across:5                                                              87772k SS [   11.475817] zram3: detected capacity change from 0 to 601882624 [   11.479686] Adding 587772k swap on /dev/zram3.  Priority:1 extents:1 across:5                                                              87772k SS [   12.019908] NET: Registered protocol family 10 [   12.027669] sit: IPv6 over IPv4 tunneling driver [   12.254475] Monitor-Mwait will be used to enter C-1 state [   12.254482] Monitor-Mwait will be used to enter C-2 state [   12.254489] ACPI: acpi_idle registered with cpuidle [   12.371400] init: syno-auth-check main process (5797) killed by TERM signal [   12.562464] AVX2 version of gcm_enc/dec engaged. [   12.562466] AES CTR mode by8 optimization enabled [   12.575685] fuse init (API version 7.23) [   12.588539] e1000e: Intel(R) PRO/1000 Network Driver - 3.6.0-NAPI [   12.588541] e1000e: Copyright(c) 1999 - 2019 Intel Corporation. [   12.588684] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to                                                               dynamic conservative mode [   12.756373] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) e0:3f:49                                                              :6f:2b:76 [   12.756379] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection [   12.756402] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF [   12.761792] Intel(R) Gigabit Ethernet Linux Driver - version 5.3.5.39 [   12.761794] Copyright(c) 2007 - 2019 Intel Corporation. [   12.766509] Intel(R) 10GbE PCI Express Linux Network Driver - version 5.6.3 [   12.766512] Copyright(c) 1999 - 2019 Intel Corporation. [   12.769022] i40e: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver -                                                               version 2.7.29 [   12.769024] i40e: Copyright(c) 2013 - 2018 Intel Corporation. [   12.771667] tn40xx: Tehuti Network Driver, 0.3.6.17.2 [   12.771854] tn40xx: Supported phys : MV88X3120 MV88X3310 MV88E2010 QT2025 TLK                                                              10232 AQR105 MUSTANG [   12.783555] Compat-mlnx-ofed backport release: f36c870 [   12.783557] Backport based on mlnx_ofed/mlnx-ofa_kernel-4.0.git f36c870 [   12.783557] compat.git: mlnx_ofed/mlnx-ofa_kernel-4.0.git [   12.796651] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.7                                                              12.30-0 (2014/02/10) [   12.815890] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:0                                                              0/input/input0 [   12.815894] ACPI: Power Button [PWRB] [   12.815929] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/inp                                                              ut1 [   12.815931] ACPI: Power Button [PWRF] [   12.871035] Btrfs loaded, crc32c=crc32c-intel [   12.874958] exFAT: Version 1.2.9 [   12.904214] jme: JMicron JMC2XX ethernet driver version 1.0.8 [   12.908508] sky2: driver version 1.30 [   12.915558] QLogic 1/10 GbE Converged/Intelligent Ethernet Driver v5.3.63 [   12.920022] QLogic/NetXen Network Driver v4.0.82 [   12.922595] Solarflare NET driver v4.0 [   12.925002] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI [   12.925004] e1000: Copyright (c) 1999-2006 Intel Corporation. [   12.927166] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de [   12.929364] VMware vmxnet3 virtual NIC driver - version 1.4.5.0-k-NAPI [   12.944928] usbcore: registered new interface driver ax88179_178a [   12.950618] usbcore: registered new interface driver asix [   12.952789] Atheros(R) L2 Ethernet Driver - version 2.2.3 [   12.952791] Copyright (c) 2007 Atheros Corporation. [   12.957572] bna: QLogic BR-series 10G Ethernet driver - version: 3.2.25.1 [   12.959824] usbcore: registered new interface driver cx82310_eth [   12.971646] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI [   12.971649] e100: Copyright(c) 1999-2006 Intel Corporation [   12.973951] enic: Cisco VIC Ethernet NIC Driver, ver 2.3.0.20 [   12.977592] usbcore: registered new interface driver MOSCHIP usb-ethernet dri                                                              ver [   12.987203] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet dri                                                              ver [   12.987216] usbcore: registered new interface driver pegasus [   12.989482] usbcore: registered new interface driver plusb [   12.991732] usbcore: registered new interface driver rtl8150 [   13.000172] via_rhine: v1.10-LK1.5.1 2010-10-09 Written by Donald Becker [   13.006315] usbcore: registered new interface driver r8152 [   13.012402] vxge: Copyright(c) 2002-2010 Exar Corp. [   13.012404] vxge: Driver version: 2.5.3.22640-k [   13.017129] usbcore: registered new interface driver aqc111 [   13.042586] 2020-7-3 14:10:16 UTC [   13.042590] synobios: load, major number 201 [   13.042592] Brand: Synology [   13.042593] Model: DS-918+ [   13.042595] This is default settings: set group disks wakeup number to 1, spi                                                              nup time deno 1 [   13.042597] synobios cpu_arch proc entry initialized [   13.042598] synobios crypto_hw proc entry initialized [   13.042599] synobios syno_platform proc entry initialized [   13.042605] synobios open /dev/ttyS1 success [   13.489516] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [   14.071058] systemd-udevd[7205]: starting version 204 [   15.156963] md: md2 stopped. [   15.157320] md: bind [   15.164246] md/raid1:md2: active with 1 out of 1 mirrors [   15.164946] md2: detected capacity change from 0 to 59085488128 [   15.166657] md: md3 stopped. [   15.167182] md: bind [   15.167262] md: bind [   15.168439] md/raid0:md3: md_size is 3887762176 sectors. [   15.168441] md: RAID0 configuration for md3 - 1 zone [   15.168442] md: zone0=[sdc3/sdd3] [   15.168444]       zone-offset=         0KB, device-offset=         0KB, size=                                                              1943881088KB [   15.179804] md3: detected capacity change from 0 to 1990534234112 [   16.844013] BTRFS: device label 2020.04.19-09:18:05 v24922 devid 1 transid 31                                                              25 /dev/md2 [   16.844269] BTRFS info (device md2): enabling auto syno reclaim space [   16.844272] BTRFS info (device md2): using free space tree [   16.844273] BTRFS info (device md2): has skinny extents [   17.017831] BTRFS: device label 2020.04.19-19:30:32 v24922 devid 1 transid 81                                                              3 /dev/md3 [   17.018098] BTRFS info (device md3): enabling auto syno reclaim space [   17.018102] BTRFS info (device md3): using free space tree [   17.018103] BTRFS info (device md3): has skinny extents [   18.282961] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control:                                                               Rx/Tx [   18.282991] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [   19.230362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [   19.230364] Warning! ehci_hcd should always be loaded before uhci_hcd and ohc                                                              i_hcd, not after [   19.233410] ehci-pci: EHCI PCI platform driver [   19.233668] ehci-pci 0000:00:1a.0: EHCI Host Controller [   19.233674] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus numbe                                                              r 3 [   19.233684] ehci-pci 0000:00:1a.0: debug port 2 [   19.237570] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported [   19.237582] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7c3c000 [   19.243591] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [   19.243941] hub 3-0:1.0: USB hub found [   19.243947] hub 3-0:1.0: 2 ports detected [   19.244150] ehci-pci 0000:00:1d.0: EHCI Host Controller [   19.244154] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus numbe                                                              r 4 [   19.244164] ehci-pci 0000:00:1d.0: debug port 2 [   19.248068] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported [   19.248079] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c3b000 [   19.253517] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [   19.253668] hub 4-0:1.0: USB hub found [   19.253673] hub 4-0:1.0: 2 ports detected [   19.296008] uhci_hcd: USB Universal Host Controller Interface driver [   19.304627] usbcore: registered new interface driver usblp [   19.328039] usbcore: registered new interface driver usbhid [   19.328042] usbhid: USB HID core driver [   19.353689] init: dhcp-client (eth0) main process (8001) killed by TERM signa                                                              l [   19.566539] usb 3-1: new high-speed USB device number 2 using ehci-pci [   19.576521] usb 4-1: new high-speed USB device number 2 using ehci-pci [   19.701929] Got empty serial number. Generate serial number from product. [   19.702156] hub 3-1:1.0: USB hub found [   19.702252] hub 3-1:1.0: 6 ports detected [   19.711893] Got empty serial number. Generate serial number from product. [   19.711899] drivers/usb/core/hub.c (2850) Same device found. Change serial to                                                               ffffffd1ffffffb2ffffffdbffffffa0 [   19.712160] hub 4-1:1.0: USB hub found [   19.712252] hub 4-1:1.0: 8 ports detected [   21.295927] ata2.00: configured for UDMA/133 [   21.295932] ata2: EH complete [   21.355198] ata3.00: configured for UDMA/133 [   21.355203] ata3: EH complete [   21.682155] ata4.00: configured for UDMA/133 [   21.682159] ata4: EH complete [   24.509402] ip_tables: (C) 2000-2006 Netfilter Core Team [   24.550279] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [   24.742336] iSCSI:target_core_rodsp_server.c:1027:rodsp_server_init RODSP ser                                                              ver started, login_key(0011327b27b5). [   24.747820] iSCSI:extent_pool.c:766:ep_init syno_extent_pool successfully ini                                                              tialized [   24.776614] iSCSI:target_core_device.c:617:se_dev_align_max_sectors Rounding                                                               down aligned max_sectors from 4294967295 to 4294967288 [   24.777966] iSCSI:target_core_lunbackup.c:361:init_io_buffer_head 512 buffers                                                               allocated, total 2097152 bytes successfully [   24.800014] iSCSI:target_core_file.c:146:fd_attach_hba RODSP plugin for filei                                                              o is enabled. [   24.800018] iSCSI:target_core_file.c:153:fd_attach_hba ODX Token Manager is e                                                              nabled. [   24.800027] iSCSI:target_core_multi_file.c:91:fd_attach_hba RODSP plugin for                                                               multifile is enabled. [   24.800033] iSCSI:target_core_ep.c:813:ep_attach_hba RODSP plugin for epio is                                                               enabled. [   24.800034] iSCSI:target_core_ep.c:820:ep_attach_hba ODX Token Manager is ena                                                              bled. [   25.019042] capability: warning: `nginx' uses 32-bit capabilities (legacy sup                                                              port in use) [   25.261329] loop: module loaded [   29.464199] init: synoscheduler-vmtouch main process (5191) killed by TERM si                                                              gnal [   29.796405] init: synoscheduler-vmtouch main process (13349) killed by TERM s                                                              ignal [   30.108014] init: synoscheduler-vmtouch main process (13511) killed by TERM s                                                              ignal [   30.263616] init: synoscheduler-vmtouch main process (13591) killed by TERM s                                                              ignal [ 1341.417000] usb 1-10: new high-speed USB device number 3 using xhci_hcd [ 1341.551133] usb 1-10: not running at top speed [ 1341.920095] usb 1-10: new high-speed USB device number 3 using xhci_hcd [ 1342.054146] usb 1-10: not running at top speed [ 1342.423106] usb 1-10: new high-speed USB device number 3 using xhci_hcd [ 1342.557157] usb 1-10: not running at top speed [ 1342.926119] usb 1-10: new high-speed USB device number 3 using xhci_hcd [ 1343.060173] usb 1-10: not running at top speed [ 1343.429139] usb 1-10: new high-speed USB device number 3 using xhci_hcd [ 1343.563183] usb 1-10: not running at top speed [ 1343.932083] usb 1-10: new high-speed USB device number 3 using xhci_hcd [ 1344.066196] usb 1-10: not running at top speed [ 1344.068484] r8152 1-10:2.0: Unknown version 0x7410 [ 1344.241087] Bluetooth: Core ver 2.21 [ 1344.241098] NET: Registered protocol family 31 [ 1344.241099] Bluetooth: HCI device and connection manager initialized [ 1344.241102] Bluetooth: HCI socket layer initialized [ 1344.241104] Bluetooth: L2CAP socket layer initialized [ 1344.241109] Bluetooth: SCO socket layer initialized [ 1344.242844] Bluetooth: RFCOMM TTY layer initialized [ 1344.242848] Bluetooth: RFCOMM socket layer initialized [ 1344.242852] Bluetooth: RFCOMM ver 1.11 [ 1344.244180] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 1344.244183] Bluetooth: HIDP socket layer initialized [ 1344.249481] usbcore: registered new interface driver btusb [ 1547.081389] usb 1-10: U

bb-qq commented 4 years ago
[ 1344.068484] r8152 1-10:2.0: Unknown version 0x7410

This line indicates this device has a newer version of the r8156 chip. Try the new driver I created today. https://github.com/bb-qq/r8152/releases/download/2.13.0-1/r8152-apollolake-2.13.0-1.spk

Romanazh commented 4 years ago

it's working ! Thank you very much!

bb-qq commented 4 years ago

Closing.

piraterx commented 2 years ago

Hey sorry to reply but I am having same issue in pop os! Any thing can be done. it can detect but does't work. How to I make it work using same file you posted here?

bb-qq commented 2 years ago

Later releases already support the chip revision 0x7410. So I would like you to make a new Issue and post the output of dmesg there if you need help.