Add styling on links
This commit is contained in:
109
static/assets/r86s/README.md
Normal file
109
static/assets/r86s/README.md
Normal file
@ -0,0 +1,109 @@
|
||||
# Intel X520 card
|
||||
|
||||
```
|
||||
pim@r86s:~$ vppctl show pci
|
||||
Address Sock VID:PID Link Speed Driver Product Name Vital Product Data
|
||||
0000:01:00.0 0 8086:125c unknown igc
|
||||
0000:02:00.0 0 8086:125c unknown uio_pci_generic
|
||||
0000:03:00.0 0 8086:125c unknown uio_pci_generic
|
||||
0000:05:00.0 0 8086:10fb unknown vfio-pci
|
||||
0000:05:00.1 0 8086:10fb unknown vfio-pci
|
||||
|
||||
pim@r86s:~$ cat /proc/cmdline
|
||||
BOOT_IMAGE=/boot/vmlinuz-6.1.0-17-amd64 root=UUID=403c0fbb-1e4e-4461-aac8-a4085d0269f4 ro isolcpus=1-3 iommu=on intel_iommu=on
|
||||
|
||||
pim@r86s:~$ lspci | grep Ether
|
||||
01:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
|
||||
02:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
|
||||
03:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
|
||||
05:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
|
||||
05:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
|
||||
```
|
||||
|
||||
Unidirectional 64b single flow loadtest --
|
||||
|
||||
```
|
||||
Thread 3 vpp_wk_2 (lcore 3)
|
||||
Time 28.9, 10 sec internal node vector rate 104.35 loops/sec 76982.50
|
||||
vector rates in 1.0022e7, out 9.1733e6, drop 0.0000e0, punt 0.0000e0
|
||||
Name State Calls Vectors Suspends Clocks Vectors/Call
|
||||
TenGigabitEthernet5/0/1-output active 3140223 289616896 0 8.34e0 92.23
|
||||
TenGigabitEthernet5/0/1-tx active 3140223 265081034 0 8.39e1 84.41
|
||||
dpdk-input polling 3149763 289616896 0 4.49e1 91.95
|
||||
ethernet-input active 3140223 289616896 0 4.23e1 92.23
|
||||
l2-input active 3140223 289616896 0 1.59e1 92.23
|
||||
l2-output active 3140223 289616896 0 9.89e0 92.23
|
||||
unix-epoll-input polling 3073 0 0 1.83e3 0.00
|
||||
```
|
||||
|
||||
# Mellanox Cx5 Card
|
||||
|
||||
```
|
||||
pim@r86s:~$ sudo vppctl show pci
|
||||
Address Sock VID:PID Link Speed Driver Product Name Vital Product Data
|
||||
0000:01:00.0 0 8086:125c unknown igc
|
||||
0000:02:00.0 0 8086:125c unknown uio_pci_generic
|
||||
0000:03:00.0 0 8086:125c unknown uio_pci_generic
|
||||
0000:05:00.0 0 15b3:1017 unknown mlx5_core ConnectX-5 EN network interface PN: MCX542B-ACAN_C07
|
||||
EC: A2
|
||||
V2: 0x 4d 43 58 35 34 32 42 2d ...
|
||||
SN: MT2027K15063
|
||||
V3: 0x 35 32 63 62 66 63 34 30 ...
|
||||
VA: 0x 4d 4c 58 3a 4d 4f 44 4c ...
|
||||
V0: 0x 50 43 49 65 47 65 6e 33 ...
|
||||
RV: 0x 59
|
||||
0000:05:00.1 0 15b3:1017 unknown mlx5_core ConnectX-5 EN network interface PN: MCX542B-ACAN_C07
|
||||
EC: A2
|
||||
V2: 0x 4d 43 58 35 34 32 42 2d ...
|
||||
SN: MT2027K15063
|
||||
V3: 0x 35 32 63 62 66 63 34 30 ...
|
||||
VA: 0x 4d 4c 58 3a 4d 4f 44 4c ...
|
||||
V0: 0x 50 43 49 65 47 65 6e 33 ...
|
||||
RV: 0x 59
|
||||
|
||||
pim@r86s:~$ lspci | grep Ether
|
||||
01:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
|
||||
02:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
|
||||
03:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
|
||||
05:00.0 Ethernet controller: Mellanox Technologies MT27800 Family [ConnectX-5]
|
||||
05:00.1 Ethernet controller: Mellanox Technologies MT27800 Family [ConnectX-5]
|
||||
|
||||
pim@r86s:~$ cat /proc/cmdline
|
||||
BOOT_IMAGE=/boot/vmlinuz-6.1.0-18-amd64 root=UUID=b66a4151-ce7f-4910-aee1-e5f6049cdb5a ro iommu=off isolcpus=1-3
|
||||
```
|
||||
|
||||
Look at this beautiful VPP throughput, when doing a 64b bidirectional single-flow loadtest
|
||||
|
||||
```
|
||||
---------------
|
||||
Thread 1 vpp_wk_0 (lcore 1)
|
||||
Time 63.1, 10 sec internal node vector rate 165.06 loops/sec 43803.54
|
||||
vector rates in 8.7042e6, out 8.7042e6, drop 0.0000e0, punt 0.0000e0
|
||||
Name State Calls Vectors Suspends Clocks Vectors/Call
|
||||
TwentyFiveGigabitEthernet5/0/1 active 3432788 549324448 0 8.17e0 160.02
|
||||
TwentyFiveGigabitEthernet5/0/1 active 3432788 549324448 0 6.86e1 160.02
|
||||
dpdk-input polling 3432788 549324448 0 7.69e1 160.02
|
||||
ethernet-input active 3432788 549324448 0 4.67e1 160.02
|
||||
l2-input active 3432788 549324448 0 1.75e1 160.02
|
||||
l2-output active 3432788 549324448 0 1.00e1 160.02
|
||||
unix-epoll-input polling 3349 0 0 2.11e3 0.00
|
||||
---------------
|
||||
Thread 2 vpp_wk_1 (lcore 2)
|
||||
Time 63.1, 10 sec internal node vector rate 0.00 loops/sec 3557727.83
|
||||
vector rates in 0.0000e0, out 0.0000e0, drop 0.0000e0, punt 0.0000e0
|
||||
Name State Calls Vectors Suspends Clocks Vectors/Call
|
||||
dpdk-input polling 246577533 0 0 3.85e2 0.00
|
||||
unix-epoll-input polling 240563 0 0 9.28e2 0.00
|
||||
---------------
|
||||
Thread 3 vpp_wk_2 (lcore 3)
|
||||
Time 63.1, 10 sec internal node vector rate 164.94 loops/sec 45757.79
|
||||
vector rates in 8.7007e6, out 8.7007e6, drop 0.0000e0, punt 0.0000e0
|
||||
Name State Calls Vectors Suspends Clocks Vectors/Call
|
||||
TwentyFiveGigabitEthernet5/0/0 active 3441889 549107094 0 8.18e0 159.54
|
||||
TwentyFiveGigabitEthernet5/0/0 active 3441889 549107094 0 6.86e1 159.54
|
||||
dpdk-input polling 3441889 549107094 0 7.61e1 159.54
|
||||
ethernet-input active 3441889 549107094 0 4.69e1 159.54
|
||||
l2-input active 3441889 549107094 0 1.79e1 159.54
|
||||
l2-output active 3441889 549107094 0 1.03e1 159.54
|
||||
unix-epoll-input polling 3358 0 0 2.14e3 0.00
|
||||
```
|
875
static/assets/r86s/dmesg-cx3.txt
Normal file
875
static/assets/r86s/dmesg-cx3.txt
Normal file
@ -0,0 +1,875 @@
|
||||
[ 0.000000] microcode: microcode updated early to revision 0x24000026, date = 2023-09-26
|
||||
[ 0.000000] Linux version 6.1.0-22-amd64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21)
|
||||
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-22-amd64 root=UUID=403c0fbb-1e4e-4461-aac8-a4085d0269f4 ro isolcpus=1-3 iommu=off intel_iommu=off
|
||||
[ 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-0x000000000009efff] usable
|
||||
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000006ffaffff] usable
|
||||
[ 0.000000] BIOS-e820: [mem 0x000000006ffb0000-0x00000000724affff] reserved
|
||||
[ 0.000000] BIOS-e820: [mem 0x00000000724b0000-0x000000007272ffff] ACPI data
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000072730000-0x000000007282ffff] ACPI NVS
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000072830000-0x0000000072dfefff] reserved
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000072dff000-0x0000000072efefff] type 20
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000072eff000-0x0000000072efffff] usable
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000072f00000-0x000000007fbfffff] 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-0x00000008803fffff] usable
|
||||
[ 0.000000] NX (Execute Disable) protection: active
|
||||
[ 0.000000] efi: EFI v2.70 by American Megatrends
|
||||
[ 0.000000] efi: ACPI=0x727da000 ACPI 2.0=0x727da014 TPMFinalLog=0x727dd000 SMBIOS=0x72c7c000 SMBIOS 3.0=0x72c7b000 MEMATTR=0x6ad13018 ESRT=0x6eb81718 MOKvar=0x729f4000
|
||||
[ 0.000000] secureboot: Secure boot disabled
|
||||
[ 0.000000] SMBIOS 3.5.0 present.
|
||||
[ 0.000000] DMI: GoWin Solution R86S/R86S, BIOS JSP18422 05/14/2023
|
||||
[ 0.000000] tsc: Detected 2000.000 MHz processor
|
||||
[ 0.000000] tsc: Detected 1996.800 MHz TSC
|
||||
[ 0.000165] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
|
||||
[ 0.000168] e820: remove [mem 0x000a0000-0x000fffff] usable
|
||||
[ 0.000175] last_pfn = 0x880400 max_arch_pfn = 0x400000000
|
||||
[ 0.000241] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
|
||||
[ 0.000459] last_pfn = 0x72f00 max_arch_pfn = 0x400000000
|
||||
[ 0.008534] esrt: Reserving ESRT space from 0x000000006eb81718 to 0x000000006eb81778.
|
||||
[ 0.008539] e820: update [mem 0x6eb81000-0x6eb81fff] usable ==> reserved
|
||||
[ 0.009186] RAMDISK: [mem 0x33369000-0x359abfff]
|
||||
[ 0.009191] ACPI: Early table checksum verification disabled
|
||||
[ 0.009195] ACPI: RSDP 0x00000000727DA014 000024 (v02 ALASKA)
|
||||
[ 0.009198] ACPI: XSDT 0x00000000727D9728 0000DC (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009204] ACPI: FACP 0x000000007272C000 000114 (v06 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009208] ACPI: DSDT 0x00000000726E6000 045F74 (v02 ALASKA A M I 01072009 INTL 20191018)
|
||||
[ 0.009211] ACPI: FACS 0x000000007282E000 000040
|
||||
[ 0.009213] ACPI: MCFG 0x000000007272D000 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
|
||||
[ 0.009216] ACPI: FIDT 0x00000000726E5000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
|
||||
[ 0.009218] ACPI: SSDT 0x00000000726E2000 0025EE (v02 CpuRef CpuSsdt 00003000 INTL 20191018)
|
||||
[ 0.009221] ACPI: SSDT 0x000000007272E000 001CCD (v02 SaSsdt SaSsdt 00003000 INTL 20191018)
|
||||
[ 0.009223] ACPI: SSDT 0x00000000726DE000 0032CD (v02 INTEL IgfxSsdt 00003000 INTL 20191018)
|
||||
[ 0.009226] ACPI: HPET 0x00000000726DD000 000038 (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009228] ACPI: APIC 0x00000000726DC000 00012C (v05 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009230] ACPI: PRAM 0x00000000726DB000 000030 (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009233] ACPI: SSDT 0x00000000726DA000 000EF4 (v02 ALASKA Ther_Rvp 00001000 INTL 20191018)
|
||||
[ 0.009235] ACPI: SSDT 0x00000000726D7000 002FC0 (v02 INTEL xh_jslv2 00000000 INTL 20191018)
|
||||
[ 0.009237] ACPI: NHLT 0x00000000726D5000 001771 (v00 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009240] ACPI: LPIT 0x00000000726D4000 000094 (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009242] ACPI: SSDT 0x00000000726D0000 002720 (v02 ALASKA PtidDevc 00001000 INTL 20191018)
|
||||
[ 0.009244] ACPI: SSDT 0x00000000726CF000 000122 (v02 ALASKA TbtTypeC 00000000 INTL 20191018)
|
||||
[ 0.009246] ACPI: DBGP 0x00000000726CE000 000034 (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009249] ACPI: DBG2 0x00000000726CD000 000054 (v00 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009251] ACPI: SSDT 0x00000000726CB000 0015C6 (v02 ALASKA UsbCTabl 00001000 INTL 20191018)
|
||||
[ 0.009253] ACPI: FPDT 0x00000000726C9000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009256] ACPI: DMAR 0x00000000726CA000 000088 (v02 INTEL EDK2 00000002 01000013)
|
||||
[ 0.009258] ACPI: SSDT 0x00000000726C8000 000144 (v02 Intel ADebTabl 00001000 INTL 20191018)
|
||||
[ 0.009260] ACPI: TPM2 0x00000000726C7000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
|
||||
[ 0.009262] ACPI: WSMT 0x00000000726D3000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
|
||||
[ 0.009264] ACPI: Reserving FACP table memory at [mem 0x7272c000-0x7272c113]
|
||||
[ 0.009266] ACPI: Reserving DSDT table memory at [mem 0x726e6000-0x7272bf73]
|
||||
[ 0.009267] ACPI: Reserving FACS table memory at [mem 0x7282e000-0x7282e03f]
|
||||
[ 0.009267] ACPI: Reserving MCFG table memory at [mem 0x7272d000-0x7272d03b]
|
||||
[ 0.009268] ACPI: Reserving FIDT table memory at [mem 0x726e5000-0x726e509b]
|
||||
[ 0.009269] ACPI: Reserving SSDT table memory at [mem 0x726e2000-0x726e45ed]
|
||||
[ 0.009269] ACPI: Reserving SSDT table memory at [mem 0x7272e000-0x7272fccc]
|
||||
[ 0.009270] ACPI: Reserving SSDT table memory at [mem 0x726de000-0x726e12cc]
|
||||
[ 0.009271] ACPI: Reserving HPET table memory at [mem 0x726dd000-0x726dd037]
|
||||
[ 0.009272] ACPI: Reserving APIC table memory at [mem 0x726dc000-0x726dc12b]
|
||||
[ 0.009272] ACPI: Reserving PRAM table memory at [mem 0x726db000-0x726db02f]
|
||||
[ 0.009273] ACPI: Reserving SSDT table memory at [mem 0x726da000-0x726daef3]
|
||||
[ 0.009274] ACPI: Reserving SSDT table memory at [mem 0x726d7000-0x726d9fbf]
|
||||
[ 0.009274] ACPI: Reserving NHLT table memory at [mem 0x726d5000-0x726d6770]
|
||||
[ 0.009275] ACPI: Reserving LPIT table memory at [mem 0x726d4000-0x726d4093]
|
||||
[ 0.009276] ACPI: Reserving SSDT table memory at [mem 0x726d0000-0x726d271f]
|
||||
[ 0.009277] ACPI: Reserving SSDT table memory at [mem 0x726cf000-0x726cf121]
|
||||
[ 0.009277] ACPI: Reserving DBGP table memory at [mem 0x726ce000-0x726ce033]
|
||||
[ 0.009278] ACPI: Reserving DBG2 table memory at [mem 0x726cd000-0x726cd053]
|
||||
[ 0.009279] ACPI: Reserving SSDT table memory at [mem 0x726cb000-0x726cc5c5]
|
||||
[ 0.009279] ACPI: Reserving FPDT table memory at [mem 0x726c9000-0x726c9043]
|
||||
[ 0.009280] ACPI: Reserving DMAR table memory at [mem 0x726ca000-0x726ca087]
|
||||
[ 0.009281] ACPI: Reserving SSDT table memory at [mem 0x726c8000-0x726c8143]
|
||||
[ 0.009281] ACPI: Reserving TPM2 table memory at [mem 0x726c7000-0x726c704b]
|
||||
[ 0.009282] ACPI: Reserving WSMT table memory at [mem 0x726d3000-0x726d3027]
|
||||
[ 0.009420] No NUMA configuration found
|
||||
[ 0.009421] Faking a node at [mem 0x0000000000000000-0x00000008803fffff]
|
||||
[ 0.009430] NODE_DATA(0) allocated [mem 0x8803b8000-0x8803e2fff]
|
||||
[ 0.009656] Zone ranges:
|
||||
[ 0.009657] DMA [mem 0x0000000000001000-0x0000000000ffffff]
|
||||
[ 0.009659] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
|
||||
[ 0.009660] Normal [mem 0x0000000100000000-0x00000008803fffff]
|
||||
[ 0.009662] Device empty
|
||||
[ 0.009663] Movable zone start for each node
|
||||
[ 0.009665] Early memory node ranges
|
||||
[ 0.009666] node 0: [mem 0x0000000000001000-0x000000000009efff]
|
||||
[ 0.009667] node 0: [mem 0x0000000000100000-0x000000006ffaffff]
|
||||
[ 0.009668] node 0: [mem 0x0000000072eff000-0x0000000072efffff]
|
||||
[ 0.009669] node 0: [mem 0x0000000100000000-0x00000008803fffff]
|
||||
[ 0.009673] Initmem setup node 0 [mem 0x0000000000001000-0x00000008803fffff]
|
||||
[ 0.009678] On node 0, zone DMA: 1 pages in unavailable ranges
|
||||
[ 0.009706] On node 0, zone DMA: 97 pages in unavailable ranges
|
||||
[ 0.012899] On node 0, zone DMA32: 12111 pages in unavailable ranges
|
||||
[ 0.013307] On node 0, zone Normal: 20736 pages in unavailable ranges
|
||||
[ 0.013587] On node 0, zone Normal: 31744 pages in unavailable ranges
|
||||
[ 0.013608] Reserving Intel graphics memory at [mem 0x7c000000-0x7fbfffff]
|
||||
[ 0.014330] ACPI: PM-Timer IO Port: 0x1808
|
||||
[ 0.014338] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
|
||||
[ 0.014339] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
|
||||
[ 0.014340] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
|
||||
[ 0.014341] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
|
||||
[ 0.014342] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
|
||||
[ 0.014342] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
|
||||
[ 0.014343] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
|
||||
[ 0.014344] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
|
||||
[ 0.014344] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
|
||||
[ 0.014345] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
|
||||
[ 0.014345] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
|
||||
[ 0.014346] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
|
||||
[ 0.014347] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
|
||||
[ 0.014348] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
|
||||
[ 0.014348] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
|
||||
[ 0.014349] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
|
||||
[ 0.014381] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
|
||||
[ 0.014383] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
|
||||
[ 0.014385] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
|
||||
[ 0.014388] ACPI: Using ACPI (MADT) for SMP configuration information
|
||||
[ 0.014390] ACPI: HPET id: 0x8086a201 base: 0xfed00000
|
||||
[ 0.014394] TSC deadline timer available
|
||||
[ 0.014395] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
|
||||
[ 0.014412] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
|
||||
[ 0.014414] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
|
||||
[ 0.014415] PM: hibernation: Registered nosave memory: [mem 0x6eb81000-0x6eb81fff]
|
||||
[ 0.014417] PM: hibernation: Registered nosave memory: [mem 0x6ffb0000-0x724affff]
|
||||
[ 0.014418] PM: hibernation: Registered nosave memory: [mem 0x724b0000-0x7272ffff]
|
||||
[ 0.014418] PM: hibernation: Registered nosave memory: [mem 0x72730000-0x7282ffff]
|
||||
[ 0.014419] PM: hibernation: Registered nosave memory: [mem 0x72830000-0x72dfefff]
|
||||
[ 0.014419] PM: hibernation: Registered nosave memory: [mem 0x72dff000-0x72efefff]
|
||||
[ 0.014421] PM: hibernation: Registered nosave memory: [mem 0x72f00000-0x7fbfffff]
|
||||
[ 0.014421] PM: hibernation: Registered nosave memory: [mem 0x7fc00000-0xbfffffff]
|
||||
[ 0.014422] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
|
||||
[ 0.014422] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfdffffff]
|
||||
[ 0.014423] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
|
||||
[ 0.014423] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
|
||||
[ 0.014424] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
|
||||
[ 0.014424] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
|
||||
[ 0.014425] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
|
||||
[ 0.014426] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
|
||||
[ 0.014426] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
|
||||
[ 0.014427] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
|
||||
[ 0.014427] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
|
||||
[ 0.014428] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
|
||||
[ 0.014428] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
|
||||
[ 0.014430] [mem 0x7fc00000-0xbfffffff] available for PCI devices
|
||||
[ 0.014432] Booting paravirtualized kernel on bare hardware
|
||||
[ 0.014435] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
|
||||
[ 0.018834] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
|
||||
[ 0.019135] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u524288
|
||||
[ 0.019142] pcpu-alloc: s212992 r8192 d28672 u524288 alloc=1*2097152
|
||||
[ 0.019145] pcpu-alloc: [0] 0 1 2 3
|
||||
[ 0.019175] Fallback order for Node 0: 0
|
||||
[ 0.019178] Built 1 zonelists, mobility grouping on. Total pages: 8193698
|
||||
[ 0.019179] Policy zone: Normal
|
||||
[ 0.019180] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-22-amd64 root=UUID=403c0fbb-1e4e-4461-aac8-a4085d0269f4 ro isolcpus=1-3 iommu=off intel_iommu=off
|
||||
[ 0.019240] DMAR: IOMMU disabled
|
||||
[ 0.019242] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.1.0-22-amd64", will be passed to user space.
|
||||
[ 0.019264] random: crng init done
|
||||
[ 0.022711] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
|
||||
[ 0.024311] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
|
||||
[ 0.024348] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
|
||||
[ 0.038569] Memory: 1841708K/33295676K available (14342K kernel code, 2332K rwdata, 9064K rodata, 2796K init, 17404K bss, 751516K reserved, 0K cma-reserved)
|
||||
[ 0.038680] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
|
||||
[ 0.038706] ftrace: allocating 40229 entries in 158 pages
|
||||
[ 0.043764] ftrace: allocated 158 pages with 5 groups
|
||||
[ 0.044463] Dynamic Preempt: voluntary
|
||||
[ 0.044500] rcu: Preemptible hierarchical RCU implementation.
|
||||
[ 0.044501] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
|
||||
[ 0.044502] Trampoline variant of Tasks RCU enabled.
|
||||
[ 0.044502] Rude variant of Tasks RCU enabled.
|
||||
[ 0.044503] Tracing variant of Tasks RCU enabled.
|
||||
[ 0.044504] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
|
||||
[ 0.044504] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
|
||||
[ 0.048189] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
|
||||
[ 0.048454] rcu: srcu_init: Setting srcu_struct sizes based on contention.
|
||||
[ 0.048633] Console: colour dummy device 80x25
|
||||
[ 0.048869] printk: console [tty0] enabled
|
||||
[ 0.048885] ACPI: Core revision 20220331
|
||||
[ 0.049181] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
|
||||
[ 0.049276] APIC: Switch to symmetric I/O mode setup
|
||||
[ 0.049281] DMAR: Host address width 39
|
||||
[ 0.049283] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
|
||||
[ 0.049291] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 49e2ff0505e
|
||||
[ 0.049295] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
|
||||
[ 0.049301] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
|
||||
[ 0.049305] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fbfffff
|
||||
[ 0.049309] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
|
||||
[ 0.049311] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
|
||||
[ 0.049314] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
|
||||
[ 0.051079] DMAR-IR: Enabled IRQ remapping in x2apic mode
|
||||
[ 0.051085] x2apic enabled
|
||||
[ 0.051115] Switched APIC routing to cluster x2apic.
|
||||
[ 0.055576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
|
||||
[ 0.073236] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3990bec8342, max_idle_ns: 881590769617 ns
|
||||
[ 0.073244] Calibrating delay loop (skipped), value calculated using timer frequency.. 3993.60 BogoMIPS (lpj=7987200)
|
||||
[ 0.073280] CPU0: Thermal monitoring enabled (TM1)
|
||||
[ 0.073284] x86/cpu: User Mode Instruction Prevention (UMIP) activated
|
||||
[ 0.073326] process: using mwait in idle threads
|
||||
[ 0.073330] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
|
||||
[ 0.073332] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
|
||||
[ 0.073336] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
|
||||
[ 0.073339] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
|
||||
[ 0.073341] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
|
||||
[ 0.073343] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
|
||||
[ 0.073345] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
|
||||
[ 0.073347] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
|
||||
[ 0.073350] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
|
||||
[ 0.073356] MMIO Stale Data: Mitigation: Clear CPU buffers
|
||||
[ 0.073358] Register File Data Sampling: Mitigation: Clear Register File
|
||||
[ 0.073360] SRBDS: Vulnerable: No microcode
|
||||
[ 0.073365] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
|
||||
[ 0.073368] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
|
||||
[ 0.073370] x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'compacted' format.
|
||||
[ 0.087513] Freeing SMP alternatives memory: 36K
|
||||
[ 0.087521] pid_max: default: 32768 minimum: 301
|
||||
[ 0.090108] LSM: Security Framework initializing
|
||||
[ 0.090123] landlock: Up and running.
|
||||
[ 0.090125] Yama: disabled by default; enable with sysctl kernel.yama.*
|
||||
[ 0.090155] AppArmor: AppArmor initialized
|
||||
[ 0.090158] TOMOYO Linux initialized
|
||||
[ 0.090165] LSM support for eBPF active
|
||||
[ 0.090240] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
|
||||
[ 0.090298] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
|
||||
[ 0.090747] smpboot: CPU0: Intel(R) Pentium(R) Silver N6005 @ 2.00GHz (family: 0x6, model: 0x9c, stepping: 0x0)
|
||||
[ 0.090855] cblist_init_generic: Setting adjustable number of callback queues.
|
||||
[ 0.090857] cblist_init_generic: Setting shift to 2 and lim to 1.
|
||||
[ 0.090876] cblist_init_generic: Setting adjustable number of callback queues.
|
||||
[ 0.090878] cblist_init_generic: Setting shift to 2 and lim to 1.
|
||||
[ 0.090893] cblist_init_generic: Setting adjustable number of callback queues.
|
||||
[ 0.090895] cblist_init_generic: Setting shift to 2 and lim to 1.
|
||||
[ 0.090908] Performance Events: PEBS fmt4+-baseline, PEBS-via-PT, AnyThread deprecated, Tremont events, 32-deep LBR, full-width counters, Intel PMU driver.
|
||||
[ 0.090936] ... version: 5
|
||||
[ 0.090938] ... bit width: 48
|
||||
[ 0.090939] ... generic registers: 4
|
||||
[ 0.090940] ... value mask: 0000ffffffffffff
|
||||
[ 0.090942] ... max period: 00007fffffffffff
|
||||
[ 0.090944] ... fixed-purpose events: 3
|
||||
[ 0.090945] ... event mask: 000000070000000f
|
||||
[ 0.091031] signal: max sigframe size: 1520
|
||||
[ 0.091045] Estimated ratio of average max frequency by base frequency (times 1024): 1689
|
||||
[ 0.091066] rcu: Hierarchical SRCU implementation.
|
||||
[ 0.091068] rcu: Max phase no-delay instances is 1000.
|
||||
[ 0.091465] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
|
||||
[ 0.091521] smp: Bringing up secondary CPUs ...
|
||||
[ 0.091613] x86: Booting SMP configuration:
|
||||
[ 0.091615] .... node #0, CPUs: #1 #2 #3
|
||||
[ 0.095348] smp: Brought up 1 node, 4 CPUs
|
||||
[ 0.095348] smpboot: Max logical packages: 1
|
||||
[ 0.095348] smpboot: Total of 4 processors activated (15974.40 BogoMIPS)
|
||||
[ 0.192826] node 0 deferred pages initialised in 96ms
|
||||
[ 0.194158] devtmpfs: initialized
|
||||
[ 0.194206] x86/mm: Memory block size: 128MB
|
||||
[ 0.196103] ACPI: PM: Registering ACPI NVS region [mem 0x72730000-0x7282ffff] (1048576 bytes)
|
||||
[ 0.196155] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
|
||||
[ 0.196167] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
|
||||
[ 0.196206] pinctrl core: initialized pinctrl subsystem
|
||||
[ 0.196842] NET: Registered PF_NETLINK/PF_ROUTE protocol family
|
||||
[ 0.197337] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
|
||||
[ 0.197756] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
|
||||
[ 0.198178] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
|
||||
[ 0.198197] audit: initializing netlink subsys (disabled)
|
||||
[ 0.198362] thermal_sys: Registered thermal governor 'fair_share'
|
||||
[ 0.198363] thermal_sys: Registered thermal governor 'bang_bang'
|
||||
[ 0.198365] thermal_sys: Registered thermal governor 'step_wise'
|
||||
[ 0.198367] thermal_sys: Registered thermal governor 'user_space'
|
||||
[ 0.198368] thermal_sys: Registered thermal governor 'power_allocator'
|
||||
[ 0.198382] cpuidle: using governor ladder
|
||||
[ 0.198387] cpuidle: using governor menu
|
||||
[ 0.198420] audit: type=2000 audit(1720161303.148:1): state=initialized audit_enabled=0 res=1
|
||||
[ 0.198430] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
|
||||
[ 0.198430] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
|
||||
[ 0.198430] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
|
||||
[ 0.198430] PCI: Using configuration type 1 for base access
|
||||
[ 0.198430] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
|
||||
[ 0.198430] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
|
||||
[ 0.221482] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
|
||||
[ 0.221486] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
|
||||
[ 0.221740] ACPI: Added _OSI(Module Device)
|
||||
[ 0.221742] ACPI: Added _OSI(Processor Device)
|
||||
[ 0.221744] ACPI: Added _OSI(3.0 _SCP Extensions)
|
||||
[ 0.221746] ACPI: Added _OSI(Processor Aggregator Device)
|
||||
[ 0.282644] ACPI: 10 ACPI AML tables successfully acquired and loaded
|
||||
[ 0.287753] ACPI: Dynamic OEM Table Load:
|
||||
[ 0.287763] ACPI: SSDT 0xFFFF974780E3B400 0001B8 (v02 PmRef Cpu0Psd 00003000 INTL 20191018)
|
||||
[ 0.288333] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
|
||||
[ 0.289504] ACPI: Dynamic OEM Table Load:
|
||||
[ 0.289510] ACPI: SSDT 0xFFFF974780FAE000 000479 (v02 PmRef Cpu0Ist 00003000 INTL 20191018)
|
||||
[ 0.290421] ACPI: Dynamic OEM Table Load:
|
||||
[ 0.290428] ACPI: SSDT 0xFFFF974780E0B000 0008E7 (v02 PmRef ApIst 00003000 INTL 20191018)
|
||||
[ 0.291191] ACPI: Dynamic OEM Table Load:
|
||||
[ 0.291197] ACPI: SSDT 0xFFFF974780FAB000 00048A (v02 PmRef ApHwp 00003000 INTL 20191018)
|
||||
[ 0.291905] ACPI: Dynamic OEM Table Load:
|
||||
[ 0.291912] ACPI: SSDT 0xFFFF974780FAE800 0004D2 (v02 PmRef ApPsd 00003000 INTL 20191018)
|
||||
[ 0.294813] ACPI: Interpreter enabled
|
||||
[ 0.294858] ACPI: PM: (supports S0 S3 S4 S5)
|
||||
[ 0.294860] ACPI: Using IOAPIC for interrupt routing
|
||||
[ 0.294898] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
|
||||
[ 0.294901] PCI: Ignoring E820 reservations for host bridge windows
|
||||
[ 0.295788] ACPI: Enabled 6 GPEs in block 00 to 7F
|
||||
[ 0.314410] ACPI: PM: Power Resource [WRST]
|
||||
[ 0.319439] ACPI: PM: Power Resource [FN00]
|
||||
[ 0.319496] ACPI: PM: Power Resource [FN01]
|
||||
[ 0.319549] ACPI: PM: Power Resource [FN02]
|
||||
[ 0.319601] ACPI: PM: Power Resource [FN03]
|
||||
[ 0.319656] ACPI: PM: Power Resource [FN04]
|
||||
[ 0.320072] ACPI: PM: Power Resource [PIN]
|
||||
[ 0.320305] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
|
||||
[ 0.320313] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
|
||||
[ 0.322444] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
|
||||
[ 0.323489] PCI host bridge to bus 0000:00
|
||||
[ 0.323492] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
|
||||
[ 0.323495] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
|
||||
[ 0.323498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
|
||||
[ 0.323501] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
|
||||
[ 0.323504] pci_bus 0000:00: root bus resource [mem 0x7fc00000-0xbfffffff window]
|
||||
[ 0.323506] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
|
||||
[ 0.323509] pci_bus 0000:00: root bus resource [bus 00-fe]
|
||||
[ 0.323682] pci 0000:00:00.0: [8086:4e28] type 00 class 0x060000
|
||||
[ 0.323821] pci 0000:00:02.0: [8086:4e71] type 00 class 0x030000
|
||||
[ 0.323833] pci 0000:00:02.0: reg 0x10: [mem 0x6001000000-0x6001ffffff 64bit]
|
||||
[ 0.323841] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
|
||||
[ 0.323847] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
|
||||
[ 0.323864] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
|
||||
[ 0.323868] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
|
||||
[ 0.324059] pci 0000:00:14.0: [8086:4ded] type 00 class 0x0c0330
|
||||
[ 0.324080] pci 0000:00:14.0: reg 0x10: [mem 0x6002100000-0x600210ffff 64bit]
|
||||
[ 0.324151] pci 0000:00:14.0: PME# supported from D3hot D3cold
|
||||
[ 0.325403] pci 0000:00:14.2: [8086:4def] type 00 class 0x050000
|
||||
[ 0.325424] pci 0000:00:14.2: reg 0x10: [mem 0x6002118000-0x6002119fff 64bit]
|
||||
[ 0.325438] pci 0000:00:14.2: reg 0x18: [mem 0x600211d000-0x600211dfff 64bit]
|
||||
[ 0.325572] pci 0000:00:14.3: [8086:4df0] type 00 class 0x028000
|
||||
[ 0.325608] pci 0000:00:14.3: reg 0x10: [mem 0x6002114000-0x6002117fff 64bit]
|
||||
[ 0.325739] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
|
||||
[ 0.325899] pci 0000:00:16.0: [8086:4de0] type 00 class 0x078000
|
||||
[ 0.325923] pci 0000:00:16.0: reg 0x10: [mem 0x600211c000-0x600211cfff 64bit]
|
||||
[ 0.326008] pci 0000:00:16.0: PME# supported from D3hot
|
||||
[ 0.326384] pci 0000:00:1a.0: [8086:4dc4] type 00 class 0x080501
|
||||
[ 0.326410] pci 0000:00:1a.0: reg 0x10: [mem 0x600211b000-0x600211bfff 64bit]
|
||||
[ 0.326703] pci 0000:00:1c.0: [8086:4db8] type 01 class 0x060400
|
||||
[ 0.326813] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
|
||||
[ 0.326852] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
|
||||
[ 0.327319] pci 0000:00:1c.1: [8086:4db9] type 01 class 0x060400
|
||||
[ 0.327429] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
|
||||
[ 0.327467] pci 0000:00:1c.1: PTM enabled (root), 4ns granularity
|
||||
[ 0.327922] pci 0000:00:1c.2: [8086:4dba] type 01 class 0x060400
|
||||
[ 0.328032] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
|
||||
[ 0.328070] pci 0000:00:1c.2: PTM enabled (root), 4ns granularity
|
||||
[ 0.328523] pci 0000:00:1c.3: [8086:4dbb] type 01 class 0x060400
|
||||
[ 0.328633] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
|
||||
[ 0.328671] pci 0000:00:1c.3: PTM enabled (root), 4ns granularity
|
||||
[ 0.329129] pci 0000:00:1c.4: [8086:4dbc] type 01 class 0x060400
|
||||
[ 0.329232] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
|
||||
[ 0.329273] pci 0000:00:1c.4: PTM enabled (root), 4ns granularity
|
||||
[ 0.329754] pci 0000:00:1f.0: [8086:4d87] type 00 class 0x060100
|
||||
[ 0.330097] pci 0000:00:1f.3: [8086:4dc8] type 00 class 0x040300
|
||||
[ 0.330136] pci 0000:00:1f.3: reg 0x10: [mem 0x6002110000-0x6002113fff 64bit]
|
||||
[ 0.330181] pci 0000:00:1f.3: reg 0x20: [mem 0x6002000000-0x60020fffff 64bit]
|
||||
[ 0.330272] pci 0000:00:1f.3: PME# supported from D3hot D3cold
|
||||
[ 0.330660] pci 0000:00:1f.4: [8086:4da3] type 00 class 0x0c0500
|
||||
[ 0.330689] pci 0000:00:1f.4: reg 0x10: [mem 0x600211a000-0x600211a0ff 64bit]
|
||||
[ 0.330724] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
|
||||
[ 0.330926] pci 0000:00:1f.5: [8086:4da4] type 00 class 0x0c8000
|
||||
[ 0.330946] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
|
||||
[ 0.331125] pci 0000:01:00.0: [8086:125c] type 00 class 0x020000
|
||||
[ 0.331145] pci 0000:01:00.0: reg 0x10: [mem 0x80200000-0x802fffff]
|
||||
[ 0.331171] pci 0000:01:00.0: reg 0x1c: [mem 0x80300000-0x80303fff]
|
||||
[ 0.331300] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
|
||||
[ 0.331517] pci 0000:00:1c.0: PCI bridge to [bus 01]
|
||||
[ 0.331524] pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff]
|
||||
[ 0.331604] pci 0000:02:00.0: [8086:125c] type 00 class 0x020000
|
||||
[ 0.331624] pci 0000:02:00.0: reg 0x10: [mem 0x80000000-0x800fffff]
|
||||
[ 0.331650] pci 0000:02:00.0: reg 0x1c: [mem 0x80100000-0x80103fff]
|
||||
[ 0.331779] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
|
||||
[ 0.331990] pci 0000:00:1c.1: PCI bridge to [bus 02]
|
||||
[ 0.331996] pci 0000:00:1c.1: bridge window [mem 0x80000000-0x801fffff]
|
||||
[ 0.332074] pci 0000:03:00.0: [8086:125c] type 00 class 0x020000
|
||||
[ 0.332094] pci 0000:03:00.0: reg 0x10: [mem 0x7fe00000-0x7fefffff]
|
||||
[ 0.332120] pci 0000:03:00.0: reg 0x1c: [mem 0x7ff00000-0x7ff03fff]
|
||||
[ 0.332249] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
|
||||
[ 0.332458] pci 0000:00:1c.2: PCI bridge to [bus 03]
|
||||
[ 0.332464] pci 0000:00:1c.2: bridge window [mem 0x7fe00000-0x7fffffff]
|
||||
[ 0.332553] pci 0000:04:00.0: [144d:a80a] type 00 class 0x010802
|
||||
[ 0.332580] pci 0000:04:00.0: reg 0x10: [mem 0x80400000-0x80403fff 64bit]
|
||||
[ 0.332850] pci 0000:04:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:1c.3 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
|
||||
[ 0.332985] pci 0000:00:1c.3: PCI bridge to [bus 04]
|
||||
[ 0.332991] pci 0000:00:1c.3: bridge window [mem 0x80400000-0x804fffff]
|
||||
[ 0.333334] pci 0000:05:00.0: [15b3:1003] type 00 class 0x020000
|
||||
[ 0.333733] pci 0000:05:00.0: reg 0x10: [mem 0x7fd00000-0x7fdfffff 64bit]
|
||||
[ 0.333995] pci 0000:05:00.0: reg 0x18: [mem 0x6000000000-0x60007fffff 64bit pref]
|
||||
[ 0.334483] pci 0000:05:00.0: reg 0x30: [mem 0x7fc00000-0x7fcfffff pref]
|
||||
[ 0.336930] pci 0000:05:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:1c.4 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
|
||||
[ 0.337733] pci 0000:00:1c.4: PCI bridge to [bus 05]
|
||||
[ 0.337740] pci 0000:00:1c.4: bridge window [mem 0x7fc00000-0x7fdfffff]
|
||||
[ 0.337746] pci 0000:00:1c.4: bridge window [mem 0x6000000000-0x60007fffff 64bit pref]
|
||||
[ 0.338698] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
|
||||
[ 0.338775] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
|
||||
[ 0.338850] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
|
||||
[ 0.338924] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
|
||||
[ 0.338998] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
|
||||
[ 0.339072] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
|
||||
[ 0.339146] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
|
||||
[ 0.339220] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
|
||||
[ 0.347137] iommu: Default domain type: Translated
|
||||
[ 0.347141] iommu: DMA domain TLB invalidation policy: lazy mode
|
||||
[ 0.347202] pps_core: LinuxPPS API ver. 1 registered
|
||||
[ 0.347204] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
|
||||
[ 0.347208] PTP clock support registered
|
||||
[ 0.347215] EDAC MC: Ver: 3.0.0
|
||||
[ 0.347506] Registered efivars operations
|
||||
[ 0.347745] NetLabel: Initializing
|
||||
[ 0.347747] NetLabel: domain hash size = 128
|
||||
[ 0.347749] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
|
||||
[ 0.347764] NetLabel: unlabeled traffic allowed by default
|
||||
[ 0.347767] PCI: Using ACPI for IRQ routing
|
||||
[ 0.366100] PCI: pci_cache_line_size set to 64 bytes
|
||||
[ 0.366225] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
|
||||
[ 0.366337] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
|
||||
[ 0.366339] e820: reserve RAM buffer [mem 0x6eb81000-0x6fffffff]
|
||||
[ 0.366340] e820: reserve RAM buffer [mem 0x6ffb0000-0x6fffffff]
|
||||
[ 0.366341] e820: reserve RAM buffer [mem 0x72f00000-0x73ffffff]
|
||||
[ 0.366342] e820: reserve RAM buffer [mem 0x880400000-0x883ffffff]
|
||||
[ 0.366383] pci 0000:00:02.0: vgaarb: setting as boot VGA device
|
||||
[ 0.366386] pci 0000:00:02.0: vgaarb: bridge control possible
|
||||
[ 0.366388] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
|
||||
[ 0.366392] vgaarb: loaded
|
||||
[ 0.368026] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
|
||||
[ 0.368039] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
|
||||
[ 0.369291] clocksource: Switched to clocksource tsc-early
|
||||
[ 0.376145] VFS: Disk quotas dquot_6.6.0
|
||||
[ 0.376164] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
|
||||
[ 0.376274] AppArmor: AppArmor Filesystem Enabled
|
||||
[ 0.376294] pnp: PnP ACPI init
|
||||
[ 0.376557] system 00:00: [io 0x0680-0x069f] has been reserved
|
||||
[ 0.376562] system 00:00: [io 0x164e-0x164f] has been reserved
|
||||
[ 0.376682] system 00:01: [io 0x1854-0x1857] has been reserved
|
||||
[ 0.377343] system 00:02: [mem 0xfea80000-0xfeafffff] has been reserved
|
||||
[ 0.377347] system 00:02: [mem 0xfeda0000-0xfeda0fff] has been reserved
|
||||
[ 0.377350] system 00:02: [mem 0xfeda1000-0xfeda1fff] has been reserved
|
||||
[ 0.377352] system 00:02: [mem 0xc0000000-0xcfffffff] has been reserved
|
||||
[ 0.377355] system 00:02: [mem 0xfed20000-0xfed7ffff] could not be reserved
|
||||
[ 0.377357] system 00:02: [mem 0xfed90000-0xfed93fff] could not be reserved
|
||||
[ 0.377360] system 00:02: [mem 0xfed45000-0xfed8ffff] could not be reserved
|
||||
[ 0.377362] system 00:02: [mem 0xfee00000-0xfeefffff] could not be reserved
|
||||
[ 0.378064] system 00:03: [io 0x1800-0x18fe] could not be reserved
|
||||
[ 0.378068] system 00:03: [mem 0xfe000000-0xfe01ffff] could not be reserved
|
||||
[ 0.378070] system 00:03: [mem 0xfe04c000-0xfe04ffff] has been reserved
|
||||
[ 0.378073] system 00:03: [mem 0xfe050000-0xfe0affff] has been reserved
|
||||
[ 0.378075] system 00:03: [mem 0xfe0d0000-0xfe0fffff] has been reserved
|
||||
[ 0.378078] system 00:03: [mem 0xfe200000-0xfe7fffff] has been reserved
|
||||
[ 0.378080] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
|
||||
[ 0.378083] system 00:03: [mem 0xfd000000-0xfd68ffff] has been reserved
|
||||
[ 0.378085] system 00:03: [mem 0xfd6b0000-0xfd6cffff] has been reserved
|
||||
[ 0.378088] system 00:03: [mem 0xfd6f0000-0xfdffffff] has been reserved
|
||||
[ 0.378339] system 00:04: [io 0x2000-0x20fe] has been reserved
|
||||
[ 0.378666] pnp: PnP ACPI: found 6 devices
|
||||
[ 0.384009] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
|
||||
[ 0.384092] NET: Registered PF_INET protocol family
|
||||
[ 0.384350] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
|
||||
[ 0.387709] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
|
||||
[ 0.387763] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
|
||||
[ 0.387986] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
|
||||
[ 0.388408] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
|
||||
[ 0.388570] TCP: Hash tables configured (established 262144 bind 65536)
|
||||
[ 0.388778] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
|
||||
[ 0.388895] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
|
||||
[ 0.388996] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
|
||||
[ 0.389081] NET: Registered PF_UNIX/PF_LOCAL protocol family
|
||||
[ 0.389096] NET: Registered PF_XDP protocol family
|
||||
[ 0.389116] pci 0000:00:1f.5: BAR 0: assigned [mem 0x80500000-0x80500fff]
|
||||
[ 0.389133] pci 0000:00:1c.0: PCI bridge to [bus 01]
|
||||
[ 0.389139] pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff]
|
||||
[ 0.389148] pci 0000:00:1c.1: PCI bridge to [bus 02]
|
||||
[ 0.389153] pci 0000:00:1c.1: bridge window [mem 0x80000000-0x801fffff]
|
||||
[ 0.389161] pci 0000:00:1c.2: PCI bridge to [bus 03]
|
||||
[ 0.389166] pci 0000:00:1c.2: bridge window [mem 0x7fe00000-0x7fffffff]
|
||||
[ 0.389174] pci 0000:00:1c.3: PCI bridge to [bus 04]
|
||||
[ 0.389179] pci 0000:00:1c.3: bridge window [mem 0x80400000-0x804fffff]
|
||||
[ 0.389187] pci 0000:00:1c.4: PCI bridge to [bus 05]
|
||||
[ 0.389191] pci 0000:00:1c.4: bridge window [mem 0x7fc00000-0x7fdfffff]
|
||||
[ 0.389195] pci 0000:00:1c.4: bridge window [mem 0x6000000000-0x60007fffff 64bit pref]
|
||||
[ 0.389202] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
|
||||
[ 0.389205] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
|
||||
[ 0.389207] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
|
||||
[ 0.389209] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
|
||||
[ 0.389212] pci_bus 0000:00: resource 8 [mem 0x7fc00000-0xbfffffff window]
|
||||
[ 0.389214] pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
|
||||
[ 0.389217] pci_bus 0000:01: resource 1 [mem 0x80200000-0x803fffff]
|
||||
[ 0.389219] pci_bus 0000:02: resource 1 [mem 0x80000000-0x801fffff]
|
||||
[ 0.389222] pci_bus 0000:03: resource 1 [mem 0x7fe00000-0x7fffffff]
|
||||
[ 0.389236] pci_bus 0000:04: resource 1 [mem 0x80400000-0x804fffff]
|
||||
[ 0.389238] pci_bus 0000:05: resource 1 [mem 0x7fc00000-0x7fdfffff]
|
||||
[ 0.389240] pci_bus 0000:05: resource 2 [mem 0x6000000000-0x60007fffff 64bit pref]
|
||||
[ 0.389781] PCI: CLS 64 bytes, default 64
|
||||
[ 0.389847] Trying to unpack rootfs image as initramfs...
|
||||
[ 0.404800] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3990bec8342, max_idle_ns: 881590769617 ns
|
||||
[ 0.404827] clocksource: Switched to clocksource tsc
|
||||
[ 0.404867] platform rtc_cmos: registered platform RTC device (no PNP device found)
|
||||
[ 0.405231] Initialise system trusted keyrings
|
||||
[ 0.405244] Key type blacklist registered
|
||||
[ 0.412774] workingset: timestamp_bits=36 max_order=23 bucket_order=0
|
||||
[ 0.413770] zbud: loaded
|
||||
[ 0.413969] integrity: Platform Keyring initialized
|
||||
[ 0.413975] integrity: Machine keyring initialized
|
||||
[ 0.413978] Key type asymmetric registered
|
||||
[ 0.413980] Asymmetric key parser 'x509' registered
|
||||
[ 0.671903] Freeing initrd memory: 39180K
|
||||
[ 0.675816] alg: self-tests for CTR-KDF (hmac(sha256)) passed
|
||||
[ 0.675851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
|
||||
[ 0.675879] io scheduler mq-deadline registered
|
||||
[ 0.676882] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
|
||||
[ 0.677111] pcieport 0000:00:1c.1: PME: Signaling with IRQ 123
|
||||
[ 0.677318] pcieport 0000:00:1c.2: PME: Signaling with IRQ 124
|
||||
[ 0.677516] pcieport 0000:00:1c.3: PME: Signaling with IRQ 125
|
||||
[ 0.677720] pcieport 0000:00:1c.4: PME: Signaling with IRQ 126
|
||||
[ 0.677819] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
|
||||
[ 0.678338] thermal LNXTHERM:00: registered as thermal_zone0
|
||||
[ 0.678343] ACPI: thermal: Thermal Zone [TZ00] (28 C)
|
||||
[ 0.678455] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
|
||||
[ 0.678889] Linux agpgart interface v0.103
|
||||
[ 0.686633] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
|
||||
[ 0.686862] i8042: PNP: No PS/2 controller found.
|
||||
[ 0.686902] mousedev: PS/2 mouse device common for all mice
|
||||
[ 0.686926] rtc_cmos rtc_cmos: RTC can wake from S4
|
||||
[ 0.687633] rtc_cmos rtc_cmos: registered as rtc0
|
||||
[ 0.687772] rtc_cmos rtc_cmos: setting system clock to 2024-07-05T06:35:03 UTC (1720161303)
|
||||
[ 0.687801] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
|
||||
[ 0.687844] intel_pstate: Intel P-state driver initializing
|
||||
[ 0.687965] intel_pstate: HWP enabled
|
||||
[ 0.687990] ledtrig-cpu: registered to indicate activity on CPUs
|
||||
[ 0.697435] NET: Registered PF_INET6 protocol family
|
||||
[ 0.701153] Segment Routing with IPv6
|
||||
[ 0.701169] In-situ OAM (IOAM) with IPv6
|
||||
[ 0.701193] mip6: Mobile IPv6
|
||||
[ 0.701199] NET: Registered PF_PACKET protocol family
|
||||
[ 0.701221] mpls_gso: MPLS GSO support
|
||||
[ 0.701461] microcode: sig=0x906c0, pf=0x1, revision=0x24000026
|
||||
[ 0.701478] microcode: Microcode Update Driver: v2.2.
|
||||
[ 0.701510] resctrl: L2 allocation detected
|
||||
[ 0.701518] IPI shorthand broadcast: enabled
|
||||
[ 0.701540] sched_clock: Marking stable (700850770, 651672)->(704110504, -2608062)
|
||||
[ 0.701643] registered taskstats version 1
|
||||
[ 0.701653] Loading compiled-in X.509 certificates
|
||||
[ 0.721209] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
|
||||
[ 0.721226] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
|
||||
[ 0.721491] zswap: loaded using pool lzo/zbud
|
||||
[ 0.721603] Key type .fscrypt registered
|
||||
[ 0.721606] Key type fscrypt-provisioning registered
|
||||
[ 0.724970] Key type encrypted registered
|
||||
[ 0.724980] AppArmor: AppArmor sha1 policy hashing enabled
|
||||
[ 0.725205] ima: Allocated hash algorithm: sha256
|
||||
[ 0.741921] ima: No architecture policies found
|
||||
[ 0.741933] evm: Initialising EVM extended attributes:
|
||||
[ 0.741934] evm: security.selinux
|
||||
[ 0.741936] evm: security.SMACK64 (disabled)
|
||||
[ 0.741938] evm: security.SMACK64EXEC (disabled)
|
||||
[ 0.741939] evm: security.SMACK64TRANSMUTE (disabled)
|
||||
[ 0.741941] evm: security.SMACK64MMAP (disabled)
|
||||
[ 0.741942] evm: security.apparmor
|
||||
[ 0.741943] evm: security.ima
|
||||
[ 0.741945] evm: security.capability
|
||||
[ 0.741946] evm: HMAC attrs: 0x1
|
||||
[ 0.848383] clk: Disabling unused clocks
|
||||
[ 0.849279] Freeing unused decrypted memory: 2036K
|
||||
[ 0.849743] Freeing unused kernel image (initmem) memory: 2796K
|
||||
[ 0.849749] Write protecting the kernel read-only data: 26624k
|
||||
[ 0.850194] Freeing unused kernel image (text/rodata gap) memory: 2040K
|
||||
[ 0.850389] Freeing unused kernel image (rodata/data gap) memory: 1176K
|
||||
[ 0.860972] x86/mm: Checked W+X mappings: passed, no W+X pages found.
|
||||
[ 0.861006] Run /init as init process
|
||||
[ 0.861008] with arguments:
|
||||
[ 0.861009] /init
|
||||
[ 0.861010] with environment:
|
||||
[ 0.861011] HOME=/
|
||||
[ 0.861012] TERM=linux
|
||||
[ 0.861013] BOOT_IMAGE=/boot/vmlinuz-6.1.0-22-amd64
|
||||
[ 1.039748] Intel(R) 2.5G Ethernet Linux Driver
|
||||
[ 1.039757] Copyright(c) 2018 Intel Corporation.
|
||||
[ 1.039795] igc 0000:01:00.0: enabling device (0000 -> 0002)
|
||||
[ 1.039950] igc 0000:01:00.0: PTM enabled, 4ns granularity
|
||||
[ 1.092465] i801_smbus 0000:00:1f.4: SPD Write Disable is set
|
||||
[ 1.092564] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
|
||||
[ 1.093835] i2c i2c-0: 2/2 memory slots populated (from DMI)
|
||||
[ 1.137803] ACPI: bus type USB registered
|
||||
[ 1.137833] usbcore: registered new interface driver usbfs
|
||||
[ 1.137842] usbcore: registered new interface driver hub
|
||||
[ 1.137853] usbcore: registered new device driver usb
|
||||
[ 1.143821] mlx4_core: Mellanox ConnectX core driver v4.0-0
|
||||
[ 1.143839] mlx4_core: Initializing 0000:05:00.0
|
||||
[ 1.177158] pps pps0: new PPS source ptp0
|
||||
[ 1.177216] igc 0000:01:00.0 (unnamed net_device) (uninitialized): PHC added
|
||||
[ 1.202098] igc 0000:01:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
|
||||
[ 1.202103] igc 0000:01:00.0 eth0: MAC: 00:f0:cb:fe:b5:5c
|
||||
[ 1.202194] igc 0000:02:00.0: enabling device (0000 -> 0002)
|
||||
[ 1.202341] igc 0000:02:00.0: PTM enabled, 4ns granularity
|
||||
[ 1.249660] pps pps1: new PPS source ptp1
|
||||
[ 1.249708] igc 0000:02:00.0 (unnamed net_device) (uninitialized): PHC added
|
||||
[ 1.275146] igc 0000:02:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
|
||||
[ 1.275152] igc 0000:02:00.0 eth1: MAC: 00:f0:cb:fe:b5:5d
|
||||
[ 1.275222] igc 0000:03:00.0: enabling device (0000 -> 0002)
|
||||
[ 1.275308] igc 0000:03:00.0: PTM enabled, 4ns granularity
|
||||
[ 1.301205] i801_smbus 0000:00:1f.4: Transaction timeout
|
||||
[ 1.303270] i801_smbus 0000:00:1f.4: Failed terminating the transaction
|
||||
[ 1.303352] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
|
||||
[ 1.315816] sdhci: Secure Digital Host Controller Interface driver
|
||||
[ 1.315822] sdhci: Copyright(c) Pierre Ossman
|
||||
[ 1.322403] sdhci-pci 0000:00:1a.0: SDHCI controller found [8086:4dc4] (rev 1)
|
||||
[ 1.322957] mmc0: CQHCI version 5.10
|
||||
[ 1.325919] pps pps2: new PPS source ptp2
|
||||
[ 1.325973] igc 0000:03:00.0 (unnamed net_device) (uninitialized): PHC added
|
||||
[ 1.328334] xhci_hcd 0000:00:14.0: xHCI Host Controller
|
||||
[ 1.328343] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
|
||||
[ 1.329444] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
|
||||
[ 1.332169] xhci_hcd 0000:00:14.0: xHCI Host Controller
|
||||
[ 1.332177] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
|
||||
[ 1.332183] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
|
||||
[ 1.332225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
|
||||
[ 1.332229] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
||||
[ 1.332232] usb usb1: Product: xHCI Host Controller
|
||||
[ 1.332234] usb usb1: Manufacturer: Linux 6.1.0-22-amd64 xhci-hcd
|
||||
[ 1.332236] usb usb1: SerialNumber: 0000:00:14.0
|
||||
[ 1.332403] hub 1-0:1.0: USB hub found
|
||||
[ 1.332422] hub 1-0:1.0: 8 ports detected
|
||||
[ 1.335131] mmc0: SDHCI controller on PCI [0000:00:1a.0] using ADMA 64-bit
|
||||
[ 1.337922] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
|
||||
[ 1.337932] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
||||
[ 1.337934] usb usb2: Product: xHCI Host Controller
|
||||
[ 1.337937] usb usb2: Manufacturer: Linux 6.1.0-22-amd64 xhci-hcd
|
||||
[ 1.337939] usb usb2: SerialNumber: 0000:00:14.0
|
||||
[ 1.338084] hub 2-0:1.0: USB hub found
|
||||
[ 1.338102] hub 2-0:1.0: 6 ports detected
|
||||
[ 1.357715] igc 0000:03:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
|
||||
[ 1.357727] igc 0000:03:00.0 eth2: MAC: 00:f0:cb:fe:b5:5e
|
||||
[ 1.364722] nvme nvme0: pci function 0000:04:00.0
|
||||
[ 1.376700] igc 0000:01:00.0 enp1s0: renamed from eth0
|
||||
[ 1.377022] nvme nvme0: Shutdown timeout set to 10 seconds
|
||||
[ 1.379105] nvme nvme0: 4/0/0 default/read/poll queues
|
||||
[ 1.381003] nvme0n1: p1 p2 p3
|
||||
[ 1.424893] igc 0000:03:00.0 enp3s0: renamed from eth2
|
||||
[ 1.440924] igc 0000:02:00.0 enp2s0: renamed from eth1
|
||||
[ 1.481341] mmc0: Command Queue Engine enabled
|
||||
[ 1.481349] mmc0: new HS400 Enhanced strobe MMC card at address 0001
|
||||
[ 1.484244] mmcblk0: mmc0:0001 SCA128 117 GiB
|
||||
[ 1.485946] GPT:Primary header thinks Alt. header is not at the end of the disk.
|
||||
[ 1.485951] GPT:4982334 != 244318207
|
||||
[ 1.485952] GPT:Alternate GPT header not at the end of the disk.
|
||||
[ 1.485954] GPT:4982334 != 244318207
|
||||
[ 1.485955] GPT: Use GNU Parted to correct GPT errors.
|
||||
[ 1.485962] mmcblk0: p1 p2 p3 p128
|
||||
[ 1.486126] mmcblk0boot0: mmc0:0001 SCA128 4.00 MiB
|
||||
[ 1.486742] mmcblk0boot1: mmc0:0001 SCA128 4.00 MiB
|
||||
[ 1.487153] mmcblk0rpmb: mmc0:0001 SCA128 4.00 MiB, chardev (244:0)
|
||||
[ 1.592658] usb 1-8: new full-speed USB device number 2 using xhci_hcd
|
||||
[ 1.741937] usb 1-8: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
|
||||
[ 1.741942] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
|
||||
[ 8.567608] mlx4_core 0000:05:00.0: DMFS high rate steer mode is: disabled performance optimized steering
|
||||
[ 8.567970] mlx4_core 0000:05:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:1c.4 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
|
||||
[ 8.639248] mlx4_en: Mellanox ConnectX HCA Ethernet driver v4.0-0
|
||||
[ 8.648630] mlx4_en 0000:05:00.0: Activating port:1
|
||||
[ 8.651074] mlx4_en: 0000:05:00.0: Port 1: Using 4 TX rings
|
||||
[ 8.651083] mlx4_en: 0000:05:00.0: Port 1: Using 4 RX rings
|
||||
[ 8.651525] mlx4_en: 0000:05:00.0: Port 1: Initializing port
|
||||
[ 8.652009] mlx4_en 0000:05:00.0: registered PHC clock
|
||||
[ 8.652172] mlx4_en 0000:05:00.0: Activating port:2
|
||||
[ 8.652512] mlx4_en: 0000:05:00.0: Port 2: Using 4 TX rings
|
||||
[ 8.652517] mlx4_en: 0000:05:00.0: Port 2: Using 4 RX rings
|
||||
[ 8.653724] mlx4_en: 0000:05:00.0: Port 2: Initializing port
|
||||
[ 8.668716] mlx4_core 0000:05:00.0 enp5s0: renamed from eth0
|
||||
[ 8.703282] <mlx4_ib> mlx4_ib_add: mlx4_ib: Mellanox ConnectX InfiniBand driver v4.0-0
|
||||
[ 8.703921] <mlx4_ib> mlx4_ib_add: counter index 2 for port 1 allocated 1
|
||||
[ 8.703925] <mlx4_ib> mlx4_ib_add: counter index 3 for port 2 allocated 1
|
||||
[ 8.708750] mlx4_core 0000:05:00.0 enp5s0d1: renamed from eth0
|
||||
[ 8.748666] PM: Image not found (code -22)
|
||||
[ 8.853356] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.
|
||||
[ 8.886481] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
|
||||
[ 8.924412] systemd[1]: Inserted module 'autofs4'
|
||||
[ 8.946600] systemd[1]: systemd 252.26-1~deb12u2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
|
||||
[ 8.946615] systemd[1]: Detected architecture x86-64.
|
||||
[ 8.947489] systemd[1]: Hostname set to <r86s>.
|
||||
[ 9.081963] systemd[1]: Queued start job for default target graphical.target.
|
||||
[ 9.097459] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
|
||||
[ 9.097848] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
|
||||
[ 9.098101] systemd[1]: Created slice user.slice - User and Session Slice.
|
||||
[ 9.098197] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
|
||||
[ 9.098276] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
|
||||
[ 9.098470] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
|
||||
[ 9.098527] systemd[1]: Expecting device dev-disk-by\x2duuid-0741\x2dF11D.device - /dev/disk/by-uuid/0741-F11D...
|
||||
[ 9.098562] systemd[1]: Expecting device dev-disk-by\x2duuid-09c39ac3\x2d4a61\x2d4cde\x2d8aea\x2dff8f64190ff3.device - /dev/disk/by-uuid/09c39ac3-4a61-4cde-8aea-ff8f64190ff3...
|
||||
[ 9.098602] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
|
||||
[ 9.098648] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
|
||||
[ 9.098693] systemd[1]: Reached target paths.target - Path Units.
|
||||
[ 9.098733] systemd[1]: Reached target remote-fs.target - Remote File Systems.
|
||||
[ 9.098771] systemd[1]: Reached target slices.target - Slice Units.
|
||||
[ 9.098824] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
|
||||
[ 9.098974] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
|
||||
[ 9.099062] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
|
||||
[ 9.099299] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
|
||||
[ 9.099439] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
|
||||
[ 9.099576] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
|
||||
[ 9.099855] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
|
||||
[ 9.099983] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
|
||||
[ 9.100798] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
|
||||
[ 9.101570] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
|
||||
[ 9.102352] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
|
||||
[ 9.103128] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
|
||||
[ 9.104219] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
|
||||
[ 9.105059] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
|
||||
[ 9.105899] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
|
||||
[ 9.106729] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
|
||||
[ 9.107552] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
|
||||
[ 9.108377] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
|
||||
[ 9.109222] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
|
||||
[ 9.110088] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
|
||||
[ 9.110192] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
|
||||
[ 9.111462] systemd[1]: Starting systemd-journald.service - Journal Service...
|
||||
[ 9.131760] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
|
||||
[ 9.132620] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
|
||||
[ 9.133413] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
|
||||
[ 9.140561] loop: module loaded
|
||||
[ 9.145327] pstore: Using crash dump compression: deflate
|
||||
[ 9.169511] pstore: Registered efi as persistent store backend
|
||||
[ 9.182783] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
|
||||
[ 9.182823] device-mapper: uevent: version 1.0.3
|
||||
[ 9.183150] fuse: init (API version 7.37)
|
||||
[ 9.183263] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
|
||||
[ 9.205360] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
|
||||
[ 9.205619] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
|
||||
[ 9.205721] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
|
||||
[ 9.205818] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
|
||||
[ 9.206050] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
|
||||
[ 9.206363] systemd[1]: modprobe@configfs.service: Deactivated successfully.
|
||||
[ 9.206486] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
|
||||
[ 9.206737] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
|
||||
[ 9.206848] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
|
||||
[ 9.207095] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
|
||||
[ 9.207205] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
|
||||
[ 9.207439] systemd[1]: modprobe@fuse.service: Deactivated successfully.
|
||||
[ 9.207544] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
|
||||
[ 9.207775] systemd[1]: modprobe@loop.service: Deactivated successfully.
|
||||
[ 9.207881] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
|
||||
[ 9.209084] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
|
||||
[ 9.210481] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
|
||||
[ 9.210687] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
|
||||
[ 9.227773] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
|
||||
[ 9.228787] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
|
||||
[ 9.231780] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
|
||||
[ 9.238866] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
|
||||
[ 9.252677] EXT4-fs (nvme0n1p2): re-mounted. Quota mode: none.
|
||||
[ 9.254100] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
|
||||
[ 9.254288] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
|
||||
[ 9.254328] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
|
||||
[ 9.255173] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
|
||||
[ 9.256005] systemd[1]: Starting systemd-sysusers.service - Create System Users...
|
||||
[ 9.307957] ACPI: bus type drm_connector registered
|
||||
[ 9.315140] systemd[1]: modprobe@drm.service: Deactivated successfully.
|
||||
[ 9.315287] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
|
||||
[ 9.317917] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed.
|
||||
[ 9.318037] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
|
||||
[ 9.318554] systemd[1]: Finished systemd-sysusers.service - Create System Users.
|
||||
[ 9.337025] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
|
||||
[ 9.390570] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
|
||||
[ 9.409057] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
|
||||
[ 9.409219] systemd[1]: Started systemd-journald.service - Journal Service.
|
||||
[ 9.448808] systemd-journald[240]: Received client request to flush runtime journal.
|
||||
[ 9.743827] intel_pmc_core INT33A1:00: initialized
|
||||
[ 9.753002] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
|
||||
[ 9.753036] ACPI: button: Sleep Button [SLPB]
|
||||
[ 9.753077] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
|
||||
[ 9.753094] ACPI: button: Power Button [PWRB]
|
||||
[ 9.753128] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
|
||||
[ 9.753159] ACPI: button: Power Button [PWRF]
|
||||
[ 9.812819] Adding 1000444k swap on /dev/nvme0n1p3. Priority:-2 extents:1 across:1000444k SSFS
|
||||
[ 9.934008] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
|
||||
[ 9.991971] input: PC Speaker as /devices/platform/pcspkr/input/input3
|
||||
[ 10.013248] iTCO_vendor_support: vendor-support=0
|
||||
[ 10.015203] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
|
||||
[ 10.015525] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
|
||||
[ 10.056707] cryptd: max_cpu_qlen set to 1000
|
||||
[ 10.085016] SSE version of gcm_enc/dec engaged.
|
||||
[ 10.209387] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
|
||||
[ 10.328559] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
|
||||
[ 10.466590] cfg80211: Loading compiled-in X.509 certificates for regulatory database
|
||||
[ 10.466815] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
|
||||
[ 10.467010] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
|
||||
[ 10.467203] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
|
||||
[ 10.467395] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
|
||||
[ 10.467966] platform regulatory.0: firmware: direct-loading firmware regulatory.db
|
||||
[ 10.468089] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
|
||||
[ 10.477384] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
|
||||
[ 10.508210] Intel(R) Wireless WiFi driver for Linux
|
||||
[ 10.508269] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
|
||||
[ 10.664389] iwlwifi 0000:00:14.3: firmware: direct-loading firmware iwlwifi-QuZ-a0-hr-b0-72.ucode
|
||||
[ 10.664408] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
|
||||
[ 10.664424] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
|
||||
[ 10.664827] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
|
||||
[ 10.664832] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
|
||||
[ 10.664843] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
|
||||
[ 10.664846] iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 QuZ-a0-hr-b0-72.ucode op_mode iwlmvm
|
||||
[ 10.769078] audit: type=1400 audit(1720161313.579:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=427 comm="apparmor_parser"
|
||||
[ 10.771690] audit: type=1400 audit(1720161313.579:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=428 comm="apparmor_parser"
|
||||
[ 10.771698] audit: type=1400 audit(1720161313.579:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=428 comm="apparmor_parser"
|
||||
[ 10.773836] audit: type=1400 audit(1720161313.583:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=430 comm="apparmor_parser"
|
||||
[ 10.773843] audit: type=1400 audit(1720161313.583:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=430 comm="apparmor_parser"
|
||||
[ 10.773847] audit: type=1400 audit(1720161313.583:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=430 comm="apparmor_parser"
|
||||
[ 10.784530] audit: type=1400 audit(1720161313.591:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=429 comm="apparmor_parser"
|
||||
[ 10.784542] audit: type=1400 audit(1720161313.591:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=429 comm="apparmor_parser"
|
||||
[ 10.784546] audit: type=1400 audit(1720161313.591:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=429 comm="apparmor_parser"
|
||||
[ 10.784551] audit: type=1400 audit(1720161313.591:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=429 comm="apparmor_parser"
|
||||
[ 11.125713] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
|
||||
[ 11.126157] thermal thermal_zone1: failed to read out thermal zone (-61)
|
||||
[ 11.197378] Bluetooth: Core ver 2.22
|
||||
[ 11.197416] NET: Registered PF_BLUETOOTH protocol family
|
||||
[ 11.197418] Bluetooth: HCI device and connection manager initialized
|
||||
[ 11.197692] Bluetooth: HCI socket layer initialized
|
||||
[ 11.197697] Bluetooth: L2CAP socket layer initialized
|
||||
[ 11.197702] Bluetooth: SCO socket layer initialized
|
||||
[ 11.253324] iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
|
||||
[ 11.324976] iwlwifi 0000:00:14.3: base HW address: 58:6c:25:4b:c8:91
|
||||
[ 11.325023] usbcore: registered new interface driver btusb
|
||||
[ 11.351125] intel_rapl_common: Found RAPL domain package
|
||||
[ 11.351136] intel_rapl_common: Found RAPL domain core
|
||||
[ 11.357003] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
|
||||
[ 11.358532] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
|
||||
[ 11.359417] Bluetooth: hci0: Device revision is 2
|
||||
[ 11.359424] Bluetooth: hci0: Secure boot is enabled
|
||||
[ 11.359426] Bluetooth: hci0: OTP lock is enabled
|
||||
[ 11.359428] Bluetooth: hci0: API lock is enabled
|
||||
[ 11.359429] Bluetooth: hci0: Debug lock is disabled
|
||||
[ 11.359431] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
|
||||
[ 11.361381] bluetooth hci0: firmware: direct-loading firmware intel/ibt-19-0-4.sfi
|
||||
[ 11.361393] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
|
||||
[ 11.361427] Bluetooth: hci0: Boot Address: 0x24800
|
||||
[ 11.361429] Bluetooth: hci0: Firmware Version: 15-45.22
|
||||
[ 11.474647] i915 0000:00:02.0: vgaarb: deactivate vga console
|
||||
[ 11.474751] i915 0000:00:02.0: [drm] Using Transparent Hugepages
|
||||
[ 11.497766] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
|
||||
[ 11.498539] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
|
||||
[ 11.503359] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
|
||||
[ 11.504548] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
|
||||
[ 11.505994] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
|
||||
[ 11.507212] i915 0000:00:02.0: firmware: direct-loading firmware i915/icl_dmc_ver1_09.bin
|
||||
[ 11.507632] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/icl_dmc_ver1_09.bin (v1.9)
|
||||
[ 11.507876] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
|
||||
[ 11.508018] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
|
||||
[ 11.508121] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
|
||||
[ 11.515854] mlx4_en: enp5s0d1: Link Up
|
||||
[ 11.557568] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input5
|
||||
[ 11.557732] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
|
||||
[ 11.557768] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
|
||||
[ 11.557802] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
|
||||
[ 13.110383] Bluetooth: hci0: Waiting for firmware download to complete
|
||||
[ 13.111278] Bluetooth: hci0: Firmware loaded in 1708869 usecs
|
||||
[ 13.111310] Bluetooth: hci0: Waiting for device to boot
|
||||
[ 13.125281] Bluetooth: hci0: Device booted in 13655 usecs
|
||||
[ 13.133515] bluetooth hci0: firmware: direct-loading firmware intel/ibt-19-0-4.ddc
|
||||
[ 13.133521] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
|
||||
[ 13.135279] Bluetooth: hci0: Applying Intel DDC parameters completed
|
||||
[ 13.136283] Bluetooth: hci0: Firmware revision 0.4 build 15 week 45 2022
|
||||
[ 14.909103] igc 0000:01:00.0 enp1s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
|
||||
[ 15.124830] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
|
934
static/assets/r86s/dmesg-cx5.txt
Normal file
934
static/assets/r86s/dmesg-cx5.txt
Normal file
@ -0,0 +1,934 @@
|
||||
[ 0.000000] microcode: microcode updated early to revision 0x24000026, date = 2023-09-26
|
||||
[ 0.000000] Linux version 6.1.0-22-amd64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21)
|
||||
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-22-amd64 root=UUID=b66a4151-ce7f-4910-aee1-e5f6049cdb5a ro iommu=off isolcpus=1-3
|
||||
[ 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-0x000000000009efff] usable
|
||||
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000006ffaffff] usable
|
||||
[ 0.000000] BIOS-e820: [mem 0x000000006ffb0000-0x00000000724affff] reserved
|
||||
[ 0.000000] BIOS-e820: [mem 0x00000000724b0000-0x000000007272ffff] ACPI data
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000072730000-0x000000007282ffff] ACPI NVS
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000072830000-0x0000000072dfefff] reserved
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000072dff000-0x0000000072efefff] type 20
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000072eff000-0x0000000072efffff] usable
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000072f00000-0x000000007fbfffff] 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-0x00000008803fffff] usable
|
||||
[ 0.000000] NX (Execute Disable) protection: active
|
||||
[ 0.000000] efi: EFI v2.70 by American Megatrends
|
||||
[ 0.000000] efi: ACPI=0x727da000 ACPI 2.0=0x727da014 TPMFinalLog=0x727dd000 SMBIOS=0x72c7c000 SMBIOS 3.0=0x72c7b000 MEMATTR=0x6e9fa818 ESRT=0x6ec4b718 MOKvar=0x729f4000
|
||||
[ 0.000000] secureboot: Secure boot disabled
|
||||
[ 0.000000] SMBIOS 3.5.0 present.
|
||||
[ 0.000000] DMI: GoWin Solution R86S/R86S, BIOS JSP18422 05/14/2023
|
||||
[ 0.000000] tsc: Detected 2000.000 MHz processor
|
||||
[ 0.000000] tsc: Detected 1996.800 MHz TSC
|
||||
[ 0.000165] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
|
||||
[ 0.000167] e820: remove [mem 0x000a0000-0x000fffff] usable
|
||||
[ 0.000174] last_pfn = 0x880400 max_arch_pfn = 0x400000000
|
||||
[ 0.000239] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
|
||||
[ 0.000452] last_pfn = 0x72f00 max_arch_pfn = 0x400000000
|
||||
[ 0.008514] esrt: Reserving ESRT space from 0x000000006ec4b718 to 0x000000006ec4b778.
|
||||
[ 0.008519] e820: update [mem 0x6ec4b000-0x6ec4bfff] usable ==> reserved
|
||||
[ 0.009187] RAMDISK: [mem 0x33369000-0x359abfff]
|
||||
[ 0.009193] ACPI: Early table checksum verification disabled
|
||||
[ 0.009196] ACPI: RSDP 0x00000000727DA014 000024 (v02 ALASKA)
|
||||
[ 0.009200] ACPI: XSDT 0x00000000727D9728 0000DC (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009205] ACPI: FACP 0x000000007272C000 000114 (v06 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009210] ACPI: DSDT 0x00000000726E6000 045F74 (v02 ALASKA A M I 01072009 INTL 20191018)
|
||||
[ 0.009212] ACPI: FACS 0x000000007282E000 000040
|
||||
[ 0.009215] ACPI: MCFG 0x000000007272D000 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
|
||||
[ 0.009217] ACPI: FIDT 0x00000000726E5000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
|
||||
[ 0.009219] ACPI: SSDT 0x00000000726E2000 0025EE (v02 CpuRef CpuSsdt 00003000 INTL 20191018)
|
||||
[ 0.009222] ACPI: SSDT 0x000000007272E000 001CCD (v02 SaSsdt SaSsdt 00003000 INTL 20191018)
|
||||
[ 0.009224] ACPI: SSDT 0x00000000726DE000 0032CD (v02 INTEL IgfxSsdt 00003000 INTL 20191018)
|
||||
[ 0.009227] ACPI: HPET 0x00000000726DD000 000038 (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009229] ACPI: APIC 0x00000000726DC000 00012C (v05 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009231] ACPI: PRAM 0x00000000726DB000 000030 (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009234] ACPI: SSDT 0x00000000726DA000 000EF4 (v02 ALASKA Ther_Rvp 00001000 INTL 20191018)
|
||||
[ 0.009236] ACPI: SSDT 0x00000000726D7000 002FC0 (v02 INTEL xh_jslv2 00000000 INTL 20191018)
|
||||
[ 0.009239] ACPI: NHLT 0x00000000726D5000 001771 (v00 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009241] ACPI: LPIT 0x00000000726D4000 000094 (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009243] ACPI: SSDT 0x00000000726D0000 002720 (v02 ALASKA PtidDevc 00001000 INTL 20191018)
|
||||
[ 0.009246] ACPI: SSDT 0x00000000726CF000 000122 (v02 ALASKA TbtTypeC 00000000 INTL 20191018)
|
||||
[ 0.009248] ACPI: DBGP 0x00000000726CE000 000034 (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009250] ACPI: DBG2 0x00000000726CD000 000054 (v00 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009253] ACPI: SSDT 0x00000000726CB000 0015C6 (v02 ALASKA UsbCTabl 00001000 INTL 20191018)
|
||||
[ 0.009255] ACPI: FPDT 0x00000000726C9000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009257] ACPI: DMAR 0x00000000726CA000 000088 (v02 INTEL EDK2 00000002 01000013)
|
||||
[ 0.009260] ACPI: SSDT 0x00000000726C8000 000144 (v02 Intel ADebTabl 00001000 INTL 20191018)
|
||||
[ 0.009262] ACPI: TPM2 0x00000000726C7000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
|
||||
[ 0.009264] ACPI: WSMT 0x00000000726D3000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
|
||||
[ 0.009266] ACPI: Reserving FACP table memory at [mem 0x7272c000-0x7272c113]
|
||||
[ 0.009268] ACPI: Reserving DSDT table memory at [mem 0x726e6000-0x7272bf73]
|
||||
[ 0.009268] ACPI: Reserving FACS table memory at [mem 0x7282e000-0x7282e03f]
|
||||
[ 0.009269] ACPI: Reserving MCFG table memory at [mem 0x7272d000-0x7272d03b]
|
||||
[ 0.009270] ACPI: Reserving FIDT table memory at [mem 0x726e5000-0x726e509b]
|
||||
[ 0.009271] ACPI: Reserving SSDT table memory at [mem 0x726e2000-0x726e45ed]
|
||||
[ 0.009271] ACPI: Reserving SSDT table memory at [mem 0x7272e000-0x7272fccc]
|
||||
[ 0.009272] ACPI: Reserving SSDT table memory at [mem 0x726de000-0x726e12cc]
|
||||
[ 0.009273] ACPI: Reserving HPET table memory at [mem 0x726dd000-0x726dd037]
|
||||
[ 0.009273] ACPI: Reserving APIC table memory at [mem 0x726dc000-0x726dc12b]
|
||||
[ 0.009274] ACPI: Reserving PRAM table memory at [mem 0x726db000-0x726db02f]
|
||||
[ 0.009275] ACPI: Reserving SSDT table memory at [mem 0x726da000-0x726daef3]
|
||||
[ 0.009276] ACPI: Reserving SSDT table memory at [mem 0x726d7000-0x726d9fbf]
|
||||
[ 0.009276] ACPI: Reserving NHLT table memory at [mem 0x726d5000-0x726d6770]
|
||||
[ 0.009277] ACPI: Reserving LPIT table memory at [mem 0x726d4000-0x726d4093]
|
||||
[ 0.009278] ACPI: Reserving SSDT table memory at [mem 0x726d0000-0x726d271f]
|
||||
[ 0.009279] ACPI: Reserving SSDT table memory at [mem 0x726cf000-0x726cf121]
|
||||
[ 0.009279] ACPI: Reserving DBGP table memory at [mem 0x726ce000-0x726ce033]
|
||||
[ 0.009280] ACPI: Reserving DBG2 table memory at [mem 0x726cd000-0x726cd053]
|
||||
[ 0.009281] ACPI: Reserving SSDT table memory at [mem 0x726cb000-0x726cc5c5]
|
||||
[ 0.009281] ACPI: Reserving FPDT table memory at [mem 0x726c9000-0x726c9043]
|
||||
[ 0.009282] ACPI: Reserving DMAR table memory at [mem 0x726ca000-0x726ca087]
|
||||
[ 0.009283] ACPI: Reserving SSDT table memory at [mem 0x726c8000-0x726c8143]
|
||||
[ 0.009284] ACPI: Reserving TPM2 table memory at [mem 0x726c7000-0x726c704b]
|
||||
[ 0.009284] ACPI: Reserving WSMT table memory at [mem 0x726d3000-0x726d3027]
|
||||
[ 0.009423] No NUMA configuration found
|
||||
[ 0.009423] Faking a node at [mem 0x0000000000000000-0x00000008803fffff]
|
||||
[ 0.009432] NODE_DATA(0) allocated [mem 0x8803b8000-0x8803e2fff]
|
||||
[ 0.009658] Zone ranges:
|
||||
[ 0.009659] DMA [mem 0x0000000000001000-0x0000000000ffffff]
|
||||
[ 0.009661] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
|
||||
[ 0.009663] Normal [mem 0x0000000100000000-0x00000008803fffff]
|
||||
[ 0.009664] Device empty
|
||||
[ 0.009665] Movable zone start for each node
|
||||
[ 0.009667] Early memory node ranges
|
||||
[ 0.009668] node 0: [mem 0x0000000000001000-0x000000000009efff]
|
||||
[ 0.009669] node 0: [mem 0x0000000000100000-0x000000006ffaffff]
|
||||
[ 0.009670] node 0: [mem 0x0000000072eff000-0x0000000072efffff]
|
||||
[ 0.009671] node 0: [mem 0x0000000100000000-0x00000008803fffff]
|
||||
[ 0.009675] Initmem setup node 0 [mem 0x0000000000001000-0x00000008803fffff]
|
||||
[ 0.009680] On node 0, zone DMA: 1 pages in unavailable ranges
|
||||
[ 0.009706] On node 0, zone DMA: 97 pages in unavailable ranges
|
||||
[ 0.012901] On node 0, zone DMA32: 12111 pages in unavailable ranges
|
||||
[ 0.013308] On node 0, zone Normal: 20736 pages in unavailable ranges
|
||||
[ 0.013585] On node 0, zone Normal: 31744 pages in unavailable ranges
|
||||
[ 0.013606] Reserving Intel graphics memory at [mem 0x7c000000-0x7fbfffff]
|
||||
[ 0.014405] ACPI: PM-Timer IO Port: 0x1808
|
||||
[ 0.014413] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
|
||||
[ 0.014414] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
|
||||
[ 0.014415] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
|
||||
[ 0.014416] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
|
||||
[ 0.014417] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
|
||||
[ 0.014417] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
|
||||
[ 0.014418] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
|
||||
[ 0.014418] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
|
||||
[ 0.014419] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
|
||||
[ 0.014420] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
|
||||
[ 0.014420] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
|
||||
[ 0.014421] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
|
||||
[ 0.014422] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
|
||||
[ 0.014422] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
|
||||
[ 0.014423] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
|
||||
[ 0.014423] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
|
||||
[ 0.014458] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
|
||||
[ 0.014460] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
|
||||
[ 0.014462] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
|
||||
[ 0.014466] ACPI: Using ACPI (MADT) for SMP configuration information
|
||||
[ 0.014467] ACPI: HPET id: 0x8086a201 base: 0xfed00000
|
||||
[ 0.014471] TSC deadline timer available
|
||||
[ 0.014472] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
|
||||
[ 0.014489] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
|
||||
[ 0.014491] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
|
||||
[ 0.014493] PM: hibernation: Registered nosave memory: [mem 0x6ec4b000-0x6ec4bfff]
|
||||
[ 0.014494] PM: hibernation: Registered nosave memory: [mem 0x6ffb0000-0x724affff]
|
||||
[ 0.014495] PM: hibernation: Registered nosave memory: [mem 0x724b0000-0x7272ffff]
|
||||
[ 0.014495] PM: hibernation: Registered nosave memory: [mem 0x72730000-0x7282ffff]
|
||||
[ 0.014496] PM: hibernation: Registered nosave memory: [mem 0x72830000-0x72dfefff]
|
||||
[ 0.014497] PM: hibernation: Registered nosave memory: [mem 0x72dff000-0x72efefff]
|
||||
[ 0.014498] PM: hibernation: Registered nosave memory: [mem 0x72f00000-0x7fbfffff]
|
||||
[ 0.014499] PM: hibernation: Registered nosave memory: [mem 0x7fc00000-0xbfffffff]
|
||||
[ 0.014499] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
|
||||
[ 0.014500] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfdffffff]
|
||||
[ 0.014500] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
|
||||
[ 0.014501] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
|
||||
[ 0.014501] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
|
||||
[ 0.014502] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
|
||||
[ 0.014503] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
|
||||
[ 0.014503] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
|
||||
[ 0.014504] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
|
||||
[ 0.014504] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
|
||||
[ 0.014505] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
|
||||
[ 0.014505] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
|
||||
[ 0.014506] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
|
||||
[ 0.014508] [mem 0x7fc00000-0xbfffffff] available for PCI devices
|
||||
[ 0.014509] Booting paravirtualized kernel on bare hardware
|
||||
[ 0.014512] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
|
||||
[ 0.018916] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
|
||||
[ 0.019206] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u524288
|
||||
[ 0.019213] pcpu-alloc: s212992 r8192 d28672 u524288 alloc=1*2097152
|
||||
[ 0.019216] pcpu-alloc: [0] 0 1 2 3
|
||||
[ 0.019245] Fallback order for Node 0: 0
|
||||
[ 0.019248] Built 1 zonelists, mobility grouping on. Total pages: 8193698
|
||||
[ 0.019249] Policy zone: Normal
|
||||
[ 0.019250] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-22-amd64 root=UUID=b66a4151-ce7f-4910-aee1-e5f6049cdb5a ro iommu=off isolcpus=1-3
|
||||
[ 0.019302] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.1.0-22-amd64", will be passed to user space.
|
||||
[ 0.019324] random: crng init done
|
||||
[ 0.022713] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
|
||||
[ 0.024276] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
|
||||
[ 0.024314] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
|
||||
[ 0.038355] Memory: 1885064K/33295676K available (14342K kernel code, 2332K rwdata, 9064K rodata, 2796K init, 17404K bss, 708160K reserved, 0K cma-reserved)
|
||||
[ 0.038465] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
|
||||
[ 0.038492] ftrace: allocating 40229 entries in 158 pages
|
||||
[ 0.043488] ftrace: allocated 158 pages with 5 groups
|
||||
[ 0.044129] Dynamic Preempt: voluntary
|
||||
[ 0.044163] rcu: Preemptible hierarchical RCU implementation.
|
||||
[ 0.044164] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
|
||||
[ 0.044165] Trampoline variant of Tasks RCU enabled.
|
||||
[ 0.044165] Rude variant of Tasks RCU enabled.
|
||||
[ 0.044166] Tracing variant of Tasks RCU enabled.
|
||||
[ 0.044166] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
|
||||
[ 0.044167] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
|
||||
[ 0.047827] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
|
||||
[ 0.048090] rcu: srcu_init: Setting srcu_struct sizes based on contention.
|
||||
[ 0.048267] Console: colour dummy device 80x25
|
||||
[ 0.048501] printk: console [tty0] enabled
|
||||
[ 0.048516] ACPI: Core revision 20220331
|
||||
[ 0.048813] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
|
||||
[ 0.048907] APIC: Switch to symmetric I/O mode setup
|
||||
[ 0.048911] DMAR: Host address width 39
|
||||
[ 0.048913] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
|
||||
[ 0.048921] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 49e2ff0505e
|
||||
[ 0.048925] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
|
||||
[ 0.048931] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
|
||||
[ 0.048935] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fbfffff
|
||||
[ 0.048939] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
|
||||
[ 0.048941] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
|
||||
[ 0.048943] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
|
||||
[ 0.050724] DMAR-IR: Enabled IRQ remapping in x2apic mode
|
||||
[ 0.050730] x2apic enabled
|
||||
[ 0.050761] Switched APIC routing to cluster x2apic.
|
||||
[ 0.055312] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
|
||||
[ 0.072869] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3990bec8342, max_idle_ns: 881590769617 ns
|
||||
[ 0.072876] Calibrating delay loop (skipped), value calculated using timer frequency.. 3993.60 BogoMIPS (lpj=7987200)
|
||||
[ 0.072912] CPU0: Thermal monitoring enabled (TM1)
|
||||
[ 0.072915] x86/cpu: User Mode Instruction Prevention (UMIP) activated
|
||||
[ 0.072957] process: using mwait in idle threads
|
||||
[ 0.072960] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
|
||||
[ 0.072962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
|
||||
[ 0.072967] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
|
||||
[ 0.072970] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
|
||||
[ 0.072972] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
|
||||
[ 0.072974] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
|
||||
[ 0.072975] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
|
||||
[ 0.072978] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
|
||||
[ 0.072981] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
|
||||
[ 0.072987] MMIO Stale Data: Mitigation: Clear CPU buffers
|
||||
[ 0.072989] Register File Data Sampling: Mitigation: Clear Register File
|
||||
[ 0.072991] SRBDS: Vulnerable: No microcode
|
||||
[ 0.072996] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
|
||||
[ 0.072999] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
|
||||
[ 0.073001] x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'compacted' format.
|
||||
[ 0.087111] Freeing SMP alternatives memory: 36K
|
||||
[ 0.087119] pid_max: default: 32768 minimum: 301
|
||||
[ 0.088802] LSM: Security Framework initializing
|
||||
[ 0.088817] landlock: Up and running.
|
||||
[ 0.088819] Yama: disabled by default; enable with sysctl kernel.yama.*
|
||||
[ 0.088849] AppArmor: AppArmor initialized
|
||||
[ 0.088851] TOMOYO Linux initialized
|
||||
[ 0.088858] LSM support for eBPF active
|
||||
[ 0.088936] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
|
||||
[ 0.088992] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
|
||||
[ 0.089445] smpboot: CPU0: Intel(R) Pentium(R) Silver N6005 @ 2.00GHz (family: 0x6, model: 0x9c, stepping: 0x0)
|
||||
[ 0.089561] cblist_init_generic: Setting adjustable number of callback queues.
|
||||
[ 0.089564] cblist_init_generic: Setting shift to 2 and lim to 1.
|
||||
[ 0.089582] cblist_init_generic: Setting adjustable number of callback queues.
|
||||
[ 0.089585] cblist_init_generic: Setting shift to 2 and lim to 1.
|
||||
[ 0.089600] cblist_init_generic: Setting adjustable number of callback queues.
|
||||
[ 0.089602] cblist_init_generic: Setting shift to 2 and lim to 1.
|
||||
[ 0.089616] Performance Events: PEBS fmt4+-baseline, PEBS-via-PT, AnyThread deprecated, Tremont events, 32-deep LBR, full-width counters, Intel PMU driver.
|
||||
[ 0.089644] ... version: 5
|
||||
[ 0.089646] ... bit width: 48
|
||||
[ 0.089647] ... generic registers: 4
|
||||
[ 0.089648] ... value mask: 0000ffffffffffff
|
||||
[ 0.089650] ... max period: 00007fffffffffff
|
||||
[ 0.089652] ... fixed-purpose events: 3
|
||||
[ 0.089653] ... event mask: 000000070000000f
|
||||
[ 0.089739] signal: max sigframe size: 1520
|
||||
[ 0.089753] Estimated ratio of average max frequency by base frequency (times 1024): 1689
|
||||
[ 0.089774] rcu: Hierarchical SRCU implementation.
|
||||
[ 0.089776] rcu: Max phase no-delay instances is 1000.
|
||||
[ 0.090169] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
|
||||
[ 0.090227] smp: Bringing up secondary CPUs ...
|
||||
[ 0.090317] x86: Booting SMP configuration:
|
||||
[ 0.090319] .... node #0, CPUs: #1 #2 #3
|
||||
[ 0.094930] smp: Brought up 1 node, 4 CPUs
|
||||
[ 0.094930] smpboot: Max logical packages: 1
|
||||
[ 0.094930] smpboot: Total of 4 processors activated (15974.40 BogoMIPS)
|
||||
[ 0.192106] node 0 deferred pages initialised in 96ms
|
||||
[ 0.193396] devtmpfs: initialized
|
||||
[ 0.193444] x86/mm: Memory block size: 128MB
|
||||
[ 0.195363] ACPI: PM: Registering ACPI NVS region [mem 0x72730000-0x7282ffff] (1048576 bytes)
|
||||
[ 0.195414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
|
||||
[ 0.195426] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
|
||||
[ 0.195465] pinctrl core: initialized pinctrl subsystem
|
||||
[ 0.196098] NET: Registered PF_NETLINK/PF_ROUTE protocol family
|
||||
[ 0.196590] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
|
||||
[ 0.197018] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
|
||||
[ 0.197440] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
|
||||
[ 0.197457] audit: initializing netlink subsys (disabled)
|
||||
[ 0.197622] thermal_sys: Registered thermal governor 'fair_share'
|
||||
[ 0.197623] thermal_sys: Registered thermal governor 'bang_bang'
|
||||
[ 0.197625] thermal_sys: Registered thermal governor 'step_wise'
|
||||
[ 0.197627] thermal_sys: Registered thermal governor 'user_space'
|
||||
[ 0.197628] thermal_sys: Registered thermal governor 'power_allocator'
|
||||
[ 0.197642] cpuidle: using governor ladder
|
||||
[ 0.197647] cpuidle: using governor menu
|
||||
[ 0.197677] audit: type=2000 audit(1720183625.148:1): state=initialized audit_enabled=0 res=1
|
||||
[ 0.197688] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
|
||||
[ 0.197688] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
|
||||
[ 0.197688] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
|
||||
[ 0.197688] PCI: Using configuration type 1 for base access
|
||||
[ 0.197688] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
|
||||
[ 0.197688] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
|
||||
[ 0.220712] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
|
||||
[ 0.220715] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
|
||||
[ 0.220978] ACPI: Added _OSI(Module Device)
|
||||
[ 0.220980] ACPI: Added _OSI(Processor Device)
|
||||
[ 0.220982] ACPI: Added _OSI(3.0 _SCP Extensions)
|
||||
[ 0.220984] ACPI: Added _OSI(Processor Aggregator Device)
|
||||
[ 0.281159] ACPI: 10 ACPI AML tables successfully acquired and loaded
|
||||
[ 0.286280] ACPI: Dynamic OEM Table Load:
|
||||
[ 0.286291] ACPI: SSDT 0xFFFF9ABCC0E3A600 0001B8 (v02 PmRef Cpu0Psd 00003000 INTL 20191018)
|
||||
[ 0.286856] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
|
||||
[ 0.288021] ACPI: Dynamic OEM Table Load:
|
||||
[ 0.288028] ACPI: SSDT 0xFFFF9ABCC0FAF800 000479 (v02 PmRef Cpu0Ist 00003000 INTL 20191018)
|
||||
[ 0.288944] ACPI: Dynamic OEM Table Load:
|
||||
[ 0.288951] ACPI: SSDT 0xFFFF9ABCC0E0C000 0008E7 (v02 PmRef ApIst 00003000 INTL 20191018)
|
||||
[ 0.289721] ACPI: Dynamic OEM Table Load:
|
||||
[ 0.289727] ACPI: SSDT 0xFFFF9ABCC0FAD000 00048A (v02 PmRef ApHwp 00003000 INTL 20191018)
|
||||
[ 0.290436] ACPI: Dynamic OEM Table Load:
|
||||
[ 0.290443] ACPI: SSDT 0xFFFF9ABCC0FAE800 0004D2 (v02 PmRef ApPsd 00003000 INTL 20191018)
|
||||
[ 0.293344] ACPI: Interpreter enabled
|
||||
[ 0.293386] ACPI: PM: (supports S0 S3 S4 S5)
|
||||
[ 0.293389] ACPI: Using IOAPIC for interrupt routing
|
||||
[ 0.293426] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
|
||||
[ 0.293429] PCI: Ignoring E820 reservations for host bridge windows
|
||||
[ 0.294315] ACPI: Enabled 6 GPEs in block 00 to 7F
|
||||
[ 0.312834] ACPI: PM: Power Resource [WRST]
|
||||
[ 0.317861] ACPI: PM: Power Resource [FN00]
|
||||
[ 0.317918] ACPI: PM: Power Resource [FN01]
|
||||
[ 0.317970] ACPI: PM: Power Resource [FN02]
|
||||
[ 0.318022] ACPI: PM: Power Resource [FN03]
|
||||
[ 0.318078] ACPI: PM: Power Resource [FN04]
|
||||
[ 0.318488] ACPI: PM: Power Resource [PIN]
|
||||
[ 0.318720] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
|
||||
[ 0.318728] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
|
||||
[ 0.320848] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
|
||||
[ 0.321892] PCI host bridge to bus 0000:00
|
||||
[ 0.321896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
|
||||
[ 0.321899] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
|
||||
[ 0.321902] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
|
||||
[ 0.321905] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
|
||||
[ 0.321907] pci_bus 0000:00: root bus resource [mem 0x7fc00000-0xbfffffff window]
|
||||
[ 0.321910] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
|
||||
[ 0.321912] pci_bus 0000:00: root bus resource [bus 00-fe]
|
||||
[ 0.322083] pci 0000:00:00.0: [8086:4e28] type 00 class 0x060000
|
||||
[ 0.322221] pci 0000:00:02.0: [8086:4e71] type 00 class 0x030000
|
||||
[ 0.322232] pci 0000:00:02.0: reg 0x10: [mem 0x6004000000-0x6004ffffff 64bit]
|
||||
[ 0.322240] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
|
||||
[ 0.322246] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
|
||||
[ 0.322263] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
|
||||
[ 0.322268] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
|
||||
[ 0.322457] pci 0000:00:14.0: [8086:4ded] type 00 class 0x0c0330
|
||||
[ 0.322478] pci 0000:00:14.0: reg 0x10: [mem 0x6005100000-0x600510ffff 64bit]
|
||||
[ 0.322549] pci 0000:00:14.0: PME# supported from D3hot D3cold
|
||||
[ 0.323786] pci 0000:00:14.2: [8086:4def] type 00 class 0x050000
|
||||
[ 0.323808] pci 0000:00:14.2: reg 0x10: [mem 0x6005118000-0x6005119fff 64bit]
|
||||
[ 0.323822] pci 0000:00:14.2: reg 0x18: [mem 0x600511d000-0x600511dfff 64bit]
|
||||
[ 0.323958] pci 0000:00:14.3: [8086:4df0] type 00 class 0x028000
|
||||
[ 0.323994] pci 0000:00:14.3: reg 0x10: [mem 0x6005114000-0x6005117fff 64bit]
|
||||
[ 0.324125] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
|
||||
[ 0.324283] pci 0000:00:16.0: [8086:4de0] type 00 class 0x078000
|
||||
[ 0.324307] pci 0000:00:16.0: reg 0x10: [mem 0x600511c000-0x600511cfff 64bit]
|
||||
[ 0.324391] pci 0000:00:16.0: PME# supported from D3hot
|
||||
[ 0.324771] pci 0000:00:1a.0: [8086:4dc4] type 00 class 0x080501
|
||||
[ 0.324797] pci 0000:00:1a.0: reg 0x10: [mem 0x600511b000-0x600511bfff 64bit]
|
||||
[ 0.325113] pci 0000:00:1c.0: [8086:4db8] type 01 class 0x060400
|
||||
[ 0.325224] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
|
||||
[ 0.325262] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
|
||||
[ 0.325729] pci 0000:00:1c.1: [8086:4db9] type 01 class 0x060400
|
||||
[ 0.325840] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
|
||||
[ 0.325878] pci 0000:00:1c.1: PTM enabled (root), 4ns granularity
|
||||
[ 0.326331] pci 0000:00:1c.2: [8086:4dba] type 01 class 0x060400
|
||||
[ 0.326441] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
|
||||
[ 0.326479] pci 0000:00:1c.2: PTM enabled (root), 4ns granularity
|
||||
[ 0.326931] pci 0000:00:1c.3: [8086:4dbb] type 01 class 0x060400
|
||||
[ 0.327040] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
|
||||
[ 0.327078] pci 0000:00:1c.3: PTM enabled (root), 4ns granularity
|
||||
[ 0.327534] pci 0000:00:1c.4: [8086:4dbc] type 01 class 0x060400
|
||||
[ 0.327635] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
|
||||
[ 0.327670] pci 0000:00:1c.4: PTM enabled (root), 4ns granularity
|
||||
[ 0.328148] pci 0000:00:1f.0: [8086:4d87] type 00 class 0x060100
|
||||
[ 0.328492] pci 0000:00:1f.3: [8086:4dc8] type 00 class 0x040300
|
||||
[ 0.328529] pci 0000:00:1f.3: reg 0x10: [mem 0x6005110000-0x6005113fff 64bit]
|
||||
[ 0.328575] pci 0000:00:1f.3: reg 0x20: [mem 0x6005000000-0x60050fffff 64bit]
|
||||
[ 0.328666] pci 0000:00:1f.3: PME# supported from D3hot D3cold
|
||||
[ 0.329054] pci 0000:00:1f.4: [8086:4da3] type 00 class 0x0c0500
|
||||
[ 0.329083] pci 0000:00:1f.4: reg 0x10: [mem 0x600511a000-0x600511a0ff 64bit]
|
||||
[ 0.329118] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
|
||||
[ 0.329320] pci 0000:00:1f.5: [8086:4da4] type 00 class 0x0c8000
|
||||
[ 0.329340] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
|
||||
[ 0.329517] pci 0000:01:00.0: [8086:125c] type 00 class 0x020000
|
||||
[ 0.329538] pci 0000:01:00.0: reg 0x10: [mem 0x80200000-0x802fffff]
|
||||
[ 0.329563] pci 0000:01:00.0: reg 0x1c: [mem 0x80300000-0x80303fff]
|
||||
[ 0.329692] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
|
||||
[ 0.329909] pci 0000:00:1c.0: PCI bridge to [bus 01]
|
||||
[ 0.329915] pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff]
|
||||
[ 0.329996] pci 0000:02:00.0: [8086:125c] type 00 class 0x020000
|
||||
[ 0.330016] pci 0000:02:00.0: reg 0x10: [mem 0x80000000-0x800fffff]
|
||||
[ 0.330042] pci 0000:02:00.0: reg 0x1c: [mem 0x80100000-0x80103fff]
|
||||
[ 0.330170] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
|
||||
[ 0.330382] pci 0000:00:1c.1: PCI bridge to [bus 02]
|
||||
[ 0.330388] pci 0000:00:1c.1: bridge window [mem 0x80000000-0x801fffff]
|
||||
[ 0.330467] pci 0000:03:00.0: [8086:125c] type 00 class 0x020000
|
||||
[ 0.330487] pci 0000:03:00.0: reg 0x10: [mem 0x7fe00000-0x7fefffff]
|
||||
[ 0.330512] pci 0000:03:00.0: reg 0x1c: [mem 0x7ff00000-0x7ff03fff]
|
||||
[ 0.330641] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
|
||||
[ 0.330849] pci 0000:00:1c.2: PCI bridge to [bus 03]
|
||||
[ 0.330856] pci 0000:00:1c.2: bridge window [mem 0x7fe00000-0x7fffffff]
|
||||
[ 0.330946] pci 0000:04:00.0: [144d:a80a] type 00 class 0x010802
|
||||
[ 0.330973] pci 0000:04:00.0: reg 0x10: [mem 0x80400000-0x80403fff 64bit]
|
||||
[ 0.331241] pci 0000:04:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:1c.3 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
|
||||
[ 0.331375] pci 0000:00:1c.3: PCI bridge to [bus 04]
|
||||
[ 0.331381] pci 0000:00:1c.3: bridge window [mem 0x80400000-0x804fffff]
|
||||
[ 0.331544] pci 0000:05:00.0: [15b3:1017] type 00 class 0x020000
|
||||
[ 0.331733] pci 0000:05:00.0: reg 0x10: [mem 0x6002000000-0x6003ffffff 64bit pref]
|
||||
[ 0.332122] pci 0000:05:00.0: reg 0x30: [mem 0x7fd00000-0x7fdfffff pref]
|
||||
[ 0.332897] pci 0000:05:00.0: PME# supported from D3cold
|
||||
[ 0.333235] pci 0000:05:00.0: reg 0x1a4: [mem 0x00000000-0x000fffff 64bit pref]
|
||||
[ 0.333238] pci 0000:05:00.0: VF(n) BAR0 space: [mem 0x00000000-0x007fffff 64bit pref] (contains BAR0 for 8 VFs)
|
||||
[ 0.334473] pci 0000:05:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:1c.4 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
|
||||
[ 0.335084] pci 0000:05:00.1: [15b3:1017] type 00 class 0x020000
|
||||
[ 0.335270] pci 0000:05:00.1: reg 0x10: [mem 0x6000000000-0x6001ffffff 64bit pref]
|
||||
[ 0.335650] pci 0000:05:00.1: reg 0x30: [mem 0x7fc00000-0x7fcfffff pref]
|
||||
[ 0.336366] pci 0000:05:00.1: PME# supported from D3cold
|
||||
[ 0.336678] pci 0000:05:00.1: reg 0x1a4: [mem 0x00000000-0x000fffff 64bit pref]
|
||||
[ 0.336681] pci 0000:05:00.1: VF(n) BAR0 space: [mem 0x00000000-0x007fffff 64bit pref] (contains BAR0 for 8 VFs)
|
||||
[ 0.338257] pci 0000:00:1c.4: PCI bridge to [bus 05]
|
||||
[ 0.338264] pci 0000:00:1c.4: bridge window [mem 0x7fc00000-0x7fdfffff]
|
||||
[ 0.338270] pci 0000:00:1c.4: bridge window [mem 0x6000000000-0x6003ffffff 64bit pref]
|
||||
[ 0.339212] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
|
||||
[ 0.339288] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
|
||||
[ 0.339364] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
|
||||
[ 0.339439] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
|
||||
[ 0.339514] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
|
||||
[ 0.339588] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
|
||||
[ 0.339662] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
|
||||
[ 0.339736] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
|
||||
[ 0.347625] iommu: Default domain type: Translated
|
||||
[ 0.347631] iommu: DMA domain TLB invalidation policy: lazy mode
|
||||
[ 0.347689] pps_core: LinuxPPS API ver. 1 registered
|
||||
[ 0.347691] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
|
||||
[ 0.347694] PTP clock support registered
|
||||
[ 0.347702] EDAC MC: Ver: 3.0.0
|
||||
[ 0.347992] Registered efivars operations
|
||||
[ 0.348235] NetLabel: Initializing
|
||||
[ 0.348238] NetLabel: domain hash size = 128
|
||||
[ 0.348240] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
|
||||
[ 0.348255] NetLabel: unlabeled traffic allowed by default
|
||||
[ 0.348258] PCI: Using ACPI for IRQ routing
|
||||
[ 0.366708] PCI: pci_cache_line_size set to 64 bytes
|
||||
[ 0.366832] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
|
||||
[ 0.366943] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
|
||||
[ 0.366945] e820: reserve RAM buffer [mem 0x6ec4b000-0x6fffffff]
|
||||
[ 0.366946] e820: reserve RAM buffer [mem 0x6ffb0000-0x6fffffff]
|
||||
[ 0.366947] e820: reserve RAM buffer [mem 0x72f00000-0x73ffffff]
|
||||
[ 0.366947] e820: reserve RAM buffer [mem 0x880400000-0x883ffffff]
|
||||
[ 0.366983] pci 0000:00:02.0: vgaarb: setting as boot VGA device
|
||||
[ 0.366986] pci 0000:00:02.0: vgaarb: bridge control possible
|
||||
[ 0.366988] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
|
||||
[ 0.366992] vgaarb: loaded
|
||||
[ 0.368620] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
|
||||
[ 0.368633] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
|
||||
[ 0.369944] clocksource: Switched to clocksource tsc-early
|
||||
[ 0.375914] VFS: Disk quotas dquot_6.6.0
|
||||
[ 0.375931] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
|
||||
[ 0.376042] AppArmor: AppArmor Filesystem Enabled
|
||||
[ 0.376061] pnp: PnP ACPI init
|
||||
[ 0.376322] system 00:00: [io 0x0680-0x069f] has been reserved
|
||||
[ 0.376328] system 00:00: [io 0x164e-0x164f] has been reserved
|
||||
[ 0.376430] system 00:01: [io 0x1854-0x1857] has been reserved
|
||||
[ 0.377115] system 00:02: [mem 0xfea80000-0xfeafffff] has been reserved
|
||||
[ 0.377119] system 00:02: [mem 0xfeda0000-0xfeda0fff] has been reserved
|
||||
[ 0.377122] system 00:02: [mem 0xfeda1000-0xfeda1fff] has been reserved
|
||||
[ 0.377124] system 00:02: [mem 0xc0000000-0xcfffffff] has been reserved
|
||||
[ 0.377127] system 00:02: [mem 0xfed20000-0xfed7ffff] could not be reserved
|
||||
[ 0.377129] system 00:02: [mem 0xfed90000-0xfed93fff] could not be reserved
|
||||
[ 0.377132] system 00:02: [mem 0xfed45000-0xfed8ffff] could not be reserved
|
||||
[ 0.377134] system 00:02: [mem 0xfee00000-0xfeefffff] could not be reserved
|
||||
[ 0.377839] system 00:03: [io 0x1800-0x18fe] could not be reserved
|
||||
[ 0.377842] system 00:03: [mem 0xfe000000-0xfe01ffff] could not be reserved
|
||||
[ 0.377845] system 00:03: [mem 0xfe04c000-0xfe04ffff] has been reserved
|
||||
[ 0.377848] system 00:03: [mem 0xfe050000-0xfe0affff] has been reserved
|
||||
[ 0.377850] system 00:03: [mem 0xfe0d0000-0xfe0fffff] has been reserved
|
||||
[ 0.377852] system 00:03: [mem 0xfe200000-0xfe7fffff] has been reserved
|
||||
[ 0.377855] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
|
||||
[ 0.377857] system 00:03: [mem 0xfd000000-0xfd68ffff] has been reserved
|
||||
[ 0.377860] system 00:03: [mem 0xfd6b0000-0xfd6cffff] has been reserved
|
||||
[ 0.377862] system 00:03: [mem 0xfd6f0000-0xfdffffff] has been reserved
|
||||
[ 0.378111] system 00:04: [io 0x2000-0x20fe] has been reserved
|
||||
[ 0.378442] pnp: PnP ACPI: found 6 devices
|
||||
[ 0.383794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
|
||||
[ 0.383868] NET: Registered PF_INET protocol family
|
||||
[ 0.384124] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
|
||||
[ 0.387473] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
|
||||
[ 0.387526] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
|
||||
[ 0.387749] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
|
||||
[ 0.388221] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
|
||||
[ 0.388403] TCP: Hash tables configured (established 262144 bind 65536)
|
||||
[ 0.388606] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
|
||||
[ 0.388735] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
|
||||
[ 0.388835] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
|
||||
[ 0.388931] NET: Registered PF_UNIX/PF_LOCAL protocol family
|
||||
[ 0.388945] NET: Registered PF_XDP protocol family
|
||||
[ 0.388958] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
|
||||
[ 0.388972] pci 0000:00:1f.5: BAR 0: assigned [mem 0x80500000-0x80500fff]
|
||||
[ 0.388988] pci 0000:00:1c.0: PCI bridge to [bus 01]
|
||||
[ 0.388994] pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff]
|
||||
[ 0.389003] pci 0000:00:1c.1: PCI bridge to [bus 02]
|
||||
[ 0.389009] pci 0000:00:1c.1: bridge window [mem 0x80000000-0x801fffff]
|
||||
[ 0.389017] pci 0000:00:1c.2: PCI bridge to [bus 03]
|
||||
[ 0.389022] pci 0000:00:1c.2: bridge window [mem 0x7fe00000-0x7fffffff]
|
||||
[ 0.389030] pci 0000:00:1c.3: PCI bridge to [bus 04]
|
||||
[ 0.389035] pci 0000:00:1c.3: bridge window [mem 0x80400000-0x804fffff]
|
||||
[ 0.389046] pci 0000:05:00.0: BAR 7: no space for [mem size 0x00800000 64bit pref]
|
||||
[ 0.389049] pci 0000:05:00.0: BAR 7: failed to assign [mem size 0x00800000 64bit pref]
|
||||
[ 0.389053] pci 0000:05:00.1: BAR 7: no space for [mem size 0x00800000 64bit pref]
|
||||
[ 0.389055] pci 0000:05:00.1: BAR 7: failed to assign [mem size 0x00800000 64bit pref]
|
||||
[ 0.389058] pci 0000:00:1c.4: PCI bridge to [bus 05]
|
||||
[ 0.389064] pci 0000:00:1c.4: bridge window [mem 0x7fc00000-0x7fdfffff]
|
||||
[ 0.389068] pci 0000:00:1c.4: bridge window [mem 0x6000000000-0x6003ffffff 64bit pref]
|
||||
[ 0.389074] pci_bus 0000:00: No. 2 try to assign unassigned res
|
||||
[ 0.389077] release child resource [mem 0x6000000000-0x6001ffffff 64bit pref]
|
||||
[ 0.389078] release child resource [mem 0x6002000000-0x6003ffffff 64bit pref]
|
||||
[ 0.389079] pci 0000:00:1c.4: resource 15 [mem 0x6000000000-0x6003ffffff 64bit pref] released
|
||||
[ 0.389082] pci 0000:00:1c.4: PCI bridge to [bus 05]
|
||||
[ 0.389094] pci 0000:00:1c.4: bridge window [mem 0x02000000-0x05ffffff 64bit pref] to [bus 05] add_size 2000000 add_align 2000000
|
||||
[ 0.389101] pci 0000:00:1c.4: BAR 15: assigned [mem 0x4010000000-0x4015ffffff 64bit pref]
|
||||
[ 0.389104] pci 0000:00:1c.0: PCI bridge to [bus 01]
|
||||
[ 0.389110] pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff]
|
||||
[ 0.389118] pci 0000:00:1c.1: PCI bridge to [bus 02]
|
||||
[ 0.389123] pci 0000:00:1c.1: bridge window [mem 0x80000000-0x801fffff]
|
||||
[ 0.389131] pci 0000:00:1c.2: PCI bridge to [bus 03]
|
||||
[ 0.389136] pci 0000:00:1c.2: bridge window [mem 0x7fe00000-0x7fffffff]
|
||||
[ 0.389144] pci 0000:00:1c.3: PCI bridge to [bus 04]
|
||||
[ 0.389148] pci 0000:00:1c.3: bridge window [mem 0x80400000-0x804fffff]
|
||||
[ 0.389157] pci 0000:05:00.0: BAR 0: assigned [mem 0x4010000000-0x4011ffffff 64bit pref]
|
||||
[ 0.389239] pci 0000:05:00.1: BAR 0: assigned [mem 0x4012000000-0x4013ffffff 64bit pref]
|
||||
[ 0.389315] pci 0000:05:00.0: BAR 7: assigned [mem 0x4014000000-0x40147fffff 64bit pref]
|
||||
[ 0.389359] pci 0000:05:00.1: BAR 7: assigned [mem 0x4014800000-0x4014ffffff 64bit pref]
|
||||
[ 0.389399] pci 0000:00:1c.4: PCI bridge to [bus 05]
|
||||
[ 0.389404] pci 0000:00:1c.4: bridge window [mem 0x7fc00000-0x7fdfffff]
|
||||
[ 0.389408] pci 0000:00:1c.4: bridge window [mem 0x4010000000-0x4015ffffff 64bit pref]
|
||||
[ 0.389414] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
|
||||
[ 0.389417] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
|
||||
[ 0.389419] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
|
||||
[ 0.389421] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
|
||||
[ 0.389423] pci_bus 0000:00: resource 8 [mem 0x7fc00000-0xbfffffff window]
|
||||
[ 0.389425] pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
|
||||
[ 0.389428] pci_bus 0000:01: resource 1 [mem 0x80200000-0x803fffff]
|
||||
[ 0.389431] pci_bus 0000:02: resource 1 [mem 0x80000000-0x801fffff]
|
||||
[ 0.389433] pci_bus 0000:03: resource 1 [mem 0x7fe00000-0x7fffffff]
|
||||
[ 0.389436] pci_bus 0000:04: resource 1 [mem 0x80400000-0x804fffff]
|
||||
[ 0.389438] pci_bus 0000:05: resource 1 [mem 0x7fc00000-0x7fdfffff]
|
||||
[ 0.389440] pci_bus 0000:05: resource 2 [mem 0x4010000000-0x4015ffffff 64bit pref]
|
||||
[ 0.390001] PCI: CLS 64 bytes, default 64
|
||||
[ 0.390068] Trying to unpack rootfs image as initramfs...
|
||||
[ 0.404862] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3990bec8342, max_idle_ns: 881590769617 ns
|
||||
[ 0.404890] clocksource: Switched to clocksource tsc
|
||||
[ 0.404929] platform rtc_cmos: registered platform RTC device (no PNP device found)
|
||||
[ 0.405284] Initialise system trusted keyrings
|
||||
[ 0.405296] Key type blacklist registered
|
||||
[ 0.412857] workingset: timestamp_bits=36 max_order=23 bucket_order=0
|
||||
[ 0.413877] zbud: loaded
|
||||
[ 0.414076] integrity: Platform Keyring initialized
|
||||
[ 0.414085] integrity: Machine keyring initialized
|
||||
[ 0.414088] Key type asymmetric registered
|
||||
[ 0.414090] Asymmetric key parser 'x509' registered
|
||||
[ 0.670691] Freeing initrd memory: 39180K
|
||||
[ 0.674627] alg: self-tests for CTR-KDF (hmac(sha256)) passed
|
||||
[ 0.674662] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
|
||||
[ 0.674690] io scheduler mq-deadline registered
|
||||
[ 0.675670] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
|
||||
[ 0.675886] pcieport 0000:00:1c.1: PME: Signaling with IRQ 123
|
||||
[ 0.676092] pcieport 0000:00:1c.2: PME: Signaling with IRQ 124
|
||||
[ 0.676292] pcieport 0000:00:1c.3: PME: Signaling with IRQ 125
|
||||
[ 0.676506] pcieport 0000:00:1c.4: PME: Signaling with IRQ 126
|
||||
[ 0.676605] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
|
||||
[ 0.677122] thermal LNXTHERM:00: registered as thermal_zone0
|
||||
[ 0.677127] ACPI: thermal: Thermal Zone [TZ00] (28 C)
|
||||
[ 0.677234] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
|
||||
[ 0.677660] Linux agpgart interface v0.103
|
||||
[ 0.685381] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
|
||||
[ 0.685611] i8042: PNP: No PS/2 controller found.
|
||||
[ 0.685650] mousedev: PS/2 mouse device common for all mice
|
||||
[ 0.685673] rtc_cmos rtc_cmos: RTC can wake from S4
|
||||
[ 0.686383] rtc_cmos rtc_cmos: registered as rtc0
|
||||
[ 0.686521] rtc_cmos rtc_cmos: setting system clock to 2024-07-05T12:47:06 UTC (1720183626)
|
||||
[ 0.686548] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
|
||||
[ 0.686590] intel_pstate: Intel P-state driver initializing
|
||||
[ 0.686714] intel_pstate: HWP enabled
|
||||
[ 0.686739] ledtrig-cpu: registered to indicate activity on CPUs
|
||||
[ 0.696070] NET: Registered PF_INET6 protocol family
|
||||
[ 0.699926] Segment Routing with IPv6
|
||||
[ 0.699942] In-situ OAM (IOAM) with IPv6
|
||||
[ 0.699967] mip6: Mobile IPv6
|
||||
[ 0.699972] NET: Registered PF_PACKET protocol family
|
||||
[ 0.699996] mpls_gso: MPLS GSO support
|
||||
[ 0.700233] microcode: sig=0x906c0, pf=0x1, revision=0x24000026
|
||||
[ 0.700250] microcode: Microcode Update Driver: v2.2.
|
||||
[ 0.700282] resctrl: L2 allocation detected
|
||||
[ 0.700290] IPI shorthand broadcast: enabled
|
||||
[ 0.700313] sched_clock: Marking stable (699626080, 647767)->(702923111, -2649264)
|
||||
[ 0.700415] registered taskstats version 1
|
||||
[ 0.700425] Loading compiled-in X.509 certificates
|
||||
[ 0.720056] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
|
||||
[ 0.720076] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
|
||||
[ 0.720343] zswap: loaded using pool lzo/zbud
|
||||
[ 0.720451] Key type .fscrypt registered
|
||||
[ 0.720454] Key type fscrypt-provisioning registered
|
||||
[ 0.723842] Key type encrypted registered
|
||||
[ 0.723852] AppArmor: AppArmor sha1 policy hashing enabled
|
||||
[ 0.724064] ima: Allocated hash algorithm: sha256
|
||||
[ 0.740782] ima: No architecture policies found
|
||||
[ 0.740793] evm: Initialising EVM extended attributes:
|
||||
[ 0.740795] evm: security.selinux
|
||||
[ 0.740797] evm: security.SMACK64 (disabled)
|
||||
[ 0.740799] evm: security.SMACK64EXEC (disabled)
|
||||
[ 0.740800] evm: security.SMACK64TRANSMUTE (disabled)
|
||||
[ 0.740801] evm: security.SMACK64MMAP (disabled)
|
||||
[ 0.740803] evm: security.apparmor
|
||||
[ 0.740804] evm: security.ima
|
||||
[ 0.740805] evm: security.capability
|
||||
[ 0.740807] evm: HMAC attrs: 0x1
|
||||
[ 0.847122] clk: Disabling unused clocks
|
||||
[ 0.848003] Freeing unused decrypted memory: 2036K
|
||||
[ 0.848461] Freeing unused kernel image (initmem) memory: 2796K
|
||||
[ 0.848467] Write protecting the kernel read-only data: 26624k
|
||||
[ 0.848928] Freeing unused kernel image (text/rodata gap) memory: 2040K
|
||||
[ 0.849129] Freeing unused kernel image (rodata/data gap) memory: 1176K
|
||||
[ 0.859704] x86/mm: Checked W+X mappings: passed, no W+X pages found.
|
||||
[ 0.859740] Run /init as init process
|
||||
[ 0.859742] with arguments:
|
||||
[ 0.859744] /init
|
||||
[ 0.859745] with environment:
|
||||
[ 0.859746] HOME=/
|
||||
[ 0.859746] TERM=linux
|
||||
[ 0.859747] BOOT_IMAGE=/boot/vmlinuz-6.1.0-22-amd64
|
||||
[ 1.037026] Intel(R) 2.5G Ethernet Linux Driver
|
||||
[ 1.037035] Copyright(c) 2018 Intel Corporation.
|
||||
[ 1.037074] igc 0000:01:00.0: enabling device (0000 -> 0002)
|
||||
[ 1.037223] igc 0000:01:00.0: PTM enabled, 4ns granularity
|
||||
[ 1.104627] i801_smbus 0000:00:1f.4: SPD Write Disable is set
|
||||
[ 1.104762] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
|
||||
[ 1.106003] i2c i2c-0: 2/2 memory slots populated (from DMI)
|
||||
[ 1.176053] ACPI: bus type USB registered
|
||||
[ 1.176082] usbcore: registered new interface driver usbfs
|
||||
[ 1.176090] usbcore: registered new interface driver hub
|
||||
[ 1.176103] usbcore: registered new device driver usb
|
||||
[ 1.309738] i801_smbus 0000:00:1f.4: Transaction timeout
|
||||
[ 1.309872] pps pps0: new PPS source ptp0
|
||||
[ 1.310144] igc 0000:01:00.0 (unnamed net_device) (uninitialized): PHC added
|
||||
[ 1.311820] i801_smbus 0000:00:1f.4: Failed terminating the transaction
|
||||
[ 1.311912] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
|
||||
[ 1.332118] sdhci: Secure Digital Host Controller Interface driver
|
||||
[ 1.332127] sdhci: Copyright(c) Pierre Ossman
|
||||
[ 1.337989] igc 0000:01:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
|
||||
[ 1.337998] igc 0000:01:00.0 eth0: MAC: 00:f0:cb:fe:b4:e4
|
||||
[ 1.338050] igc 0000:02:00.0: enabling device (0000 -> 0002)
|
||||
[ 1.338196] igc 0000:02:00.0: PTM enabled, 4ns granularity
|
||||
[ 1.339377] sdhci-pci 0000:00:1a.0: SDHCI controller found [8086:4dc4] (rev 1)
|
||||
[ 1.365432] mmc0: CQHCI version 5.10
|
||||
[ 1.367358] xhci_hcd 0000:00:14.0: xHCI Host Controller
|
||||
[ 1.367368] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
|
||||
[ 1.368480] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
|
||||
[ 1.371342] xhci_hcd 0000:00:14.0: xHCI Host Controller
|
||||
[ 1.371350] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
|
||||
[ 1.371355] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
|
||||
[ 1.371398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
|
||||
[ 1.371401] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
||||
[ 1.371404] usb usb1: Product: xHCI Host Controller
|
||||
[ 1.371406] usb usb1: Manufacturer: Linux 6.1.0-22-amd64 xhci-hcd
|
||||
[ 1.371408] usb usb1: SerialNumber: 0000:00:14.0
|
||||
[ 1.371579] hub 1-0:1.0: USB hub found
|
||||
[ 1.371600] hub 1-0:1.0: 8 ports detected
|
||||
[ 1.374880] mlx5_core 0000:05:00.0: firmware version: 16.27.4000
|
||||
[ 1.374928] mlx5_core 0000:05:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:1c.4 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
|
||||
[ 1.382090] mmc0: SDHCI controller on PCI [0000:00:1a.0] using ADMA 64-bit
|
||||
[ 1.383136] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
|
||||
[ 1.383142] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
||||
[ 1.383145] usb usb2: Product: xHCI Host Controller
|
||||
[ 1.383147] usb usb2: Manufacturer: Linux 6.1.0-22-amd64 xhci-hcd
|
||||
[ 1.383149] usb usb2: SerialNumber: 0000:00:14.0
|
||||
[ 1.383287] hub 2-0:1.0: USB hub found
|
||||
[ 1.383307] hub 2-0:1.0: 6 ports detected
|
||||
[ 1.431582] nvme nvme0: pci function 0000:04:00.0
|
||||
[ 1.440951] pps pps1: new PPS source ptp1
|
||||
[ 1.441171] igc 0000:02:00.0 (unnamed net_device) (uninitialized): PHC added
|
||||
[ 1.442407] nvme nvme0: Shutdown timeout set to 10 seconds
|
||||
[ 1.444371] nvme nvme0: 4/0/0 default/read/poll queues
|
||||
[ 1.446400] nvme0n1: p1 p2 p3
|
||||
[ 1.466468] igc 0000:02:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
|
||||
[ 1.466480] igc 0000:02:00.0 eth1: MAC: 00:f0:cb:fe:b4:e5
|
||||
[ 1.466679] igc 0000:03:00.0: enabling device (0000 -> 0002)
|
||||
[ 1.466851] igc 0000:03:00.0: PTM enabled, 4ns granularity
|
||||
[ 1.540988] pps pps2: new PPS source ptp2
|
||||
[ 1.541196] igc 0000:03:00.0 (unnamed net_device) (uninitialized): PHC added
|
||||
[ 1.541563] mmc0: Command Queue Engine enabled
|
||||
[ 1.541568] mmc0: new HS400 Enhanced strobe MMC card at address 0001
|
||||
[ 1.552732] mmcblk0: mmc0:0001 SCA128 117 GiB
|
||||
[ 1.554362] GPT:Primary header thinks Alt. header is not at the end of the disk.
|
||||
[ 1.554366] GPT:4982334 != 244318207
|
||||
[ 1.554369] GPT:Alternate GPT header not at the end of the disk.
|
||||
[ 1.554370] GPT:4982334 != 244318207
|
||||
[ 1.554372] GPT: Use GNU Parted to correct GPT errors.
|
||||
[ 1.554378] mmcblk0: p1 p2 p3 p128
|
||||
[ 1.554538] mmcblk0boot0: mmc0:0001 SCA128 4.00 MiB
|
||||
[ 1.555129] mmcblk0boot1: mmc0:0001 SCA128 4.00 MiB
|
||||
[ 1.555567] mmcblk0rpmb: mmc0:0001 SCA128 4.00 MiB, chardev (244:0)
|
||||
[ 1.566028] igc 0000:03:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
|
||||
[ 1.566035] igc 0000:03:00.0 eth2: MAC: 00:f0:cb:fe:b4:e6
|
||||
[ 1.580714] igc 0000:02:00.0 enp2s0: renamed from eth1
|
||||
[ 1.628663] igc 0000:03:00.0 enp3s0: renamed from eth2
|
||||
[ 1.636655] usb 1-8: new full-speed USB device number 2 using xhci_hcd
|
||||
[ 1.644772] igc 0000:01:00.0 enp1s0: renamed from eth0
|
||||
[ 1.720981] mlx5_core 0000:05:00.0: Rate limit: 127 rates are supported, range: 0Mbps to 24414Mbps
|
||||
[ 1.721037] mlx5_core 0000:05:00.0: E-Switch: Total vports 10, per vport: max uc(1024) max mc(16384)
|
||||
[ 1.724185] mlx5_core 0000:05:00.0: Port module event: module 0, Cable unplugged
|
||||
[ 1.726121] mlx5_core 0000:05:00.0: mlx5_pcie_event:301:(pid 35): PCIe slot advertised sufficient power (25W).
|
||||
[ 1.732830] mlx5_core 0000:05:00.0: MLX5E: StrdRq(1) RqSz(8) StrdSz(2048) RxCqeCmprss(0)
|
||||
[ 1.785938] usb 1-8: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
|
||||
[ 1.785944] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
|
||||
[ 1.886732] mlx5_core 0000:05:00.0: Supported tc offload range - chains: 4294967294, prios: 4294967295
|
||||
[ 1.893534] mlx5_core 0000:05:00.1: firmware version: 16.27.4000
|
||||
[ 1.893590] mlx5_core 0000:05:00.1: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:1c.4 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
|
||||
[ 2.230483] mlx5_core 0000:05:00.1: Rate limit: 127 rates are supported, range: 0Mbps to 24414Mbps
|
||||
[ 2.230543] mlx5_core 0000:05:00.1: E-Switch: Total vports 10, per vport: max uc(1024) max mc(16384)
|
||||
[ 2.234143] mlx5_core 0000:05:00.1: Port module event: module 1, Cable unplugged
|
||||
[ 2.234470] mlx5_core 0000:05:00.1: mlx5_pcie_event:301:(pid 36): PCIe slot advertised sufficient power (25W).
|
||||
[ 2.242687] mlx5_core 0000:05:00.1: MLX5E: StrdRq(1) RqSz(8) StrdSz(2048) RxCqeCmprss(0)
|
||||
[ 2.401848] mlx5_core 0000:05:00.1: Supported tc offload range - chains: 4294967294, prios: 4294967295
|
||||
[ 2.444682] mlx5_core 0000:05:00.1 enp5s0f1np1: renamed from eth1
|
||||
[ 2.476669] mlx5_core 0000:05:00.0 enp5s0f0np0: renamed from eth0
|
||||
[ 2.638900] PM: Image not found (code -22)
|
||||
[ 2.754463] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.
|
||||
[ 2.795777] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
|
||||
[ 2.837060] systemd[1]: Inserted module 'autofs4'
|
||||
[ 2.862165] systemd[1]: systemd 252.26-1~deb12u2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
|
||||
[ 2.862180] systemd[1]: Detected architecture x86-64.
|
||||
[ 2.862756] systemd[1]: Hostname set to <r86s>.
|
||||
[ 3.035841] systemd[1]: Queued start job for default target graphical.target.
|
||||
[ 3.053624] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
|
||||
[ 3.054029] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
|
||||
[ 3.054305] systemd[1]: Created slice user.slice - User and Session Slice.
|
||||
[ 3.054406] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
|
||||
[ 3.054488] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
|
||||
[ 3.054677] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
|
||||
[ 3.054732] systemd[1]: Expecting device dev-disk-by\x2duuid-4f7b049d\x2d70f2\x2d44c3\x2da5c8\x2d1b817d7b7b15.device - /dev/disk/by-uuid/4f7b049d-70f2-44c3-a5c8-1b817d7b7b15...
|
||||
[ 3.054768] systemd[1]: Expecting device dev-disk-by\x2duuid-FB2C\x2d6B16.device - /dev/disk/by-uuid/FB2C-6B16...
|
||||
[ 3.054808] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
|
||||
[ 3.054854] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
|
||||
[ 3.054898] systemd[1]: Reached target paths.target - Path Units.
|
||||
[ 3.054939] systemd[1]: Reached target remote-fs.target - Remote File Systems.
|
||||
[ 3.054975] systemd[1]: Reached target slices.target - Slice Units.
|
||||
[ 3.055028] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
|
||||
[ 3.055191] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
|
||||
[ 3.055277] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
|
||||
[ 3.055537] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
|
||||
[ 3.055682] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
|
||||
[ 3.055822] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
|
||||
[ 3.056099] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
|
||||
[ 3.056232] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
|
||||
[ 3.057068] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
|
||||
[ 3.057832] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
|
||||
[ 3.058639] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
|
||||
[ 3.059415] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
|
||||
[ 3.060600] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
|
||||
[ 3.061441] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
|
||||
[ 3.062286] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
|
||||
[ 3.063106] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
|
||||
[ 3.063941] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
|
||||
[ 3.064791] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
|
||||
[ 3.065626] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
|
||||
[ 3.066466] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
|
||||
[ 3.066575] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
|
||||
[ 3.067853] systemd[1]: Starting systemd-journald.service - Journal Service...
|
||||
[ 3.073055] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
|
||||
[ 3.073912] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
|
||||
[ 3.074793] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
|
||||
[ 3.108180] pstore: Using crash dump compression: deflate
|
||||
[ 3.126930] pstore: Registered efi as persistent store backend
|
||||
[ 3.134715] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
|
||||
[ 3.134888] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
|
||||
[ 3.134996] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
|
||||
[ 3.135733] loop: module loaded
|
||||
[ 3.144841] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
|
||||
[ 3.145574] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
|
||||
[ 3.145847] systemd[1]: modprobe@configfs.service: Deactivated successfully.
|
||||
[ 3.145982] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
|
||||
[ 3.146241] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
|
||||
[ 3.146354] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
|
||||
[ 3.146608] systemd[1]: modprobe@loop.service: Deactivated successfully.
|
||||
[ 3.146719] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
|
||||
[ 3.147731] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
|
||||
[ 3.150210] fuse: init (API version 7.37)
|
||||
[ 3.153471] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
|
||||
[ 3.153495] device-mapper: uevent: version 1.0.3
|
||||
[ 3.153548] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
|
||||
[ 3.161895] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
|
||||
[ 3.162062] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
|
||||
[ 3.162370] systemd[1]: modprobe@fuse.service: Deactivated successfully.
|
||||
[ 3.177919] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
|
||||
[ 3.178817] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
|
||||
[ 3.179693] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
|
||||
[ 3.179837] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
|
||||
[ 3.182238] VFIO - User Level meta-driver version: 0.3
|
||||
[ 3.188145] EXT4-fs (nvme0n1p2): re-mounted. Quota mode: none.
|
||||
[ 3.190069] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
|
||||
[ 3.190253] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
|
||||
[ 3.190293] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
|
||||
[ 3.191111] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
|
||||
[ 3.191953] systemd[1]: Starting systemd-sysusers.service - Create System Users...
|
||||
[ 3.209831] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
|
||||
[ 3.245370] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
|
||||
[ 3.263171] ACPI: bus type drm_connector registered
|
||||
[ 3.265043] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
|
||||
[ 3.267531] systemd[1]: Finished systemd-sysusers.service - Create System Users.
|
||||
[ 3.268488] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
|
||||
[ 3.269220] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed.
|
||||
[ 3.269347] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
|
||||
[ 3.272218] systemd[1]: modprobe@drm.service: Deactivated successfully.
|
||||
[ 3.272348] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
|
||||
[ 3.334755] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
|
||||
[ 3.353032] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
|
||||
[ 3.414069] systemd[1]: Started systemd-journald.service - Journal Service.
|
||||
[ 3.454198] systemd-journald[263]: Received client request to flush runtime journal.
|
||||
[ 3.746494] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
|
||||
[ 3.746530] ACPI: button: Sleep Button [SLPB]
|
||||
[ 3.746569] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
|
||||
[ 3.746588] ACPI: button: Power Button [PWRB]
|
||||
[ 3.746619] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
|
||||
[ 3.746649] ACPI: button: Power Button [PWRF]
|
||||
[ 3.761783] intel_pmc_core INT33A1:00: initialized
|
||||
[ 3.958669] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
|
||||
[ 4.032363] input: PC Speaker as /devices/platform/pcspkr/input/input3
|
||||
[ 4.072104] iTCO_vendor_support: vendor-support=0
|
||||
[ 4.073997] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
|
||||
[ 4.074101] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
|
||||
[ 4.105244] cryptd: max_cpu_qlen set to 1000
|
||||
[ 4.129452] SSE version of gcm_enc/dec engaged.
|
||||
[ 4.238608] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
|
||||
[ 4.260105] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
|
||||
[ 4.480757] Adding 1000444k swap on /dev/nvme0n1p3. Priority:-2 extents:1 across:1000444k SSFS
|
||||
[ 4.522224] cfg80211: Loading compiled-in X.509 certificates for regulatory database
|
||||
[ 4.522445] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
|
||||
[ 4.522641] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
|
||||
[ 4.522835] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
|
||||
[ 4.523029] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
|
||||
[ 4.523394] platform regulatory.0: firmware: direct-loading firmware regulatory.db
|
||||
[ 4.523515] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
|
||||
[ 4.580368] Intel(R) Wireless WiFi driver for Linux
|
||||
[ 4.580429] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
|
||||
[ 4.595134] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
|
||||
[ 4.757575] iwlwifi 0000:00:14.3: firmware: direct-loading firmware iwlwifi-QuZ-a0-hr-b0-72.ucode
|
||||
[ 4.757595] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
|
||||
[ 4.757610] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
|
||||
[ 4.757994] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
|
||||
[ 4.758000] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
|
||||
[ 4.758010] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
|
||||
[ 4.758014] iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 QuZ-a0-hr-b0-72.ucode op_mode iwlmvm
|
||||
[ 4.888082] audit: type=1400 audit(1720183630.695:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=473 comm="apparmor_parser"
|
||||
[ 4.890448] audit: type=1400 audit(1720183630.699:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=474 comm="apparmor_parser"
|
||||
[ 4.890455] audit: type=1400 audit(1720183630.699:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=474 comm="apparmor_parser"
|
||||
[ 4.893076] audit: type=1400 audit(1720183630.703:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=476 comm="apparmor_parser"
|
||||
[ 4.893083] audit: type=1400 audit(1720183630.703:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=476 comm="apparmor_parser"
|
||||
[ 4.893088] audit: type=1400 audit(1720183630.703:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=476 comm="apparmor_parser"
|
||||
[ 4.913500] audit: type=1400 audit(1720183630.723:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=475 comm="apparmor_parser"
|
||||
[ 5.286747] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
|
||||
[ 5.287528] thermal thermal_zone1: failed to read out thermal zone (-61)
|
||||
[ 5.421199] iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
|
||||
[ 5.486104] iwlwifi 0000:00:14.3: base HW address: 58:6c:25:4c:35:97
|
||||
[ 5.491998] Bluetooth: Core ver 2.22
|
||||
[ 5.492032] NET: Registered PF_BLUETOOTH protocol family
|
||||
[ 5.492034] Bluetooth: HCI device and connection manager initialized
|
||||
[ 5.493806] Bluetooth: HCI socket layer initialized
|
||||
[ 5.493811] Bluetooth: L2CAP socket layer initialized
|
||||
[ 5.493817] Bluetooth: SCO socket layer initialized
|
||||
[ 5.520740] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
|
||||
[ 5.596542] intel_rapl_common: Found RAPL domain package
|
||||
[ 5.596552] intel_rapl_common: Found RAPL domain core
|
||||
[ 5.617134] usbcore: registered new interface driver btusb
|
||||
[ 5.628445] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
|
||||
[ 5.629447] Bluetooth: hci0: Device revision is 2
|
||||
[ 5.629451] Bluetooth: hci0: Secure boot is enabled
|
||||
[ 5.629453] Bluetooth: hci0: OTP lock is enabled
|
||||
[ 5.629454] Bluetooth: hci0: API lock is enabled
|
||||
[ 5.629456] Bluetooth: hci0: Debug lock is disabled
|
||||
[ 5.629457] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
|
||||
[ 5.631312] bluetooth hci0: firmware: direct-loading firmware intel/ibt-19-0-4.sfi
|
||||
[ 5.631326] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
|
||||
[ 5.631399] Bluetooth: hci0: Boot Address: 0x24800
|
||||
[ 5.631401] Bluetooth: hci0: Firmware Version: 15-45.22
|
||||
[ 5.899404] i915 0000:00:02.0: vgaarb: deactivate vga console
|
||||
[ 5.899501] i915 0000:00:02.0: [drm] Using Transparent Hugepages
|
||||
[ 5.918277] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
|
||||
[ 5.919031] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
|
||||
[ 5.919716] i915 0000:00:02.0: firmware: direct-loading firmware i915/icl_dmc_ver1_09.bin
|
||||
[ 5.920132] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/icl_dmc_ver1_09.bin (v1.9)
|
||||
[ 5.923343] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
|
||||
[ 5.924358] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
|
||||
[ 5.925799] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
|
||||
[ 5.927113] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
|
||||
[ 5.927275] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
|
||||
[ 5.927370] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
|
||||
[ 5.978347] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input5
|
||||
[ 5.978508] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
|
||||
[ 5.978549] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
|
||||
[ 5.978795] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
|
||||
[ 7.314038] igc 0000:02:00.0 enp2s0: PHC removed
|
||||
[ 7.395793] igc 0000:03:00.0 enp3s0: PHC removed
|
||||
[ 7.404020] Bluetooth: hci0: Waiting for firmware download to complete
|
||||
[ 7.404426] Bluetooth: hci0: Firmware loaded in 1731540 usecs
|
||||
[ 7.404463] Bluetooth: hci0: Waiting for device to boot
|
||||
[ 7.418432] Bluetooth: hci0: Device booted in 13654 usecs
|
||||
[ 7.426690] bluetooth hci0: firmware: direct-loading firmware intel/ibt-19-0-4.ddc
|
||||
[ 7.426696] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
|
||||
[ 7.428429] Bluetooth: hci0: Applying Intel DDC parameters completed
|
||||
[ 7.429434] Bluetooth: hci0: Firmware revision 0.4 build 15 week 45 2022
|
||||
[ 7.609198] mlx5_core 0000:05:00.0 enp5s0f0np0: Link down
|
||||
[ 7.801518] mlx5_core 0000:05:00.1 enp5s0f1np1: Link down
|
||||
[ 8.743361] irq 28: nobody cared (try booting with the "irqpoll" option)
|
||||
[ 8.743372] CPU: 3 PID: 839 Comm: vpp_wk_2 Not tainted 6.1.0-22-amd64 #1 Debian 6.1.94-1
|
||||
[ 8.743376] Hardware name: GoWin Solution R86S/R86S, BIOS JSP18422 05/14/2023
|
||||
[ 8.743379] Call Trace:
|
||||
[ 8.743382] <TASK>
|
||||
[ 8.743386] dump_stack_lvl+0x44/0x5c
|
||||
[ 8.743394] __report_bad_irq+0x35/0xa7
|
||||
[ 8.743398] note_interrupt.cold+0xa/0x62
|
||||
[ 8.743402] handle_irq_event+0x6b/0x70
|
||||
[ 8.743406] handle_fasteoi_irq+0x78/0x1d0
|
||||
[ 8.743410] __common_interrupt+0x3c/0xa0
|
||||
[ 8.743414] common_interrupt+0x3f/0xa0
|
||||
[ 8.743417] asm_common_interrupt+0x22/0x40
|
||||
[ 8.743421] RIP: 0033:0x7f0d80c368ed
|
||||
[ 8.743425] Code: 85 5d 04 00 00 66 48 0f 6e c3 66 0f 62 c2 66 0f 5c c3 66 0f 28 c8 66 0f 15 c8 f2 0f 58 c8 f2 0f 59 e1 66 0f 2e a5 90 04 00 00 <0f> 82 9d d4 ff ff f2 0f 10 85 98 04 00 00 66 0f 2e 05 85 60 1e 00
|
||||
[ 8.743429] RSP: 002b:00007f0d185fa570 EFLAGS: 00000203
|
||||
[ 8.743432] RAX: 0000000000000000 RBX: 000000006086a950 RCX: 00007f0d4447c922
|
||||
[ 8.743434] RDX: 000000000000000d RSI: 0000000000000000 RDI: 0000000000000000
|
||||
[ 8.743436] RBP: 00007f0d44474000 R08: 00007f0d444aad80 R09: 0000000d0645e49c
|
||||
[ 8.743438] R10: 00007f0d44474000 R11: 000000001db80bc4 R12: 0000000d0645e4da
|
||||
[ 8.743440] R13: 0000000d0645e49c R14: 0000000000000000 R15: 00007f0d4443c8c0
|
||||
[ 8.743444] </TASK>
|
||||
[ 8.743446] handlers:
|
||||
[ 8.743447] [<00000000211e246e>] uio_interrupt [uio]
|
||||
[ 8.743456] Disabling IRQ #28
|
||||
[ 9.513100] igc 0000:01:00.0 enp1s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
|
||||
[ 9.736827] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
|
936
static/assets/r86s/dmesg-x520.txt
Normal file
936
static/assets/r86s/dmesg-x520.txt
Normal file
@ -0,0 +1,936 @@
|
||||
[ 0.000000] microcode: microcode updated early to revision 0x24000026, date = 2023-09-26
|
||||
[ 0.000000] Linux version 6.1.0-22-amd64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21)
|
||||
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-22-amd64 root=UUID=403c0fbb-1e4e-4461-aac8-a4085d0269f4 ro isolcpus=1-3 iommu=on intel_iommu=on mlx4_core.log_num_mgm_entry_size=-1
|
||||
[ 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-0x000000000009efff] usable
|
||||
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000006ffaffff] usable
|
||||
[ 0.000000] BIOS-e820: [mem 0x000000006ffb0000-0x00000000724affff] reserved
|
||||
[ 0.000000] BIOS-e820: [mem 0x00000000724b0000-0x000000007272ffff] ACPI data
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000072730000-0x000000007282ffff] ACPI NVS
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000072830000-0x0000000072dfefff] reserved
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000072dff000-0x0000000072efefff] type 20
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000072eff000-0x0000000072efffff] usable
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000072f00000-0x000000007fbfffff] 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-0x00000008803fffff] usable
|
||||
[ 0.000000] NX (Execute Disable) protection: active
|
||||
[ 0.000000] efi: EFI v2.70 by American Megatrends
|
||||
[ 0.000000] efi: ACPI=0x727da000 ACPI 2.0=0x727da014 TPMFinalLog=0x727dd000 SMBIOS=0x72c7c000 SMBIOS 3.0=0x72c7b000 MEMATTR=0x6c781418 ESRT=0x6eec3c98 MOKvar=0x72c50000
|
||||
[ 0.000000] secureboot: Secure boot disabled
|
||||
[ 0.000000] SMBIOS 3.5.0 present.
|
||||
[ 0.000000] DMI: GoWin Solution R86S/R86S, BIOS JSP18422 05/14/2023
|
||||
[ 0.000000] tsc: Detected 2000.000 MHz processor
|
||||
[ 0.000000] tsc: Detected 1996.800 MHz TSC
|
||||
[ 0.000164] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
|
||||
[ 0.000167] e820: remove [mem 0x000a0000-0x000fffff] usable
|
||||
[ 0.000173] last_pfn = 0x880400 max_arch_pfn = 0x400000000
|
||||
[ 0.000239] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
|
||||
[ 0.000449] last_pfn = 0x72f00 max_arch_pfn = 0x400000000
|
||||
[ 0.008510] esrt: Reserving ESRT space from 0x000000006eec3c98 to 0x000000006eec3cd0.
|
||||
[ 0.008515] e820: update [mem 0x6eec3000-0x6eec3fff] usable ==> reserved
|
||||
[ 0.009093] RAMDISK: [mem 0x33369000-0x359abfff]
|
||||
[ 0.009098] ACPI: Early table checksum verification disabled
|
||||
[ 0.009101] ACPI: RSDP 0x00000000727DA014 000024 (v02 ALASKA)
|
||||
[ 0.009105] ACPI: XSDT 0x00000000727D9728 0000DC (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009110] ACPI: FACP 0x000000007272C000 000114 (v06 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009115] ACPI: DSDT 0x00000000726E6000 045F74 (v02 ALASKA A M I 01072009 INTL 20191018)
|
||||
[ 0.009117] ACPI: FACS 0x000000007282E000 000040
|
||||
[ 0.009120] ACPI: MCFG 0x000000007272D000 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
|
||||
[ 0.009122] ACPI: FIDT 0x00000000726E5000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
|
||||
[ 0.009124] ACPI: SSDT 0x00000000726E2000 0025EE (v02 CpuRef CpuSsdt 00003000 INTL 20191018)
|
||||
[ 0.009127] ACPI: SSDT 0x000000007272E000 001CCD (v02 SaSsdt SaSsdt 00003000 INTL 20191018)
|
||||
[ 0.009129] ACPI: SSDT 0x00000000726DE000 0032CD (v02 INTEL IgfxSsdt 00003000 INTL 20191018)
|
||||
[ 0.009132] ACPI: HPET 0x00000000726DD000 000038 (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009134] ACPI: APIC 0x00000000726DC000 00012C (v05 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009137] ACPI: PRAM 0x00000000726DB000 000030 (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009139] ACPI: SSDT 0x00000000726DA000 000EF4 (v02 ALASKA Ther_Rvp 00001000 INTL 20191018)
|
||||
[ 0.009141] ACPI: SSDT 0x00000000726D7000 002FC0 (v02 INTEL xh_jslv2 00000000 INTL 20191018)
|
||||
[ 0.009144] ACPI: NHLT 0x00000000726D5000 001771 (v00 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009146] ACPI: LPIT 0x00000000726D4000 000094 (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009148] ACPI: SSDT 0x00000000726D0000 002720 (v02 ALASKA PtidDevc 00001000 INTL 20191018)
|
||||
[ 0.009151] ACPI: SSDT 0x00000000726CF000 000122 (v02 ALASKA TbtTypeC 00000000 INTL 20191018)
|
||||
[ 0.009153] ACPI: DBGP 0x00000000726CE000 000034 (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009155] ACPI: DBG2 0x00000000726CD000 000054 (v00 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009158] ACPI: SSDT 0x00000000726CB000 0015C6 (v02 ALASKA UsbCTabl 00001000 INTL 20191018)
|
||||
[ 0.009160] ACPI: FPDT 0x00000000726C9000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
|
||||
[ 0.009162] ACPI: DMAR 0x00000000726CA000 000088 (v02 INTEL EDK2 00000002 01000013)
|
||||
[ 0.009165] ACPI: SSDT 0x00000000726C8000 000144 (v02 Intel ADebTabl 00001000 INTL 20191018)
|
||||
[ 0.009167] ACPI: TPM2 0x00000000726C7000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
|
||||
[ 0.009169] ACPI: WSMT 0x00000000726D3000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
|
||||
[ 0.009171] ACPI: Reserving FACP table memory at [mem 0x7272c000-0x7272c113]
|
||||
[ 0.009173] ACPI: Reserving DSDT table memory at [mem 0x726e6000-0x7272bf73]
|
||||
[ 0.009173] ACPI: Reserving FACS table memory at [mem 0x7282e000-0x7282e03f]
|
||||
[ 0.009174] ACPI: Reserving MCFG table memory at [mem 0x7272d000-0x7272d03b]
|
||||
[ 0.009175] ACPI: Reserving FIDT table memory at [mem 0x726e5000-0x726e509b]
|
||||
[ 0.009176] ACPI: Reserving SSDT table memory at [mem 0x726e2000-0x726e45ed]
|
||||
[ 0.009176] ACPI: Reserving SSDT table memory at [mem 0x7272e000-0x7272fccc]
|
||||
[ 0.009177] ACPI: Reserving SSDT table memory at [mem 0x726de000-0x726e12cc]
|
||||
[ 0.009178] ACPI: Reserving HPET table memory at [mem 0x726dd000-0x726dd037]
|
||||
[ 0.009178] ACPI: Reserving APIC table memory at [mem 0x726dc000-0x726dc12b]
|
||||
[ 0.009179] ACPI: Reserving PRAM table memory at [mem 0x726db000-0x726db02f]
|
||||
[ 0.009180] ACPI: Reserving SSDT table memory at [mem 0x726da000-0x726daef3]
|
||||
[ 0.009180] ACPI: Reserving SSDT table memory at [mem 0x726d7000-0x726d9fbf]
|
||||
[ 0.009181] ACPI: Reserving NHLT table memory at [mem 0x726d5000-0x726d6770]
|
||||
[ 0.009182] ACPI: Reserving LPIT table memory at [mem 0x726d4000-0x726d4093]
|
||||
[ 0.009183] ACPI: Reserving SSDT table memory at [mem 0x726d0000-0x726d271f]
|
||||
[ 0.009183] ACPI: Reserving SSDT table memory at [mem 0x726cf000-0x726cf121]
|
||||
[ 0.009184] ACPI: Reserving DBGP table memory at [mem 0x726ce000-0x726ce033]
|
||||
[ 0.009185] ACPI: Reserving DBG2 table memory at [mem 0x726cd000-0x726cd053]
|
||||
[ 0.009185] ACPI: Reserving SSDT table memory at [mem 0x726cb000-0x726cc5c5]
|
||||
[ 0.009186] ACPI: Reserving FPDT table memory at [mem 0x726c9000-0x726c9043]
|
||||
[ 0.009187] ACPI: Reserving DMAR table memory at [mem 0x726ca000-0x726ca087]
|
||||
[ 0.009188] ACPI: Reserving SSDT table memory at [mem 0x726c8000-0x726c8143]
|
||||
[ 0.009188] ACPI: Reserving TPM2 table memory at [mem 0x726c7000-0x726c704b]
|
||||
[ 0.009189] ACPI: Reserving WSMT table memory at [mem 0x726d3000-0x726d3027]
|
||||
[ 0.009327] No NUMA configuration found
|
||||
[ 0.009328] Faking a node at [mem 0x0000000000000000-0x00000008803fffff]
|
||||
[ 0.009336] NODE_DATA(0) allocated [mem 0x8803b8000-0x8803e2fff]
|
||||
[ 0.009563] Zone ranges:
|
||||
[ 0.009564] DMA [mem 0x0000000000001000-0x0000000000ffffff]
|
||||
[ 0.009566] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
|
||||
[ 0.009567] Normal [mem 0x0000000100000000-0x00000008803fffff]
|
||||
[ 0.009569] Device empty
|
||||
[ 0.009570] Movable zone start for each node
|
||||
[ 0.009572] Early memory node ranges
|
||||
[ 0.009572] node 0: [mem 0x0000000000001000-0x000000000009efff]
|
||||
[ 0.009574] node 0: [mem 0x0000000000100000-0x000000006ffaffff]
|
||||
[ 0.009575] node 0: [mem 0x0000000072eff000-0x0000000072efffff]
|
||||
[ 0.009576] node 0: [mem 0x0000000100000000-0x00000008803fffff]
|
||||
[ 0.009579] Initmem setup node 0 [mem 0x0000000000001000-0x00000008803fffff]
|
||||
[ 0.009584] On node 0, zone DMA: 1 pages in unavailable ranges
|
||||
[ 0.009611] On node 0, zone DMA: 97 pages in unavailable ranges
|
||||
[ 0.012765] On node 0, zone DMA32: 12111 pages in unavailable ranges
|
||||
[ 0.013174] On node 0, zone Normal: 20736 pages in unavailable ranges
|
||||
[ 0.013449] On node 0, zone Normal: 31744 pages in unavailable ranges
|
||||
[ 0.013469] Reserving Intel graphics memory at [mem 0x7c000000-0x7fbfffff]
|
||||
[ 0.013856] ACPI: PM-Timer IO Port: 0x1808
|
||||
[ 0.013863] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
|
||||
[ 0.013865] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
|
||||
[ 0.013866] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
|
||||
[ 0.013867] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
|
||||
[ 0.013867] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
|
||||
[ 0.013868] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
|
||||
[ 0.013868] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
|
||||
[ 0.013869] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
|
||||
[ 0.013870] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
|
||||
[ 0.013870] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
|
||||
[ 0.013871] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
|
||||
[ 0.013872] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
|
||||
[ 0.013872] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
|
||||
[ 0.013873] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
|
||||
[ 0.013873] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
|
||||
[ 0.013874] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
|
||||
[ 0.013909] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
|
||||
[ 0.013911] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
|
||||
[ 0.013913] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
|
||||
[ 0.013916] ACPI: Using ACPI (MADT) for SMP configuration information
|
||||
[ 0.013917] ACPI: HPET id: 0x8086a201 base: 0xfed00000
|
||||
[ 0.013922] TSC deadline timer available
|
||||
[ 0.013923] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
|
||||
[ 0.013939] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
|
||||
[ 0.013941] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
|
||||
[ 0.013943] PM: hibernation: Registered nosave memory: [mem 0x6eec3000-0x6eec3fff]
|
||||
[ 0.013944] PM: hibernation: Registered nosave memory: [mem 0x6ffb0000-0x724affff]
|
||||
[ 0.013945] PM: hibernation: Registered nosave memory: [mem 0x724b0000-0x7272ffff]
|
||||
[ 0.013945] PM: hibernation: Registered nosave memory: [mem 0x72730000-0x7282ffff]
|
||||
[ 0.013946] PM: hibernation: Registered nosave memory: [mem 0x72830000-0x72dfefff]
|
||||
[ 0.013947] PM: hibernation: Registered nosave memory: [mem 0x72dff000-0x72efefff]
|
||||
[ 0.013948] PM: hibernation: Registered nosave memory: [mem 0x72f00000-0x7fbfffff]
|
||||
[ 0.013949] PM: hibernation: Registered nosave memory: [mem 0x7fc00000-0xbfffffff]
|
||||
[ 0.013949] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
|
||||
[ 0.013950] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfdffffff]
|
||||
[ 0.013950] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
|
||||
[ 0.013951] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
|
||||
[ 0.013951] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
|
||||
[ 0.013952] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
|
||||
[ 0.013953] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
|
||||
[ 0.013953] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
|
||||
[ 0.013954] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
|
||||
[ 0.013954] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
|
||||
[ 0.013955] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
|
||||
[ 0.013955] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
|
||||
[ 0.013956] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
|
||||
[ 0.013958] [mem 0x7fc00000-0xbfffffff] available for PCI devices
|
||||
[ 0.013959] Booting paravirtualized kernel on bare hardware
|
||||
[ 0.013962] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
|
||||
[ 0.018347] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
|
||||
[ 0.018615] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u524288
|
||||
[ 0.018622] pcpu-alloc: s212992 r8192 d28672 u524288 alloc=1*2097152
|
||||
[ 0.018624] pcpu-alloc: [0] 0 1 2 3
|
||||
[ 0.018653] Fallback order for Node 0: 0
|
||||
[ 0.018656] Built 1 zonelists, mobility grouping on. Total pages: 8193698
|
||||
[ 0.018657] Policy zone: Normal
|
||||
[ 0.018658] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-22-amd64 root=UUID=403c0fbb-1e4e-4461-aac8-a4085d0269f4 ro isolcpus=1-3 iommu=on intel_iommu=on mlx4_core.log_num_mgm_entry_size=-1
|
||||
[ 0.018717] DMAR: IOMMU enabled
|
||||
[ 0.018740] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.1.0-22-amd64", will be passed to user space.
|
||||
[ 0.018761] random: crng init done
|
||||
[ 0.022185] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
|
||||
[ 0.023751] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
|
||||
[ 0.023787] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
|
||||
[ 0.023798] software IO TLB: area num 4.
|
||||
[ 0.050860] Memory: 1831036K/33295676K available (14342K kernel code, 2332K rwdata, 9064K rodata, 2796K init, 17404K bss, 762956K reserved, 0K cma-reserved)
|
||||
[ 0.050971] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
|
||||
[ 0.050998] ftrace: allocating 40229 entries in 158 pages
|
||||
[ 0.056018] ftrace: allocated 158 pages with 5 groups
|
||||
[ 0.056697] Dynamic Preempt: voluntary
|
||||
[ 0.056733] rcu: Preemptible hierarchical RCU implementation.
|
||||
[ 0.056734] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
|
||||
[ 0.056736] Trampoline variant of Tasks RCU enabled.
|
||||
[ 0.056736] Rude variant of Tasks RCU enabled.
|
||||
[ 0.056737] Tracing variant of Tasks RCU enabled.
|
||||
[ 0.056737] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
|
||||
[ 0.056738] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
|
||||
[ 0.060418] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
|
||||
[ 0.060684] rcu: srcu_init: Setting srcu_struct sizes based on contention.
|
||||
[ 0.060862] Console: colour dummy device 80x25
|
||||
[ 0.061101] printk: console [tty0] enabled
|
||||
[ 0.061116] ACPI: Core revision 20220331
|
||||
[ 0.061398] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
|
||||
[ 0.061494] APIC: Switch to symmetric I/O mode setup
|
||||
[ 0.061498] DMAR: Host address width 39
|
||||
[ 0.061500] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
|
||||
[ 0.061508] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 49e2ff0505e
|
||||
[ 0.061512] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
|
||||
[ 0.061518] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
|
||||
[ 0.061522] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fbfffff
|
||||
[ 0.061526] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
|
||||
[ 0.061529] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
|
||||
[ 0.061531] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
|
||||
[ 0.063296] DMAR-IR: Enabled IRQ remapping in x2apic mode
|
||||
[ 0.063303] x2apic enabled
|
||||
[ 0.063332] Switched APIC routing to cluster x2apic.
|
||||
[ 0.067841] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
|
||||
[ 0.085455] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3990bec8342, max_idle_ns: 881590769617 ns
|
||||
[ 0.085462] Calibrating delay loop (skipped), value calculated using timer frequency.. 3993.60 BogoMIPS (lpj=7987200)
|
||||
[ 0.085498] CPU0: Thermal monitoring enabled (TM1)
|
||||
[ 0.085501] x86/cpu: User Mode Instruction Prevention (UMIP) activated
|
||||
[ 0.085544] process: using mwait in idle threads
|
||||
[ 0.085547] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
|
||||
[ 0.085549] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
|
||||
[ 0.085553] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
|
||||
[ 0.085556] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
|
||||
[ 0.085558] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
|
||||
[ 0.085560] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
|
||||
[ 0.085562] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
|
||||
[ 0.085565] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
|
||||
[ 0.085568] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
|
||||
[ 0.085574] MMIO Stale Data: Mitigation: Clear CPU buffers
|
||||
[ 0.085575] Register File Data Sampling: Mitigation: Clear Register File
|
||||
[ 0.085577] SRBDS: Vulnerable: No microcode
|
||||
[ 0.085582] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
|
||||
[ 0.085585] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
|
||||
[ 0.085587] x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'compacted' format.
|
||||
[ 0.099673] Freeing SMP alternatives memory: 36K
|
||||
[ 0.099682] pid_max: default: 32768 minimum: 301
|
||||
[ 0.101123] LSM: Security Framework initializing
|
||||
[ 0.101137] landlock: Up and running.
|
||||
[ 0.101139] Yama: disabled by default; enable with sysctl kernel.yama.*
|
||||
[ 0.101169] AppArmor: AppArmor initialized
|
||||
[ 0.101173] TOMOYO Linux initialized
|
||||
[ 0.101179] LSM support for eBPF active
|
||||
[ 0.101252] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
|
||||
[ 0.101309] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
|
||||
[ 0.101765] smpboot: CPU0: Intel(R) Pentium(R) Silver N6005 @ 2.00GHz (family: 0x6, model: 0x9c, stepping: 0x0)
|
||||
[ 0.101881] cblist_init_generic: Setting adjustable number of callback queues.
|
||||
[ 0.101884] cblist_init_generic: Setting shift to 2 and lim to 1.
|
||||
[ 0.101903] cblist_init_generic: Setting adjustable number of callback queues.
|
||||
[ 0.101906] cblist_init_generic: Setting shift to 2 and lim to 1.
|
||||
[ 0.101921] cblist_init_generic: Setting adjustable number of callback queues.
|
||||
[ 0.101924] cblist_init_generic: Setting shift to 2 and lim to 1.
|
||||
[ 0.101937] Performance Events: PEBS fmt4+-baseline, PEBS-via-PT, AnyThread deprecated, Tremont events, 32-deep LBR, full-width counters, Intel PMU driver.
|
||||
[ 0.101965] ... version: 5
|
||||
[ 0.101967] ... bit width: 48
|
||||
[ 0.101968] ... generic registers: 4
|
||||
[ 0.101969] ... value mask: 0000ffffffffffff
|
||||
[ 0.101971] ... max period: 00007fffffffffff
|
||||
[ 0.101973] ... fixed-purpose events: 3
|
||||
[ 0.101974] ... event mask: 000000070000000f
|
||||
[ 0.102059] signal: max sigframe size: 1520
|
||||
[ 0.102073] Estimated ratio of average max frequency by base frequency (times 1024): 1689
|
||||
[ 0.102095] rcu: Hierarchical SRCU implementation.
|
||||
[ 0.102097] rcu: Max phase no-delay instances is 1000.
|
||||
[ 0.102491] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
|
||||
[ 0.102547] smp: Bringing up secondary CPUs ...
|
||||
[ 0.102636] x86: Booting SMP configuration:
|
||||
[ 0.102639] .... node #0, CPUs: #1 #2 #3
|
||||
[ 0.107515] smp: Brought up 1 node, 4 CPUs
|
||||
[ 0.107515] smpboot: Max logical packages: 1
|
||||
[ 0.107515] smpboot: Total of 4 processors activated (15974.40 BogoMIPS)
|
||||
[ 0.204634] node 0 deferred pages initialised in 96ms
|
||||
[ 0.205930] devtmpfs: initialized
|
||||
[ 0.205978] x86/mm: Memory block size: 128MB
|
||||
[ 0.207897] ACPI: PM: Registering ACPI NVS region [mem 0x72730000-0x7282ffff] (1048576 bytes)
|
||||
[ 0.207950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
|
||||
[ 0.207963] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
|
||||
[ 0.208002] pinctrl core: initialized pinctrl subsystem
|
||||
[ 0.208642] NET: Registered PF_NETLINK/PF_ROUTE protocol family
|
||||
[ 0.209145] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
|
||||
[ 0.209570] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
|
||||
[ 0.209995] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
|
||||
[ 0.210014] audit: initializing netlink subsys (disabled)
|
||||
[ 0.210177] thermal_sys: Registered thermal governor 'fair_share'
|
||||
[ 0.210179] thermal_sys: Registered thermal governor 'bang_bang'
|
||||
[ 0.210181] thermal_sys: Registered thermal governor 'step_wise'
|
||||
[ 0.210182] thermal_sys: Registered thermal governor 'user_space'
|
||||
[ 0.210184] thermal_sys: Registered thermal governor 'power_allocator'
|
||||
[ 0.210198] cpuidle: using governor ladder
|
||||
[ 0.210203] cpuidle: using governor menu
|
||||
[ 0.210241] audit: type=2000 audit(1720184307.148:1): state=initialized audit_enabled=0 res=1
|
||||
[ 0.210252] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
|
||||
[ 0.210252] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
|
||||
[ 0.210252] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
|
||||
[ 0.210252] PCI: Using configuration type 1 for base access
|
||||
[ 0.210252] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
|
||||
[ 0.210252] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
|
||||
[ 0.233299] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
|
||||
[ 0.233303] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
|
||||
[ 0.233564] ACPI: Added _OSI(Module Device)
|
||||
[ 0.233566] ACPI: Added _OSI(Processor Device)
|
||||
[ 0.233568] ACPI: Added _OSI(3.0 _SCP Extensions)
|
||||
[ 0.233570] ACPI: Added _OSI(Processor Aggregator Device)
|
||||
[ 0.292839] ACPI: 10 ACPI AML tables successfully acquired and loaded
|
||||
[ 0.297896] ACPI: Dynamic OEM Table Load:
|
||||
[ 0.297906] ACPI: SSDT 0xFFFF9C6A00E3B200 0001B8 (v02 PmRef Cpu0Psd 00003000 INTL 20191018)
|
||||
[ 0.298471] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
|
||||
[ 0.299622] ACPI: Dynamic OEM Table Load:
|
||||
[ 0.299628] ACPI: SSDT 0xFFFF9C6A00FAC800 000479 (v02 PmRef Cpu0Ist 00003000 INTL 20191018)
|
||||
[ 0.300533] ACPI: Dynamic OEM Table Load:
|
||||
[ 0.300540] ACPI: SSDT 0xFFFF9C6A00E0D000 0008E7 (v02 PmRef ApIst 00003000 INTL 20191018)
|
||||
[ 0.301305] ACPI: Dynamic OEM Table Load:
|
||||
[ 0.301311] ACPI: SSDT 0xFFFF9C6A00FAB000 00048A (v02 PmRef ApHwp 00003000 INTL 20191018)
|
||||
[ 0.302024] ACPI: Dynamic OEM Table Load:
|
||||
[ 0.302030] ACPI: SSDT 0xFFFF9C6A00FAD800 0004D2 (v02 PmRef ApPsd 00003000 INTL 20191018)
|
||||
[ 0.304898] ACPI: Interpreter enabled
|
||||
[ 0.304942] ACPI: PM: (supports S0 S3 S4 S5)
|
||||
[ 0.304944] ACPI: Using IOAPIC for interrupt routing
|
||||
[ 0.304981] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
|
||||
[ 0.304984] PCI: Ignoring E820 reservations for host bridge windows
|
||||
[ 0.305867] ACPI: Enabled 6 GPEs in block 00 to 7F
|
||||
[ 0.324124] ACPI: PM: Power Resource [WRST]
|
||||
[ 0.329090] ACPI: PM: Power Resource [FN00]
|
||||
[ 0.329146] ACPI: PM: Power Resource [FN01]
|
||||
[ 0.329198] ACPI: PM: Power Resource [FN02]
|
||||
[ 0.329250] ACPI: PM: Power Resource [FN03]
|
||||
[ 0.329306] ACPI: PM: Power Resource [FN04]
|
||||
[ 0.329729] ACPI: PM: Power Resource [PIN]
|
||||
[ 0.329964] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
|
||||
[ 0.329972] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
|
||||
[ 0.332092] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
|
||||
[ 0.333129] PCI host bridge to bus 0000:00
|
||||
[ 0.333133] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
|
||||
[ 0.333136] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
|
||||
[ 0.333139] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
|
||||
[ 0.333142] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
|
||||
[ 0.333145] pci_bus 0000:00: root bus resource [mem 0x7fc00000-0xbfffffff window]
|
||||
[ 0.333147] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
|
||||
[ 0.333150] pci_bus 0000:00: root bus resource [bus 00-fe]
|
||||
[ 0.333322] pci 0000:00:00.0: [8086:4e28] type 00 class 0x060000
|
||||
[ 0.333460] pci 0000:00:02.0: [8086:4e71] type 00 class 0x030000
|
||||
[ 0.333473] pci 0000:00:02.0: reg 0x10: [mem 0x6000000000-0x6000ffffff 64bit]
|
||||
[ 0.333481] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
|
||||
[ 0.333487] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
|
||||
[ 0.333509] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
|
||||
[ 0.333514] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
|
||||
[ 0.333706] pci 0000:00:14.0: [8086:4ded] type 00 class 0x0c0330
|
||||
[ 0.333727] pci 0000:00:14.0: reg 0x10: [mem 0x6001100000-0x600110ffff 64bit]
|
||||
[ 0.333799] pci 0000:00:14.0: PME# supported from D3hot D3cold
|
||||
[ 0.335007] pci 0000:00:14.2: [8086:4def] type 00 class 0x050000
|
||||
[ 0.335029] pci 0000:00:14.2: reg 0x10: [mem 0x6001118000-0x6001119fff 64bit]
|
||||
[ 0.335043] pci 0000:00:14.2: reg 0x18: [mem 0x600111d000-0x600111dfff 64bit]
|
||||
[ 0.335176] pci 0000:00:14.3: [8086:4df0] type 00 class 0x028000
|
||||
[ 0.335211] pci 0000:00:14.3: reg 0x10: [mem 0x6001114000-0x6001117fff 64bit]
|
||||
[ 0.335342] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
|
||||
[ 0.335501] pci 0000:00:16.0: [8086:4de0] type 00 class 0x078000
|
||||
[ 0.335525] pci 0000:00:16.0: reg 0x10: [mem 0x600111c000-0x600111cfff 64bit]
|
||||
[ 0.335609] pci 0000:00:16.0: PME# supported from D3hot
|
||||
[ 0.335982] pci 0000:00:1a.0: [8086:4dc4] type 00 class 0x080501
|
||||
[ 0.336008] pci 0000:00:1a.0: reg 0x10: [mem 0x600111b000-0x600111bfff 64bit]
|
||||
[ 0.336298] pci 0000:00:1c.0: [8086:4db8] type 01 class 0x060400
|
||||
[ 0.336408] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
|
||||
[ 0.336450] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
|
||||
[ 0.336909] pci 0000:00:1c.1: [8086:4db9] type 01 class 0x060400
|
||||
[ 0.337018] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
|
||||
[ 0.337059] pci 0000:00:1c.1: PTM enabled (root), 4ns granularity
|
||||
[ 0.337511] pci 0000:00:1c.2: [8086:4dba] type 01 class 0x060400
|
||||
[ 0.337621] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
|
||||
[ 0.337662] pci 0000:00:1c.2: PTM enabled (root), 4ns granularity
|
||||
[ 0.338111] pci 0000:00:1c.3: [8086:4dbb] type 01 class 0x060400
|
||||
[ 0.338220] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
|
||||
[ 0.338261] pci 0000:00:1c.3: PTM enabled (root), 4ns granularity
|
||||
[ 0.338711] pci 0000:00:1c.4: [8086:4dbc] type 01 class 0x060400
|
||||
[ 0.338813] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
|
||||
[ 0.338851] pci 0000:00:1c.4: PTM enabled (root), 4ns granularity
|
||||
[ 0.339321] pci 0000:00:1f.0: [8086:4d87] type 00 class 0x060100
|
||||
[ 0.339662] pci 0000:00:1f.3: [8086:4dc8] type 00 class 0x040300
|
||||
[ 0.339700] pci 0000:00:1f.3: reg 0x10: [mem 0x6001110000-0x6001113fff 64bit]
|
||||
[ 0.339746] pci 0000:00:1f.3: reg 0x20: [mem 0x6001000000-0x60010fffff 64bit]
|
||||
[ 0.339838] pci 0000:00:1f.3: PME# supported from D3hot D3cold
|
||||
[ 0.340219] pci 0000:00:1f.4: [8086:4da3] type 00 class 0x0c0500
|
||||
[ 0.340248] pci 0000:00:1f.4: reg 0x10: [mem 0x600111a000-0x600111a0ff 64bit]
|
||||
[ 0.340283] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
|
||||
[ 0.340484] pci 0000:00:1f.5: [8086:4da4] type 00 class 0x0c8000
|
||||
[ 0.340504] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
|
||||
[ 0.340682] pci 0000:01:00.0: [8086:125c] type 00 class 0x020000
|
||||
[ 0.340702] pci 0000:01:00.0: reg 0x10: [mem 0x80400000-0x804fffff]
|
||||
[ 0.340728] pci 0000:01:00.0: reg 0x1c: [mem 0x80500000-0x80503fff]
|
||||
[ 0.340857] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
|
||||
[ 0.341070] pci 0000:00:1c.0: PCI bridge to [bus 01]
|
||||
[ 0.341077] pci 0000:00:1c.0: bridge window [mem 0x80400000-0x805fffff]
|
||||
[ 0.341157] pci 0000:02:00.0: [8086:125c] type 00 class 0x020000
|
||||
[ 0.341177] pci 0000:02:00.0: reg 0x10: [mem 0x80200000-0x802fffff]
|
||||
[ 0.341202] pci 0000:02:00.0: reg 0x1c: [mem 0x80300000-0x80303fff]
|
||||
[ 0.341331] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
|
||||
[ 0.341561] pci 0000:00:1c.1: PCI bridge to [bus 02]
|
||||
[ 0.341567] pci 0000:00:1c.1: bridge window [mem 0x80200000-0x803fffff]
|
||||
[ 0.341647] pci 0000:03:00.0: [8086:125c] type 00 class 0x020000
|
||||
[ 0.341667] pci 0000:03:00.0: reg 0x10: [mem 0x80000000-0x800fffff]
|
||||
[ 0.341693] pci 0000:03:00.0: reg 0x1c: [mem 0x80100000-0x80103fff]
|
||||
[ 0.341821] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
|
||||
[ 0.342034] pci 0000:00:1c.2: PCI bridge to [bus 03]
|
||||
[ 0.342040] pci 0000:00:1c.2: bridge window [mem 0x80000000-0x801fffff]
|
||||
[ 0.342137] pci 0000:04:00.0: [144d:a80a] type 00 class 0x010802
|
||||
[ 0.342164] pci 0000:04:00.0: reg 0x10: [mem 0x80600000-0x80603fff 64bit]
|
||||
[ 0.342434] pci 0000:04:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:1c.3 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
|
||||
[ 0.342569] pci 0000:00:1c.3: PCI bridge to [bus 04]
|
||||
[ 0.342575] pci 0000:00:1c.3: bridge window [mem 0x80600000-0x806fffff]
|
||||
[ 0.342644] pci 0000:05:00.0: [8086:10fb] type 00 class 0x020000
|
||||
[ 0.342669] pci 0000:05:00.0: reg 0x10: [mem 0x7fd00000-0x7fdfffff 64bit]
|
||||
[ 0.342680] pci 0000:05:00.0: reg 0x18: [io 0x3020-0x303f]
|
||||
[ 0.342706] pci 0000:05:00.0: reg 0x20: [mem 0x7ff04000-0x7ff07fff 64bit]
|
||||
[ 0.342718] pci 0000:05:00.0: reg 0x30: [mem 0x7fe80000-0x7fefffff pref]
|
||||
[ 0.342801] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
|
||||
[ 0.342846] pci 0000:05:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit pref]
|
||||
[ 0.342849] pci 0000:05:00.0: VF(n) BAR0 space: [mem 0x00000000-0x000fffff 64bit pref] (contains BAR0 for 64 VFs)
|
||||
[ 0.342874] pci 0000:05:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref]
|
||||
[ 0.342876] pci 0000:05:00.0: VF(n) BAR3 space: [mem 0x00000000-0x000fffff 64bit pref] (contains BAR3 for 64 VFs)
|
||||
[ 0.343163] pci 0000:05:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:1c.4 (capable of 32.000 Gb/s with 5.0 GT/s PCIe x8 link)
|
||||
[ 0.343270] pci 0000:05:00.1: [8086:10fb] type 00 class 0x020000
|
||||
[ 0.343295] pci 0000:05:00.1: reg 0x10: [mem 0x7fc00000-0x7fcfffff 64bit]
|
||||
[ 0.343306] pci 0000:05:00.1: reg 0x18: [io 0x3000-0x301f]
|
||||
[ 0.343332] pci 0000:05:00.1: reg 0x20: [mem 0x7ff00000-0x7ff03fff 64bit]
|
||||
[ 0.343344] pci 0000:05:00.1: reg 0x30: [mem 0x7fe00000-0x7fe7ffff pref]
|
||||
[ 0.343428] pci 0000:05:00.1: PME# supported from D0 D3hot D3cold
|
||||
[ 0.343466] pci 0000:05:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit pref]
|
||||
[ 0.343468] pci 0000:05:00.1: VF(n) BAR0 space: [mem 0x00000000-0x000fffff 64bit pref] (contains BAR0 for 64 VFs)
|
||||
[ 0.343493] pci 0000:05:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref]
|
||||
[ 0.343496] pci 0000:05:00.1: VF(n) BAR3 space: [mem 0x00000000-0x000fffff 64bit pref] (contains BAR3 for 64 VFs)
|
||||
[ 0.343861] pci 0000:00:1c.4: PCI bridge to [bus 05]
|
||||
[ 0.343866] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
|
||||
[ 0.343870] pci 0000:00:1c.4: bridge window [mem 0x7fc00000-0x7fffffff]
|
||||
[ 0.344812] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
|
||||
[ 0.344887] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
|
||||
[ 0.344960] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
|
||||
[ 0.345033] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
|
||||
[ 0.345105] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
|
||||
[ 0.345177] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
|
||||
[ 0.345250] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
|
||||
[ 0.345322] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
|
||||
[ 0.353144] iommu: Default domain type: Translated
|
||||
[ 0.353150] iommu: DMA domain TLB invalidation policy: lazy mode
|
||||
[ 0.353209] pps_core: LinuxPPS API ver. 1 registered
|
||||
[ 0.353211] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
|
||||
[ 0.353216] PTP clock support registered
|
||||
[ 0.353224] EDAC MC: Ver: 3.0.0
|
||||
[ 0.353485] Registered efivars operations
|
||||
[ 0.353732] NetLabel: Initializing
|
||||
[ 0.353735] NetLabel: domain hash size = 128
|
||||
[ 0.353736] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
|
||||
[ 0.353752] NetLabel: unlabeled traffic allowed by default
|
||||
[ 0.353754] PCI: Using ACPI for IRQ routing
|
||||
[ 0.372291] PCI: pci_cache_line_size set to 64 bytes
|
||||
[ 0.372409] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
|
||||
[ 0.372512] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
|
||||
[ 0.372514] e820: reserve RAM buffer [mem 0x6eec3000-0x6fffffff]
|
||||
[ 0.372515] e820: reserve RAM buffer [mem 0x6ffb0000-0x6fffffff]
|
||||
[ 0.372516] e820: reserve RAM buffer [mem 0x72f00000-0x73ffffff]
|
||||
[ 0.372517] e820: reserve RAM buffer [mem 0x880400000-0x883ffffff]
|
||||
[ 0.372554] pci 0000:00:02.0: vgaarb: setting as boot VGA device
|
||||
[ 0.372557] pci 0000:00:02.0: vgaarb: bridge control possible
|
||||
[ 0.372559] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
|
||||
[ 0.372563] vgaarb: loaded
|
||||
[ 0.374191] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
|
||||
[ 0.374204] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
|
||||
[ 0.379534] clocksource: Switched to clocksource tsc-early
|
||||
[ 0.384449] VFS: Disk quotas dquot_6.6.0
|
||||
[ 0.384467] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
|
||||
[ 0.384577] AppArmor: AppArmor Filesystem Enabled
|
||||
[ 0.384597] pnp: PnP ACPI init
|
||||
[ 0.384866] system 00:00: [io 0x0680-0x069f] has been reserved
|
||||
[ 0.384871] system 00:00: [io 0x164e-0x164f] has been reserved
|
||||
[ 0.384973] system 00:01: [io 0x1854-0x1857] has been reserved
|
||||
[ 0.385619] system 00:02: [mem 0xfea80000-0xfeafffff] has been reserved
|
||||
[ 0.385623] system 00:02: [mem 0xfeda0000-0xfeda0fff] has been reserved
|
||||
[ 0.385625] system 00:02: [mem 0xfeda1000-0xfeda1fff] has been reserved
|
||||
[ 0.385628] system 00:02: [mem 0xc0000000-0xcfffffff] has been reserved
|
||||
[ 0.385631] system 00:02: [mem 0xfed20000-0xfed7ffff] could not be reserved
|
||||
[ 0.385633] system 00:02: [mem 0xfed90000-0xfed93fff] could not be reserved
|
||||
[ 0.385635] system 00:02: [mem 0xfed45000-0xfed8ffff] could not be reserved
|
||||
[ 0.385638] system 00:02: [mem 0xfee00000-0xfeefffff] could not be reserved
|
||||
[ 0.386328] system 00:03: [io 0x1800-0x18fe] could not be reserved
|
||||
[ 0.386332] system 00:03: [mem 0xfe000000-0xfe01ffff] could not be reserved
|
||||
[ 0.386335] system 00:03: [mem 0xfe04c000-0xfe04ffff] has been reserved
|
||||
[ 0.386337] system 00:03: [mem 0xfe050000-0xfe0affff] has been reserved
|
||||
[ 0.386340] system 00:03: [mem 0xfe0d0000-0xfe0fffff] has been reserved
|
||||
[ 0.386342] system 00:03: [mem 0xfe200000-0xfe7fffff] has been reserved
|
||||
[ 0.386345] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
|
||||
[ 0.386347] system 00:03: [mem 0xfd000000-0xfd68ffff] has been reserved
|
||||
[ 0.386349] system 00:03: [mem 0xfd6b0000-0xfd6cffff] has been reserved
|
||||
[ 0.386352] system 00:03: [mem 0xfd6f0000-0xfdffffff] has been reserved
|
||||
[ 0.386592] system 00:04: [io 0x2000-0x20fe] has been reserved
|
||||
[ 0.386912] pnp: PnP ACPI: found 6 devices
|
||||
[ 0.392253] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
|
||||
[ 0.392327] NET: Registered PF_INET protocol family
|
||||
[ 0.392585] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
|
||||
[ 0.395921] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
|
||||
[ 0.395973] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
|
||||
[ 0.396192] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
|
||||
[ 0.396792] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
|
||||
[ 0.396947] TCP: Hash tables configured (established 262144 bind 65536)
|
||||
[ 0.397140] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
|
||||
[ 0.397254] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
|
||||
[ 0.397365] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
|
||||
[ 0.397446] NET: Registered PF_UNIX/PF_LOCAL protocol family
|
||||
[ 0.397460] NET: Registered PF_XDP protocol family
|
||||
[ 0.397471] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
|
||||
[ 0.397486] pci 0000:00:1c.4: BAR 15: assigned [mem 0x4010000000-0x40103fffff 64bit pref]
|
||||
[ 0.397491] pci 0000:00:1f.5: BAR 0: assigned [mem 0x80700000-0x80700fff]
|
||||
[ 0.397502] pci 0000:00:1c.0: PCI bridge to [bus 01]
|
||||
[ 0.397508] pci 0000:00:1c.0: bridge window [mem 0x80400000-0x805fffff]
|
||||
[ 0.397517] pci 0000:00:1c.1: PCI bridge to [bus 02]
|
||||
[ 0.397521] pci 0000:00:1c.1: bridge window [mem 0x80200000-0x803fffff]
|
||||
[ 0.397530] pci 0000:00:1c.2: PCI bridge to [bus 03]
|
||||
[ 0.397535] pci 0000:00:1c.2: bridge window [mem 0x80000000-0x801fffff]
|
||||
[ 0.397543] pci 0000:00:1c.3: PCI bridge to [bus 04]
|
||||
[ 0.397547] pci 0000:00:1c.3: bridge window [mem 0x80600000-0x806fffff]
|
||||
[ 0.397557] pci 0000:05:00.0: BAR 7: assigned [mem 0x4010000000-0x40100fffff 64bit pref]
|
||||
[ 0.397564] pci 0000:05:00.0: BAR 10: assigned [mem 0x4010100000-0x40101fffff 64bit pref]
|
||||
[ 0.397571] pci 0000:05:00.1: BAR 7: assigned [mem 0x4010200000-0x40102fffff 64bit pref]
|
||||
[ 0.397577] pci 0000:05:00.1: BAR 10: assigned [mem 0x4010300000-0x40103fffff 64bit pref]
|
||||
[ 0.397583] pci 0000:00:1c.4: PCI bridge to [bus 05]
|
||||
[ 0.397586] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
|
||||
[ 0.397591] pci 0000:00:1c.4: bridge window [mem 0x7fc00000-0x7fffffff]
|
||||
[ 0.397595] pci 0000:00:1c.4: bridge window [mem 0x4010000000-0x40103fffff 64bit pref]
|
||||
[ 0.397601] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
|
||||
[ 0.397604] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
|
||||
[ 0.397606] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
|
||||
[ 0.397608] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
|
||||
[ 0.397610] pci_bus 0000:00: resource 8 [mem 0x7fc00000-0xbfffffff window]
|
||||
[ 0.397613] pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
|
||||
[ 0.397615] pci_bus 0000:01: resource 1 [mem 0x80400000-0x805fffff]
|
||||
[ 0.397618] pci_bus 0000:02: resource 1 [mem 0x80200000-0x803fffff]
|
||||
[ 0.397620] pci_bus 0000:03: resource 1 [mem 0x80000000-0x801fffff]
|
||||
[ 0.397623] pci_bus 0000:04: resource 1 [mem 0x80600000-0x806fffff]
|
||||
[ 0.397625] pci_bus 0000:05: resource 0 [io 0x3000-0x3fff]
|
||||
[ 0.397627] pci_bus 0000:05: resource 1 [mem 0x7fc00000-0x7fffffff]
|
||||
[ 0.397629] pci_bus 0000:05: resource 2 [mem 0x4010000000-0x40103fffff 64bit pref]
|
||||
[ 0.398153] PCI: CLS 64 bytes, default 64
|
||||
[ 0.398219] Trying to unpack rootfs image as initramfs...
|
||||
[ 0.412847] DMAR: No ATSR found
|
||||
[ 0.412856] DMAR: No SATC found
|
||||
[ 0.412858] DMAR: IOMMU feature fl1gp_support inconsistent
|
||||
[ 0.412860] DMAR: IOMMU feature pgsel_inv inconsistent
|
||||
[ 0.412861] DMAR: IOMMU feature nwfs inconsistent
|
||||
[ 0.412863] DMAR: IOMMU feature pds inconsistent
|
||||
[ 0.412864] DMAR: IOMMU feature eafs inconsistent
|
||||
[ 0.412866] DMAR: IOMMU feature prs inconsistent
|
||||
[ 0.412867] DMAR: IOMMU feature nest inconsistent
|
||||
[ 0.412868] DMAR: IOMMU feature mts inconsistent
|
||||
[ 0.412870] DMAR: IOMMU feature sc_support inconsistent
|
||||
[ 0.412871] DMAR: IOMMU feature dev_iotlb_support inconsistent
|
||||
[ 0.412873] DMAR: dmar0: Using Queued invalidation
|
||||
[ 0.412879] DMAR: dmar1: Using Queued invalidation
|
||||
[ 0.413053] pci 0000:00:02.0: Adding to iommu group 0
|
||||
[ 0.413435] pci 0000:00:00.0: Adding to iommu group 1
|
||||
[ 0.413450] pci 0000:00:14.0: Adding to iommu group 2
|
||||
[ 0.413458] pci 0000:00:14.2: Adding to iommu group 2
|
||||
[ 0.413466] pci 0000:00:14.3: Adding to iommu group 3
|
||||
[ 0.413476] pci 0000:00:16.0: Adding to iommu group 4
|
||||
[ 0.413485] pci 0000:00:1a.0: Adding to iommu group 5
|
||||
[ 0.413497] pci 0000:00:1c.0: Adding to iommu group 6
|
||||
[ 0.413512] pci 0000:00:1c.1: Adding to iommu group 7
|
||||
[ 0.413523] pci 0000:00:1c.2: Adding to iommu group 8
|
||||
[ 0.413535] pci 0000:00:1c.3: Adding to iommu group 9
|
||||
[ 0.413546] pci 0000:00:1c.4: Adding to iommu group 10
|
||||
[ 0.413563] pci 0000:00:1f.0: Adding to iommu group 11
|
||||
[ 0.413571] pci 0000:00:1f.3: Adding to iommu group 11
|
||||
[ 0.413579] pci 0000:00:1f.4: Adding to iommu group 11
|
||||
[ 0.413587] pci 0000:00:1f.5: Adding to iommu group 11
|
||||
[ 0.413599] pci 0000:01:00.0: Adding to iommu group 12
|
||||
[ 0.413615] pci 0000:02:00.0: Adding to iommu group 13
|
||||
[ 0.413630] pci 0000:03:00.0: Adding to iommu group 14
|
||||
[ 0.413640] pci 0000:04:00.0: Adding to iommu group 15
|
||||
[ 0.413656] pci 0000:05:00.0: Adding to iommu group 16
|
||||
[ 0.413666] pci 0000:05:00.1: Adding to iommu group 17
|
||||
[ 0.414541] DMAR: Intel(R) Virtualization Technology for Directed I/O
|
||||
[ 0.414545] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
|
||||
[ 0.414547] software IO TLB: mapped [mem 0x0000000067200000-0x000000006b200000] (64MB)
|
||||
[ 0.414598] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3990bec8342, max_idle_ns: 881590769617 ns
|
||||
[ 0.414628] clocksource: Switched to clocksource tsc
|
||||
[ 0.414657] platform rtc_cmos: registered platform RTC device (no PNP device found)
|
||||
[ 0.415025] Initialise system trusted keyrings
|
||||
[ 0.415038] Key type blacklist registered
|
||||
[ 0.420814] workingset: timestamp_bits=36 max_order=23 bucket_order=0
|
||||
[ 0.421812] zbud: loaded
|
||||
[ 0.422011] integrity: Platform Keyring initialized
|
||||
[ 0.422018] integrity: Machine keyring initialized
|
||||
[ 0.422021] Key type asymmetric registered
|
||||
[ 0.422023] Asymmetric key parser 'x509' registered
|
||||
[ 0.679992] Freeing initrd memory: 39180K
|
||||
[ 0.683869] alg: self-tests for CTR-KDF (hmac(sha256)) passed
|
||||
[ 0.683901] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
|
||||
[ 0.683930] io scheduler mq-deadline registered
|
||||
[ 0.684921] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
|
||||
[ 0.685146] pcieport 0000:00:1c.1: PME: Signaling with IRQ 123
|
||||
[ 0.685357] pcieport 0000:00:1c.2: PME: Signaling with IRQ 124
|
||||
[ 0.685558] pcieport 0000:00:1c.3: PME: Signaling with IRQ 125
|
||||
[ 0.685751] pcieport 0000:00:1c.4: PME: Signaling with IRQ 126
|
||||
[ 0.685850] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
|
||||
[ 0.686353] thermal LNXTHERM:00: registered as thermal_zone0
|
||||
[ 0.686358] ACPI: thermal: Thermal Zone [TZ00] (28 C)
|
||||
[ 0.686466] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
|
||||
[ 0.686898] Linux agpgart interface v0.103
|
||||
[ 0.694639] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
|
||||
[ 0.694869] i8042: PNP: No PS/2 controller found.
|
||||
[ 0.694907] mousedev: PS/2 mouse device common for all mice
|
||||
[ 0.694932] rtc_cmos rtc_cmos: RTC can wake from S4
|
||||
[ 0.695640] rtc_cmos rtc_cmos: registered as rtc0
|
||||
[ 0.695781] rtc_cmos rtc_cmos: setting system clock to 2024-07-05T12:58:28 UTC (1720184308)
|
||||
[ 0.695808] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
|
||||
[ 0.695849] intel_pstate: Intel P-state driver initializing
|
||||
[ 0.695972] intel_pstate: HWP enabled
|
||||
[ 0.695998] ledtrig-cpu: registered to indicate activity on CPUs
|
||||
[ 0.705268] NET: Registered PF_INET6 protocol family
|
||||
[ 0.708959] Segment Routing with IPv6
|
||||
[ 0.708977] In-situ OAM (IOAM) with IPv6
|
||||
[ 0.708998] mip6: Mobile IPv6
|
||||
[ 0.709004] NET: Registered PF_PACKET protocol family
|
||||
[ 0.709028] mpls_gso: MPLS GSO support
|
||||
[ 0.709276] microcode: sig=0x906c0, pf=0x1, revision=0x24000026
|
||||
[ 0.709291] microcode: Microcode Update Driver: v2.2.
|
||||
[ 0.709324] resctrl: L2 allocation detected
|
||||
[ 0.709332] IPI shorthand broadcast: enabled
|
||||
[ 0.709353] sched_clock: Marking stable (708675810, 639809)->(712716128, -3400509)
|
||||
[ 0.709456] registered taskstats version 1
|
||||
[ 0.709466] Loading compiled-in X.509 certificates
|
||||
[ 0.729017] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
|
||||
[ 0.729034] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
|
||||
[ 0.729296] zswap: loaded using pool lzo/zbud
|
||||
[ 0.729406] Key type .fscrypt registered
|
||||
[ 0.729408] Key type fscrypt-provisioning registered
|
||||
[ 0.732738] Key type encrypted registered
|
||||
[ 0.732748] AppArmor: AppArmor sha1 policy hashing enabled
|
||||
[ 0.732981] ima: Allocated hash algorithm: sha256
|
||||
[ 0.749909] ima: No architecture policies found
|
||||
[ 0.749921] evm: Initialising EVM extended attributes:
|
||||
[ 0.749922] evm: security.selinux
|
||||
[ 0.749924] evm: security.SMACK64 (disabled)
|
||||
[ 0.749926] evm: security.SMACK64EXEC (disabled)
|
||||
[ 0.749927] evm: security.SMACK64TRANSMUTE (disabled)
|
||||
[ 0.749929] evm: security.SMACK64MMAP (disabled)
|
||||
[ 0.749930] evm: security.apparmor
|
||||
[ 0.749932] evm: security.ima
|
||||
[ 0.749933] evm: security.capability
|
||||
[ 0.749934] evm: HMAC attrs: 0x1
|
||||
[ 0.856554] clk: Disabling unused clocks
|
||||
[ 0.857438] Freeing unused decrypted memory: 2036K
|
||||
[ 0.857897] Freeing unused kernel image (initmem) memory: 2796K
|
||||
[ 0.857902] Write protecting the kernel read-only data: 26624k
|
||||
[ 0.858346] Freeing unused kernel image (text/rodata gap) memory: 2040K
|
||||
[ 0.858539] Freeing unused kernel image (rodata/data gap) memory: 1176K
|
||||
[ 0.869113] x86/mm: Checked W+X mappings: passed, no W+X pages found.
|
||||
[ 0.869150] Run /init as init process
|
||||
[ 0.869153] with arguments:
|
||||
[ 0.869154] /init
|
||||
[ 0.869155] with environment:
|
||||
[ 0.869156] HOME=/
|
||||
[ 0.869157] TERM=linux
|
||||
[ 0.869157] BOOT_IMAGE=/boot/vmlinuz-6.1.0-22-amd64
|
||||
[ 1.047732] Intel(R) 2.5G Ethernet Linux Driver
|
||||
[ 1.047741] Copyright(c) 2018 Intel Corporation.
|
||||
[ 1.047779] igc 0000:01:00.0: enabling device (0000 -> 0002)
|
||||
[ 1.047921] igc 0000:01:00.0: PTM enabled, 4ns granularity
|
||||
[ 1.102562] dca service started, version 1.12.1
|
||||
[ 1.110676] i801_smbus 0000:00:1f.4: SPD Write Disable is set
|
||||
[ 1.110767] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
|
||||
[ 1.111991] i2c i2c-0: 2/2 memory slots populated (from DMI)
|
||||
[ 1.151608] ACPI: bus type USB registered
|
||||
[ 1.151637] usbcore: registered new interface driver usbfs
|
||||
[ 1.151644] usbcore: registered new interface driver hub
|
||||
[ 1.151659] usbcore: registered new device driver usb
|
||||
[ 1.173039] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
|
||||
[ 1.173049] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
|
||||
[ 1.241021] pps pps0: new PPS source ptp0
|
||||
[ 1.241078] igc 0000:01:00.0 (unnamed net_device) (uninitialized): PHC added
|
||||
[ 1.266099] igc 0000:01:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
|
||||
[ 1.266104] igc 0000:01:00.0 eth0: MAC: 00:f0:cb:fe:b5:5c
|
||||
[ 1.266190] igc 0000:02:00.0: enabling device (0000 -> 0002)
|
||||
[ 1.266314] igc 0000:02:00.0: PTM enabled, 4ns granularity
|
||||
[ 1.312647] i801_smbus 0000:00:1f.4: Transaction timeout
|
||||
[ 1.313125] pps pps1: new PPS source ptp1
|
||||
[ 1.313173] igc 0000:02:00.0 (unnamed net_device) (uninitialized): PHC added
|
||||
[ 1.314710] i801_smbus 0000:00:1f.4: Failed terminating the transaction
|
||||
[ 1.314793] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
|
||||
[ 1.327287] sdhci: Secure Digital Host Controller Interface driver
|
||||
[ 1.327294] sdhci: Copyright(c) Pierre Ossman
|
||||
[ 1.334331] sdhci-pci 0000:00:1a.0: SDHCI controller found [8086:4dc4] (rev 1)
|
||||
[ 1.334867] mmc0: CQHCI version 5.10
|
||||
[ 1.345240] xhci_hcd 0000:00:14.0: xHCI Host Controller
|
||||
[ 1.345253] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
|
||||
[ 1.346413] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
|
||||
[ 1.347003] igc 0000:02:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
|
||||
[ 1.347008] igc 0000:02:00.0 eth1: MAC: 00:f0:cb:fe:b5:5d
|
||||
[ 1.347082] igc 0000:03:00.0: enabling device (0000 -> 0002)
|
||||
[ 1.347168] igc 0000:03:00.0: PTM enabled, 4ns granularity
|
||||
[ 1.374299] xhci_hcd 0000:00:14.0: xHCI Host Controller
|
||||
[ 1.374311] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
|
||||
[ 1.374317] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
|
||||
[ 1.374373] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
|
||||
[ 1.374377] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
||||
[ 1.374381] usb usb1: Product: xHCI Host Controller
|
||||
[ 1.374383] usb usb1: Manufacturer: Linux 6.1.0-22-amd64 xhci-hcd
|
||||
[ 1.374385] usb usb1: SerialNumber: 0000:00:14.0
|
||||
[ 1.374588] hub 1-0:1.0: USB hub found
|
||||
[ 1.374607] hub 1-0:1.0: 8 ports detected
|
||||
[ 1.377257] mmc0: SDHCI controller on PCI [0000:00:1a.0] using ADMA 64-bit
|
||||
[ 1.378779] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
|
||||
[ 1.378785] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
||||
[ 1.378788] usb usb2: Product: xHCI Host Controller
|
||||
[ 1.378790] usb usb2: Manufacturer: Linux 6.1.0-22-amd64 xhci-hcd
|
||||
[ 1.378792] usb usb2: SerialNumber: 0000:00:14.0
|
||||
[ 1.378924] hub 2-0:1.0: USB hub found
|
||||
[ 1.378942] hub 2-0:1.0: 6 ports detected
|
||||
[ 1.399054] nvme nvme0: pci function 0000:04:00.0
|
||||
[ 1.405048] pps pps2: new PPS source ptp2
|
||||
[ 1.405259] igc 0000:03:00.0 (unnamed net_device) (uninitialized): PHC added
|
||||
[ 1.409127] nvme nvme0: Shutdown timeout set to 10 seconds
|
||||
[ 1.411242] nvme nvme0: 4/0/0 default/read/poll queues
|
||||
[ 1.413172] nvme0n1: p1 p2 p3
|
||||
[ 1.430152] igc 0000:03:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
|
||||
[ 1.430165] igc 0000:03:00.0 eth2: MAC: 00:f0:cb:fe:b5:5e
|
||||
[ 1.444695] igc 0000:03:00.0 enp3s0: renamed from eth2
|
||||
[ 1.476664] igc 0000:02:00.0 enp2s0: renamed from eth1
|
||||
[ 1.508702] igc 0000:01:00.0 enp1s0: renamed from eth0
|
||||
[ 1.521352] mmc0: Command Queue Engine enabled
|
||||
[ 1.521358] mmc0: new HS400 Enhanced strobe MMC card at address 0001
|
||||
[ 1.524258] mmcblk0: mmc0:0001 SCA128 117 GiB
|
||||
[ 1.529736] GPT:Primary header thinks Alt. header is not at the end of the disk.
|
||||
[ 1.529742] GPT:4982334 != 244318207
|
||||
[ 1.529744] GPT:Alternate GPT header not at the end of the disk.
|
||||
[ 1.529745] GPT:4982334 != 244318207
|
||||
[ 1.529747] GPT: Use GNU Parted to correct GPT errors.
|
||||
[ 1.529754] mmcblk0: p1 p2 p3 p128
|
||||
[ 1.529939] mmcblk0boot0: mmc0:0001 SCA128 4.00 MiB
|
||||
[ 1.530563] mmcblk0boot1: mmc0:0001 SCA128 4.00 MiB
|
||||
[ 1.530879] mmcblk0rpmb: mmc0:0001 SCA128 4.00 MiB, chardev (244:0)
|
||||
[ 1.632647] usb 1-8: new full-speed USB device number 2 using xhci_hcd
|
||||
[ 1.781897] usb 1-8: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
|
||||
[ 1.781902] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
|
||||
[ 2.385507] ixgbe 0000:05:00.0: Multiqueue Enabled: Rx Queue count = 4, Tx Queue count = 4 XDP Queue count = 0
|
||||
[ 2.385878] ixgbe 0000:05:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:1c.4 (capable of 32.000 Gb/s with 5.0 GT/s PCIe x8 link)
|
||||
[ 2.386211] ixgbe 0000:05:00.0: MAC: 2, PHY: 1, PBA No: H31656-000
|
||||
[ 2.386214] ixgbe 0000:05:00.0: 90:e2:ba:c5:c9:38
|
||||
[ 2.391559] ixgbe 0000:05:00.0: Intel(R) 10 Gigabit Network Connection
|
||||
[ 3.585457] ixgbe 0000:05:00.1: Multiqueue Enabled: Rx Queue count = 4, Tx Queue count = 4 XDP Queue count = 0
|
||||
[ 3.585766] ixgbe 0000:05:00.1: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:1c.4 (capable of 32.000 Gb/s with 5.0 GT/s PCIe x8 link)
|
||||
[ 3.586099] ixgbe 0000:05:00.1: MAC: 2, PHY: 1, PBA No: H31656-000
|
||||
[ 3.586102] ixgbe 0000:05:00.1: 90:e2:ba:c5:c9:39
|
||||
[ 3.591856] ixgbe 0000:05:00.1: Intel(R) 10 Gigabit Network Connection
|
||||
[ 3.612670] ixgbe 0000:05:00.0 enp5s0f0: renamed from eth0
|
||||
[ 3.644710] ixgbe 0000:05:00.1 enp5s0f1: renamed from eth1
|
||||
[ 3.704560] PM: Image not found (code -22)
|
||||
[ 4.557831] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.
|
||||
[ 4.591343] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
|
||||
[ 4.632752] systemd[1]: Inserted module 'autofs4'
|
||||
[ 4.655047] systemd[1]: systemd 252.26-1~deb12u2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
|
||||
[ 4.655062] systemd[1]: Detected architecture x86-64.
|
||||
[ 4.655874] systemd[1]: Hostname set to <r86s>.
|
||||
[ 4.798198] systemd[1]: Queued start job for default target graphical.target.
|
||||
[ 4.813425] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
|
||||
[ 4.813794] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
|
||||
[ 4.814043] systemd[1]: Created slice user.slice - User and Session Slice.
|
||||
[ 4.814143] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
|
||||
[ 4.814220] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
|
||||
[ 4.814399] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
|
||||
[ 4.814453] systemd[1]: Expecting device dev-disk-by\x2duuid-0741\x2dF11D.device - /dev/disk/by-uuid/0741-F11D...
|
||||
[ 4.814489] systemd[1]: Expecting device dev-disk-by\x2duuid-09c39ac3\x2d4a61\x2d4cde\x2d8aea\x2dff8f64190ff3.device - /dev/disk/by-uuid/09c39ac3-4a61-4cde-8aea-ff8f64190ff3...
|
||||
[ 4.814528] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
|
||||
[ 4.814572] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
|
||||
[ 4.814615] systemd[1]: Reached target paths.target - Path Units.
|
||||
[ 4.814657] systemd[1]: Reached target remote-fs.target - Remote File Systems.
|
||||
[ 4.814696] systemd[1]: Reached target slices.target - Slice Units.
|
||||
[ 4.814748] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
|
||||
[ 4.814895] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
|
||||
[ 4.814990] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
|
||||
[ 4.815233] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
|
||||
[ 4.815375] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
|
||||
[ 4.815513] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
|
||||
[ 4.815803] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
|
||||
[ 4.815937] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
|
||||
[ 4.816764] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
|
||||
[ 4.817526] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
|
||||
[ 4.818302] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
|
||||
[ 4.819090] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
|
||||
[ 4.820177] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
|
||||
[ 4.821007] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
|
||||
[ 4.821861] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
|
||||
[ 4.822685] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
|
||||
[ 4.823493] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
|
||||
[ 4.824296] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
|
||||
[ 4.825152] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
|
||||
[ 4.826005] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
|
||||
[ 4.826101] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
|
||||
[ 4.827385] systemd[1]: Starting systemd-journald.service - Journal Service...
|
||||
[ 4.849227] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
|
||||
[ 4.850050] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
|
||||
[ 4.850830] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
|
||||
[ 4.858490] loop: module loaded
|
||||
[ 4.871168] pstore: Using crash dump compression: deflate
|
||||
[ 4.875157] pstore: Registered efi as persistent store backend
|
||||
[ 4.896915] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
|
||||
[ 4.897089] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
|
||||
[ 4.897208] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
|
||||
[ 4.897315] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
|
||||
[ 4.897545] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
|
||||
[ 4.897854] systemd[1]: modprobe@configfs.service: Deactivated successfully.
|
||||
[ 4.897981] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
|
||||
[ 4.898244] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
|
||||
[ 4.898363] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
|
||||
[ 4.898627] systemd[1]: modprobe@loop.service: Deactivated successfully.
|
||||
[ 4.898736] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
|
||||
[ 4.899695] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
|
||||
[ 4.908047] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
|
||||
[ 4.908081] device-mapper: uevent: version 1.0.3
|
||||
[ 4.926322] fuse: init (API version 7.37)
|
||||
[ 4.927430] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
|
||||
[ 4.933664] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
|
||||
[ 4.934344] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
|
||||
[ 4.934506] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
|
||||
[ 4.934712] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
|
||||
[ 4.937945] systemd[1]: modprobe@fuse.service: Deactivated successfully.
|
||||
[ 4.938083] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
|
||||
[ 4.938976] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
|
||||
[ 4.949447] EXT4-fs (nvme0n1p2): re-mounted. Quota mode: none.
|
||||
[ 4.951126] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
|
||||
[ 4.951328] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
|
||||
[ 4.951365] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
|
||||
[ 4.952158] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
|
||||
[ 4.953207] systemd[1]: Starting systemd-sysusers.service - Create System Users...
|
||||
[ 4.963995] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
|
||||
[ 4.979604] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
|
||||
[ 4.980615] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
|
||||
[ 5.010943] systemd[1]: Finished systemd-sysusers.service - Create System Users.
|
||||
[ 5.011887] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
|
||||
[ 5.013733] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed.
|
||||
[ 5.013883] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
|
||||
[ 5.014678] ACPI: bus type drm_connector registered
|
||||
[ 5.025491] systemd[1]: modprobe@drm.service: Deactivated successfully.
|
||||
[ 5.025648] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
|
||||
[ 5.064889] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
|
||||
[ 5.081078] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
|
||||
[ 5.141740] systemd[1]: Started systemd-journald.service - Journal Service.
|
||||
[ 5.184802] systemd-journald[232]: Received client request to flush runtime journal.
|
||||
[ 5.185690] systemd-journald[232]: File /var/log/journal/c02e64dc014d4392be42cc0b4449f9d5/system.journal corrupted or uncleanly shut down, renaming and replacing.
|
||||
[ 5.489849] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
|
||||
[ 5.489895] ACPI: button: Sleep Button [SLPB]
|
||||
[ 5.489954] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
|
||||
[ 5.489975] ACPI: button: Power Button [PWRB]
|
||||
[ 5.490011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
|
||||
[ 5.490045] ACPI: button: Power Button [PWRF]
|
||||
[ 5.490130] intel_pmc_core INT33A1:00: initialized
|
||||
[ 5.644161] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
|
||||
[ 5.702831] input: PC Speaker as /devices/platform/pcspkr/input/input3
|
||||
[ 5.737820] iTCO_vendor_support: vendor-support=0
|
||||
[ 5.742845] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
|
||||
[ 5.748434] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
|
||||
[ 5.798581] cryptd: max_cpu_qlen set to 1000
|
||||
[ 5.830512] SSE version of gcm_enc/dec engaged.
|
||||
[ 5.928793] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
|
||||
[ 6.037257] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
|
||||
[ 6.045614] Adding 1000444k swap on /dev/nvme0n1p3. Priority:-2 extents:1 across:1000444k SSFS
|
||||
[ 6.168108] cfg80211: Loading compiled-in X.509 certificates for regulatory database
|
||||
[ 6.168333] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
|
||||
[ 6.168530] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
|
||||
[ 6.168887] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
|
||||
[ 6.169081] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
|
||||
[ 6.169627] platform regulatory.0: firmware: direct-loading firmware regulatory.db
|
||||
[ 6.169737] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
|
||||
[ 6.178836] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
|
||||
[ 6.299507] Intel(R) Wireless WiFi driver for Linux
|
||||
[ 6.299565] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
|
||||
[ 6.420755] iwlwifi 0000:00:14.3: firmware: direct-loading firmware iwlwifi-QuZ-a0-hr-b0-72.ucode
|
||||
[ 6.420782] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
|
||||
[ 6.420799] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
|
||||
[ 6.421201] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
|
||||
[ 6.421206] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
|
||||
[ 6.421218] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
|
||||
[ 6.421222] iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 QuZ-a0-hr-b0-72.ucode op_mode iwlmvm
|
||||
[ 6.440159] audit: type=1400 audit(1720184314.239:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=405 comm="apparmor_parser"
|
||||
[ 6.442882] audit: type=1400 audit(1720184314.243:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=406 comm="apparmor_parser"
|
||||
[ 6.442889] audit: type=1400 audit(1720184314.243:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=406 comm="apparmor_parser"
|
||||
[ 6.445012] audit: type=1400 audit(1720184314.247:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=408 comm="apparmor_parser"
|
||||
[ 6.445019] audit: type=1400 audit(1720184314.247:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=408 comm="apparmor_parser"
|
||||
[ 6.445024] audit: type=1400 audit(1720184314.247:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=408 comm="apparmor_parser"
|
||||
[ 6.469097] audit: type=1400 audit(1720184314.271:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=407 comm="apparmor_parser"
|
||||
[ 6.469110] audit: type=1400 audit(1720184314.271:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=407 comm="apparmor_parser"
|
||||
[ 6.469114] audit: type=1400 audit(1720184314.271:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=407 comm="apparmor_parser"
|
||||
[ 6.469118] audit: type=1400 audit(1720184314.271:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=407 comm="apparmor_parser"
|
||||
[ 6.833569] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
|
||||
[ 6.834121] thermal thermal_zone1: failed to read out thermal zone (-61)
|
||||
[ 6.947026] Bluetooth: Core ver 2.22
|
||||
[ 6.947062] NET: Registered PF_BLUETOOTH protocol family
|
||||
[ 6.947065] Bluetooth: HCI device and connection manager initialized
|
||||
[ 6.947317] Bluetooth: HCI socket layer initialized
|
||||
[ 6.947321] Bluetooth: L2CAP socket layer initialized
|
||||
[ 6.947326] Bluetooth: SCO socket layer initialized
|
||||
[ 6.968899] iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
|
||||
[ 7.038174] iwlwifi 0000:00:14.3: base HW address: 58:6c:25:4b:c8:91
|
||||
[ 7.077243] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
|
||||
[ 7.077757] usbcore: registered new interface driver btusb
|
||||
[ 7.083114] intel_rapl_common: Found RAPL domain package
|
||||
[ 7.083121] intel_rapl_common: Found RAPL domain core
|
||||
[ 7.089506] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
|
||||
[ 7.090445] Bluetooth: hci0: Device revision is 2
|
||||
[ 7.090453] Bluetooth: hci0: Secure boot is enabled
|
||||
[ 7.090455] Bluetooth: hci0: OTP lock is enabled
|
||||
[ 7.090456] Bluetooth: hci0: API lock is enabled
|
||||
[ 7.090458] Bluetooth: hci0: Debug lock is disabled
|
||||
[ 7.090459] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
|
||||
[ 7.092300] bluetooth hci0: firmware: direct-loading firmware intel/ibt-19-0-4.sfi
|
||||
[ 7.092313] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
|
||||
[ 7.092350] Bluetooth: hci0: Boot Address: 0x24800
|
||||
[ 7.092352] Bluetooth: hci0: Firmware Version: 15-45.22
|
||||
[ 7.187868] i915 0000:00:02.0: [drm] VT-d active for gfx access
|
||||
[ 7.189174] i915 0000:00:02.0: vgaarb: deactivate vga console
|
||||
[ 7.189277] i915 0000:00:02.0: [drm] Using Transparent Hugepages
|
||||
[ 7.211109] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
|
||||
[ 7.211889] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
|
||||
[ 7.364868] i915 0000:00:02.0: firmware: direct-loading firmware i915/icl_dmc_ver1_09.bin
|
||||
[ 7.365296] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/icl_dmc_ver1_09.bin (v1.9)
|
||||
[ 7.545052] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
|
||||
[ 7.546236] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
|
||||
[ 7.548145] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
|
||||
[ 7.550010] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
|
||||
[ 7.550152] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
|
||||
[ 7.550248] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
|
||||
[ 7.607550] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input5
|
||||
[ 7.607597] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
|
||||
[ 7.607685] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
|
||||
[ 7.607891] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
|
||||
[ 8.989433] Bluetooth: hci0: Waiting for firmware download to complete
|
||||
[ 8.990326] Bluetooth: hci0: Firmware loaded in 1853526 usecs
|
||||
[ 8.990360] Bluetooth: hci0: Waiting for device to boot
|
||||
[ 9.004331] Bluetooth: hci0: Device booted in 13656 usecs
|
||||
[ 9.012606] bluetooth hci0: firmware: direct-loading firmware intel/ibt-19-0-4.ddc
|
||||
[ 9.012613] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
|
||||
[ 9.014330] Bluetooth: hci0: Applying Intel DDC parameters completed
|
||||
[ 9.015332] Bluetooth: hci0: Firmware revision 0.4 build 15 week 45 2022
|
||||
[ 10.837092] igc 0000:01:00.0 enp1s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
|
||||
[ 11.052820] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
|
1238
static/assets/r86s/dmidecode.txt
Normal file
1238
static/assets/r86s/dmidecode.txt
Normal file
File diff suppressed because it is too large
Load Diff
BIN
static/assets/r86s/grafana-clocks.png
(Stored with Git LFS)
Normal file
BIN
static/assets/r86s/grafana-clocks.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
static/assets/r86s/grafana-cpu.png
(Stored with Git LFS)
Normal file
BIN
static/assets/r86s/grafana-cpu.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
static/assets/r86s/grafana-vectors.png
(Stored with Git LFS)
Normal file
BIN
static/assets/r86s/grafana-vectors.png
(Stored with Git LFS)
Normal file
Binary file not shown.
45
static/assets/r86s/likwid-topology.txt
Normal file
45
static/assets/r86s/likwid-topology.txt
Normal file
@ -0,0 +1,45 @@
|
||||
--------------------------------------------------------------------------------
|
||||
CPU name: Intel(R) Pentium(R) Silver N6005 @ 2.00GHz
|
||||
CPU type: Unknown Intel Processor
|
||||
CPU stepping: 0
|
||||
********************************************************************************
|
||||
Hardware Thread Topology
|
||||
********************************************************************************
|
||||
Sockets: 1
|
||||
Cores per socket: 4
|
||||
Threads per core: 1
|
||||
--------------------------------------------------------------------------------
|
||||
HWThread Thread Core Die Socket Available
|
||||
0 0 0 0 0 *
|
||||
1 0 1 0 0
|
||||
2 0 2 0 0
|
||||
3 0 3 0 0
|
||||
--------------------------------------------------------------------------------
|
||||
Socket 0: ( 0 1 2 3 )
|
||||
--------------------------------------------------------------------------------
|
||||
********************************************************************************
|
||||
Cache Topology
|
||||
********************************************************************************
|
||||
Level: 1
|
||||
Size: 32 kB
|
||||
Cache groups: ( 0 ) ( 1 ) ( 2 ) ( 3 )
|
||||
--------------------------------------------------------------------------------
|
||||
Level: 2
|
||||
Size: 1.50 MB
|
||||
Cache groups: ( 0 1 2 3 )
|
||||
--------------------------------------------------------------------------------
|
||||
Level: 3
|
||||
Size: 4 MB
|
||||
Cache groups: ( 0 1 2 3 )
|
||||
--------------------------------------------------------------------------------
|
||||
********************************************************************************
|
||||
NUMA Topology
|
||||
********************************************************************************
|
||||
NUMA domains: 1
|
||||
--------------------------------------------------------------------------------
|
||||
Domain: 0
|
||||
Processors: ( 0 )
|
||||
Distances: 10
|
||||
Free memory: 27040.2 MB
|
||||
Total memory: 31844.5 MB
|
||||
--------------------------------------------------------------------------------
|
BIN
static/assets/r86s/loadtest.png
(Stored with Git LFS)
Normal file
BIN
static/assets/r86s/loadtest.png
(Stored with Git LFS)
Normal file
Binary file not shown.
12
static/assets/r86s/lsblk.txt
Normal file
12
static/assets/r86s/lsblk.txt
Normal file
@ -0,0 +1,12 @@
|
||||
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
|
||||
mmcblk0 179:0 0 116.5G 0 disk
|
||||
├─mmcblk0p1 179:1 0 128M 0 part
|
||||
├─mmcblk0p2 179:2 0 256M 0 part
|
||||
├─mmcblk0p3 179:3 0 2G 0 part
|
||||
└─mmcblk0p128 179:128 0 239K 0 part
|
||||
nvme0n1 259:0 0 931.5G 0 disk
|
||||
├─nvme0n1p1 259:1 0 512M 0 part /boot/efi
|
||||
├─nvme0n1p2 259:2 0 930.1G 0 part /
|
||||
└─nvme0n1p3 259:3 0 977M 0 part [SWAP]
|
||||
mmcblk0boot0 179:256 0 4M 1 disk
|
||||
mmcblk0boot1 179:512 0 4M 1 disk
|
42
static/assets/r86s/lscpu.txt
Normal file
42
static/assets/r86s/lscpu.txt
Normal file
@ -0,0 +1,42 @@
|
||||
Architecture: x86_64
|
||||
CPU op-mode(s): 32-bit, 64-bit
|
||||
Address sizes: 39 bits physical, 48 bits virtual
|
||||
Byte Order: Little Endian
|
||||
CPU(s): 4
|
||||
On-line CPU(s) list: 0-3
|
||||
Vendor ID: GenuineIntel
|
||||
BIOS Vendor ID: Intel(R) Corporation
|
||||
Model name: Intel(R) Pentium(R) Silver N6005 @ 2.00GHz
|
||||
BIOS Model name: Intel(R) Pentium(R) Silver N6005 @ 2.00GHz To Be Filled By O.E.M. CPU @ 3.3GHz
|
||||
BIOS CPU family: 11
|
||||
CPU family: 6
|
||||
Model: 156
|
||||
Thread(s) per core: 1
|
||||
Core(s) per socket: 4
|
||||
Socket(s): 1
|
||||
Stepping: 0
|
||||
CPU(s) scaling MHz: 82%
|
||||
CPU max MHz: 3300.0000
|
||||
CPU min MHz: 800.0000
|
||||
BogoMIPS: 3993.60
|
||||
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault epb cat_l2 cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust smep erms rdt_a rdseed smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req umip waitpkg gfni rdpid movdiri movdir64b md_clear flush_l1d arch_capabilities
|
||||
Virtualization: VT-x
|
||||
L1d cache: 128 KiB (4 instances)
|
||||
L1i cache: 128 KiB (4 instances)
|
||||
L2 cache: 1.5 MiB (1 instance)
|
||||
L3 cache: 4 MiB (1 instance)
|
||||
NUMA node(s): 1
|
||||
NUMA node0 CPU(s): 0-3
|
||||
Vulnerability Gather data sampling: Not affected
|
||||
Vulnerability Itlb multihit: Not affected
|
||||
Vulnerability L1tf: Not affected
|
||||
Vulnerability Mds: Not affected
|
||||
Vulnerability Meltdown: Not affected
|
||||
Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT disabled
|
||||
Vulnerability Retbleed: Not affected
|
||||
Vulnerability Spec rstack overflow: Not affected
|
||||
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
|
||||
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
|
||||
Vulnerability Spectre v2: Mitigation; Enhanced IBRS, IBPB conditional, RSB filling, PBRSB-eIBRS Not affected
|
||||
Vulnerability Srbds: Vulnerable: No microcode
|
||||
Vulnerability Tsx async abort: Not affected
|
603
static/assets/r86s/lshw-cx3.txt
Normal file
603
static/assets/r86s/lshw-cx3.txt
Normal file
@ -0,0 +1,603 @@
|
||||
r86s
|
||||
description: Desktop Computer
|
||||
product: R86S (Default string)
|
||||
vendor: GoWin Solution
|
||||
version: 1.0
|
||||
serial: Default string
|
||||
width: 64 bits
|
||||
capabilities: smbios-3.5.0 dmi-3.5.0 smp vsyscall32
|
||||
configuration: boot=normal chassis=desktop family=Default string sku=Default string uuid=03000200-0400-0500-0006-000700080009
|
||||
*-core
|
||||
description: Motherboard
|
||||
product: R86S
|
||||
vendor: GoWin Solution
|
||||
physical id: 0
|
||||
version: 1.0
|
||||
serial: Default string
|
||||
slot: Default string
|
||||
*-firmware
|
||||
description: BIOS
|
||||
vendor: American Megatrends International, LLC.
|
||||
physical id: 0
|
||||
version: JSP18422
|
||||
date: 05/14/2023
|
||||
size: 64KiB
|
||||
capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd acpi biosbootspecification uefi
|
||||
*-memory
|
||||
description: System Memory
|
||||
physical id: 28
|
||||
slot: System board or motherboard
|
||||
size: 32GiB
|
||||
*-bank:0
|
||||
description: Row of chips LPDDR4 Synchronous 4267 MHz (0.2 ns)
|
||||
vendor: Micron Technology
|
||||
physical id: 0
|
||||
serial: 20000000
|
||||
slot: Controller0-ChannelA
|
||||
size: 16GiB
|
||||
width: 32 bits
|
||||
clock: 4267MHz (0.2ns)
|
||||
*-bank:1
|
||||
description: Row of chips LPDDR4 Synchronous 4267 MHz (0.2 ns)
|
||||
vendor: Micron Technology
|
||||
physical id: 1
|
||||
serial: 20000000
|
||||
slot: Controller0-ChannelB
|
||||
size: 16GiB
|
||||
width: 32 bits
|
||||
clock: 4267MHz (0.2ns)
|
||||
*-cache:0
|
||||
description: L1 cache
|
||||
physical id: 31
|
||||
slot: L1 Cache
|
||||
size: 256KiB
|
||||
capacity: 256KiB
|
||||
capabilities: synchronous internal write-back
|
||||
configuration: level=1
|
||||
*-cache:1
|
||||
description: L2 cache
|
||||
physical id: 32
|
||||
slot: L2 Cache
|
||||
size: 1536KiB
|
||||
capacity: 1536KiB
|
||||
capabilities: synchronous internal write-back unified
|
||||
configuration: level=2
|
||||
*-cache:2
|
||||
description: L3 cache
|
||||
physical id: 33
|
||||
slot: L3 Cache
|
||||
size: 4MiB
|
||||
capacity: 4MiB
|
||||
capabilities: synchronous internal write-back unified
|
||||
configuration: level=3
|
||||
*-cpu
|
||||
description: CPU
|
||||
product: Intel(R) Pentium(R) Silver N6005 @ 2.00GHz
|
||||
vendor: Intel Corp.
|
||||
physical id: 34
|
||||
bus info: cpu@0
|
||||
version: 6.156.0
|
||||
serial: To Be Filled By O.E.M.
|
||||
slot: U3E1
|
||||
size: 3300MHz
|
||||
width: 64 bits
|
||||
clock: 100MHz
|
||||
capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp x86-64 constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault epb cat_l2 cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust smep erms rdt_a rdseed smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req umip waitpkg gfni rdpid movdiri movdir64b md_clear flush_l1d arch_capabilities cpufreq
|
||||
configuration: cores=4 enabledcores=4 microcode=603979814 threads=4
|
||||
*-pci
|
||||
description: Host bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 100
|
||||
bus info: pci@0000:00:00.0
|
||||
version: 00
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
*-display
|
||||
description: VGA compatible controller
|
||||
product: JasperLake [UHD Graphics]
|
||||
vendor: Intel Corporation
|
||||
physical id: 2
|
||||
bus info: pci@0000:00:02.0
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
|
||||
configuration: driver=i915 latency=0
|
||||
resources: iomemory:600-5ff iomemory:400-3ff irq:164 memory:6001000000-6001ffffff memory:4000000000-400fffffff ioport:3000(size=64) memory:c0000-dffff
|
||||
*-usb
|
||||
description: USB controller
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 14
|
||||
bus info: pci@0000:00:14.0
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi xhci bus_master cap_list
|
||||
configuration: driver=xhci_hcd latency=0
|
||||
resources: iomemory:600-5ff irq:142 memory:6002100000-600210ffff
|
||||
*-usbhost:0
|
||||
product: xHCI Host Controller
|
||||
vendor: Linux 6.1.0-22-amd64 xhci-hcd
|
||||
physical id: 0
|
||||
bus info: usb@1
|
||||
logical name: usb1
|
||||
version: 6.01
|
||||
capabilities: usb-2.00
|
||||
configuration: driver=hub slots=8 speed=480Mbit/s
|
||||
*-usb
|
||||
description: Bluetooth wireless interface
|
||||
product: AX201 Bluetooth
|
||||
vendor: Intel Corp.
|
||||
physical id: 8
|
||||
bus info: usb@1:8
|
||||
version: 0.02
|
||||
capabilities: bluetooth usb-2.01
|
||||
configuration: driver=btusb maxpower=100mA speed=12Mbit/s
|
||||
*-usbhost:1
|
||||
product: xHCI Host Controller
|
||||
vendor: Linux 6.1.0-22-amd64 xhci-hcd
|
||||
physical id: 1
|
||||
bus info: usb@2
|
||||
logical name: usb2
|
||||
version: 6.01
|
||||
capabilities: usb-3.10
|
||||
configuration: driver=hub slots=6 speed=10000Mbit/s
|
||||
*-memory UNCLAIMED
|
||||
description: RAM memory
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 14.2
|
||||
bus info: pci@0000:00:14.2
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz (30.3ns)
|
||||
capabilities: pm cap_list
|
||||
configuration: latency=0
|
||||
resources: iomemory:600-5ff iomemory:600-5ff memory:6002118000-6002119fff memory:600211d000-600211dfff
|
||||
*-network DISABLED
|
||||
description: Wireless interface
|
||||
product: Wi-Fi 6 AX201 160MHz
|
||||
vendor: Intel Corporation
|
||||
physical id: 14.3
|
||||
bus info: pci@0000:00:14.3
|
||||
logical name: wlo1
|
||||
version: 01
|
||||
serial: 58:6c:25:4b:c8:91
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
|
||||
configuration: broadcast=yes driver=iwlwifi driverversion=6.1.0-22-amd64 firmware=72.daa05125.0 QuZ-a0-hr-b0-72.u latency=0 link=no multicast=yes wireless=IEEE 802.11
|
||||
resources: iomemory:600-5ff irq:16 memory:6002114000-6002117fff
|
||||
*-communication
|
||||
description: Communication controller
|
||||
product: Management Engine Interface
|
||||
vendor: Intel Corporation
|
||||
physical id: 16
|
||||
bus info: pci@0000:00:16.0
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi bus_master cap_list
|
||||
configuration: driver=mei_me latency=0
|
||||
resources: iomemory:600-5ff irq:157 memory:600211c000-600211cfff
|
||||
*-generic
|
||||
description: MMC Host
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1a
|
||||
bus info: pci@0000:00:1a.0
|
||||
logical name: mmc0
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm bus_master cap_list
|
||||
configuration: driver=sdhci-pci latency=0
|
||||
resources: iomemory:600-5ff irq:16 memory:600211b000-600211bfff
|
||||
*-device
|
||||
description: SD/MMC Device
|
||||
product: SCA128
|
||||
vendor: Unknown (223)
|
||||
physical id: 1
|
||||
bus info: mmc@0:0001
|
||||
date: 05/2023
|
||||
serial: 106178215
|
||||
capabilities: mmc
|
||||
*-interface:0
|
||||
physical id: 1
|
||||
logical name: /dev/mmcblk0rpmb
|
||||
*-interface:1
|
||||
physical id: 2
|
||||
logical name: /dev/mmcblk0
|
||||
size: 125090922496
|
||||
capabilities: gpt-1.00 partitioned partitioned:gpt
|
||||
configuration: guid=c9dae51c-7282-5df7-1c21-261c11f9c300 logicalsectorsize=512 sectorsize=512
|
||||
*-volume:0
|
||||
description: Windows FAT volume
|
||||
vendor: mkfs.fat
|
||||
physical id: 1
|
||||
logical name: /dev/mmcblk0p1
|
||||
version: FAT16
|
||||
serial: 8e1a-6561
|
||||
size: 127MiB
|
||||
capacity: 127MiB
|
||||
capabilities: boot fat initialized
|
||||
configuration: FATs=2 filesystem=fat label=kernel name=EFI System Partition
|
||||
*-volume:1
|
||||
description: data partition
|
||||
vendor: Windows
|
||||
physical id: 2
|
||||
logical name: /dev/mmcblk0p2
|
||||
serial: c9dae51c-7282-5df7-1c21-261c11f9c302
|
||||
capacity: 255MiB
|
||||
*-volume:2
|
||||
description: EXT4 volume
|
||||
vendor: Linux
|
||||
physical id: 3
|
||||
logical name: /dev/mmcblk0p3
|
||||
version: 1.0
|
||||
serial: 5edfe2c1-55c5-4c54-a928-26c4c3c34e46
|
||||
size: 2GiB
|
||||
capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
|
||||
configuration: created=2021-05-16 19:58:03 filesystem=ext4 label=etc lastmountpoint=/overlay modified=2024-01-13 11:26:56 mounted=2024-01-13 11:26:56 state=clean
|
||||
*-volume:3
|
||||
description: EFI partition
|
||||
physical id: 80
|
||||
logical name: /dev/mmcblk0p128
|
||||
serial: c9dae51c-7282-5df7-1c21-261c11f9c380
|
||||
capacity: 238KiB
|
||||
*-pci:0
|
||||
description: PCI bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1c
|
||||
bus info: pci@0000:00:1c.0
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
|
||||
configuration: driver=pcieport
|
||||
resources: irq:122 memory:80200000-803fffff
|
||||
*-network
|
||||
description: Ethernet interface
|
||||
product: Ethernet Controller I226-V
|
||||
vendor: Intel Corporation
|
||||
physical id: 0
|
||||
bus info: pci@0000:01:00.0
|
||||
logical name: enp1s0
|
||||
version: 04
|
||||
serial: 00:f0:cb:fe:b5:5c
|
||||
size: 1Gbit/s
|
||||
capacity: 1Gbit/s
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
|
||||
configuration: autonegotiation=on broadcast=yes driver=igc driverversion=6.1.0-22-amd64 duplex=full firmware=2017:888d ip=198.19.5.83 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
|
||||
resources: irq:16 memory:80200000-802fffff memory:80300000-80303fff
|
||||
*-pci:1
|
||||
description: PCI bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1c.1
|
||||
bus info: pci@0000:00:1c.1
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
|
||||
configuration: driver=pcieport
|
||||
resources: irq:123 memory:80000000-801fffff
|
||||
*-network DISABLED
|
||||
description: Ethernet interface
|
||||
product: Ethernet Controller I226-V
|
||||
vendor: Intel Corporation
|
||||
physical id: 0
|
||||
bus info: pci@0000:02:00.0
|
||||
logical name: enp2s0
|
||||
version: 04
|
||||
serial: 00:f0:cb:fe:b5:5d
|
||||
capacity: 1Gbit/s
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
|
||||
configuration: autonegotiation=on broadcast=yes driver=igc driverversion=6.1.0-22-amd64 firmware=2017:888d latency=0 link=no multicast=yes port=twisted pair
|
||||
resources: irq:17 memory:80000000-800fffff memory:80100000-80103fff
|
||||
*-pci:2
|
||||
description: PCI bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1c.2
|
||||
bus info: pci@0000:00:1c.2
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
|
||||
configuration: driver=pcieport
|
||||
resources: irq:124 memory:7fe00000-7fffffff
|
||||
*-network DISABLED
|
||||
description: Ethernet interface
|
||||
product: Ethernet Controller I226-V
|
||||
vendor: Intel Corporation
|
||||
physical id: 0
|
||||
bus info: pci@0000:03:00.0
|
||||
logical name: enp3s0
|
||||
version: 04
|
||||
serial: 00:f0:cb:fe:b5:5e
|
||||
capacity: 1Gbit/s
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
|
||||
configuration: autonegotiation=on broadcast=yes driver=igc driverversion=6.1.0-22-amd64 firmware=2017:888d latency=0 link=no multicast=yes port=twisted pair
|
||||
resources: irq:28 memory:7fe00000-7fefffff memory:7ff00000-7ff03fff
|
||||
*-pci:3
|
||||
description: PCI bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1c.3
|
||||
bus info: pci@0000:00:1c.3
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
|
||||
configuration: driver=pcieport
|
||||
resources: irq:125 memory:80400000-804fffff
|
||||
*-nvme
|
||||
description: NVMe device
|
||||
product: Samsung SSD 980 PRO 1TB
|
||||
vendor: Samsung Electronics Co Ltd
|
||||
physical id: 0
|
||||
bus info: pci@0000:04:00.0
|
||||
logical name: /dev/nvme0
|
||||
version: 3B2QGXA7
|
||||
serial: S5GXNX0RA10044B
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: nvme pm msi pciexpress msix nvm_express bus_master cap_list
|
||||
configuration: driver=nvme latency=0 nqn=nqn.1994-11.com.samsung:nvme:980PRO:M.2:S5GXNX0RA10044B state=live
|
||||
resources: irq:19 memory:80400000-80403fff
|
||||
*-namespace:0
|
||||
description: NVMe disk
|
||||
physical id: 0
|
||||
logical name: hwmon1
|
||||
*-namespace:1
|
||||
description: NVMe disk
|
||||
physical id: 2
|
||||
logical name: /dev/ng0n1
|
||||
*-namespace:2
|
||||
description: NVMe disk
|
||||
physical id: 1
|
||||
bus info: nvme@0:1
|
||||
logical name: /dev/nvme0n1
|
||||
size: 931GiB (1TB)
|
||||
capabilities: gpt-1.00 partitioned partitioned:gpt
|
||||
configuration: guid=c8b3092e-25fc-4dc9-8e51-76015bbd1e94 logicalsectorsize=512 sectorsize=512 wwid=eui.002538ba11b8e44e
|
||||
*-volume:0
|
||||
description: Windows FAT volume
|
||||
vendor: mkfs.fat
|
||||
physical id: 1
|
||||
bus info: nvme@0:1,1
|
||||
logical name: /dev/nvme0n1p1
|
||||
logical name: /boot/efi
|
||||
version: FAT32
|
||||
serial: 0741-f11d
|
||||
size: 510MiB
|
||||
capacity: 511MiB
|
||||
capabilities: boot fat initialized
|
||||
configuration: FATs=2 filesystem=fat mount.fstype=vfat mount.options=rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro state=mounted
|
||||
*-volume:1
|
||||
description: EXT4 volume
|
||||
vendor: Linux
|
||||
physical id: 2
|
||||
bus info: nvme@0:1,2
|
||||
logical name: /dev/nvme0n1p2
|
||||
logical name: /
|
||||
version: 1.0
|
||||
serial: 403c0fbb-1e4e-4461-aac8-a4085d0269f4
|
||||
size: 930GiB
|
||||
capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
|
||||
configuration: created=2024-01-13 13:22:12 filesystem=ext4 lastmountpoint=/ modified=2024-07-05 08:35:11 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro mounted=2024-07-05 08:35:12 state=mounted
|
||||
*-volume:2
|
||||
description: Linux swap volume
|
||||
vendor: Linux
|
||||
physical id: 3
|
||||
bus info: nvme@0:1,3
|
||||
logical name: /dev/nvme0n1p3
|
||||
version: 1
|
||||
serial: 09c39ac3-4a61-4cde-8aea-ff8f64190ff3
|
||||
size: 976MiB
|
||||
capacity: 976MiB
|
||||
capabilities: nofs swap initialized
|
||||
configuration: filesystem=swap pagesize=4095
|
||||
*-pci:4
|
||||
description: PCI bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1c.4
|
||||
bus info: pci@0000:00:1c.4
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
|
||||
configuration: driver=pcieport
|
||||
resources: irq:126 memory:7fc00000-7fdfffff ioport:6000000000(size=8388608)
|
||||
*-network DISABLED
|
||||
description: Ethernet interface
|
||||
product: MT27500 Family [ConnectX-3]
|
||||
vendor: Mellanox Technologies
|
||||
physical id: 0
|
||||
bus info: pci@0000:05:00.0
|
||||
logical name: enp5s0
|
||||
version: 00
|
||||
serial: 00:02:c9:da:3b:ae
|
||||
capacity: 10Gbit/s
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm vpd msix pciexpress bus_master cap_list rom ethernet physical fibre 10000bt-fd
|
||||
configuration: autonegotiation=off broadcast=yes driver=mlx4_en driverversion=4.0-0 firmware=2.42.5000 latency=0 link=no multicast=yes
|
||||
resources: iomemory:600-5ff irq:29 memory:7fd00000-7fdfffff memory:6000000000-60007fffff memory:7fc00000-7fcfffff
|
||||
*-isa
|
||||
description: ISA bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1f
|
||||
bus info: pci@0000:00:1f.0
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: isa bus_master
|
||||
configuration: latency=0
|
||||
*-pnp00:00
|
||||
product: PnP device PNP0c02
|
||||
physical id: 0
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-pnp00:01
|
||||
product: PnP device INT3f0d
|
||||
physical id: 1
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-pnp00:02
|
||||
product: PnP device PNP0c02
|
||||
physical id: 2
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-pnp00:03
|
||||
product: PnP device PNP0c02
|
||||
physical id: 3
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-pnp00:04
|
||||
product: PnP device PNP0c02
|
||||
physical id: 4
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-pnp00:05
|
||||
product: PnP device PNP0c02
|
||||
physical id: 5
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-multimedia
|
||||
description: Audio device
|
||||
product: Jasper Lake HD Audio
|
||||
vendor: Intel Corporation
|
||||
physical id: 1f.3
|
||||
bus info: pci@0000:00:1f.3
|
||||
logical name: card0
|
||||
logical name: /dev/snd/controlC0
|
||||
logical name: /dev/snd/hwC0D2
|
||||
logical name: /dev/snd/pcmC0D3p
|
||||
logical name: /dev/snd/pcmC0D7p
|
||||
logical name: /dev/snd/pcmC0D8p
|
||||
logical name: /dev/snd/pcmC0D9p
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi bus_master cap_list
|
||||
configuration: driver=snd_hda_intel latency=32
|
||||
resources: iomemory:600-5ff iomemory:600-5ff irq:165 memory:6002110000-6002113fff memory:6002000000-60020fffff
|
||||
*-input:0
|
||||
product: HDA Intel PCH HDMI/DP,pcm=3
|
||||
physical id: 0
|
||||
logical name: input5
|
||||
logical name: /dev/input/event5
|
||||
*-input:1
|
||||
product: HDA Intel PCH HDMI/DP,pcm=7
|
||||
physical id: 1
|
||||
logical name: input6
|
||||
logical name: /dev/input/event6
|
||||
*-input:2
|
||||
product: HDA Intel PCH HDMI/DP,pcm=8
|
||||
physical id: 2
|
||||
logical name: input7
|
||||
logical name: /dev/input/event7
|
||||
*-input:3
|
||||
product: HDA Intel PCH HDMI/DP,pcm=9
|
||||
physical id: 3
|
||||
logical name: input8
|
||||
logical name: /dev/input/event8
|
||||
*-serial:0
|
||||
description: SMBus
|
||||
product: Jasper Lake SMBus
|
||||
vendor: Intel Corporation
|
||||
physical id: 1f.4
|
||||
bus info: pci@0000:00:1f.4
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
configuration: driver=i801_smbus latency=0
|
||||
resources: iomemory:600-5ff irq:16 memory:600211a000-600211a0ff ioport:efa0(size=32)
|
||||
*-serial:1 UNCLAIMED
|
||||
description: Serial bus controller
|
||||
product: Jasper Lake SPI Controller
|
||||
vendor: Intel Corporation
|
||||
physical id: 1f.5
|
||||
bus info: pci@0000:00:1f.5
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
configuration: latency=0
|
||||
resources: memory:80500000-80500fff
|
||||
*-power:0 UNCLAIMED
|
||||
description: Default string
|
||||
product: Default string
|
||||
vendor: Default string
|
||||
physical id: 1
|
||||
version: Default string
|
||||
serial: Default string
|
||||
capacity: 32768mWh
|
||||
*-power:1 UNCLAIMED
|
||||
description: Default string
|
||||
product: Default string
|
||||
vendor: Default string
|
||||
physical id: 2
|
||||
version: Default string
|
||||
serial: Default string
|
||||
capacity: 32768mWh
|
||||
*-power:2 UNCLAIMED
|
||||
description: Default string
|
||||
product: Default string
|
||||
vendor: Default string
|
||||
physical id: 3
|
||||
version: Default string
|
||||
serial: Default string
|
||||
capacity: 32768mWh
|
||||
*-input:0
|
||||
product: Sleep Button
|
||||
physical id: 4
|
||||
logical name: input0
|
||||
logical name: /dev/input/event0
|
||||
capabilities: platform
|
||||
*-input:1
|
||||
product: Power Button
|
||||
physical id: 5
|
||||
logical name: input1
|
||||
logical name: /dev/input/event1
|
||||
capabilities: platform
|
||||
*-input:2
|
||||
product: Power Button
|
||||
physical id: 6
|
||||
logical name: input2
|
||||
logical name: /dev/input/event2
|
||||
capabilities: platform
|
||||
*-input:3
|
||||
product: PC Speaker
|
||||
physical id: 7
|
||||
logical name: input3
|
||||
logical name: /dev/input/event3
|
||||
capabilities: isa
|
||||
*-input:4
|
||||
product: Video Bus
|
||||
physical id: 8
|
||||
logical name: input4
|
||||
logical name: /dev/input/event4
|
||||
capabilities: platform
|
||||
*-network DISABLED
|
||||
description: Ethernet interface
|
||||
physical id: 9
|
||||
bus info: pci@0000:05:00.0
|
||||
logical name: enp5s0d1
|
||||
serial: 00:02:c9:da:3b:af
|
||||
size: 10Gbit/s
|
||||
capacity: 10Gbit/s
|
||||
capabilities: ethernet physical fibre 10000bt-fd
|
||||
configuration: autonegotiation=off broadcast=yes driver=mlx4_en driverversion=4.0-0 duplex=full firmware=2.42.5000 link=no multicast=yes speed=10Gbit/s
|
603
static/assets/r86s/lshw-cx5.txt
Normal file
603
static/assets/r86s/lshw-cx5.txt
Normal file
@ -0,0 +1,603 @@
|
||||
r86s
|
||||
description: Desktop Computer
|
||||
product: R86S (Default string)
|
||||
vendor: GoWin Solution
|
||||
version: 1.0
|
||||
serial: Default string
|
||||
width: 64 bits
|
||||
capabilities: smbios-3.5.0 dmi-3.5.0 smp vsyscall32
|
||||
configuration: boot=normal chassis=desktop family=Default string sku=Default string uuid=03000200-0400-0500-0006-000700080009
|
||||
*-core
|
||||
description: Motherboard
|
||||
product: R86S
|
||||
vendor: GoWin Solution
|
||||
physical id: 0
|
||||
version: 1.0
|
||||
serial: Default string
|
||||
slot: Default string
|
||||
*-firmware
|
||||
description: BIOS
|
||||
vendor: American Megatrends International, LLC.
|
||||
physical id: 0
|
||||
version: JSP18422
|
||||
date: 05/14/2023
|
||||
size: 64KiB
|
||||
capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd acpi biosbootspecification uefi
|
||||
*-memory
|
||||
description: System Memory
|
||||
physical id: 28
|
||||
slot: System board or motherboard
|
||||
size: 32GiB
|
||||
*-bank:0
|
||||
description: Row of chips LPDDR4 Synchronous 4267 MHz (0.2 ns)
|
||||
vendor: Micron Technology
|
||||
physical id: 0
|
||||
serial: 20000000
|
||||
slot: Controller0-ChannelA
|
||||
size: 16GiB
|
||||
width: 32 bits
|
||||
clock: 4267MHz (0.2ns)
|
||||
*-bank:1
|
||||
description: Row of chips LPDDR4 Synchronous 4267 MHz (0.2 ns)
|
||||
vendor: Micron Technology
|
||||
physical id: 1
|
||||
serial: 20000000
|
||||
slot: Controller0-ChannelB
|
||||
size: 16GiB
|
||||
width: 32 bits
|
||||
clock: 4267MHz (0.2ns)
|
||||
*-cache:0
|
||||
description: L1 cache
|
||||
physical id: 31
|
||||
slot: L1 Cache
|
||||
size: 256KiB
|
||||
capacity: 256KiB
|
||||
capabilities: synchronous internal write-back
|
||||
configuration: level=1
|
||||
*-cache:1
|
||||
description: L2 cache
|
||||
physical id: 32
|
||||
slot: L2 Cache
|
||||
size: 1536KiB
|
||||
capacity: 1536KiB
|
||||
capabilities: synchronous internal write-back unified
|
||||
configuration: level=2
|
||||
*-cache:2
|
||||
description: L3 cache
|
||||
physical id: 33
|
||||
slot: L3 Cache
|
||||
size: 4MiB
|
||||
capacity: 4MiB
|
||||
capabilities: synchronous internal write-back unified
|
||||
configuration: level=3
|
||||
*-cpu
|
||||
description: CPU
|
||||
product: Intel(R) Pentium(R) Silver N6005 @ 2.00GHz
|
||||
vendor: Intel Corp.
|
||||
physical id: 34
|
||||
bus info: cpu@0
|
||||
version: 6.156.0
|
||||
serial: To Be Filled By O.E.M.
|
||||
slot: U3E1
|
||||
size: 2400MHz
|
||||
capacity: 3300MHz
|
||||
width: 64 bits
|
||||
clock: 100MHz
|
||||
capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp x86-64 constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault epb cat_l2 cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust smep erms rdt_a rdseed smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req umip waitpkg gfni rdpid movdiri movdir64b md_clear flush_l1d arch_capabilities cpufreq
|
||||
configuration: cores=4 enabledcores=4 microcode=603979814 threads=4
|
||||
*-pci
|
||||
description: Host bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 100
|
||||
bus info: pci@0000:00:00.0
|
||||
version: 00
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
*-display
|
||||
description: VGA compatible controller
|
||||
product: JasperLake [UHD Graphics]
|
||||
vendor: Intel Corporation
|
||||
physical id: 2
|
||||
bus info: pci@0000:00:02.0
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
|
||||
configuration: driver=i915 latency=0
|
||||
resources: iomemory:600-5ff iomemory:400-3ff irq:165 memory:6004000000-6004ffffff memory:4000000000-400fffffff ioport:3000(size=64) memory:c0000-dffff
|
||||
*-usb
|
||||
description: USB controller
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 14
|
||||
bus info: pci@0000:00:14.0
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi xhci bus_master cap_list
|
||||
configuration: driver=xhci_hcd latency=0
|
||||
resources: iomemory:600-5ff irq:132 memory:6005100000-600510ffff
|
||||
*-usbhost:0
|
||||
product: xHCI Host Controller
|
||||
vendor: Linux 6.1.0-22-amd64 xhci-hcd
|
||||
physical id: 0
|
||||
bus info: usb@1
|
||||
logical name: usb1
|
||||
version: 6.01
|
||||
capabilities: usb-2.00
|
||||
configuration: driver=hub slots=8 speed=480Mbit/s
|
||||
*-usb
|
||||
description: Bluetooth wireless interface
|
||||
product: AX201 Bluetooth
|
||||
vendor: Intel Corp.
|
||||
physical id: 8
|
||||
bus info: usb@1:8
|
||||
version: 0.02
|
||||
capabilities: bluetooth usb-2.01
|
||||
configuration: driver=btusb maxpower=100mA speed=12Mbit/s
|
||||
*-usbhost:1
|
||||
product: xHCI Host Controller
|
||||
vendor: Linux 6.1.0-22-amd64 xhci-hcd
|
||||
physical id: 1
|
||||
bus info: usb@2
|
||||
logical name: usb2
|
||||
version: 6.01
|
||||
capabilities: usb-3.10
|
||||
configuration: driver=hub slots=6 speed=10000Mbit/s
|
||||
*-memory UNCLAIMED
|
||||
description: RAM memory
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 14.2
|
||||
bus info: pci@0000:00:14.2
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz (30.3ns)
|
||||
capabilities: pm cap_list
|
||||
configuration: latency=0
|
||||
resources: iomemory:600-5ff iomemory:600-5ff memory:6005118000-6005119fff memory:600511d000-600511dfff
|
||||
*-network DISABLED
|
||||
description: Wireless interface
|
||||
product: Wi-Fi 6 AX201 160MHz
|
||||
vendor: Intel Corporation
|
||||
physical id: 14.3
|
||||
bus info: pci@0000:00:14.3
|
||||
logical name: wlo1
|
||||
version: 01
|
||||
serial: 58:6c:25:4c:35:97
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
|
||||
configuration: broadcast=yes driver=iwlwifi driverversion=6.1.0-22-amd64 firmware=72.daa05125.0 QuZ-a0-hr-b0-72.u latency=0 link=no multicast=yes wireless=IEEE 802.11
|
||||
resources: iomemory:600-5ff irq:16 memory:6005114000-6005117fff
|
||||
*-communication
|
||||
description: Communication controller
|
||||
product: Management Engine Interface
|
||||
vendor: Intel Corporation
|
||||
physical id: 16
|
||||
bus info: pci@0000:00:16.0
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi bus_master cap_list
|
||||
configuration: driver=mei_me latency=0
|
||||
resources: iomemory:600-5ff irq:158 memory:600511c000-600511cfff
|
||||
*-generic
|
||||
description: MMC Host
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1a
|
||||
bus info: pci@0000:00:1a.0
|
||||
logical name: mmc0
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm bus_master cap_list
|
||||
configuration: driver=sdhci-pci latency=0
|
||||
resources: iomemory:600-5ff irq:16 memory:600511b000-600511bfff
|
||||
*-device
|
||||
description: SD/MMC Device
|
||||
product: SCA128
|
||||
vendor: Unknown (223)
|
||||
physical id: 1
|
||||
bus info: mmc@0:0001
|
||||
date: 05/2023
|
||||
serial: 106177769
|
||||
capabilities: mmc
|
||||
*-interface:0
|
||||
physical id: 1
|
||||
logical name: /dev/mmcblk0rpmb
|
||||
*-interface:1
|
||||
physical id: 2
|
||||
logical name: /dev/mmcblk0
|
||||
size: 125090922496
|
||||
capabilities: gpt-1.00 partitioned partitioned:gpt
|
||||
configuration: guid=c9dae51c-7282-5df7-1c21-261c11f9c300 logicalsectorsize=512 sectorsize=512
|
||||
*-volume:0
|
||||
description: Windows FAT volume
|
||||
vendor: mkfs.fat
|
||||
physical id: 1
|
||||
logical name: /dev/mmcblk0p1
|
||||
version: FAT16
|
||||
serial: 8e1a-6561
|
||||
size: 127MiB
|
||||
capacity: 127MiB
|
||||
capabilities: boot fat initialized
|
||||
configuration: FATs=2 filesystem=fat label=kernel name=EFI System Partition
|
||||
*-volume:1
|
||||
description: data partition
|
||||
vendor: Windows
|
||||
physical id: 2
|
||||
logical name: /dev/mmcblk0p2
|
||||
serial: c9dae51c-7282-5df7-1c21-261c11f9c302
|
||||
capacity: 255MiB
|
||||
*-volume:2
|
||||
description: EXT4 volume
|
||||
vendor: Linux
|
||||
physical id: 3
|
||||
logical name: /dev/mmcblk0p3
|
||||
version: 1.0
|
||||
serial: 585246a6-f743-4919-ab43-5d8d9da00e25
|
||||
size: 2GiB
|
||||
capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
|
||||
configuration: created=2021-06-20 00:34:37 filesystem=ext4 label=etc lastmountpoint=/overlay modified=2023-10-17 04:18:04 mounted=2023-10-17 04:18:04 state=clean
|
||||
*-volume:3
|
||||
description: EFI partition
|
||||
physical id: 80
|
||||
logical name: /dev/mmcblk0p128
|
||||
serial: c9dae51c-7282-5df7-1c21-261c11f9c380
|
||||
capacity: 238KiB
|
||||
*-pci:0
|
||||
description: PCI bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1c
|
||||
bus info: pci@0000:00:1c.0
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
|
||||
configuration: driver=pcieport
|
||||
resources: irq:122 memory:80200000-803fffff
|
||||
*-network
|
||||
description: Ethernet interface
|
||||
product: Ethernet Controller I226-V
|
||||
vendor: Intel Corporation
|
||||
physical id: 0
|
||||
bus info: pci@0000:01:00.0
|
||||
logical name: enp1s0
|
||||
version: 04
|
||||
serial: 00:f0:cb:fe:b4:e4
|
||||
size: 1Gbit/s
|
||||
capacity: 1Gbit/s
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
|
||||
configuration: autonegotiation=on broadcast=yes driver=igc driverversion=6.1.0-22-amd64 duplex=full firmware=2017:888d ip=198.19.5.83 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
|
||||
resources: irq:16 memory:80200000-802fffff memory:80300000-80303fff
|
||||
*-pci:1
|
||||
description: PCI bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1c.1
|
||||
bus info: pci@0000:00:1c.1
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
|
||||
configuration: driver=pcieport
|
||||
resources: irq:123 memory:80000000-801fffff
|
||||
*-network
|
||||
description: Ethernet controller
|
||||
product: Ethernet Controller I226-V
|
||||
vendor: Intel Corporation
|
||||
physical id: 0
|
||||
bus info: pci@0000:02:00.0
|
||||
version: 04
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi msix pciexpress bus_master cap_list
|
||||
configuration: driver=uio_pci_generic latency=0
|
||||
resources: irq:17 memory:80000000-800fffff memory:80100000-80103fff
|
||||
*-pci:2
|
||||
description: PCI bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1c.2
|
||||
bus info: pci@0000:00:1c.2
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
|
||||
configuration: driver=pcieport
|
||||
resources: irq:124 memory:7fe00000-7fffffff
|
||||
*-network
|
||||
description: Ethernet controller
|
||||
product: Ethernet Controller I226-V
|
||||
vendor: Intel Corporation
|
||||
physical id: 0
|
||||
bus info: pci@0000:03:00.0
|
||||
version: 04
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi msix pciexpress bus_master cap_list
|
||||
configuration: driver=uio_pci_generic latency=0
|
||||
resources: irq:28 memory:7fe00000-7fefffff memory:7ff00000-7ff03fff
|
||||
*-pci:3
|
||||
description: PCI bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1c.3
|
||||
bus info: pci@0000:00:1c.3
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
|
||||
configuration: driver=pcieport
|
||||
resources: irq:125 memory:80400000-804fffff
|
||||
*-nvme
|
||||
description: NVMe device
|
||||
product: Samsung SSD 980 PRO 1TB
|
||||
vendor: Samsung Electronics Co Ltd
|
||||
physical id: 0
|
||||
bus info: pci@0000:04:00.0
|
||||
logical name: /dev/nvme0
|
||||
version: 2B2QGXA7
|
||||
serial: S5GXNF0R359885D
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: nvme pm msi pciexpress msix nvm_express bus_master cap_list
|
||||
configuration: driver=nvme latency=0 nqn=nqn.1994-11.com.samsung:nvme:980PRO:M.2:S5GXNF0R359885D state=live
|
||||
resources: irq:19 memory:80400000-80403fff
|
||||
*-namespace:0
|
||||
description: NVMe disk
|
||||
physical id: 0
|
||||
logical name: hwmon1
|
||||
*-namespace:1
|
||||
description: NVMe disk
|
||||
physical id: 2
|
||||
logical name: /dev/ng0n1
|
||||
*-namespace:2
|
||||
description: NVMe disk
|
||||
physical id: 1
|
||||
bus info: nvme@0:1
|
||||
logical name: /dev/nvme0n1
|
||||
size: 931GiB (1TB)
|
||||
capabilities: gpt-1.00 partitioned partitioned:gpt
|
||||
configuration: guid=b3d64df6-af7e-49f0-af25-81368cae7cdd logicalsectorsize=512 sectorsize=512 wwid=eui.002538b311b66161
|
||||
*-volume:0
|
||||
description: Windows FAT volume
|
||||
vendor: mkfs.fat
|
||||
physical id: 1
|
||||
bus info: nvme@0:1,1
|
||||
logical name: /dev/nvme0n1p1
|
||||
logical name: /boot/efi
|
||||
version: FAT32
|
||||
serial: fb2c-6b16
|
||||
size: 510MiB
|
||||
capacity: 511MiB
|
||||
capabilities: boot fat initialized
|
||||
configuration: FATs=2 filesystem=fat mount.fstype=vfat mount.options=rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro state=mounted
|
||||
*-volume:1
|
||||
description: EXT4 volume
|
||||
vendor: Linux
|
||||
physical id: 2
|
||||
bus info: nvme@0:1,2
|
||||
logical name: /dev/nvme0n1p2
|
||||
logical name: /
|
||||
version: 1.0
|
||||
serial: b66a4151-ce7f-4910-aee1-e5f6049cdb5a
|
||||
size: 930GiB
|
||||
capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
|
||||
configuration: created=2023-11-07 07:56:50 filesystem=ext4 lastmountpoint=/ modified=2024-07-05 14:47:08 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro mounted=2024-07-05 14:47:08 state=mounted
|
||||
*-volume:2
|
||||
description: Linux swap volume
|
||||
vendor: Linux
|
||||
physical id: 3
|
||||
bus info: nvme@0:1,3
|
||||
logical name: /dev/nvme0n1p3
|
||||
version: 1
|
||||
serial: 4f7b049d-70f2-44c3-a5c8-1b817d7b7b15
|
||||
size: 976MiB
|
||||
capacity: 976MiB
|
||||
capabilities: nofs swap initialized
|
||||
configuration: filesystem=swap pagesize=4095
|
||||
*-pci:4
|
||||
description: PCI bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1c.4
|
||||
bus info: pci@0000:00:1c.4
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
|
||||
configuration: driver=pcieport
|
||||
resources: irq:126 memory:7fc00000-7fdfffff ioport:4010000000(size=100663296)
|
||||
*-network:0
|
||||
description: Ethernet interface
|
||||
product: MT27800 Family [ConnectX-5]
|
||||
vendor: Mellanox Technologies
|
||||
physical id: 0
|
||||
bus info: pci@0000:05:00.0
|
||||
logical name: enp5s0f0np0
|
||||
version: 00
|
||||
serial: 0c:42:a1:c9:42:18
|
||||
capacity: 25Gbit/s
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pciexpress vpd msix pm bus_master cap_list rom ethernet physical 1000bt-fd 10000bt-fd 25000bt-fd autonegotiation
|
||||
configuration: autonegotiation=on broadcast=yes driver=mlx5_core driverversion=6.1.0-22-amd64 firmware=16.27.4000 (BAI0000000010) latency=0 link=no multicast=yes
|
||||
resources: iomemory:400-3ff irq:29 memory:4010000000-4011ffffff memory:7fd00000-7fdfffff memory:4014000000-40147fffff
|
||||
*-network:1
|
||||
description: Ethernet interface
|
||||
product: MT27800 Family [ConnectX-5]
|
||||
vendor: Mellanox Technologies
|
||||
physical id: 0.1
|
||||
bus info: pci@0000:05:00.1
|
||||
logical name: enp5s0f1np1
|
||||
version: 00
|
||||
serial: 0c:42:a1:c9:42:19
|
||||
capacity: 25Gbit/s
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pciexpress vpd msix pm bus_master cap_list rom ethernet physical 1000bt-fd 10000bt-fd 25000bt-fd autonegotiation
|
||||
configuration: autonegotiation=on broadcast=yes driver=mlx5_core driverversion=6.1.0-22-amd64 firmware=16.27.4000 (BAI0000000010) latency=0 link=no multicast=yes
|
||||
resources: iomemory:400-3ff irq:19 memory:4012000000-4013ffffff memory:7fc00000-7fcfffff memory:4014800000-4014ffffff
|
||||
*-isa
|
||||
description: ISA bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1f
|
||||
bus info: pci@0000:00:1f.0
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: isa bus_master
|
||||
configuration: latency=0
|
||||
*-pnp00:00
|
||||
product: PnP device PNP0c02
|
||||
physical id: 0
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-pnp00:01
|
||||
product: PnP device INT3f0d
|
||||
physical id: 1
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-pnp00:02
|
||||
product: PnP device PNP0c02
|
||||
physical id: 2
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-pnp00:03
|
||||
product: PnP device PNP0c02
|
||||
physical id: 3
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-pnp00:04
|
||||
product: PnP device PNP0c02
|
||||
physical id: 4
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-pnp00:05
|
||||
product: PnP device PNP0c02
|
||||
physical id: 5
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-multimedia
|
||||
description: Audio device
|
||||
product: Jasper Lake HD Audio
|
||||
vendor: Intel Corporation
|
||||
physical id: 1f.3
|
||||
bus info: pci@0000:00:1f.3
|
||||
logical name: card0
|
||||
logical name: /dev/snd/controlC0
|
||||
logical name: /dev/snd/hwC0D2
|
||||
logical name: /dev/snd/pcmC0D3p
|
||||
logical name: /dev/snd/pcmC0D7p
|
||||
logical name: /dev/snd/pcmC0D8p
|
||||
logical name: /dev/snd/pcmC0D9p
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi bus_master cap_list
|
||||
configuration: driver=snd_hda_intel latency=32
|
||||
resources: iomemory:600-5ff iomemory:600-5ff irq:166 memory:6005110000-6005113fff memory:6005000000-60050fffff
|
||||
*-input:0
|
||||
product: HDA Intel PCH HDMI/DP,pcm=3
|
||||
physical id: 0
|
||||
logical name: input5
|
||||
logical name: /dev/input/event5
|
||||
*-input:1
|
||||
product: HDA Intel PCH HDMI/DP,pcm=7
|
||||
physical id: 1
|
||||
logical name: input6
|
||||
logical name: /dev/input/event6
|
||||
*-input:2
|
||||
product: HDA Intel PCH HDMI/DP,pcm=8
|
||||
physical id: 2
|
||||
logical name: input7
|
||||
logical name: /dev/input/event7
|
||||
*-input:3
|
||||
product: HDA Intel PCH HDMI/DP,pcm=9
|
||||
physical id: 3
|
||||
logical name: input8
|
||||
logical name: /dev/input/event8
|
||||
*-serial:0
|
||||
description: SMBus
|
||||
product: Jasper Lake SMBus
|
||||
vendor: Intel Corporation
|
||||
physical id: 1f.4
|
||||
bus info: pci@0000:00:1f.4
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
configuration: driver=i801_smbus latency=0
|
||||
resources: iomemory:600-5ff irq:16 memory:600511a000-600511a0ff ioport:efa0(size=32)
|
||||
*-serial:1 UNCLAIMED
|
||||
description: Serial bus controller
|
||||
product: Jasper Lake SPI Controller
|
||||
vendor: Intel Corporation
|
||||
physical id: 1f.5
|
||||
bus info: pci@0000:00:1f.5
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
configuration: latency=0
|
||||
resources: memory:80500000-80500fff
|
||||
*-power:0 UNCLAIMED
|
||||
description: Default string
|
||||
product: Default string
|
||||
vendor: Default string
|
||||
physical id: 1
|
||||
version: Default string
|
||||
serial: Default string
|
||||
capacity: 32768mWh
|
||||
*-power:1 UNCLAIMED
|
||||
description: Default string
|
||||
product: Default string
|
||||
vendor: Default string
|
||||
physical id: 2
|
||||
version: Default string
|
||||
serial: Default string
|
||||
capacity: 32768mWh
|
||||
*-power:2 UNCLAIMED
|
||||
description: Default string
|
||||
product: Default string
|
||||
vendor: Default string
|
||||
physical id: 3
|
||||
version: Default string
|
||||
serial: Default string
|
||||
capacity: 32768mWh
|
||||
*-input:0
|
||||
product: Sleep Button
|
||||
physical id: 4
|
||||
logical name: input0
|
||||
logical name: /dev/input/event0
|
||||
capabilities: platform
|
||||
*-input:1
|
||||
product: Power Button
|
||||
physical id: 5
|
||||
logical name: input1
|
||||
logical name: /dev/input/event1
|
||||
capabilities: platform
|
||||
*-input:2
|
||||
product: Power Button
|
||||
physical id: 6
|
||||
logical name: input2
|
||||
logical name: /dev/input/event2
|
||||
capabilities: platform
|
||||
*-input:3
|
||||
product: PC Speaker
|
||||
physical id: 7
|
||||
logical name: input3
|
||||
logical name: /dev/input/event3
|
||||
capabilities: isa
|
||||
*-input:4
|
||||
product: Video Bus
|
||||
physical id: 8
|
||||
logical name: input4
|
||||
logical name: /dev/input/event4
|
||||
capabilities: platform
|
608
static/assets/r86s/lshw-x520.txt
Normal file
608
static/assets/r86s/lshw-x520.txt
Normal file
@ -0,0 +1,608 @@
|
||||
r86s
|
||||
description: Desktop Computer
|
||||
product: R86S (Default string)
|
||||
vendor: GoWin Solution
|
||||
version: 1.0
|
||||
serial: Default string
|
||||
width: 64 bits
|
||||
capabilities: smbios-3.5.0 dmi-3.5.0 smp vsyscall32
|
||||
configuration: boot=normal chassis=desktop family=Default string sku=Default string uuid=03000200-0400-0500-0006-000700080009
|
||||
*-core
|
||||
description: Motherboard
|
||||
product: R86S
|
||||
vendor: GoWin Solution
|
||||
physical id: 0
|
||||
version: 1.0
|
||||
serial: Default string
|
||||
slot: Default string
|
||||
*-firmware
|
||||
description: BIOS
|
||||
vendor: American Megatrends International, LLC.
|
||||
physical id: 0
|
||||
version: JSP18422
|
||||
date: 05/14/2023
|
||||
size: 64KiB
|
||||
capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd acpi biosbootspecification uefi
|
||||
*-memory
|
||||
description: System Memory
|
||||
physical id: 28
|
||||
slot: System board or motherboard
|
||||
size: 32GiB
|
||||
*-bank:0
|
||||
description: Row of chips LPDDR4 Synchronous 4267 MHz (0.2 ns)
|
||||
vendor: Micron Technology
|
||||
physical id: 0
|
||||
serial: 20000000
|
||||
slot: Controller0-ChannelA
|
||||
size: 16GiB
|
||||
width: 32 bits
|
||||
clock: 4267MHz (0.2ns)
|
||||
*-bank:1
|
||||
description: Row of chips LPDDR4 Synchronous 4267 MHz (0.2 ns)
|
||||
vendor: Micron Technology
|
||||
physical id: 1
|
||||
serial: 20000000
|
||||
slot: Controller0-ChannelB
|
||||
size: 16GiB
|
||||
width: 32 bits
|
||||
clock: 4267MHz (0.2ns)
|
||||
*-cache:0
|
||||
description: L1 cache
|
||||
physical id: 31
|
||||
slot: L1 Cache
|
||||
size: 256KiB
|
||||
capacity: 256KiB
|
||||
capabilities: synchronous internal write-back
|
||||
configuration: level=1
|
||||
*-cache:1
|
||||
description: L2 cache
|
||||
physical id: 32
|
||||
slot: L2 Cache
|
||||
size: 1536KiB
|
||||
capacity: 1536KiB
|
||||
capabilities: synchronous internal write-back unified
|
||||
configuration: level=2
|
||||
*-cache:2
|
||||
description: L3 cache
|
||||
physical id: 33
|
||||
slot: L3 Cache
|
||||
size: 4MiB
|
||||
capacity: 4MiB
|
||||
capabilities: synchronous internal write-back unified
|
||||
configuration: level=3
|
||||
*-cpu
|
||||
description: CPU
|
||||
product: Intel(R) Pentium(R) Silver N6005 @ 2.00GHz
|
||||
vendor: Intel Corp.
|
||||
physical id: 34
|
||||
bus info: cpu@0
|
||||
version: 6.156.0
|
||||
serial: To Be Filled By O.E.M.
|
||||
slot: U3E1
|
||||
size: 3300MHz
|
||||
width: 64 bits
|
||||
clock: 100MHz
|
||||
capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp x86-64 constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault epb cat_l2 cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust smep erms rdt_a rdseed smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req umip waitpkg gfni rdpid movdiri movdir64b md_clear flush_l1d arch_capabilities cpufreq
|
||||
configuration: cores=4 enabledcores=4 microcode=603979814 threads=4
|
||||
*-pci
|
||||
description: Host bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 100
|
||||
bus info: pci@0000:00:00.0
|
||||
version: 00
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
*-display
|
||||
description: VGA compatible controller
|
||||
product: JasperLake [UHD Graphics]
|
||||
vendor: Intel Corporation
|
||||
physical id: 2
|
||||
bus info: pci@0000:00:02.0
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
|
||||
configuration: driver=i915 latency=0
|
||||
resources: iomemory:600-5ff iomemory:400-3ff irq:165 memory:6000000000-6000ffffff memory:4000000000-400fffffff ioport:4000(size=64) memory:c0000-dffff
|
||||
*-usb
|
||||
description: USB controller
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 14
|
||||
bus info: pci@0000:00:14.0
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi xhci bus_master cap_list
|
||||
configuration: driver=xhci_hcd latency=0
|
||||
resources: iomemory:600-5ff irq:137 memory:6001100000-600110ffff
|
||||
*-usbhost:0
|
||||
product: xHCI Host Controller
|
||||
vendor: Linux 6.1.0-22-amd64 xhci-hcd
|
||||
physical id: 0
|
||||
bus info: usb@1
|
||||
logical name: usb1
|
||||
version: 6.01
|
||||
capabilities: usb-2.00
|
||||
configuration: driver=hub slots=8 speed=480Mbit/s
|
||||
*-usb
|
||||
description: Bluetooth wireless interface
|
||||
product: AX201 Bluetooth
|
||||
vendor: Intel Corp.
|
||||
physical id: 8
|
||||
bus info: usb@1:8
|
||||
version: 0.02
|
||||
capabilities: bluetooth usb-2.01
|
||||
configuration: driver=btusb maxpower=100mA speed=12Mbit/s
|
||||
*-usbhost:1
|
||||
product: xHCI Host Controller
|
||||
vendor: Linux 6.1.0-22-amd64 xhci-hcd
|
||||
physical id: 1
|
||||
bus info: usb@2
|
||||
logical name: usb2
|
||||
version: 6.01
|
||||
capabilities: usb-3.10
|
||||
configuration: driver=hub slots=6 speed=10000Mbit/s
|
||||
*-memory UNCLAIMED
|
||||
description: RAM memory
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 14.2
|
||||
bus info: pci@0000:00:14.2
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz (30.3ns)
|
||||
capabilities: pm cap_list
|
||||
configuration: latency=0
|
||||
resources: iomemory:600-5ff iomemory:600-5ff memory:6001118000-6001119fff memory:600111d000-600111dfff
|
||||
*-network DISABLED
|
||||
description: Wireless interface
|
||||
product: Wi-Fi 6 AX201 160MHz
|
||||
vendor: Intel Corporation
|
||||
physical id: 14.3
|
||||
bus info: pci@0000:00:14.3
|
||||
logical name: wlo1
|
||||
version: 01
|
||||
serial: 58:6c:25:4b:c8:91
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
|
||||
configuration: broadcast=yes driver=iwlwifi driverversion=6.1.0-22-amd64 firmware=72.daa05125.0 QuZ-a0-hr-b0-72.u latency=0 link=no multicast=yes wireless=IEEE 802.11
|
||||
resources: iomemory:600-5ff irq:16 memory:6001114000-6001117fff
|
||||
*-communication
|
||||
description: Communication controller
|
||||
product: Management Engine Interface
|
||||
vendor: Intel Corporation
|
||||
physical id: 16
|
||||
bus info: pci@0000:00:16.0
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi bus_master cap_list
|
||||
configuration: driver=mei_me latency=0
|
||||
resources: iomemory:600-5ff irq:158 memory:600111c000-600111cfff
|
||||
*-generic
|
||||
description: MMC Host
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1a
|
||||
bus info: pci@0000:00:1a.0
|
||||
logical name: mmc0
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm bus_master cap_list
|
||||
configuration: driver=sdhci-pci latency=0
|
||||
resources: iomemory:600-5ff irq:16 memory:600111b000-600111bfff
|
||||
*-device
|
||||
description: SD/MMC Device
|
||||
product: SCA128
|
||||
vendor: Unknown (223)
|
||||
physical id: 1
|
||||
bus info: mmc@0:0001
|
||||
date: 05/2023
|
||||
serial: 106178215
|
||||
capabilities: mmc
|
||||
*-interface:0
|
||||
physical id: 1
|
||||
logical name: /dev/mmcblk0rpmb
|
||||
*-interface:1
|
||||
physical id: 2
|
||||
logical name: /dev/mmcblk0
|
||||
size: 125090922496
|
||||
capabilities: gpt-1.00 partitioned partitioned:gpt
|
||||
configuration: guid=c9dae51c-7282-5df7-1c21-261c11f9c300 logicalsectorsize=512 sectorsize=512
|
||||
*-volume:0
|
||||
description: Windows FAT volume
|
||||
vendor: mkfs.fat
|
||||
physical id: 1
|
||||
logical name: /dev/mmcblk0p1
|
||||
version: FAT16
|
||||
serial: 8e1a-6561
|
||||
size: 127MiB
|
||||
capacity: 127MiB
|
||||
capabilities: boot fat initialized
|
||||
configuration: FATs=2 filesystem=fat label=kernel name=EFI System Partition
|
||||
*-volume:1
|
||||
description: data partition
|
||||
vendor: Windows
|
||||
physical id: 2
|
||||
logical name: /dev/mmcblk0p2
|
||||
serial: c9dae51c-7282-5df7-1c21-261c11f9c302
|
||||
capacity: 255MiB
|
||||
*-volume:2
|
||||
description: EXT4 volume
|
||||
vendor: Linux
|
||||
physical id: 3
|
||||
logical name: /dev/mmcblk0p3
|
||||
version: 1.0
|
||||
serial: 5edfe2c1-55c5-4c54-a928-26c4c3c34e46
|
||||
size: 2GiB
|
||||
capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
|
||||
configuration: created=2021-05-16 19:58:03 filesystem=ext4 label=etc lastmountpoint=/overlay modified=2024-01-13 11:26:56 mounted=2024-01-13 11:26:56 state=clean
|
||||
*-volume:3
|
||||
description: EFI partition
|
||||
physical id: 80
|
||||
logical name: /dev/mmcblk0p128
|
||||
serial: c9dae51c-7282-5df7-1c21-261c11f9c380
|
||||
capacity: 238KiB
|
||||
*-pci:0
|
||||
description: PCI bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1c
|
||||
bus info: pci@0000:00:1c.0
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
|
||||
configuration: driver=pcieport
|
||||
resources: irq:122 memory:80400000-805fffff
|
||||
*-network
|
||||
description: Ethernet interface
|
||||
product: Ethernet Controller I226-V
|
||||
vendor: Intel Corporation
|
||||
physical id: 0
|
||||
bus info: pci@0000:01:00.0
|
||||
logical name: enp1s0
|
||||
version: 04
|
||||
serial: 00:f0:cb:fe:b5:5c
|
||||
size: 1Gbit/s
|
||||
capacity: 1Gbit/s
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
|
||||
configuration: autonegotiation=on broadcast=yes driver=igc driverversion=6.1.0-22-amd64 duplex=full firmware=2017:888d ip=198.19.5.83 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
|
||||
resources: irq:16 memory:80400000-804fffff memory:80500000-80503fff
|
||||
*-pci:1
|
||||
description: PCI bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1c.1
|
||||
bus info: pci@0000:00:1c.1
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
|
||||
configuration: driver=pcieport
|
||||
resources: irq:123 memory:80200000-803fffff
|
||||
*-network DISABLED
|
||||
description: Ethernet interface
|
||||
product: Ethernet Controller I226-V
|
||||
vendor: Intel Corporation
|
||||
physical id: 0
|
||||
bus info: pci@0000:02:00.0
|
||||
logical name: enp2s0
|
||||
version: 04
|
||||
serial: 00:f0:cb:fe:b5:5d
|
||||
capacity: 1Gbit/s
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
|
||||
configuration: autonegotiation=on broadcast=yes driver=igc driverversion=6.1.0-22-amd64 firmware=2017:888d latency=0 link=no multicast=yes port=twisted pair
|
||||
resources: irq:17 memory:80200000-802fffff memory:80300000-80303fff
|
||||
*-pci:2
|
||||
description: PCI bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1c.2
|
||||
bus info: pci@0000:00:1c.2
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
|
||||
configuration: driver=pcieport
|
||||
resources: irq:124 memory:80000000-801fffff
|
||||
*-network DISABLED
|
||||
description: Ethernet interface
|
||||
product: Ethernet Controller I226-V
|
||||
vendor: Intel Corporation
|
||||
physical id: 0
|
||||
bus info: pci@0000:03:00.0
|
||||
logical name: enp3s0
|
||||
version: 04
|
||||
serial: 00:f0:cb:fe:b5:5e
|
||||
capacity: 1Gbit/s
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
|
||||
configuration: autonegotiation=on broadcast=yes driver=igc driverversion=6.1.0-22-amd64 firmware=2017:888d latency=0 link=no multicast=yes port=twisted pair
|
||||
resources: irq:28 memory:80000000-800fffff memory:80100000-80103fff
|
||||
*-pci:3
|
||||
description: PCI bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1c.3
|
||||
bus info: pci@0000:00:1c.3
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
|
||||
configuration: driver=pcieport
|
||||
resources: irq:125 memory:80600000-806fffff
|
||||
*-nvme
|
||||
description: NVMe device
|
||||
product: Samsung SSD 980 PRO 1TB
|
||||
vendor: Samsung Electronics Co Ltd
|
||||
physical id: 0
|
||||
bus info: pci@0000:04:00.0
|
||||
logical name: /dev/nvme0
|
||||
version: 3B2QGXA7
|
||||
serial: S5GXNX0RA10044B
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: nvme pm msi pciexpress msix nvm_express bus_master cap_list
|
||||
configuration: driver=nvme latency=0 nqn=nqn.1994-11.com.samsung:nvme:980PRO:M.2:S5GXNX0RA10044B state=live
|
||||
resources: irq:19 memory:80600000-80603fff
|
||||
*-namespace:0
|
||||
description: NVMe disk
|
||||
physical id: 0
|
||||
logical name: hwmon1
|
||||
*-namespace:1
|
||||
description: NVMe disk
|
||||
physical id: 2
|
||||
logical name: /dev/ng0n1
|
||||
*-namespace:2
|
||||
description: NVMe disk
|
||||
physical id: 1
|
||||
bus info: nvme@0:1
|
||||
logical name: /dev/nvme0n1
|
||||
size: 931GiB (1TB)
|
||||
capabilities: gpt-1.00 partitioned partitioned:gpt
|
||||
configuration: guid=c8b3092e-25fc-4dc9-8e51-76015bbd1e94 logicalsectorsize=512 sectorsize=512 wwid=eui.002538ba11b8e44e
|
||||
*-volume:0
|
||||
description: Windows FAT volume
|
||||
vendor: mkfs.fat
|
||||
physical id: 1
|
||||
bus info: nvme@0:1,1
|
||||
logical name: /dev/nvme0n1p1
|
||||
logical name: /boot/efi
|
||||
version: FAT32
|
||||
serial: 0741-f11d
|
||||
size: 510MiB
|
||||
capacity: 511MiB
|
||||
capabilities: boot fat initialized
|
||||
configuration: FATs=2 filesystem=fat mount.fstype=vfat mount.options=rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro state=mounted
|
||||
*-volume:1
|
||||
description: EXT4 volume
|
||||
vendor: Linux
|
||||
physical id: 2
|
||||
bus info: nvme@0:1,2
|
||||
logical name: /dev/nvme0n1p2
|
||||
logical name: /
|
||||
version: 1.0
|
||||
serial: 403c0fbb-1e4e-4461-aac8-a4085d0269f4
|
||||
size: 930GiB
|
||||
capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
|
||||
configuration: created=2024-01-13 13:22:12 filesystem=ext4 lastmountpoint=/ modified=2024-07-05 14:58:31 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro mounted=2024-07-05 14:58:32 state=mounted
|
||||
*-volume:2
|
||||
description: Linux swap volume
|
||||
vendor: Linux
|
||||
physical id: 3
|
||||
bus info: nvme@0:1,3
|
||||
logical name: /dev/nvme0n1p3
|
||||
version: 1
|
||||
serial: 09c39ac3-4a61-4cde-8aea-ff8f64190ff3
|
||||
size: 976MiB
|
||||
capacity: 976MiB
|
||||
capabilities: nofs swap initialized
|
||||
configuration: filesystem=swap pagesize=4095
|
||||
*-pci:4
|
||||
description: PCI bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1c.4
|
||||
bus info: pci@0000:00:1c.4
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
|
||||
configuration: driver=pcieport
|
||||
resources: irq:126 ioport:3000(size=4096) memory:7fc00000-7fffffff ioport:4010000000(size=4194304)
|
||||
*-network:0 DISABLED
|
||||
description: Ethernet interface
|
||||
product: 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
||||
vendor: Intel Corporation
|
||||
physical id: 0
|
||||
bus info: pci@0000:05:00.0
|
||||
logical name: enp5s0f0
|
||||
version: 01
|
||||
serial: 90:e2:ba:c5:c9:38
|
||||
capacity: 10Gbit/s
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical fibre 10000bt-fd
|
||||
configuration: autonegotiation=off broadcast=yes driver=ixgbe driverversion=6.1.0-22-amd64 firmware=0x800007bd latency=0 link=no multicast=yes
|
||||
resources: irq:29 memory:7fd00000-7fdfffff ioport:3020(size=32) memory:7ff04000-7ff07fff memory:7fe80000-7fefffff memory:4010000000-40100fffff memory:4010100000-40101fffff
|
||||
*-network:1 DISABLED
|
||||
description: Ethernet interface
|
||||
product: 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
||||
vendor: Intel Corporation
|
||||
physical id: 0.1
|
||||
bus info: pci@0000:05:00.1
|
||||
logical name: enp5s0f1
|
||||
version: 01
|
||||
serial: 90:e2:ba:c5:c9:39
|
||||
capacity: 10Gbit/s
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical fibre 10000bt-fd
|
||||
configuration: autonegotiation=off broadcast=yes driver=ixgbe driverversion=6.1.0-22-amd64 firmware=0x800007bd latency=0 link=no multicast=yes
|
||||
resources: irq:19 memory:7fc00000-7fcfffff ioport:3000(size=32) memory:7ff00000-7ff03fff memory:7fe00000-7fe7ffff memory:4010200000-40102fffff memory:4010300000-40103fffff
|
||||
*-isa
|
||||
description: ISA bridge
|
||||
product: Intel Corporation
|
||||
vendor: Intel Corporation
|
||||
physical id: 1f
|
||||
bus info: pci@0000:00:1f.0
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
capabilities: isa bus_master
|
||||
configuration: latency=0
|
||||
*-pnp00:00
|
||||
product: PnP device PNP0c02
|
||||
physical id: 0
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-pnp00:01
|
||||
product: PnP device INT3f0d
|
||||
physical id: 1
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-pnp00:02
|
||||
product: PnP device PNP0c02
|
||||
physical id: 2
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-pnp00:03
|
||||
product: PnP device PNP0c02
|
||||
physical id: 3
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-pnp00:04
|
||||
product: PnP device PNP0c02
|
||||
physical id: 4
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-pnp00:05
|
||||
product: PnP device PNP0c02
|
||||
physical id: 5
|
||||
capabilities: pnp
|
||||
configuration: driver=system
|
||||
*-multimedia
|
||||
description: Audio device
|
||||
product: Jasper Lake HD Audio
|
||||
vendor: Intel Corporation
|
||||
physical id: 1f.3
|
||||
bus info: pci@0000:00:1f.3
|
||||
logical name: card0
|
||||
logical name: /dev/snd/controlC0
|
||||
logical name: /dev/snd/hwC0D2
|
||||
logical name: /dev/snd/pcmC0D3p
|
||||
logical name: /dev/snd/pcmC0D7p
|
||||
logical name: /dev/snd/pcmC0D8p
|
||||
logical name: /dev/snd/pcmC0D9p
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
capabilities: pm msi bus_master cap_list
|
||||
configuration: driver=snd_hda_intel latency=32
|
||||
resources: iomemory:600-5ff iomemory:600-5ff irq:166 memory:6001110000-6001113fff memory:6001000000-60010fffff
|
||||
*-input:0
|
||||
product: HDA Intel PCH HDMI/DP,pcm=3
|
||||
physical id: 0
|
||||
logical name: input5
|
||||
logical name: /dev/input/event5
|
||||
*-input:1
|
||||
product: HDA Intel PCH HDMI/DP,pcm=7
|
||||
physical id: 1
|
||||
logical name: input6
|
||||
logical name: /dev/input/event6
|
||||
*-input:2
|
||||
product: HDA Intel PCH HDMI/DP,pcm=8
|
||||
physical id: 2
|
||||
logical name: input7
|
||||
logical name: /dev/input/event7
|
||||
*-input:3
|
||||
product: HDA Intel PCH HDMI/DP,pcm=9
|
||||
physical id: 3
|
||||
logical name: input8
|
||||
logical name: /dev/input/event8
|
||||
*-serial:0
|
||||
description: SMBus
|
||||
product: Jasper Lake SMBus
|
||||
vendor: Intel Corporation
|
||||
physical id: 1f.4
|
||||
bus info: pci@0000:00:1f.4
|
||||
version: 01
|
||||
width: 64 bits
|
||||
clock: 33MHz
|
||||
configuration: driver=i801_smbus latency=0
|
||||
resources: iomemory:600-5ff irq:16 memory:600111a000-600111a0ff ioport:efa0(size=32)
|
||||
*-serial:1 UNCLAIMED
|
||||
description: Serial bus controller
|
||||
product: Jasper Lake SPI Controller
|
||||
vendor: Intel Corporation
|
||||
physical id: 1f.5
|
||||
bus info: pci@0000:00:1f.5
|
||||
version: 01
|
||||
width: 32 bits
|
||||
clock: 33MHz
|
||||
configuration: latency=0
|
||||
resources: memory:80700000-80700fff
|
||||
*-power:0 UNCLAIMED
|
||||
description: Default string
|
||||
product: Default string
|
||||
vendor: Default string
|
||||
physical id: 1
|
||||
version: Default string
|
||||
serial: Default string
|
||||
capacity: 32768mWh
|
||||
*-power:1 UNCLAIMED
|
||||
description: Default string
|
||||
product: Default string
|
||||
vendor: Default string
|
||||
physical id: 2
|
||||
version: Default string
|
||||
serial: Default string
|
||||
capacity: 32768mWh
|
||||
*-power:2 UNCLAIMED
|
||||
description: Default string
|
||||
product: Default string
|
||||
vendor: Default string
|
||||
physical id: 3
|
||||
version: Default string
|
||||
serial: Default string
|
||||
capacity: 32768mWh
|
||||
*-input:0
|
||||
product: Sleep Button
|
||||
physical id: 4
|
||||
logical name: input0
|
||||
logical name: /dev/input/event0
|
||||
capabilities: platform
|
||||
*-input:1
|
||||
product: Power Button
|
||||
physical id: 5
|
||||
logical name: input1
|
||||
logical name: /dev/input/event1
|
||||
capabilities: platform
|
||||
*-input:2
|
||||
product: Power Button
|
||||
physical id: 6
|
||||
logical name: input2
|
||||
logical name: /dev/input/event2
|
||||
capabilities: platform
|
||||
*-input:3
|
||||
product: PC Speaker
|
||||
physical id: 7
|
||||
logical name: input3
|
||||
logical name: /dev/input/event3
|
||||
capabilities: isa
|
||||
*-input:4
|
||||
product: Video Bus
|
||||
physical id: 8
|
||||
logical name: input4
|
||||
logical name: /dev/input/event4
|
||||
capabilities: platform
|
21
static/assets/r86s/lspci-cx3.txt
Normal file
21
static/assets/r86s/lspci-cx3.txt
Normal file
@ -0,0 +1,21 @@
|
||||
00:00.0 Host bridge: Intel Corporation Device 4e28
|
||||
00:02.0 VGA compatible controller: Intel Corporation JasperLake [UHD Graphics] (rev 01)
|
||||
00:14.0 USB controller: Intel Corporation Jasper Lake USB 3.1 xHCI Host Controller (rev 01)
|
||||
00:14.2 RAM memory: Intel Corporation Jasper Lake Shared SRAM (rev 01)
|
||||
00:14.3 Network controller: Intel Corporation Wi-Fi 6 AX201 160MHz (rev 01)
|
||||
00:16.0 Communication controller: Intel Corporation Management Engine Interface (rev 01)
|
||||
00:1a.0 SD Host controller: Intel Corporation Jasper Lake eMMC Controller (rev 01)
|
||||
00:1c.0 PCI bridge: Intel Corporation Jasper Lake PCIe Root Port (rev 01)
|
||||
00:1c.1 PCI bridge: Intel Corporation Jasper Lake PCIe Root Port (rev 01)
|
||||
00:1c.2 PCI bridge: Intel Corporation Device 4dba (rev 01)
|
||||
00:1c.3 PCI bridge: Intel Corporation Device 4dbb (rev 01)
|
||||
00:1c.4 PCI bridge: Intel Corporation Jasper Lake PCIe Root Port (rev 01)
|
||||
00:1f.0 ISA bridge: Intel Corporation Jasper Lake eSPI Controller (rev 01)
|
||||
00:1f.3 Audio device: Intel Corporation Jasper Lake HD Audio (rev 01)
|
||||
00:1f.4 SMBus: Intel Corporation Jasper Lake SMBus (rev 01)
|
||||
00:1f.5 Serial bus controller: Intel Corporation Jasper Lake SPI Controller (rev 01)
|
||||
01:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
|
||||
02:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
|
||||
03:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
|
||||
04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller PM9A1/PM9A3/980PRO
|
||||
05:00.0 Ethernet controller: Mellanox Technologies MT27500 Family [ConnectX-3]
|
22
static/assets/r86s/lspci-cx5.txt
Normal file
22
static/assets/r86s/lspci-cx5.txt
Normal file
@ -0,0 +1,22 @@
|
||||
00:00.0 Host bridge: Intel Corporation Device 4e28
|
||||
00:02.0 VGA compatible controller: Intel Corporation JasperLake [UHD Graphics] (rev 01)
|
||||
00:14.0 USB controller: Intel Corporation Device 4ded (rev 01)
|
||||
00:14.2 RAM memory: Intel Corporation Device 4def (rev 01)
|
||||
00:14.3 Network controller: Intel Corporation Wi-Fi 6 AX201 160MHz (rev 01)
|
||||
00:16.0 Communication controller: Intel Corporation Management Engine Interface (rev 01)
|
||||
00:1a.0 SD Host controller: Intel Corporation Device 4dc4 (rev 01)
|
||||
00:1c.0 PCI bridge: Intel Corporation Device 4db8 (rev 01)
|
||||
00:1c.1 PCI bridge: Intel Corporation Device 4db9 (rev 01)
|
||||
00:1c.2 PCI bridge: Intel Corporation Device 4dba (rev 01)
|
||||
00:1c.3 PCI bridge: Intel Corporation Device 4dbb (rev 01)
|
||||
00:1c.4 PCI bridge: Intel Corporation Device 4dbc (rev 01)
|
||||
00:1f.0 ISA bridge: Intel Corporation Device 4d87 (rev 01)
|
||||
00:1f.3 Audio device: Intel Corporation Jasper Lake HD Audio (rev 01)
|
||||
00:1f.4 SMBus: Intel Corporation Jasper Lake SMBus (rev 01)
|
||||
00:1f.5 Serial bus controller: Intel Corporation Jasper Lake SPI Controller (rev 01)
|
||||
01:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
|
||||
02:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
|
||||
03:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
|
||||
04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller PM9A1/PM9A3/980PRO
|
||||
05:00.0 Ethernet controller: Mellanox Technologies MT27800 Family [ConnectX-5]
|
||||
05:00.1 Ethernet controller: Mellanox Technologies MT27800 Family [ConnectX-5]
|
22
static/assets/r86s/lspci-x520.txt
Normal file
22
static/assets/r86s/lspci-x520.txt
Normal file
@ -0,0 +1,22 @@
|
||||
00:00.0 Host bridge: Intel Corporation Device 4e28
|
||||
00:02.0 VGA compatible controller: Intel Corporation JasperLake [UHD Graphics] (rev 01)
|
||||
00:14.0 USB controller: Intel Corporation Jasper Lake USB 3.1 xHCI Host Controller (rev 01)
|
||||
00:14.2 RAM memory: Intel Corporation Jasper Lake Shared SRAM (rev 01)
|
||||
00:14.3 Network controller: Intel Corporation Wi-Fi 6 AX201 160MHz (rev 01)
|
||||
00:16.0 Communication controller: Intel Corporation Management Engine Interface (rev 01)
|
||||
00:1a.0 SD Host controller: Intel Corporation Jasper Lake eMMC Controller (rev 01)
|
||||
00:1c.0 PCI bridge: Intel Corporation Jasper Lake PCIe Root Port (rev 01)
|
||||
00:1c.1 PCI bridge: Intel Corporation Jasper Lake PCIe Root Port (rev 01)
|
||||
00:1c.2 PCI bridge: Intel Corporation Device 4dba (rev 01)
|
||||
00:1c.3 PCI bridge: Intel Corporation Device 4dbb (rev 01)
|
||||
00:1c.4 PCI bridge: Intel Corporation Jasper Lake PCIe Root Port (rev 01)
|
||||
00:1f.0 ISA bridge: Intel Corporation Jasper Lake eSPI Controller (rev 01)
|
||||
00:1f.3 Audio device: Intel Corporation Jasper Lake HD Audio (rev 01)
|
||||
00:1f.4 SMBus: Intel Corporation Jasper Lake SMBus (rev 01)
|
||||
00:1f.5 Serial bus controller: Intel Corporation Jasper Lake SPI Controller (rev 01)
|
||||
01:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
|
||||
02:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
|
||||
03:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
|
||||
04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller PM9A1/PM9A3/980PRO
|
||||
05:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
|
||||
05:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
|
BIN
static/assets/r86s/nics.png
(Stored with Git LFS)
Normal file
BIN
static/assets/r86s/nics.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
static/assets/r86s/r86s-front.png
(Stored with Git LFS)
Normal file
BIN
static/assets/r86s/r86s-front.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
static/assets/r86s/r86s-nvme.png
(Stored with Git LFS)
Normal file
BIN
static/assets/r86s/r86s-nvme.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
static/assets/r86s/r86s-ocp.png
(Stored with Git LFS)
Normal file
BIN
static/assets/r86s/r86s-ocp.png
(Stored with Git LFS)
Normal file
Binary file not shown.
55
static/assets/r86s/vpp-cx3.patch
Normal file
55
static/assets/r86s/vpp-cx3.patch
Normal file
@ -0,0 +1,55 @@
|
||||
diff --git a/build/external/packages/dpdk.mk b/build/external/packages/dpdk.mk
|
||||
index 8ee65faac..44cbdfc13 100644
|
||||
--- a/build/external/packages/dpdk.mk
|
||||
+++ b/build/external/packages/dpdk.mk
|
||||
@@ -38,7 +38,7 @@ dpdk_depends := $(if $(ARCH_X86_64), ipsec-mb)
|
||||
else
|
||||
dpdk_depends := rdma-core $(if $(ARCH_X86_64), ipsec-mb)
|
||||
endif
|
||||
-DPDK_MLX_DEFAULT := $(shell if grep -q "rdma=$(rdma-core_version) dpdk=$(dpdk_version)" mlx_rdma_dpdk_matrix.txt; then echo 'y'; else echo 'n'; fi)
|
||||
+DPDK_MLX_DEFAULT := y
|
||||
DPDK_MLX4_PMD ?= $(DPDK_MLX_DEFAULT)
|
||||
DPDK_MLX5_PMD ?= $(DPDK_MLX_DEFAULT)
|
||||
DPDK_MLX5_COMMON_PMD ?= $(DPDK_MLX_DEFAULT)
|
||||
diff --git a/src/plugins/dpdk/device/init.c b/src/plugins/dpdk/device/init.c
|
||||
index 453d9cff7..c93870cdc 100644
|
||||
--- a/src/plugins/dpdk/device/init.c
|
||||
+++ b/src/plugins/dpdk/device/init.c
|
||||
@@ -306,6 +306,8 @@ dpdk_lib_init (dpdk_main_t * dm)
|
||||
vnet_hw_interface_t *hi;
|
||||
dpdk_device_t *xd;
|
||||
char *if_num_fmt;
|
||||
+ u8 mlx4_devlist[64];
|
||||
+ int mlx4_devlist_idx = 0;
|
||||
|
||||
/* vlib_buffer_t template */
|
||||
vec_validate_aligned (dm->per_thread_data, tm->n_vlib_mains - 1,
|
||||
@@ -426,7 +428,27 @@ dpdk_lib_init (dpdk_main_t * dm)
|
||||
xd->name = format (xd->name, "Ethernet");
|
||||
}
|
||||
|
||||
- if (dr && dr->interface_number_from_port_id)
|
||||
+ int mlx4_port_num = 0;
|
||||
+
|
||||
+ if (strstr (di.driver_name, "net_mlx4") &&
|
||||
+ (pci_dev = dpdk_get_pci_device (&di)))
|
||||
+ {
|
||||
+ for (int i = 0; i < sizeof (mlx4_devlist); i++)
|
||||
+ {
|
||||
+ if (mlx4_devlist[i] == pci_dev->addr.bus)
|
||||
+ {
|
||||
+ dpdk_log_warn ("Dev ID %u with driver %s already "
|
||||
+ "existing, giving next port",
|
||||
+ pci_dev->addr.bus, di.driver_name);
|
||||
+ mlx4_port_num++;
|
||||
+ }
|
||||
+ }
|
||||
+ mlx4_devlist[mlx4_devlist_idx] = pci_dev->addr.bus;
|
||||
+ mlx4_devlist_idx++;
|
||||
+ xd->name = format (xd->name, "%u/%u/%u", pci_dev->addr.bus,
|
||||
+ pci_dev->addr.devid, mlx4_port_num);
|
||||
+ }
|
||||
+ else if (dr && dr->interface_number_from_port_id)
|
||||
xd->name = format (xd->name, "%u", port_id);
|
||||
else if ((pci_dev = dpdk_get_pci_device (&di)))
|
||||
xd->name = format (xd->name, if_num_fmt, pci_dev->addr.bus,
|
2
static/assets/r86s/vpp/config/boot.vpp
Normal file
2
static/assets/r86s/vpp/config/boot.vpp
Normal file
@ -0,0 +1,2 @@
|
||||
exec /etc/vpp/config/l3.vpp
|
||||
exec /etc/vpp/config/mpls.vpp
|
9
static/assets/r86s/vpp/config/l2.vpp
Normal file
9
static/assets/r86s/vpp/config/l2.vpp
Normal file
@ -0,0 +1,9 @@
|
||||
set int state TwentyFiveGigabitEthernet5/0/0 up
|
||||
set int state TwentyFiveGigabitEthernet5/0/1 up
|
||||
set int l2 xconnect TwentyFiveGigabitEthernet5/0/0 TwentyFiveGigabitEthernet5/0/1
|
||||
set int l2 xconnect TwentyFiveGigabitEthernet5/0/1 TwentyFiveGigabitEthernet5/0/0
|
||||
|
||||
set int state TwoDotFiveGigabitEthernet2/0/0 up
|
||||
set int state TwoDotFiveGigabitEthernet3/0/0 up
|
||||
set int l2 xconnect TwoDotFiveGigabitEthernet2/0/0 TwoDotFiveGigabitEthernet3/0/0
|
||||
set int l2 xconnect TwoDotFiveGigabitEthernet3/0/0 TwoDotFiveGigabitEthernet2/0/0
|
8
static/assets/r86s/vpp/config/l3.vpp
Normal file
8
static/assets/r86s/vpp/config/l3.vpp
Normal file
@ -0,0 +1,8 @@
|
||||
set int state TwentyFiveGigabitEthernet5/0/0 up
|
||||
set int state TwentyFiveGigabitEthernet5/0/1 up
|
||||
set int ip address TwentyFiveGigabitEthernet5/0/0 100.64.1.1/24
|
||||
set int ip address TwentyFiveGigabitEthernet5/0/1 100.64.2.1/24
|
||||
ip route add 48.0.0.0/8 via 100.64.2.2
|
||||
ip route add 16.0.0.0/8 via 100.64.1.2
|
||||
ip neighbor TwentyFiveGigabitEthernet5/0/0 100.64.1.2 50:7c:6f:20:30:70
|
||||
ip neighbor TwentyFiveGigabitEthernet5/0/1 100.64.2.2 50:7c:6f:20:30:71
|
5
static/assets/r86s/vpp/config/mpls.vpp
Normal file
5
static/assets/r86s/vpp/config/mpls.vpp
Normal file
@ -0,0 +1,5 @@
|
||||
mpls table add 0
|
||||
set interface mpls TwentyFiveGigabitEthernet5/0/0 enable
|
||||
set interface mpls TwentyFiveGigabitEthernet5/0/1 enable
|
||||
mpls local-label add 16 eos via 100.64.2.2 TwentyFiveGigabitEthernet5/0/1
|
||||
mpls local-label add 17 eos via 100.64.1.2 TwentyFiveGigabitEthernet5/0/0
|
71
static/assets/r86s/vpp/startup.conf
Normal file
71
static/assets/r86s/vpp/startup.conf
Normal file
@ -0,0 +1,71 @@
|
||||
unix {
|
||||
nodaemon
|
||||
log /var/log/vpp/vpp.log
|
||||
full-coredump
|
||||
cli-listen /run/vpp/cli.sock
|
||||
gid vpp
|
||||
exec /etc/vpp/config/boot.vpp
|
||||
}
|
||||
|
||||
api-trace { on }
|
||||
api-segment { gid vpp }
|
||||
socksvr { default }
|
||||
|
||||
memory {
|
||||
main-heap-size 1G
|
||||
main-heap-page-size default-hugepage
|
||||
}
|
||||
|
||||
cpu {
|
||||
main-core 0
|
||||
corelist-workers 1-3
|
||||
}
|
||||
|
||||
buffers {
|
||||
buffers-per-numa 120000
|
||||
default data-size 2048
|
||||
page-size default-hugepage
|
||||
}
|
||||
|
||||
statseg {
|
||||
size 512M
|
||||
page-size default-hugepage
|
||||
per-node-counters on
|
||||
}
|
||||
|
||||
dpdk {
|
||||
# dev 0000:02:00.0 { name e1 num-rx-queues 3 num-tx-queues 4 num-rx-desc 256 num-tx-desc 4096 }
|
||||
# dev 0000:03:00.0 { name e2 num-rx-queues 3 num-tx-queues 4 num-rx-desc 256 num-tx-desc 4096 }
|
||||
dev 0000:02:00.0 { name e1 }
|
||||
dev 0000:03:00.0 { name e2 }
|
||||
dev 0000:05:00.0 { name xe0 num-rx-queues 3 num-tx-queues 4 }
|
||||
dev 0000:05:00.1 { name xe1 num-rx-queues 3 num-tx-queues 4 }
|
||||
no-multi-seg
|
||||
decimal-interface-names
|
||||
# uio-driver uio_pci_generic
|
||||
# uio-driver vfio-pci
|
||||
}
|
||||
|
||||
plugins {
|
||||
plugin default { disable }
|
||||
plugin dpdk_plugin.so { enable }
|
||||
plugin rdma_plugin.so { enable }
|
||||
plugin linux_cp_plugin.so { enable }
|
||||
plugin linux_nl_plugin.so { enable }
|
||||
plugin acl_plugin.so { enable }
|
||||
plugin lacp_plugin.so { enable }
|
||||
plugin flowprobe_plugin.so { enable }
|
||||
plugin vxlan_plugin.so { enable }
|
||||
plugin ping_plugin.so { enable }
|
||||
# plugin geneve_plugin.so { enable }
|
||||
}
|
||||
|
||||
logging {
|
||||
default-log-level info
|
||||
default-syslog-log-level notice
|
||||
}
|
||||
|
||||
linux-cp {
|
||||
default netns dataplane
|
||||
lcp-sync
|
||||
}
|
Reference in New Issue
Block a user