装系统过程可谓波澜不惊,板载EMMC是4G,足够塞下Debian Headless,安装过程也比较顺利(除了慢了点之外,安装了5个小时.).
识别结果是/dev/mmcblk0,只安装SSH和基本系统后占用1.2G,EFS分区给了200M,大概还剩余2.1G可用.
连续读写大概36MB/s,随机读写大概1200IOPS,但是系统还是很卡,挂载的一个SATA硬盘识别出来是SATA 1.5Gbps,速度基本跑满,网络千兆只识别百兆,无法输出声音,USB 2.0全部正常,USB3.0带宽只能跑到180MB/s左右,HDMI/VGA显示正常,内部USB排针也正常,interrupt took too long大概已经是出现某些瓶颈的特征了.
FIX UPDATE:需要安装firmware-linux-nonfree和firmware-realteak,否则各种卡死.
一个htop就能吃10%的CPU:
启动Log:
[ 0.000000] Linux version 4.19.0-9-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.118-2 (2020-04-29) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-9-amd64 root=UUID=90444874-f3ab-46ea-b694-83a33d984cac ro quiet [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable [ 0.000000] BIOS-e820: [mem 0x000000001f000000-0x00000000200fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x000000007956dfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007956e000-0x000000007959dfff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007959e000-0x00000000795aefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000795af000-0x00000000796e0fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000796e1000-0x0000000079990fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000079991000-0x00000000799ecfff] type 20 [ 0.000000] BIOS-e820: [mem 0x00000000799ed000-0x00000000799edfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000799ee000-0x0000000079a2ffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000079a30000-0x0000000079ba5fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000079ba6000-0x0000000079ff8fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000079ff9000-0x0000000079ffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed0c000-0x00000000fed0ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff990000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.31 by American Megatrends [ 0.000000] efi: ACPI=0x795a1000 ACPI 2.0=0x795a1000 SMBIOS=0xf04d0 MPS=0xfd4e0 [ 0.000000] secureboot: Secure boot could not be determined (mode 0) [ 0.000000] SMBIOS 2.8 present. [ 0.000000] DMI: \xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff \xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff/DE3815TYKH, BIOS TYBYT10H.86A.0024.2014.0523.1509 05/23/201 [ 0.000000] tsc: Detected 1466.300 MHz processor [ 0.003664] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.003670] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.003692] last_pfn = 0x7a000 max_arch_pfn = 0x400000000 [ 0.003699] MTRR default type: uncachable [ 0.003702] MTRR fixed ranges enabled: [ 0.003706] 00000-9FFFF write-back [ 0.003708] A0000-BFFFF uncachable [ 0.003712] C0000-E7FFF write-through [ 0.003714] E8000-FFFFF write-protect [ 0.003717] MTRR variable ranges enabled: [ 0.003721] 0 base 000000000 mask F80000000 write-back [ 0.003724] 1 base 07A000000 mask FFE000000 uncachable [ 0.003728] 2 base 07C000000 mask FFC000000 uncachable [ 0.003730] 3 disabled [ 0.003732] 4 disabled [ 0.003734] 5 disabled [ 0.003736] 6 disabled [ 0.003737] 7 disabled [ 0.003925] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.012332] found SMP MP-table at [mem 0x000fd6b0-0x000fd6bf] [ 0.012387] BRK [0x1ec01000, 0x1ec01fff] PGTABLE [ 0.012392] BRK [0x1ec02000, 0x1ec02fff] PGTABLE [ 0.012396] BRK [0x1ec03000, 0x1ec03fff] PGTABLE [ 0.012500] BRK [0x1ec04000, 0x1ec04fff] PGTABLE [ 0.012508] BRK [0x1ec05000, 0x1ec05fff] PGTABLE [ 0.012905] BRK [0x1ec06000, 0x1ec06fff] PGTABLE [ 0.013096] BRK [0x1ec07000, 0x1ec07fff] PGTABLE [ 0.013222] BRK [0x1ec08000, 0x1ec08fff] PGTABLE [ 0.013292] BRK [0x1ec09000, 0x1ec09fff] PGTABLE [ 0.013396] BRK [0x1ec0a000, 0x1ec0afff] PGTABLE [ 0.013462] RAMDISK: [mem 0x34eab000-0x3674cfff] [ 0.013473] ACPI: Early table checksum verification disabled [ 0.013480] ACPI: RSDP 0x00000000795A1000 000024 (v02 ALASKA) [ 0.013489] ACPI: XSDT 0x00000000795A1090 0000A4 (v01 INTEL DE3815TY 01072009 AMI 00010013) [ 0.013502] ACPI: FACP 0x00000000795AC488 00010C (v05 INTEL DE3815TY 01072009 AMI 00010013) [ 0.013514] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20180810/tbfadt-569) [ 0.013523] ACPI: DSDT 0x00000000795A11C8 00B2C0 (v02 INTEL DE3815TY 01072009 INTL 20120913) [ 0.013532] ACPI: FACS 0x000000007967DF80 000040 [ 0.013540] ACPI: APIC 0x00000000795AC598 00005A (v03 INTEL DE3815TY 01072009 AMI 00010013) [ 0.013548] ACPI: FPDT 0x00000000795AC5F8 000044 (v01 INTEL DE3815TY 01072009 AMI 00010013) [ 0.013557] ACPI: FIDT 0x00000000795AC640 00009C (v01 INTEL DE3815TY 01072009 AMI 00010013) [ 0.013565] ACPI: TCPA 0x00000000795AC6E0 000032 (v02 INTEL DE3815TY 00000001 MSFT 01000013) [ 0.013574] ACPI: MCFG 0x00000000795AC718 00003C (v01 INTEL DE3815TY 01072009 MSFT 00000097) [ 0.013583] ACPI: LPIT 0x00000000795AC758 000104 (v01 INTEL DE3815TY 00000003 VLV2 0100000D) [ 0.013591] ACPI: HPET 0x00000000795AC860 000038 (v01 INTEL DE3815TY 01072009 AMI. 00000005) [ 0.013599] ACPI: SSDT 0x00000000795AC898 000338 (v01 INTEL DE3815TY 00003000 INTL 20061109) [ 0.013608] ACPI: SSDT 0x00000000795ACBD0 000433 (v01 INTEL DE3815TY 00003001 INTL 20061109) [ 0.013617] ACPI: SSDT 0x00000000795AD008 000763 (v01 INTEL DE3815TY 00003000 INTL 20061109) [ 0.013625] ACPI: SSDT 0x00000000795AD770 000290 (v01 INTEL DE3815TY 00003000 INTL 20061109) [ 0.013634] ACPI: UEFI 0x00000000795ADA00 000042 (v01 INTEL DE3815TY 00000000 00000000) [ 0.013643] ACPI: SSDT 0x00000000795ADA48 000530 (v01 INTEL DE3815TY 00000001 INTL 20120913) [ 0.013651] ACPI: CSRT 0x00000000795ADF78 00014C (v00 INTEL DE3815TY 00000005 INTL 20120624) [ 0.013660] ACPI: BGRT 0x00000000795AE0C8 000038 (v01 INTEL DE3815TY 01072009 AMI 00010013) [ 0.013684] ACPI: Local APIC address 0xfee00000 [ 0.013930] No NUMA configuration found [ 0.013933] Faking a node at [mem 0x0000000000000000-0x0000000079ffffff] [ 0.013944] NODE_DATA(0) allocated [mem 0x78df6000-0x78dfafff] [ 0.014013] Zone ranges: [ 0.014016] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.014020] DMA32 [mem 0x0000000001000000-0x0000000079ffffff] [ 0.014023] Normal empty [ 0.014025] Device empty [ 0.014028] Movable zone start for each node [ 0.014030] Early memory node ranges [ 0.014032] node 0: [mem 0x0000000000001000-0x000000000008efff] [ 0.014035] node 0: [mem 0x0000000000090000-0x000000000009ffff] [ 0.014037] node 0: [mem 0x0000000000100000-0x000000001effffff] [ 0.014039] node 0: [mem 0x0000000020100000-0x000000007956dfff] [ 0.014042] node 0: [mem 0x00000000799ed000-0x00000000799edfff] [ 0.014044] node 0: [mem 0x0000000079a30000-0x0000000079ba5fff] [ 0.014046] node 0: [mem 0x0000000079ff9000-0x0000000079ffffff] [ 0.015677] Zeroed struct page in unavailable ranges: 31350 pages [ 0.015682] Initmem setup node 0 [mem 0x0000000000001000-0x0000000079ffffff] [ 0.015688] On node 0 totalpages: 492938 [ 0.015692] DMA zone: 64 pages used for memmap [ 0.015694] DMA zone: 39 pages reserved [ 0.015697] DMA zone: 3998 pages, LIFO batch:0 [ 0.015994] DMA32 zone: 7744 pages used for memmap [ 0.015997] DMA32 zone: 488940 pages, LIFO batch:63 [ 0.051025] x86/hpet: Will disable the HPET for this platform because it's not reliable [ 0.051036] Reserving Intel graphics memory at [mem 0x7b000000-0x7effffff] [ 0.051228] ACPI: PM-Timer IO Port: 0x408 [ 0.051233] ACPI: Local APIC address 0xfee00000 [ 0.051248] ACPI: LAPIC_NMI (acpi_id[0x01] high dfl lint[0x4]) [ 0.051250] ACPI: NMI not connected to LINT 1! [ 0.051267] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86 [ 0.051273] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.051277] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.051280] ACPI: IRQ0 used by override. [ 0.051284] ACPI: IRQ9 used by override. [ 0.051288] Using ACPI (MADT) for SMP configuration information [ 0.051293] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.051316] e820: update [mem 0x6d1ff000-0x6d298fff] usable ==> reserved [ 0.051345] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.051423] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.051429] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff] [ 0.051435] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.051441] PM: Registered nosave memory: [mem 0x1f000000-0x200fffff] [ 0.051446] PM: Registered nosave memory: [mem 0x6d1ff000-0x6d298fff] [ 0.051452] PM: Registered nosave memory: [mem 0x7956e000-0x7959dfff] [ 0.051455] PM: Registered nosave memory: [mem 0x7959e000-0x795aefff] [ 0.051457] PM: Registered nosave memory: [mem 0x795af000-0x796e0fff] [ 0.051459] PM: Registered nosave memory: [mem 0x796e1000-0x79990fff] [ 0.051461] PM: Registered nosave memory: [mem 0x79991000-0x799ecfff] [ 0.051467] PM: Registered nosave memory: [mem 0x799ee000-0x79a2ffff] [ 0.051473] PM: Registered nosave memory: [mem 0x79ba6000-0x79ff8fff] [ 0.051478] [mem 0x7f000000-0xdfffffff] available for PCI devices [ 0.051481] Booting paravirtualized kernel on bare hardware [ 0.051488] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.359373] random: get_random_bytes called from start_kernel+0x93/0x52c with crng_init=0 [ 0.359398] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.360229] percpu: Embedded 45 pages/cpu s144408 r8192 d31720 u2097152 [ 0.360253] pcpu-alloc: s144408 r8192 d31720 u2097152 alloc=1*2097152 [ 0.360256] pcpu-alloc: [0] 0 [ 0.360322] Built 1 zonelists, mobility grouping on. Total pages: 485091 [ 0.360325] Policy zone: DMA32 [ 0.360329] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-9-amd64 root=UUID=90444874-f3ab-46ea-b694-83a33d984cac ro quiet [ 0.360478] Calgary: detecting Calgary via BIOS EBDA area [ 0.360482] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.377788] Memory: 1617672K/1971752K available (10252K kernel code, 1241K rwdata, 3316K rodata, 1588K init, 2276K bss, 354080K reserved, 0K cma-reserved) [ 0.378125] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.378142] Kernel/User page tables isolation: enabled [ 0.378281] ftrace: allocating 31879 entries in 125 pages [ 0.406330] rcu: Hierarchical RCU implementation. [ 0.406335] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.406338] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.416496] NR_IRQS: 33024, nr_irqs: 256, preallocated irqs: 16 [ 0.416921] Console: colour dummy device 80x25 [ 0.416930] console [tty0] enabled [ 0.416992] ACPI: Core revision 20180810 [ 0.417281] APIC: Switch to symmetric I/O mode setup [ 0.418122] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 [ 0.437288] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1522c79555f, max_idle_ns: 440795265300 ns [ 0.437315] Calibrating delay loop (skipped), value calculated using timer frequency.. 2932.60 BogoMIPS (lpj=5865200) [ 0.437322] pid_max: default: 32768 minimum: 301 [ 0.438874] Security Framework initialized [ 0.438879] Yama: disabled by default; enable with sysctl kernel.yama.* [ 0.438933] AppArmor: AppArmor initialized [ 0.439948] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.440489] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.440565] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.440587] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.441125] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.441129] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.441165] process: using mwait in idle threads [ 0.441174] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0 [ 0.441176] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0 [ 0.441180] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.441183] Spectre V2 : Mitigation: Full generic retpoline [ 0.441185] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.441237] MDS: Vulnerable: Clear CPU buffers attempted, no microcode [ 0.449856] Freeing SMP alternatives memory: 24K [ 0.483533] TSC deadline timer enabled [ 0.483539] smpboot: CPU0: Intel(R) Atom(TM) CPU E3815 @ 1.46GHz (family: 0x6, model: 0x37, stepping: 0x3) [ 0.483931] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver. [ 0.483958] ... version: 3 [ 0.483960] ... bit width: 40 [ 0.483961] ... generic registers: 2 [ 0.483963] ... value mask: 000000ffffffffff [ 0.483965] ... max period: 0000007fffffffff [ 0.483966] ... fixed-purpose events: 3 [ 0.483968] ... event mask: 0000000700000003 [ 0.484093] rcu: Hierarchical SRCU implementation. [ 0.485045] random: crng done (trusting CPU's manufacturer) [ 0.485293] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.485293] smp: Bringing up secondary CPUs ... [ 0.485293] smp: Brought up 1 node, 1 CPU [ 0.485293] smpboot: Max logical packages: 1 [ 0.485293] smpboot: Total of 1 processors activated (2932.60 BogoMIPS) [ 0.485293] devtmpfs: initialized [ 0.485293] x86/mm: Memory block size: 128MB [ 0.485293] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes) [ 0.485293] PM: Registering ACPI NVS region [mem 0x795af000-0x796e0fff] (1253376 bytes) [ 0.485313] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.485329] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.485447] pinctrl core: initialized pinctrl subsystem [ 0.485909] NET: Registered protocol family 16 [ 0.486141] audit: initializing netlink subsys (disabled) [ 0.486559] cpuidle: using governor ladder [ 0.486562] cpuidle: using governor menu [ 0.486641] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.486644] ACPI: bus type PCI registered [ 0.486648] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.486829] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.486836] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.486871] PCI: Using configuration type 1 for base access [ 0.489237] audit: type=2000 audit(1590936858.068:1): state=initialized audit_enabled=0 res=1 [ 0.489562] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.490300] ACPI: Added _OSI(Module Device) [ 0.490303] ACPI: Added _OSI(Processor Device) [ 0.490305] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.490307] ACPI: Added _OSI(Processor Aggregator Device) [ 0.490310] ACPI: Added _OSI(Linux-Dell-Video) [ 0.490312] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.509373] ACPI: 6 ACPI AML tables successfully acquired and loaded [ 0.517452] ACPI: Interpreter enabled [ 0.517513] ACPI: (supports S0 S3 S4 S5) [ 0.517517] ACPI: Using IOAPIC for interrupt routing [ 0.517607] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.518699] ACPI: Enabled 9 GPEs in block 00 to 3F [ 0.532114] ACPI: Power Resource [USBC] (on) [ 0.535045] ACPI: Power Resource [PLPE] (on) [ 0.535647] ACPI: Power Resource [PLPE] (on) [ 0.544144] ACPI: Power Resource [CLK0] (off) [ 0.544266] ACPI: Power Resource [CLK1] (off) [ 0.548722] ACPI: Power Resource [FN00] (off) [ 0.550180] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.550193] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.550962] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME] [ 0.551482] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR] [ 0.551486] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration [ 0.552702] PCI host bridge to bus 0000:00 [ 0.552709] pci_bus 0000:00: root bus resource [io 0x0070-0x0077] [ 0.552713] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window] [ 0.552717] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window] [ 0.552721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.552724] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.552728] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window] [ 0.552731] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window] [ 0.552735] pci_bus 0000:00: root bus resource [mem 0x80000000-0xffffffff window] [ 0.552739] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.552756] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000 [ 0.553099] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000 [ 0.553120] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff] [ 0.553134] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref] [ 0.553147] pci 0000:00:02.0: reg 0x20: [io 0xe080-0xe087] [ 0.553174] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.553504] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601 [ 0.553531] pci 0000:00:13.0: reg 0x10: [io 0xe070-0xe077] [ 0.553542] pci 0000:00:13.0: reg 0x14: [io 0xe060-0xe063] [ 0.553553] pci 0000:00:13.0: reg 0x18: [io 0xe050-0xe057] [ 0.553565] pci 0000:00:13.0: reg 0x1c: [io 0xe040-0xe043] [ 0.553576] pci 0000:00:13.0: reg 0x20: [io 0xe020-0xe03f] [ 0.553588] pci 0000:00:13.0: reg 0x24: [mem 0xd072e000-0xd072e7ff] [ 0.553647] pci 0000:00:13.0: PME# supported from D3hot [ 0.553944] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330 [ 0.553972] pci 0000:00:14.0: reg 0x10: [mem 0xd0700000-0xd070ffff 64bit] [ 0.554046] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.554331] pci 0000:00:17.0: [8086:0f50] type 00 class 0x080501 [ 0.554358] pci 0000:00:17.0: reg 0x10: [mem 0xd072d000-0xd072dfff] [ 0.554371] pci 0000:00:17.0: reg 0x14: [mem 0xd072c000-0xd072cfff] [ 0.554457] pci 0000:00:17.0: PME# supported from D0 D3hot [ 0.554842] pci 0000:00:18.0: [8086:0f40] type 00 class 0x080102 [ 0.554868] pci 0000:00:18.0: reg 0x10: [mem 0xd0718000-0xd071bfff] [ 0.554879] pci 0000:00:18.0: reg 0x14: [mem 0xd072b000-0xd072bfff] [ 0.555220] pci 0000:00:18.1: [8086:0f41] type 00 class 0x0c8000 [ 0.555245] pci 0000:00:18.1: reg 0x10: [mem 0xd072a000-0xd072afff] [ 0.555255] pci 0000:00:18.1: reg 0x14: [mem 0xd0729000-0xd0729fff] [ 0.555593] pci 0000:00:18.2: [8086:0f42] type 00 class 0x0c8000 [ 0.555618] pci 0000:00:18.2: reg 0x10: [mem 0xd0728000-0xd0728fff] [ 0.555629] pci 0000:00:18.2: reg 0x14: [mem 0xd0727000-0xd0727fff] [ 0.555982] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000 [ 0.556018] pci 0000:00:1a.0: reg 0x10: [mem 0xd0500000-0xd05fffff] [ 0.556034] pci 0000:00:1a.0: reg 0x14: [mem 0xd0400000-0xd04fffff] [ 0.556155] pci 0000:00:1a.0: PME# supported from D0 D3hot [ 0.556512] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400 [ 0.556604] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.556904] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400 [ 0.556993] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 0.557293] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400 [ 0.557385] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold [ 0.557693] pci 0000:00:1e.0: [8086:0f06] type 00 class 0x080102 [ 0.557719] pci 0000:00:1e.0: reg 0x10: [mem 0xd0710000-0xd0713fff] [ 0.557730] pci 0000:00:1e.0: reg 0x14: [mem 0xd0725000-0xd0725fff] [ 0.558075] pci 0000:00:1e.1: [8086:0f08] type 00 class 0x0c8000 [ 0.558100] pci 0000:00:1e.1: reg 0x10: [mem 0xd0724000-0xd0724fff] [ 0.558110] pci 0000:00:1e.1: reg 0x14: [mem 0xd0723000-0xd0723fff] [ 0.558454] pci 0000:00:1e.2: [8086:0f09] type 00 class 0x0c8000 [ 0.558479] pci 0000:00:1e.2: reg 0x10: [mem 0xd0722000-0xd0722fff] [ 0.558489] pci 0000:00:1e.2: reg 0x14: [mem 0xd0721000-0xd0721fff] [ 0.558828] pci 0000:00:1e.3: [8086:0f0a] type 00 class 0x078000 [ 0.558853] pci 0000:00:1e.3: reg 0x10: [mem 0xd0720000-0xd0720fff] [ 0.558863] pci 0000:00:1e.3: reg 0x14: [mem 0xd071f000-0xd071ffff] [ 0.559202] pci 0000:00:1e.4: [8086:0f0c] type 00 class 0x078000 [ 0.559227] pci 0000:00:1e.4: reg 0x10: [mem 0xd071e000-0xd071efff] [ 0.559237] pci 0000:00:1e.4: reg 0x14: [mem 0xd071d000-0xd071dfff] [ 0.559582] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100 [ 0.559948] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500 [ 0.559996] pci 0000:00:1f.3: reg 0x10: [mem 0xd071c000-0xd071c01f] [ 0.560071] pci 0000:00:1f.3: reg 0x20: [io 0xe000-0xe01f] [ 0.560570] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.560697] pci 0000:00:1c.1: PCI bridge to [bus 02] [ 0.560862] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000 [ 0.560899] pci 0000:03:00.0: reg 0x10: [io 0xd000-0xd0ff] [ 0.560931] pci 0000:03:00.0: reg 0x18: [mem 0xd0604000-0xd0604fff 64bit] [ 0.560952] pci 0000:03:00.0: reg 0x20: [mem 0xd0600000-0xd0603fff 64bit pref] [ 0.561068] pci 0000:03:00.0: supports D1 D2 [ 0.561072] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.561308] pci 0000:00:1c.2: PCI bridge to [bus 03] [ 0.561314] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff] [ 0.561320] pci 0000:00:1c.2: bridge window [mem 0xd0600000-0xd06fffff] [ 0.562527] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.562709] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 10 11 12 14 15) [ 0.562887] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.563064] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15) [ 0.563241] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 *15) [ 0.563416] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 *4 5 6 10 11 12 14 15) [ 0.563594] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 *14 15) [ 0.563771] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 10 11 12 14 15) [ 0.566488] byt_gpio INT33FC:02: GPIO interrupt error, pins misconfigured. INT_STAT0: 0x00008000 [ 0.575419] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.575425] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.575473] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.575488] vgaarb: loaded [ 0.576136] pps_core: LinuxPPS API ver. 1 registered [ 0.576146] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti[ 0.576186] PTP clock support registered [ 0.576295] EDAC MC: Ver: 3.0.0 [ 0.577386] Registered efivars operations [ 0.578593] PCI: Using ACPI for IRQ routing [ 0.602151] PCI: pci_cache_line_size set to 64 bytes [ 0.602498] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff] [ 0.602509] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff] [ 0.602517] e820: reserve RAM buffer [mem 0x6d1ff000-0x6fffffff] [ 0.602526] e820: reserve RAM buffer [mem 0x7956e000-0x7bffffff] [ 0.602541] e820: reserve RAM buffer [mem 0x799ee000-0x7bffffff] [ 0.602550] e820: reserve RAM buffer [mem 0x79ba6000-0x7bffffff] [ 0.602564] e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff] [ 0.604428] clocksource: Switched to clocksource tsc-early [ 0.740820] VFS: Disk quotas dquot_6.6.0 [ 0.740987] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.742380] AppArmor: AppArmor Filesystem Enabled [ 0.742606] pnp: PnP ACPI init [ 0.743212] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.744666] system 00:01: [io 0x0680-0x069f] has been reserved [ 0.744684] system 00:01: [io 0x0400-0x047f] has been reserved [ 0.744701] system 00:01: [io 0x0500-0x05fe] has been reserved [ 0.744717] system 00:01: [io 0x0600-0x061f] has been reserved [ 0.744774] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.747102] system 00:02: [io 0x0a10-0x0a3f] has been reserved [ 0.747126] system 00:02: [io 0x0a40-0x0a4f] has been reserved [ 0.747142] system 00:02: [io 0x0a00-0x0a0f] has been reserved [ 0.747204] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.750313] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved [ 0.750337] system 00:03: [mem 0xfed01000-0xfed01fff] has been reserved [ 0.750354] system 00:03: [mem 0xfed03000-0xfed03fff] has been reserved [ 0.750371] system 00:03: [mem 0xfed04000-0xfed04fff] has been reserved [ 0.750387] system 00:03: [mem 0xfed08000-0xfed08fff] has been reserved [ 0.750403] system 00:03: [mem 0xfed1c000-0xfed1cfff] has been reserved [ 0.750420] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved [ 0.750437] system 00:03: [mem 0xfef00000-0xfeffffff] has been reserved [ 0.750492] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.759243] pnp 00:04: Plug and Play ACPI device, IDs PNP0c31 (active) [ 0.759347] pnp: PnP ACPI: found 5 devices [ 0.783786] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.783902] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000 [ 0.783927] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000 [ 0.783945] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000 [ 0.783979] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000 [ 0.783990] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000 [ 0.784007] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000 [ 0.784055] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000 [ 0.784159] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff] [ 0.784223] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref] [ 0.784254] pci 0000:00:1c.1: BAR 14: assigned [mem 0x80400000-0x805fffff] [ 0.784310] pci 0000:00:1c.1: BAR 15: assigned [mem 0x80600000-0x807fffff 64bit pref] [ 0.784365] pci 0000:00:1c.2: BAR 15: assigned [mem 0x80800000-0x809fffff 64bit pref] [ 0.784391] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff] [ 0.784415] pci 0000:00:1c.1: BAR 13: assigned [io 0x2000-0x2fff] [ 0.784441] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.784452] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff] [ 0.784476] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x801fffff] [ 0.784493] pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff 64bit pref] [ 0.784517] pci 0000:00:1c.1: PCI bridge to [bus 02] [ 0.784533] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff] [ 0.784557] pci 0000:00:1c.1: bridge window [mem 0x80400000-0x805fffff] [ 0.784580] pci 0000:00:1c.1: bridge window [mem 0x80600000-0x807fffff 64bit pref] [ 0.784605] pci 0000:00:1c.2: PCI bridge to [bus 03] [ 0.784620] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff] [ 0.784643] pci 0000:00:1c.2: bridge window [mem 0xd0600000-0xd06fffff] [ 0.784660] pci 0000:00:1c.2: bridge window [mem 0x80800000-0x809fffff 64bit pref] [ 0.784687] pci_bus 0000:00: resource 4 [io 0x0070-0x0077] [ 0.784696] pci_bus 0000:00: resource 5 [io 0x0000-0x006f window] [ 0.784712] pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window] [ 0.784727] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window] [ 0.784736] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window] [ 0.784746] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window] [ 0.784761] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window] [ 0.784770] pci_bus 0000:00: resource 11 [mem 0x80000000-0xffffffff window] [ 0.784781] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff] [ 0.784790] pci_bus 0000:01: resource 1 [mem 0x80000000-0x801fffff] [ 0.784805] pci_bus 0000:01: resource 2 [mem 0x80200000-0x803fffff 64bit pref] [ 0.784821] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff] [ 0.784830] pci_bus 0000:02: resource 1 [mem 0x80400000-0x805fffff] [ 0.784840] pci_bus 0000:02: resource 2 [mem 0x80600000-0x807fffff 64bit pref] [ 0.784856] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff] [ 0.784871] pci_bus 0000:03: resource 1 [mem 0xd0600000-0xd06fffff] [ 0.784880] pci_bus 0000:03: resource 2 [mem 0x80800000-0x809fffff 64bit pref] [ 0.785945] NET: Registered protocol family 2 [ 0.787317] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes) [ 0.787438] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.787759] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.788128] TCP: Hash tables configured (established 16384 bind 16384) [ 0.788520] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.788631] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.789240] NET: Registered protocol family 1 [ 0.789411] NET: Registered protocol family 44 [ 0.789506] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.791539] PCI: CLS 64 bytes, default 64 [ 0.792058] Unpacking initramfs... [ 5.753984] Freeing initrd memory: 25224K [ 5.754460] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1522c79555f, max_idle_ns: 440795265300 ns [ 5.754560] clocksource: Switched to clocksource tsc [ 5.763070] Initialise system trusted keyrings [ 5.763191] Key type blacklist registered [ 5.763754] workingset: timestamp_bits=40 max_order=19 bucket_order=0 [ 5.791022] zbud: loaded [ 8.107460] Key type asymmetric registered [ 8.107492] Asymmetric key parser 'x509' registered [ 8.107664] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 8.108075] io scheduler noop registered [ 8.108085] io scheduler deadline registered [ 8.108688] io scheduler cfq registered (default) [ 8.108710] io scheduler mq-deadline registered [ 8.115673] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 8.115948] efifb: probing for efifb [ 8.116122] efifb: framebuffer at 0xc0000000, using 5120k, total 5120k [ 8.116132] efifb: mode is 1280x1024x32, linelength=5120, pages=1 [ 8.116139] efifb: scrolling: redraw [ 8.116143] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 8.169996] Console: switching to colour frame buffer device 160x64 [ 8.222073] fb0: EFI VGA frame buffer device [ 8.222308] intel_idle: MWAIT substates: 0x3000020 [ 8.222324] intel_idle: v0.4.1 model 0x37 [ 8.222915] intel_idle: lapic_timer_reliable_states 0xffffffff [ 8.239901] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 8.261188] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 8.266961] hpet: number irqs doesn't agree with number of timers [ 8.267408] Linux agpgart interface v0.103 [ 8.268280] AMD IOMMUv2 driver by Joerg Roedel [ 8.268294] AMD IOMMUv2 functionality not available on this system [ 8.270202] i8042: PNP: No PS/2 controller found. [ 8.271108] mousedev: PS/2 mouse device common for all mice [ 8.271565] rtc_cmos 00:00: RTC can wake from S4 [ 8.272427] rtc_cmos 00:00: registered as rtc0 [ 8.272703] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram [ 8.272892] intel_pstate: Intel P-state driver initializing [ 8.275678] ledtrig-cpu: registered to indicate activity on CPUs [ 8.297236] NET: Registered protocol family 10 [ 8.550834] Segment Routing with IPv6 [ 8.551150] mip6: Mobile IPv6 [ 8.551169] NET: Registered protocol family 17 [ 8.551632] mpls_gso: MPLS GSO support [ 8.552622] mce: Using 6 MCE banks [ 8.553157] microcode: sig=0x30673, pf=0x1, revision=0x321 [ 8.553944] microcode: Microcode Update Driver: v2.2. [ 8.554105] sched_clock: Marking stable (8552867937, 441125)->(8559082729, -5773667) [ 8.556176] registered taskstats version 1 [ 8.556185] Loading compiled-in X.509 certificates [ 9.088026] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1' [ 9.088302] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def' [ 9.089919] Loaded UEFI:db cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' linked to secondary sys keyring [ 9.090261] Loaded UEFI:db cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' linked to secondary sys keyring [ 9.091072] zswap: loaded using pool lzo/zbud [ 9.091672] AppArmor: AppArmor sha1 policy hashing enabled [ 9.098499] rtc_cmos 00:00: setting system clock to 2020-05-31 14:54:26 UTC (1590936866) [ 9.164152] Freeing unused kernel image memory: 1588K [ 9.169457] Write protecting the kernel read-only data: 16384k [ 9.176106] Freeing unused kernel image memory: 2028K [ 9.178539] Freeing unused kernel image memory: 780K [ 9.319964] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 9.320678] x86/mm: Checking user space page tables [ 9.460244] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 9.460268] Run /init as init process [ 12.624922] hidraw: raw HID events driver (C) Jiri Kosina [ 13.436911] thermal LNXTHERM:00: registered as thermal_zone0 [ 13.436928] ACPI: Thermal Zone [TZ01] (27 C) [ 13.751581] i2c-designware-pci 0000:00:18.1: enabling device (0000 -> 0002) [ 14.025968] i2c-designware-pci 0000:00:18.2: enabling device (0000 -> 0002) [ 14.262926] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt [ 14.607625] sdhci: Secure Digital Host Controller Interface driver [ 14.607641] sdhci: Copyright(c) Pierre Ossman [ 14.656074] SCSI subsystem initialized [ 14.783321] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control [ 14.966818] sdhci-pci 0000:00:17.0: SDHCI controller found [8086:0f50] (rev c) [ 14.971072] ACPI: bus type USB registered [ 14.971490] usbcore: registered new interface driver usbfs [ 14.971673] usbcore: registered new interface driver hub [ 14.973005] mmc0: SDHCI controller on PCI [0000:00:17.0] using ADMA [ 14.981722] usbcore: registered new device driver usb [ 15.072425] cryptd: max_cpu_qlen set to 1000 [ 15.099335] mmc0: new DDR MMC card at address 0001 [ 15.290785] libphy: r8169: probed [ 15.292905] r8169 0000:03:00.0 eth0: RTL8168g/8111g, c0:3f:d5:6b:ee:0d, XID 4c000800, IRQ 87 [ 15.292930] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 15.598222] SSE version of gcm_enc/dec engaged. [ 15.745852] libata version 3.00 loaded. [ 16.001006] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 16.001116] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [ 16.005818] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810 [ 16.005867] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 16.013935] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 16.013960] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 16.013976] usb usb1: Product: xHCI Host Controller [ 16.013986] usb usb1: Manufacturer: Linux 4.19.0-9-amd64 xhci-hcd [ 16.014002] usb usb1: SerialNumber: 0000:00:14.0 [ 16.022006] hub 1-0:1.0: USB hub found [ 16.022161] hub 1-0:1.0: 6 ports detected [ 16.047402] ahci 0000:00:13.0: version 3.0 [ 16.063894] ahci 0000:00:13.0: controller can't do DEVSLP, turning off [ 16.064498] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x0 impl SATA mode [ 16.064518] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso [ 16.066979] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 16.067035] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 16.067078] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed [ 16.070006] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19 [ 16.070030] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 16.070040] usb usb2: Product: xHCI Host Controller [ 16.070063] usb usb2: Manufacturer: Linux 4.19.0-9-amd64 xhci-hcd [ 16.070079] usb usb2: SerialNumber: 0000:00:14.0 [ 16.078048] hub 2-0:1.0: USB hub found [ 16.084484] hub 2-0:1.0: 1 port detected [ 16.099383] scsi host0: ahci [ 16.106016] scsi host1: ahci [ 16.107324] ata1: DUMMY [ 16.107341] ata2: DUMMY [ 16.401416] usb 1-4: new high-speed USB device number 2 using xhci_hcd [ 16.550990] usb 1-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98 [ 16.551009] usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 16.551026] usb 1-4: Product: USB2.0 Hub [ 16.553822] hub 1-4:1.0: USB hub found [ 16.556440] hub 1-4:1.0: 4 ports detected [ 17.196249] r8169 0000:03:00.0 enp3s0: renamed from eth0 [ 17.240047] mmcblk0: mmc0:0001 004G90 3.69 GiB [ 17.258777] mmcblk0boot0: mmc0:0001 004G90 partition 1 2.00 MiB [ 17.280120] mmcblk0boot1: mmc0:0001 004G90 partition 2 2.00 MiB [ 17.281687] mmcblk0rpmb: mmc0:0001 004G90 partition 3 512 KiB, chardev (245:0) [ 17.319027] mmcblk0: p1 p2 [ 19.970855] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 21.427350] systemd[1]: Inserted module 'autofs4' [ 21.720538] efivars: duplicate variable: Events-b452fd8a-c9ca-4764-977e-59d839dd861b [ 21.744375] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [ 21.766006] systemd[1]: Detected architecture x86-64. [ 21.806885] systemd[1]: Set hostname to . [ 26.271680] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 26.286605] systemd[1]: Created slice User and Session Slice. [ 26.291529] systemd[1]: Listening on Journal Audit Socket. [ 26.295038] systemd[1]: Listening on fsck to fsckd communication Socket. [ 26.295697] systemd[1]: Reached target Swap. [ 26.308336] systemd[1]: Created slice system-getty.slice. [ 26.312558] systemd[1]: Listening on Journal Socket. [ 26.843586] systemd[1]: Mounting Huge Pages File System... [ 26.874045] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 26.903010] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 26.924712] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 26.936488] systemd[1]: Listening on Syslog Socket. [ 26.953566] systemd[1]: Reached target Remote File Systems. [ 26.973701] systemd[1]: Listening on Journal Socket (/dev/log). [ 27.121459] systemd[1]: Starting Journal Service... [ 27.147079] systemd[1]: Listening on udev Control Socket. [ 27.256976] systemd[1]: Starting udev Coldplug all Devices... [ 28.398955] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro [ 32.198664] systemd[1]: Started Create Static Device Nodes in /dev. [ 32.297111] systemd[1]: Starting udev Kernel Device Manager... [ 33.716071] systemd[1]: Started udev Kernel Device Manager. [ 37.933557] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 37.933742] ACPI: Power Button [PWRB] [ 37.934637] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1 [ 37.934801] ACPI: Sleep Button [SLPB] [ 37.935762] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 37.951919] ACPI: Power Button [PWRF] [ 39.422157] systemd[1]: Started udev Coldplug all Devices. [ 39.677262] systemd[1]: Starting Helper to synchronize boot up for ifupdown... [ 40.117536] alg: No test for fips(ansi_cprng) (fips_ansi_cprng) [ 40.241843] systemd[1]: Started Helper to synchronize boot up for ifupdown. [ 41.859945] systemd[1]: Started Journal Service. [ 43.125678] tpm_tis 00:04: 1.2 TPM (device-id 0x0, rev-id 78) [ 44.617243] iTCO_vendor_support: vendor-support=0 [ 44.791329] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 44.791836] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460) [ 44.826438] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 45.148562] EFI Variables Facility v0.08 2004-May-17 [ 45.185991] efivars: duplicate variable: Events-b452fd8a-c9ca-4764-977e-59d839dd861b [ 45.239633] input: PC Speaker as /devices/platform/pcspkr/input/input3 [ 45.368120] pstore: Using compression: deflate [ 45.368190] pstore: Registered efi as persistent store backend [ 45.410911] Bluetooth: Core ver 2.22 [ 45.411131] NET: Registered protocol family 31 [ 45.411141] Bluetooth: HCI device and connection manager initialized [ 45.411180] Bluetooth: HCI socket layer initialized [ 45.411235] Bluetooth: L2CAP socket layer initialized [ 45.411345] Bluetooth: SCO socket layer initialized [ 47.241226] Bluetooth: HCI UART driver ver 2.3 [ 47.241250] Bluetooth: HCI UART protocol H4 registered [ 47.241265] Bluetooth: HCI UART protocol BCSP registered [ 47.273805] Bluetooth: HCI UART protocol LL registered [ 47.273828] Bluetooth: HCI UART protocol ATH3K registered [ 47.274066] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 47.274442] Bluetooth: HCI UART protocol Intel registered [ 47.275009] Bluetooth: HCI UART protocol Broadcom registered [ 47.275239] Bluetooth: HCI UART protocol QCA registered [ 47.275254] Bluetooth: HCI UART protocol AG6XX registered [ 47.275262] Bluetooth: HCI UART protocol Marvell registered [ 54.059767] systemd-journald[215]: Received request to flush runtime journal from PID 1 [ 54.114475] checking generic (c0000000 500000) vs hw (c0000000 10000000) [ 54.114499] fb: switching to inteldrmfb from EFI VGA [ 54.114952] Console: switching to colour dummy device 80x25 [ 54.126051] [drm] Replacing VGA console driver [ 54.127156] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 54.127165] [drm] Driver supports precise vblank timestamp query. [ 54.158427] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 54.247006] [drm] failed to retrieve link info, disabling eDP [ 54.449584] [drm] Initialized i915 1.6.0 20180719 for 0000:00:02.0 on minor 0 [ 54.486870] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 54.509711] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4 [ 54.516307] [drm] HDaudio controller not detected, using LPE audio instead [ 54.797596] [drm] Cannot find any crtc or sizes [ 55.289956] [drm] Cannot find any crtc or sizes [ 55.824862] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=0 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input5 [ 55.832388] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input6 [ 56.149652] [drm] Cannot find any crtc or sizes [ 58.847727] audit: type=1400 audit(1590936916.243:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=340 comm="apparmor_parser" [ 58.847790] audit: type=1400 audit(1590936916.243:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=340 comm="apparmor_parser" [ 59.022643] audit: type=1400 audit(1590936916.419:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=341 comm="apparmor_parser" [ 59.022708] audit: type=1400 audit(1590936916.419:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=341 comm="apparmor_parser" [ 59.022757] audit: type=1400 audit(1590936916.419:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=341 comm="apparmor_parser" [ 61.167614] r8169 0000:03:00.0: firmware: direct-loading firmware rtl_nic/rtl8168g-2.fw [ 61.181893] Generic PHY r8169-300:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE) [ 61.348750] r8169 0000:03:00.0 enp3s0: Link is Down [ 61.349107] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready [ 62.934905] r8169 0000:03:00.0 enp3s0: Link is Up - 100Mbps/Full - flow control rx/tx [ 62.934984] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
root@YGH:~# dmesg | grep i915
[ 4.025107] i915 0000:00:02.0: [drm] VT-d active for gfx access
[ 4.025112] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 4.026163] i915 0000:00:02.0: [drm] DMAR active, disabling use of stolen memory
[ 4.027227] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 4.045478] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[ 4.060775] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 4.090655] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 4.092892] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
出现如下错误,百思不得其解,望大佬给出意见,谢谢回复