After reading through various posts about hardware and articles that mentioned ONTs in SFP form and with our FTTH connection ante portas I decided to roll a self built router using the following hardware:
- China N150 Mini PC (https://www.amazon.de/dp/B0F28PFSBW?ref=ppx_yo2ov_dt_b_fed_asin_title&th=1) (2 x Intel 82599ES 10G SFP+-Ports, 3 x Intel i226-V 2,5G RJ45-LAN, 1 x USB 3.2 Gen1, 5 x USB 2.0 )
- Zyxel PMG3000-D20B
I wrote my image from the builder with version 24.10.2, r28739-d9340319c6 to the internal m2 drive and fired it up. Everything looked fine so I put in the Zyxel ONT, assigned the sfp port a static ip and tried to access the web ui of the ONT, which, did not work.
I'm somewhat stuck now as I couldn't find anything in dmesg output and don't know where to look next.
This is my dmesg output right after boot:
root@OpenWrt:~# dmesg
[ 0.000000] Linux version 6.6.93 (builder@buildhost) (x86_64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r28739-d9340319c6) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Mon Jun 23 20:40:36 2025
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz root=PARTUUID=cd0d6008-ae71-21d7-c817-d7010558e802 rootwait console=tty1 console=ttyS0,115200n8 noinitrd
[ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000005dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000005e000-0x000000000005efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000005f000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000045428fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000045429000-0x0000000045429fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000004542a000-0x000000004545ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000045460000-0x0000000045460fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000045461000-0x0000000071d9cfff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000071d9d000-0x0000000074e9cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000074e9d000-0x0000000074f7dfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000074f7e000-0x000000007538efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007538f000-0x0000000075ffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000075fff000-0x0000000075ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000076000000-0x0000000079ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007aa00000-0x000000007abfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007b000000-0x00000000803fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fbfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.8 by American Megatrends
[ 0.000000] efi: ACPI=0x7536b000 ACPI 2.0=0x7536b014 SMBIOS=0x75ccd000 SMBIOS 3.0=0x75ccc000 MEMATTR=0x6f8f3018 ESRT=0x6f873618
[ 0.000000] efi: Remove mem77: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[ 0.000000] efi: Not removing mem78: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[ 0.000000] efi: Not removing mem79: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem80: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem82: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem83: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.5.0 present.
[ 0.000000] DMI: INTEL Default string/BKHD-1264-SFP, BIOS 5.27 02/24/2025
[ 0.000000] tsc: Detected 800.000 MHz processor
[ 0.000000] tsc: Detected 806.400 MHz TSC
[ 0.000005] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000009] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000024] last_pfn = 0x27fc00 max_arch_pfn = 0x400000000
[ 0.000029] MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
[ 0.000031] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000138] last_pfn = 0x76000 max_arch_pfn = 0x400000000
[ 0.006460] found SMP MP-table at [mem 0x000fce50-0x000fce5f]
[ 0.006468] esrt: Reserving ESRT space from 0x000000006f873618 to 0x000000006f8736c8.
[ 0.006475] e820: update [mem 0x6f873000-0x6f873fff] usable ==> reserved
[ 0.006501] Using GB pages for direct mapping
[ 0.007492] Secure boot disabled
[ 0.007494] ACPI: Early table checksum verification disabled
[ 0.007497] ACPI: RSDP 0x000000007536B014 000024 (v02 ALASKA)
[ 0.007503] ACPI: XSDT 0x000000007536A728 0000FC (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.007510] ACPI: FACP 0x0000000074F7B000 000114 (v06 ALASKA A M I 01072009 AMI 01000013)
[ 0.007516] ACPI: DSDT 0x0000000074F05000 07534A (v02 ALASKA A M I 01072009 INTL 20200717)
[ 0.007520] ACPI: FACS 0x000000007538E000 000040
[ 0.007523] ACPI: FIDT 0x0000000074F04000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.007526] ACPI: SSDT 0x0000000074F7D000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
[ 0.007529] ACPI: SSDT 0x0000000074EFE000 005D0B (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
[ 0.007533] ACPI: SSDT 0x0000000074EFB000 002935 (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
[ 0.007536] ACPI: SSDT 0x0000000074EF7000 0033D3 (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
[ 0.007539] ACPI: SSDT 0x0000000074EE9000 00D487 (v02 INTEL TcssSsdt 00001000 INTL 20200717)
[ 0.007542] ACPI: HPET 0x0000000074F7C000 000038 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.007545] ACPI: APIC 0x0000000074EE8000 0001DC (v05 ALASKA A M I 01072009 AMI 01000013)
[ 0.007548] ACPI: MCFG 0x0000000074EE7000 00003C (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.007551] ACPI: SSDT 0x0000000074EE5000 001F1A (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
[ 0.007554] ACPI: UEFI 0x0000000075351000 000048 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.007556] ACPI: NHLT 0x0000000074EE4000 00002D (v00 ALASKA A M I 01072009 AMI 01000013)
[ 0.007559] ACPI: LPIT 0x0000000074EE3000 0000CC (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.007562] ACPI: SSDT 0x0000000074EDF000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
[ 0.007565] ACPI: SSDT 0x0000000074EDC000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
[ 0.007568] ACPI: DBGP 0x0000000074EDB000 000034 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.007571] ACPI: DBG2 0x0000000074EDA000 000054 (v00 ALASKA A M I 01072009 AMI 01000013)
[ 0.007574] ACPI: SSDT 0x0000000074ED8000 001919 (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
[ 0.007577] ACPI: DMAR 0x0000000074ED7000 000088 (v02 INTEL EDK2 00000002 01000013)
[ 0.007580] ACPI: FPDT 0x0000000074ED6000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.007583] ACPI: SSDT 0x0000000074ED5000 00066B (v02 INTEL xh_adl_N 00000000 INTL 20200717)
[ 0.007586] ACPI: SSDT 0x0000000074ED1000 003AEA (v02 SocGpe SocGpe 00003000 INTL 20200717)
[ 0.007589] ACPI: SSDT 0x0000000074ECD000 0039DA (v02 SocCmn SocCmn 00003000 INTL 20200717)
[ 0.007591] ACPI: SSDT 0x0000000074ECC000 000144 (v02 Intel ADebTabl 00001000 INTL 20200717)
[ 0.007594] ACPI: PHAT 0x0000000074ECB000 0005F1 (v01 ALASKA A M I 00000005 MSFT 0100000D)
[ 0.007597] ACPI: WSMT 0x0000000074EE2000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.007600] ACPI: Reserving FACP table memory at [mem 0x74f7b000-0x74f7b113]
[ 0.007602] ACPI: Reserving DSDT table memory at [mem 0x74f05000-0x74f7a349]
[ 0.007603] ACPI: Reserving FACS table memory at [mem 0x7538e000-0x7538e03f]
[ 0.007604] ACPI: Reserving FIDT table memory at [mem 0x74f04000-0x74f0409b]
[ 0.007605] ACPI: Reserving SSDT table memory at [mem 0x74f7d000-0x74f7d38b]
[ 0.007606] ACPI: Reserving SSDT table memory at [mem 0x74efe000-0x74f03d0a]
[ 0.007607] ACPI: Reserving SSDT table memory at [mem 0x74efb000-0x74efd934]
[ 0.007608] ACPI: Reserving SSDT table memory at [mem 0x74ef7000-0x74efa3d2]
[ 0.007609] ACPI: Reserving SSDT table memory at [mem 0x74ee9000-0x74ef6486]
[ 0.007610] ACPI: Reserving HPET table memory at [mem 0x74f7c000-0x74f7c037]
[ 0.007611] ACPI: Reserving APIC table memory at [mem 0x74ee8000-0x74ee81db]
[ 0.007612] ACPI: Reserving MCFG table memory at [mem 0x74ee7000-0x74ee703b]
[ 0.007613] ACPI: Reserving SSDT table memory at [mem 0x74ee5000-0x74ee6f19]
[ 0.007614] ACPI: Reserving UEFI table memory at [mem 0x75351000-0x75351047]
[ 0.007615] ACPI: Reserving NHLT table memory at [mem 0x74ee4000-0x74ee402c]
[ 0.007616] ACPI: Reserving LPIT table memory at [mem 0x74ee3000-0x74ee30cb]
[ 0.007617] ACPI: Reserving SSDT table memory at [mem 0x74edf000-0x74ee1a82]
[ 0.007618] ACPI: Reserving SSDT table memory at [mem 0x74edc000-0x74ede356]
[ 0.007619] ACPI: Reserving DBGP table memory at [mem 0x74edb000-0x74edb033]
[ 0.007619] ACPI: Reserving DBG2 table memory at [mem 0x74eda000-0x74eda053]
[ 0.007620] ACPI: Reserving SSDT table memory at [mem 0x74ed8000-0x74ed9918]
[ 0.007621] ACPI: Reserving DMAR table memory at [mem 0x74ed7000-0x74ed7087]
[ 0.007622] ACPI: Reserving FPDT table memory at [mem 0x74ed6000-0x74ed6043]
[ 0.007623] ACPI: Reserving SSDT table memory at [mem 0x74ed5000-0x74ed566a]
[ 0.007624] ACPI: Reserving SSDT table memory at [mem 0x74ed1000-0x74ed4ae9]
[ 0.007625] ACPI: Reserving SSDT table memory at [mem 0x74ecd000-0x74ed09d9]
[ 0.007626] ACPI: Reserving SSDT table memory at [mem 0x74ecc000-0x74ecc143]
[ 0.007627] ACPI: Reserving PHAT table memory at [mem 0x74ecb000-0x74ecb5f0]
[ 0.007628] ACPI: Reserving WSMT table memory at [mem 0x74ee2000-0x74ee2027]
[ 0.007659] Zone ranges:
[ 0.007660] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.007663] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.007665] Normal [mem 0x0000000100000000-0x000000027fbfffff]
[ 0.007667] Movable zone start for each node
[ 0.007667] Early memory node ranges
[ 0.007668] node 0: [mem 0x0000000000001000-0x000000000005dfff]
[ 0.007670] node 0: [mem 0x000000000005f000-0x000000000009ffff]
[ 0.007671] node 0: [mem 0x0000000000100000-0x0000000045428fff]
[ 0.007672] node 0: [mem 0x000000004542a000-0x000000004545ffff]
[ 0.007673] node 0: [mem 0x0000000045461000-0x0000000071d9cfff]
[ 0.007674] node 0: [mem 0x0000000075fff000-0x0000000075ffffff]
[ 0.007675] node 0: [mem 0x0000000100000000-0x000000027fbfffff]
[ 0.007677] Initmem setup node 0 [mem 0x0000000000001000-0x000000027fbfffff]
[ 0.007682] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.007684] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.007713] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.009806] On node 0, zone DMA32: 1 pages in unavailable ranges
[ 0.011204] On node 0, zone DMA32: 1 pages in unavailable ranges
[ 0.011360] On node 0, zone DMA32: 16994 pages in unavailable ranges
[ 0.023669] On node 0, zone Normal: 8192 pages in unavailable ranges
[ 0.023684] On node 0, zone Normal: 1024 pages in unavailable ranges
[ 0.024007] ACPI: PM-Timer IO Port: 0x1808
[ 0.024017] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.024019] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.024020] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.024022] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.024023] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.024023] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.024024] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.024025] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.024026] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.024027] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.024028] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.024029] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.024030] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.024031] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.024032] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.024032] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.024034] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.024035] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.024036] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.024036] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.024037] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.024038] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.024039] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.024040] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.024060] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.024063] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.024065] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.024070] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.024072] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.024076] TSC deadline timer available
[ 0.024077] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.024100] [mem 0x80400000-0xfdffffff] available for PCI devices
[ 0.024103] Booting paravirtualized kernel on bare hardware
[ 0.024106] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.024114] setup_percpu: NR_CPUS:512 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.024427] percpu: Embedded 48 pages/cpu s158696 r8192 d29720 u524288
[ 0.024436] pcpu-alloc: s158696 r8192 d29720 u524288 alloc=1*2097152
[ 0.024439] pcpu-alloc: [0] 0 1 2 3
[ 0.024460] Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=PARTUUID=cd0d6008-ae71-21d7-c817-d7010558e802 rootwait console=tty1 console=ttyS0,115200n8 noinitrd
[ 0.024525] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz", will be passed to user space.
[ 0.024541] random: crng init done
[ 0.025549] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.026040] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.026090] Built 1 zonelists, mobility grouping on. Total pages: 2006069
[ 0.026092] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.026103] software IO TLB: area num 4.
[ 0.063193] Memory: 7844968K/8152296K available (14336K kernel code, 1169K rwdata, 2288K rodata, 2440K init, 2420K bss, 307072K reserved, 0K cma-reserved)
[ 0.063465] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.063547] rcu: Hierarchical RCU implementation.
[ 0.063549] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[ 0.063550] Tracing variant of Tasks RCU enabled.
[ 0.063551] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.063553] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.063562] NR_IRQS: 33024, nr_irqs: 1024, preallocated irqs: 16
[ 0.063776] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.063912] Console: colour dummy device 80x25
[ 0.063917] printk: console [tty1] enabled
[ 0.064259] printk: console [ttyS0] enabled
[ 1.376247] ACPI: Core revision 20230628
[ 1.380951] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[ 1.390021] APIC: Switch to symmetric I/O mode setup
[ 1.394979] DMAR: Host address width 39
[ 1.398815] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 1.404137] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[ 1.412563] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 1.417867] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[ 1.425776] DMAR: RMRR base: 0x0000007c000000 end: 0x000000803fffff
[ 1.432049] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 1.438387] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 1.443789] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 1.453560] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 1.458961] x2apic enabled
[ 1.461734] APIC: Switched APIC routing to: cluster x2apic
[ 1.469734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 1.520000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0xb9fb05486c, max_idle_ns: 440795231721 ns
[ 1.530412] Calibrating delay loop (skipped), value calculated using timer frequency.. 1612.80 BogoMIPS (lpj=8064000)
[ 1.540449] CPU0: Thermal monitoring enabled (TM1)
[ 1.545232] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 1.550496] process: using mwait in idle threads
[ 1.555112] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 1.560414] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 1.566324] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 1.570415] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 1.580414] Spectre V2 : User space: Vulnerable
[ 1.584941] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 1.590415] Register File Data Sampling: Mitigation: Clear Register File
[ 1.600420] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 1.608059] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 1.610414] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 1.620414] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 1.630415] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 1.636579] x86/fpu: xstate_offset[11]: 832, xstate_sizes[11]: 16
[ 1.640414] x86/fpu: Enabled xstate features 0x807, context size is 848 bytes, using 'compacted' format.
[ 1.668486] Freeing SMP alternatives memory: 40K
[ 1.670417] pid_max: default: 32768 minimum: 301
[ 1.677268] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 1.680429] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 1.690734] smpboot: CPU0: Intel(R) N150 (family: 0x6, model: 0xbe, stepping: 0x0)
[ 1.698415] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 1.700428] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, PEBS-via-PT, AnyThread deprecated, Gracemont events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 1.710416] ... version: 5
[ 1.714421] ... bit width: 48
[ 1.718518] ... generic registers: 6
[ 1.720414] ... value mask: 0000ffffffffffff
[ 1.725717] ... max period: 00007fffffffffff
[ 1.730413] ... fixed-purpose events: 3
[ 1.734418] ... event mask: 000000070000003f
[ 1.739882] signal: max sigframe size: 1360
[ 1.740418] Estimated ratio of average max frequency by base frequency (times 1024): 3712
[ 1.748624] rcu: Hierarchical SRCU implementation.
[ 1.750414] rcu: Max phase no-delay instances is 1000.
[ 1.755710] smp: Bringing up secondary CPUs ...
[ 1.760315] smpboot: x86: Booting SMP configuration:
[ 1.760419] .... node #0, CPUs: #1 #2 #3
[ 1.761411] smp: Brought up 1 node, 4 CPUs
[ 1.768951] smpboot: Max logical packages: 1
[ 1.770417] smpboot: Total of 4 processors activated (6451.20 BogoMIPS)
[ 1.777693] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 1.780419] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 1.787313] pinctrl core: initialized pinctrl subsystem
[ 1.790833] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 1.796940] thermal_sys: Registered thermal governor 'step_wise'
[ 1.796941] thermal_sys: Registered thermal governor 'user_space'
[ 1.800429] cpuidle: using governor ladder
[ 1.810417] cpuidle: using governor menu
[ 1.814379] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 1.820416] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 1.826898] PCI: Using configuration type 1 for base access
[ 1.830568] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 1.836571] cryptd: max_cpu_qlen set to 1000
[ 1.840477] ACPI: Added _OSI(Module Device)
[ 1.844662] ACPI: Added _OSI(Processor Device)
[ 1.849101] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 1.850415] ACPI: Added _OSI(Processor Aggregator Device)
[ 1.971970] ACPI: 14 ACPI AML tables successfully acquired and loaded
[ 1.995579] ACPI: Dynamic OEM Table Load:
[ 1.999609] ACPI: SSDT 0xFFFF88810029B800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
[ 2.001631] ACPI: Dynamic OEM Table Load:
[ 2.005655] ACPI: SSDT 0xFFFF8881000E0600 0001A3 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
[ 2.011579] ACPI: Dynamic OEM Table Load:
[ 2.015601] ACPI: SSDT 0xFFFF8881000E0200 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
[ 2.021582] ACPI: Dynamic OEM Table Load:
[ 2.025597] ACPI: SSDT 0xFFFF888100A1E800 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
[ 2.032021] ACPI: Dynamic OEM Table Load:
[ 2.036050] ACPI: SSDT 0xFFFF888100A26000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
[ 2.042326] ACPI: Dynamic OEM Table Load:
[ 2.046347] ACPI: SSDT 0xFFFF888100A24000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
[ 2.052118] ACPI: Dynamic OEM Table Load:
[ 2.056144] ACPI: SSDT 0xFFFF888100E2C000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
[ 2.062184] ACPI: Dynamic OEM Table Load:
[ 2.066209] ACPI: SSDT 0xFFFF888100084000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
[ 2.073054] ACPI: _OSC evaluated successfully for all CPUs
[ 2.079834] ACPI: Interpreter enabled
[ 2.080428] ACPI: PM: (supports S0 S5)
[ 2.084180] ACPI: Using IOAPIC for interrupt routing
[ 2.089199] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 2.090414] PCI: Ignoring E820 reservations for host bridge windows
[ 2.098127] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 2.129847] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[ 2.134277] ACPI: \_SB_.PC00.TBT0: New power resource
[ 2.139756] ACPI: \_SB_.PC00.TBT1: New power resource
[ 2.195757] ACPI: \_TZ_.FN00: New power resource
[ 2.200442] ACPI: \_TZ_.FN01: New power resource
[ 2.205120] ACPI: \_TZ_.FN02: New power resource
[ 2.209791] ACPI: \_TZ_.FN03: New power resource
[ 2.210474] ACPI: \_TZ_.FN04: New power resource
[ 2.215691] ACPI: \PIN_: New power resource
[ 2.220262] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[ 2.220419] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
[ 2.228148] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[ 2.230644] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 2.241654] PCI host bridge to bus 0000:00
[ 2.245759] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 2.250414] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 2.257186] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 2.260414] pci_bus 0000:00: root bus resource [mem 0x80400000-0xbfffffff window]
[ 2.267874] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[ 2.270414] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 2.275921] pci 0000:00:00.0: [8086:461c] type 00 class 0x060000
[ 2.280551] pci 0000:00:02.0: [8086:46d4] type 00 class 0x030000
[ 2.286554] pci 0000:00:02.0: reg 0x10: [mem 0x60e8000000-0x60e8ffffff 64bit]
[ 2.290419] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[ 2.297975] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
[ 2.300429] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 2.305564] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[ 2.310417] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 2.318912] pci 0000:00:08.0: [8086:467e] type 00 class 0x088000
[ 2.320422] pci 0000:00:08.0: reg 0x10: [mem 0x60e912b000-0x60e912bfff 64bit]
[ 2.327651] pci 0000:00:0d.0: [8086:464e] type 00 class 0x0c0330
[ 2.330427] pci 0000:00:0d.0: reg 0x10: [mem 0x60e9110000-0x60e911ffff 64bit]
[ 2.337603] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[ 2.342679] pci 0000:00:14.0: [8086:54ed] type 00 class 0x0c0330
[ 2.348708] pci 0000:00:14.0: reg 0x10: [mem 0x60e9100000-0x60e910ffff 64bit]
[ 2.350509] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 2.358574] pci 0000:00:14.2: [8086:54ef] type 00 class 0x050000
[ 2.360435] pci 0000:00:14.2: reg 0x10: [mem 0x60e9124000-0x60e9127fff 64bit]
[ 2.367567] pci 0000:00:14.2: reg 0x18: [mem 0x60e912a000-0x60e912afff 64bit]
[ 2.370544] pci 0000:00:16.0: [8086:54e0] type 00 class 0x078000
[ 2.376561] pci 0000:00:16.0: reg 0x10: [mem 0x60e9129000-0x60e9129fff 64bit]
[ 2.380505] pci 0000:00:16.0: PME# supported from D3hot
[ 2.386284] pci 0000:00:1c.0: [8086:54b8] type 01 class 0x060400
[ 2.390505] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 2.397105] pci 0000:00:1c.1: [8086:54b9] type 01 class 0x060400
[ 2.400505] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 2.407095] pci 0000:00:1c.2: [8086:54ba] type 01 class 0x060400
[ 2.410504] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 2.417083] pci 0000:00:1c.3: [8086:54bb] type 01 class 0x060400
[ 2.420504] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 2.427087] pci 0000:00:1d.0: [8086:54b0] type 01 class 0x060400
[ 2.430511] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 2.437106] pci 0000:00:1f.0: [8086:5481] type 00 class 0x060100
[ 2.440788] pci 0000:00:1f.3: [8086:54c8] type 00 class 0x040100
[ 2.446824] pci 0000:00:1f.3: reg 0x10: [mem 0x60e9120000-0x60e9123fff 64bit]
[ 2.450467] pci 0000:00:1f.3: reg 0x20: [mem 0x60e9000000-0x60e90fffff 64bit]
[ 2.457693] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 2.460527] pci 0000:00:1f.4: [8086:54a3] type 00 class 0x0c0500
[ 2.466546] pci 0000:00:1f.4: reg 0x10: [mem 0x60e9128000-0x60e91280ff 64bit]
[ 2.470436] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 2.476251] pci 0000:00:1f.5: [8086:54a4] type 00 class 0x0c8000
[ 2.480433] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 2.486858] pci 0000:01:00.0: [8086:125c] type 00 class 0x020000
[ 2.490433] pci 0000:01:00.0: reg 0x10: [mem 0x80800000-0x808fffff]
[ 2.496711] pci 0000:01:00.0: reg 0x1c: [mem 0x80900000-0x80903fff]
[ 2.500514] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 2.506687] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 2.510418] pci 0000:00:1c.0: bridge window [mem 0x80800000-0x809fffff]
[ 2.517256] pci 0000:02:00.0: [8086:125c] type 00 class 0x020000
[ 2.520432] pci 0000:02:00.0: reg 0x10: [mem 0x80600000-0x806fffff]
[ 2.526709] pci 0000:02:00.0: reg 0x1c: [mem 0x80700000-0x80703fff]
[ 2.530513] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 2.536677] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 2.540418] pci 0000:00:1c.1: bridge window [mem 0x80600000-0x807fffff]
[ 2.547260] pci 0000:03:00.0: [8086:125c] type 00 class 0x020000
[ 2.550434] pci 0000:03:00.0: reg 0x10: [mem 0x80400000-0x804fffff]
[ 2.556713] pci 0000:03:00.0: reg 0x1c: [mem 0x80500000-0x80503fff]
[ 2.560513] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold