https://pve.proxmox.com/wiki/USB_physical_port_mapping
参考: https://pve.proxmox.com/wiki/USB_physical_port_mapping
把 USB 设备插入 PVE 主机后, dmesg 可以看到
假定虚拟机 ID 为 120,修改虚拟机配置文件: /etc/pve/qemu-server/120.conf,添加:
usb0: host=1-1.1.4
主机上 # qm stop 120; sleep 3; qm start 120 // 不是 qm restart
Ubuntu 的虚拟机内,默认 Kernel 没有 usbserial 模块,需要
sudo apt-get install linux-image-extra-virtual
sudo reboot
lsmod|grep usbserial
ls -al /dev/ttyUSB0
作者: 甬洁网络
login as: root
root@192.168.20.15's password:
Linux pve 5.13.19-2-pve #1 SMP PVE 5.13.19-4 (Mon, 29 Nov 2021 12:10:09 +0100) x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri May 6 11:49:34 2022 from 192.168.20.1
root@pve:~# lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
|__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 1: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 2: Dev 3, If 0, Class=Hub, Driver=hub/7p, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 480M
root@pve:~# dmesg
[ 0.000000] Linux version 5.13.19-2-pve (build@proxmox) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PVE 5.13.19-4 (Mon, 29 Nov 2021 12:10:09 +0100) ()
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.13.19-2-pve root=/dev/mapper/pve-root ro quiet
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] Disabled fast string operations
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bfedffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bfee0000-0x00000000bfefefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bfeff000-0x00000000bfefffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bff00000-0x00000000bfffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/29/2019
[ 0.000000] vmware: hypercall mode: 0x00
[ 0.000000] Hypervisor detected: VMware
[ 0.000000] vmware: TSC freq read from hypervisor : 3000.003 MHz
[ 0.000000] vmware: Host bus clock speed read from hypervisor : 66000000 Hz
[ 0.000000] vmware: using clock offset of 25529779576 ns
[ 0.000011] tsc: Detected 3000.003 MHz processor
[ 0.001103] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001105] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001109] last_pfn = 0x240000 max_arch_pfn = 0x400000000
[ 0.001126] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001134] total RAM covered: 15360M
[ 0.001564] Found optimal setting for mtrr clean up
[ 0.001564] gran_size: 64K chunk_size: 64K num_reg: 4 lose cover RAM: 0G
[ 0.001592] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[ 0.001597] last_pfn = 0xc0000 max_arch_pfn = 0x400000000
[ 0.008215] found SMP MP-table at [mem 0x000f6a70-0x000f6a7f]
[ 0.008233] Using GB pages for direct mapping
[ 0.008351] RAMDISK: [mem 0x30e5f000-0x34726fff]
[ 0.008354] ACPI: Early table checksum verification disabled
[ 0.008357] ACPI: RSDP 0x00000000000F6A00 000024 (v02 PTLTD )
[ 0.008360] ACPI: XSDT 0x00000000BFEEE7E9 00005C (v01 INTEL 440BX 06040000 VMW 01324272)
[ 0.008365] ACPI: FACP 0x00000000BFEFEE73 0000F4 (v04 INTEL 440BX 06040000 PTL 000F4240)
[ 0.008369] ACPI: DSDT 0x00000000BFEEEAE7 01038C (v01 PTLTD Custom 06040000 MSFT 03000001)
[ 0.008376] ACPI: FACS 0x00000000BFEFFFC0 000040
[ 0.008378] ACPI: FACS 0x00000000BFEFFFC0 000040
[ 0.008380] ACPI: BOOT 0x00000000BFEEEABF 000028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.008383] ACPI: APIC 0x00000000BFEEEA29 000096 (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.008386] ACPI: MCFG 0x00000000BFEEE9ED 00003C (v01 PTLTD $PCITBL$ 06040000 LTP 00000001)
[ 0.008389] ACPI: SRAT 0x00000000BFEEE8E5 000108 (v02 VMWARE MEMPLUG 06040000 VMW 00000001)
[ 0.008391] ACPI: HPET 0x00000000BFEEE8AD 000038 (v01 VMWARE VMW HPET 06040000 VMW 00000001)
[ 0.008394] ACPI: WAET 0x00000000BFEEE885 000028 (v01 VMWARE VMW WAET 06040000 VMW 00000001)
[ 0.008396] ACPI: Reserving FACP table memory at [mem 0xbfefee73-0xbfefef66]
[ 0.008397] ACPI: Reserving DSDT table memory at [mem 0xbfeeeae7-0xbfefee72]
[ 0.008398] ACPI: Reserving FACS table memory at [mem 0xbfefffc0-0xbfefffff]
[ 0.008398] ACPI: Reserving FACS table memory at [mem 0xbfefffc0-0xbfefffff]
[ 0.008399] ACPI: Reserving BOOT table memory at [mem 0xbfeeeabf-0xbfeeeae6]
[ 0.008399] ACPI: Reserving APIC table memory at [mem 0xbfeeea29-0xbfeeeabe]
[ 0.008400] ACPI: Reserving MCFG table memory at [mem 0xbfeee9ed-0xbfeeea28]
[ 0.008401] ACPI: Reserving SRAT table memory at [mem 0xbfeee8e5-0xbfeee9ec]
[ 0.008401] ACPI: Reserving HPET table memory at [mem 0xbfeee8ad-0xbfeee8e4]
[ 0.008402] ACPI: Reserving WAET table memory at [mem 0xbfeee885-0xbfeee8ac]
[ 0.008424] ACPI: Local APIC address 0xfee00000
[ 0.008449] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[ 0.008450] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[ 0.008451] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[ 0.008451] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[ 0.008452] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[ 0.008452] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[ 0.008454] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[ 0.008455] ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0xbfffffff]
[ 0.008456] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x23fffffff]
[ 0.008458] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xbfffffff] -> [mem 0x00000000-0xbfffffff]
[ 0.008459] NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x23fffffff] -> [mem 0x00000000-0x23fffffff]
[ 0.008466] NODE_DATA(0) allocated [mem 0x23ffd6000-0x23fffffff]
[ 0.009352] Zone ranges:
[ 0.009354] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.009355] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.009356] Normal [mem 0x0000000100000000-0x000000023fffffff]
[ 0.009357] Device empty
[ 0.009358] Movable zone start for each node
[ 0.009360] Early memory node ranges
[ 0.009360] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.009361] node 0: [mem 0x0000000000100000-0x00000000bfedffff]
[ 0.009362] node 0: [mem 0x00000000bff00000-0x00000000bfffffff]
[ 0.009363] node 0: [mem 0x0000000100000000-0x000000023fffffff]
[ 0.009364] Initmem setup node 0 [mem 0x0000000000001000-0x000000023fffffff]
[ 0.009365] On node 0 totalpages: 2097022
[ 0.009366] DMA zone: 64 pages used for memmap
[ 0.009367] DMA zone: 158 pages reserved
[ 0.009367] DMA zone: 3998 pages, LIFO batch:0
[ 0.009368] DMA32 zone: 12224 pages used for memmap
[ 0.009369] DMA32 zone: 782304 pages, LIFO batch:63
[ 0.009369] Normal zone: 20480 pages used for memmap
[ 0.009370] Normal zone: 1310720 pages, LIFO batch:63
[ 0.009420] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.010104] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.148029] On node 0, zone DMA32: 32 pages in unavailable ranges
[ 0.382389] ACPI: PM-Timer IO Port: 0x1008
[ 0.382394] ACPI: Local APIC address 0xfee00000
[ 0.382404] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.382405] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.382406] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.382406] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.382407] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.382407] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.382436] IOAPIC[0]: apic_id 3, version 32, address 0xfec00000, GSI 0-23
[ 0.382439] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.382441] ACPI: IRQ0 used by override.
[ 0.382442] ACPI: IRQ9 used by override.
[ 0.382443] Using ACPI (MADT) for SMP configuration information
[ 0.382445] ACPI: HPET id: 0x8086af01 base: 0xfed00000
[ 0.382449] TSC deadline timer available
[ 0.382454] smpboot: Allowing 6 CPUs, 0 hotplug CPUs
[ 0.382493] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.382495] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.382495] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
[ 0.382496] PM: hibernation: Registered nosave memory: [mem 0x000dc000-0x000fffff]
[ 0.382497] PM: hibernation: Registered nosave memory: [mem 0xbfee0000-0xbfefefff]
[ 0.382497] PM: hibernation: Registered nosave memory: [mem 0xbfeff000-0xbfefffff]
[ 0.382498] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xefffffff]
[ 0.382499] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[ 0.382499] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
[ 0.382500] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
[ 0.382500] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfedfffff]
[ 0.382501] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.382501] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfffdffff]
[ 0.382502] PM: hibernation: Registered nosave memory: [mem 0xfffe0000-0xffffffff]
[ 0.382503] [mem 0xc0000000-0xefffffff] available for PCI devices
[ 0.382503] Booting paravirtualized kernel on VMware hypervisor
[ 0.382506] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.382511] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:6 nr_cpu_ids:6 nr_node_ids:1
[ 0.388152] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[ 0.388157] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[ 0.388159] pcpu-alloc: [0] 0 1 2 3 4 5 - -
[ 0.388187] Built 1 zonelists, mobility grouping on. Total pages: 2064096
[ 0.388189] Policy zone: Normal
[ 0.388190] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.13.19-2-pve root=/dev/mapper/pve-root ro quiet
[ 0.410930] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.422807] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.422921] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.532270] Memory: 8076764K/8388088K available (16393K kernel code, 3487K rwdata, 10016K rodata, 2848K init, 5800K bss, 311064K reserved, 0K cma-reserved)
[ 0.532277] random: get_random_u64 called from __kmem_cache_create+0x2d/0x4e0 with crng_init=0
[ 0.532679] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.532732] ftrace: allocating 47502 entries in 186 pages
[ 0.545760] ftrace: allocated 186 pages with 5 groups
[ 0.546760] rcu: Hierarchical RCU implementation.
[ 0.546762] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=6.
[ 0.546763] Rude variant of Tasks RCU enabled.
[ 0.546763] Tracing variant of Tasks RCU enabled.
[ 0.546764] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.546765] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[ 0.550640] NR_IRQS: 524544, nr_irqs: 472, preallocated irqs: 16
[ 0.551020] random: crng done (trusting CPU's manufacturer)
[ 0.552097] Console: colour VGA+ 80x25
[ 0.552106] printk: console [tty0] enabled
[ 0.552181] ACPI: Core revision 20210331
[ 0.552664] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.552716] APIC: Switch to symmetric I/O mode setup
[ 0.553017] x2apic enabled
[ 0.553182] Switched APIC routing to physical x2apic.
[ 0.553874] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.553893] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b3e47e4533, max_idle_ns: 440795202126 ns
[ 0.553897] Calibrating delay loop (skipped) preset value.. 6000.00 BogoMIPS (lpj=12000012)
[ 0.553899] pid_max: default: 32768 minimum: 301
[ 0.553916] LSM: Security Framework initializing
[ 0.553922] Yama: becoming mindful.
[ 0.554079] AppArmor: AppArmor initialized
[ 0.554449] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.554858] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.555612] Disabled fast string operations
[ 0.555683] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[ 0.555685] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.555688] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.556023] Spectre V2 : Mitigation: Enhanced IBRS
[ 0.556025] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.556026] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.556027] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.556029] SRBDS: Mitigation: TSX disabled
[ 0.560501] Freeing SMP alternatives memory: 40K
[ 0.562431] smpboot: CPU0: Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz (family: 0x6, model: 0x9e, stepping: 0xd)
[ 0.563292] Performance Events: Skylake events, Intel PMU driver.
[ 0.563318] ... version: 4
[ 0.563319] ... bit width: 48
[ 0.563320] ... generic registers: 8
[ 0.563320] ... value mask: 0000ffffffffffff
[ 0.563321] ... max period: 000000007fffffff
[ 0.563321] ... fixed-purpose events: 3
[ 0.563321] ... event mask: 00000007000000ff
[ 0.563443] rcu: Hierarchical SRCU implementation.
[ 0.564178] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.564958] smp: Bringing up secondary CPUs ...
[ 0.565698] x86: Booting SMP configuration:
[ 0.565699] .... node #0, CPUs: #1
[ 0.006975] Disabled fast string operations
[ 0.566835] #2
[ 0.006975] Disabled fast string operations
[ 0.567663] #3
[ 0.006975] Disabled fast string operations
[ 0.006975] smpboot: CPU 3 Converting physical 0 to logical die 1
[ 0.570588] #4
[ 0.006975] Disabled fast string operations
[ 0.571348] #5
[ 0.006975] Disabled fast string operations
[ 0.574688] smp: Brought up 1 node, 6 CPUs
[ 0.574691] smpboot: Max logical packages: 2
[ 0.574691] smpboot: Total of 6 processors activated (36000.03 BogoMIPS)
[ 0.575924] devtmpfs: initialized
[ 0.575924] x86/mm: Memory block size: 128MB
[ 0.579387] PM: Registering ACPI NVS region [mem 0xbfeff000-0xbfefffff] (4096 bytes)
[ 0.579387] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.579387] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.579387] pinctrl core: initialized pinctrl subsystem
[ 0.579387] PM: RTC time: 04:29:47, date: 2022-05-06
[ 0.579894] NET: Registered protocol family 16
[ 0.585298] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.585583] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.585712] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.585720] audit: initializing netlink subsys (disabled)
[ 0.585926] audit: type=2000 audit(1651811387.032:1): state=initialized audit_enabled=0 res=1
[ 0.586211] thermal_sys: Registered thermal governor 'fair_share'
[ 0.586212] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.586213] thermal_sys: Registered thermal governor 'step_wise'
[ 0.586213] thermal_sys: Registered thermal governor 'user_space'
[ 0.586213] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.586217] EISA bus registered
[ 0.586224] cpuidle: using governor ladder
[ 0.586226] cpuidle: using governor menu
[ 0.586242] Simple Boot Flag at 0x36 set to 0x80
[ 0.586254] ACPI: bus type PCI registered
[ 0.586255] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.586675] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.586679] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[ 0.586689] PCI: Using configuration type 1 for base access
[ 0.588389] Kprobes globally optimized
[ 0.588403] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.588403] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.598088] ACPI: Added _OSI(Module Device)
[ 0.598088] ACPI: Added _OSI(Processor Device)
[ 0.598088] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.598088] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.598088] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.598088] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.598088] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.609895] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.610523] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.612675] ACPI: Interpreter enabled
[ 0.612684] ACPI: (supports S0 S1 S4 S5)
[ 0.612685] ACPI: Using IOAPIC for interrupt routing
[ 0.612717] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.613066] ACPI: Enabled 4 GPEs in block 00 to 0F
[ 0.656033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
[ 0.656041] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.656204] acpi PNP0A03:00: _OSC: platform does not support [AER LTR]
[ 0.656365] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 0.658057] PCI host bridge to bus 0000:00
[ 0.658059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.658060] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000dbfff window]
[ 0.658061] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 0.658062] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.658063] pci_bus 0000:00: root bus resource [io 0x0d00-0xfeff window]
[ 0.658064] pci_bus 0000:00: root bus resource [bus 00-7f]
[ 0.658153] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
[ 0.658942] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
[ 0.660750] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
[ 0.661462] pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
[ 0.663041] pci 0000:00:07.1: reg 0x20: [io 0x1060-0x106f]
[ 0.663480] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.663481] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.663482] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.663483] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.663821] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
[ 0.665271] pci 0000:00:07.3: quirk: [io 0x1000-0x103f] claimed by PIIX4 ACPI
[ 0.665281] pci 0000:00:07.3: quirk: [io 0x1040-0x104f] claimed by PIIX4 SMB
[ 0.665637] pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
[ 0.665899] pci 0000:00:07.7: reg 0x10: [io 0x1080-0x10bf]
[ 0.666277] pci 0000:00:07.7: reg 0x14: [mem 0xfebfe000-0xfebfffff 64bit]
[ 0.669877] pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
[ 0.671493] pci 0000:00:0f.0: reg 0x10: [io 0x1070-0x107f]
[ 0.672604] pci 0000:00:0f.0: reg 0x14: [mem 0xe8000000-0xefffffff pref]
[ 0.673648] pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff]
[ 0.677898] pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
[ 0.678872] pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
[ 0.680473] pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
[ 0.681257] pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
[ 0.681704] pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
[ 0.682489] pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
[ 0.682906] pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
[ 0.683705] pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
[ 0.684124] pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
[ 0.684928] pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
[ 0.685425] pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
[ 0.686208] pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
[ 0.686619] pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
[ 0.687397] pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
[ 0.687777] pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
[ 0.688562] pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
[ 0.688952] pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
[ 0.689749] pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
[ 0.690341] pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
[ 0.691137] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.691578] pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
[ 0.692369] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[ 0.692747] pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
[ 0.693546] pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
[ 0.693971] pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
[ 0.694765] pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
[ 0.695290] pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
[ 0.696082] pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
[ 0.696461] pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
[ 0.697260] pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
[ 0.697646] pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
[ 0.698428] pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
[ 0.698825] pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
[ 0.699618] pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
[ 0.700205] pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
[ 0.700995] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
[ 0.701441] pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
[ 0.702241] pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
[ 0.702644] pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
[ 0.703436] pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
[ 0.703843] pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
[ 0.704623] pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
[ 0.705134] pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
[ 0.705895] pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
[ 0.706285] pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
[ 0.707087] pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
[ 0.707470] pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
[ 0.708268] pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
[ 0.708706] pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
[ 0.709490] pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
[ 0.710008] pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
[ 0.710794] pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
[ 0.711209] pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
[ 0.711995] pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
[ 0.712378] pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
[ 0.713173] pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
[ 0.713590] pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
[ 0.714403] pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
[ 0.714913] pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
[ 0.715713] pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
[ 0.716102] pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
[ 0.716890] pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
[ 0.717274] pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
[ 0.718066] pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
[ 0.718462] pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
[ 0.719258] pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
[ 0.721281] pci_bus 0000:01: extended config space not accessible
[ 0.727215] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.727402] pci_bus 0000:02: extended config space not accessible
[ 0.727625] acpiphp: Slot [32] registered
[ 0.727646] acpiphp: Slot [33] registered
[ 0.727680] acpiphp: Slot [34] registered
[ 0.727700] acpiphp: Slot [35] registered
[ 0.727716] acpiphp: Slot [36] registered
[ 0.727734] acpiphp: Slot [37] registered
[ 0.727750] acpiphp: Slot [38] registered
[ 0.727767] acpiphp: Slot [39] registered
[ 0.727800] acpiphp: Slot [40] registered
[ 0.727817] acpiphp: Slot [41] registered
[ 0.727831] acpiphp: Slot [42] registered
[ 0.727846] acpiphp: Slot [43] registered
[ 0.727861] acpiphp: Slot [44] registered
[ 0.727875] acpiphp: Slot [45] registered
[ 0.727917] acpiphp: Slot [46] registered
[ 0.727971] acpiphp: Slot [47] registered
[ 0.727989] acpiphp: Slot [48] registered
[ 0.728004] acpiphp: Slot [49] registered
[ 0.728018] acpiphp: Slot [50] registered
[ 0.728033] acpiphp: Slot [51] registered
[ 0.728047] acpiphp: Slot [52] registered
[ 0.728080] acpiphp: Slot [53] registered
[ 0.728100] acpiphp: Slot [54] registered
[ 0.728115] acpiphp: Slot [55] registered
[ 0.728133] acpiphp: Slot [56] registered
[ 0.728167] acpiphp: Slot [57] registered
[ 0.728182] acpiphp: Slot [58] registered
[ 0.728219] acpiphp: Slot [59] registered
[ 0.728237] acpiphp: Slot [60] registered
[ 0.728255] acpiphp: Slot [61] registered
[ 0.728271] acpiphp: Slot [62] registered
[ 0.728288] acpiphp: Slot [63] registered
[ 0.728360] pci 0000:02:00.0: [8086:100f] type 00 class 0x020000
[ 0.729749] pci 0000:02:00.0: reg 0x10: [mem 0xfd5c0000-0xfd5dffff 64bit]
[ 0.730271] pci 0000:02:00.0: reg 0x18: [mem 0xfdff0000-0xfdffffff 64bit]
[ 0.730812] pci 0000:02:00.0: reg 0x20: [io 0x2400-0x243f]
[ 0.731851] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 0.732119] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.732973] pci 0000:02:01.0: [1274:1371] type 00 class 0x040100
[ 0.733262] pci 0000:02:01.0: reg 0x10: [io 0x2440-0x247f]
[ 0.735751] pci 0000:02:03.0: [15ad:0774] type 00 class 0x0c0300
[ 0.736841] pci 0000:02:03.0: reg 0x20: [io 0x2480-0x249f]
[ 0.737942] pci 0000:02:04.0: [1000:0030] type 00 class 0x010000
[ 0.738514] pci 0000:02:04.0: reg 0x10: [io 0x2000-0x20ff]
[ 0.739060] pci 0000:02:04.0: reg 0x14: [mem 0xfd580000-0xfd59ffff 64bit]
[ 0.739621] pci 0000:02:04.0: reg 0x1c: [mem 0xfd5a0000-0xfd5bffff 64bit]
[ 0.740658] pci 0000:02:04.0: reg 0x30: [mem 0x00000000-0x00003fff pref]
[ 0.741673] pci 0000:02:05.0: [15ad:0770] type 00 class 0x0c0320
[ 0.741898] pci 0000:02:05.0: reg 0x10: [mem 0xfd5ef000-0xfd5effff]
[ 0.749895] pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
[ 0.749906] pci 0000:00:11.0: bridge window [io 0x2000-0x3fff]
[ 0.749925] pci 0000:00:11.0: bridge window [mem 0xfd500000-0xfdffffff]
[ 0.749959] pci 0000:00:11.0: bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
[ 0.749961] pci 0000:00:11.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.749962] pci 0000:00:11.0: bridge window [mem 0x000cc000-0x000dbfff window] (subtractive decode)
[ 0.749963] pci 0000:00:11.0: bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
[ 0.749963] pci 0000:00:11.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.749964] pci 0000:00:11.0: bridge window [io 0x0d00-0xfeff window] (subtractive decode)
[ 0.756723] pci 0000:00:15.0: PCI bridge to [bus 03]
[ 0.756743] pci 0000:00:15.0: bridge window [io 0x4000-0x4fff]
[ 0.756761] pci 0000:00:15.0: bridge window [mem 0xfd400000-0xfd4fffff]
[ 0.756796] pci 0000:00:15.0: bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
[ 0.761895] pci 0000:00:15.1: PCI bridge to [bus 04]
[ 0.761906] pci 0000:00:15.1: bridge window [io 0x8000-0x8fff]
[ 0.761925] pci 0000:00:15.1: bridge window [mem 0xfd000000-0xfd0fffff]
[ 0.761959] pci 0000:00:15.1: bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
[ 0.768571] pci 0000:00:15.2: PCI bridge to [bus 05]
[ 0.768590] pci 0000:00:15.2: bridge window [io 0xc000-0xcfff]
[ 0.768609] pci 0000:00:15.2: bridge window [mem 0xfcc00000-0xfccfffff]
[ 0.768643] pci 0000:00:15.2: bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
[ 0.773895] pci 0000:00:15.3: PCI bridge to [bus 06]
[ 0.773923] pci 0000:00:15.3: bridge window [mem 0xfc800000-0xfc8fffff]
[ 0.773958] pci 0000:00:15.3: bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
[ 0.780482] pci 0000:00:15.4: PCI bridge to [bus 07]
[ 0.780524] pci 0000:00:15.4: bridge window [mem 0xfc400000-0xfc4fffff]
[ 0.780559] pci 0000:00:15.4: bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
[ 0.785895] pci 0000:00:15.5: PCI bridge to [bus 08]
[ 0.785923] pci 0000:00:15.5: bridge window [mem 0xfc000000-0xfc0fffff]
[ 0.785958] pci 0000:00:15.5: bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
[ 0.792398] pci 0000:00:15.6: PCI bridge to [bus 09]
[ 0.792435] pci 0000:00:15.6: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 0.792469] pci 0000:00:15.6: bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
[ 0.798264] pci 0000:00:15.7: PCI bridge to [bus 0a]
[ 0.798302] pci 0000:00:15.7: bridge window [mem 0xfb800000-0xfb8fffff]
[ 0.798337] pci 0000:00:15.7: bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
[ 0.804321] pci 0000:00:16.0: PCI bridge to [bus 0b]
[ 0.804345] pci 0000:00:16.0: bridge window [io 0x5000-0x5fff]
[ 0.804365] pci 0000:00:16.0: bridge window [mem 0xfd300000-0xfd3fffff]
[ 0.804400] pci 0000:00:16.0: bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
[ 0.809895] pci 0000:00:16.1: PCI bridge to [bus 0c]
[ 0.809906] pci 0000:00:16.1: bridge window [io 0x9000-0x9fff]
[ 0.809924] pci 0000:00:16.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.809958] pci 0000:00:16.1: bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
[ 0.816350] pci 0000:00:16.2: PCI bridge to [bus 0d]
[ 0.816369] pci 0000:00:16.2: bridge window [io 0xd000-0xdfff]
[ 0.816386] pci 0000:00:16.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 0.816419] pci 0000:00:16.2: bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
[ 0.821895] pci 0000:00:16.3: PCI bridge to [bus 0e]
[ 0.821923] pci 0000:00:16.3: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.821958] pci 0000:00:16.3: bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
[ 0.828224] pci 0000:00:16.4: PCI bridge to [bus 0f]
[ 0.828261] pci 0000:00:16.4: bridge window [mem 0xfc300000-0xfc3fffff]
[ 0.828296] pci 0000:00:16.4: bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
[ 0.833895] pci 0000:00:16.5: PCI bridge to [bus 10]
[ 0.833926] pci 0000:00:16.5: bridge window [mem 0xfbf00000-0xfbffffff]
[ 0.833961] pci 0000:00:16.5: bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
[ 0.840128] pci 0000:00:16.6: PCI bridge to [bus 11]
[ 0.840165] pci 0000:00:16.6: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 0.840200] pci 0000:00:16.6: bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
[ 0.845895] pci 0000:00:16.7: PCI bridge to [bus 12]
[ 0.845924] pci 0000:00:16.7: bridge window [mem 0xfb700000-0xfb7fffff]
[ 0.845959] pci 0000:00:16.7: bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
[ 0.852089] pci 0000:00:17.0: PCI bridge to [bus 13]
[ 0.852110] pci 0000:00:17.0: bridge window [io 0x6000-0x6fff]
[ 0.852128] pci 0000:00:17.0: bridge window [mem 0xfd200000-0xfd2fffff]
[ 0.852162] pci 0000:00:17.0: bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
[ 0.857895] pci 0000:00:17.1: PCI bridge to [bus 14]
[ 0.857906] pci 0000:00:17.1: bridge window [io 0xa000-0xafff]
[ 0.857925] pci 0000:00:17.1: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.857959] pci 0000:00:17.1: bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
[ 0.863968] pci 0000:00:17.2: PCI bridge to [bus 15]
[ 0.863987] pci 0000:00:17.2: bridge window [io 0xe000-0xefff]
[ 0.864006] pci 0000:00:17.2: bridge window [mem 0xfca00000-0xfcafffff]
[ 0.864040] pci 0000:00:17.2: bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
[ 0.869895] pci 0000:00:17.3: PCI bridge to [bus 16]
[ 0.869923] pci 0000:00:17.3: bridge window [mem 0xfc600000-0xfc6fffff]
[ 0.869957] pci 0000:00:17.3: bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
[ 0.875854] pci 0000:00:17.4: PCI bridge to [bus 17]
[ 0.875890] pci 0000:00:17.4: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.875931] pci 0000:00:17.4: bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
[ 0.881895] pci 0000:00:17.5: PCI bridge to [bus 18]
[ 0.881922] pci 0000:00:17.5: bridge window [mem 0xfbe00000-0xfbefffff]
[ 0.881955] pci 0000:00:17.5: bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
[ 0.888722] pci 0000:00:17.6: PCI bridge to [bus 19]
[ 0.888758] pci 0000:00:17.6: bridge window [mem 0xfba00000-0xfbafffff]
[ 0.888792] pci 0000:00:17.6: bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
[ 0.893895] pci 0000:00:17.7: PCI bridge to [bus 1a]
[ 0.893924] pci 0000:00:17.7: bridge window [mem 0xfb600000-0xfb6fffff]
[ 0.893959] pci 0000:00:17.7: bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
[ 0.900567] pci 0000:00:18.0: PCI bridge to [bus 1b]
[ 0.900586] pci 0000:00:18.0: bridge window [io 0x7000-0x7fff]
[ 0.900604] pci 0000:00:18.0: bridge window [mem 0xfd100000-0xfd1fffff]
[ 0.900639] pci 0000:00:18.0: bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
[ 0.905895] pci 0000:00:18.1: PCI bridge to [bus 1c]
[ 0.905906] pci 0000:00:18.1: bridge window [io 0xb000-0xbfff]
[ 0.905924] pci 0000:00:18.1: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.905959] pci 0000:00:18.1: bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
[ 0.912596] pci 0000:00:18.2: PCI bridge to [bus 1d]
[ 0.912634] pci 0000:00:18.2: bridge window [mem 0xfc900000-0xfc9fffff]
[ 0.912668] pci 0000:00:18.2: bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
[ 0.918495] pci 0000:00:18.3: PCI bridge to [bus 1e]
[ 0.918530] pci 0000:00:18.3: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.918564] pci 0000:00:18.3: bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
[ 0.924454] pci 0000:00:18.4: PCI bridge to [bus 1f]
[ 0.924490] pci 0000:00:18.4: bridge window [mem 0xfc100000-0xfc1fffff]
[ 0.924525] pci 0000:00:18.4: bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
[ 0.930410] pci 0000:00:18.5: PCI bridge to [bus 20]
[ 0.930446] pci 0000:00:18.5: bridge window [mem 0xfbd00000-0xfbdfffff]
[ 0.930481] pci 0000:00:18.5: bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
[ 0.936311] pci 0000:00:18.6: PCI bridge to [bus 21]
[ 0.936351] pci 0000:00:18.6: bridge window [mem 0xfb900000-0xfb9fffff]
[ 0.936387] pci 0000:00:18.6: bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
[ 0.941895] pci 0000:00:18.7: PCI bridge to [bus 22]
[ 0.941922] pci 0000:00:18.7: bridge window [mem 0xfb500000-0xfb5fffff]
[ 0.941955] pci 0000:00:18.7: bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
[ 0.945349] ACPI: PCI: Interrupt link LNKA configured for IRQ 9
[ 0.945430] ACPI: PCI: Interrupt link LNKB configured for IRQ 7
[ 0.945508] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 0.945595] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[ 0.952454] iommu: Default domain type: Translated
[ 0.952454] SCSI subsystem initialized
[ 0.952454] libata version 3.00 loaded.
[ 0.952454] pci 0000:00:0f.0: vgaarb: setting as boot VGA device
[ 0.952454] pci 0000:00:0f.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.952454] pci 0000:00:0f.0: vgaarb: bridge control possible
[ 0.952454] vgaarb: loaded
[ 0.952454] ACPI: bus type USB registered
[ 0.952454] usbcore: registered new interface driver usbfs
[ 0.952454] usbcore: registered new interface driver hub
[ 0.952454] usbcore: registered new device driver usb
[ 0.952454] pps_core: LinuxPPS API ver. 1 registered
[ 0.952454] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.952454] PTP clock support registered
[ 0.952454] EDAC MC: Ver: 3.0.0
[ 0.954951] NetLabel: Initializing
[ 0.954951] NetLabel: domain hash size = 128
[ 0.954951] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.954951] NetLabel: unlabeled traffic allowed by default
[ 0.954951] PCI: Using ACPI for IRQ routing
[ 0.980916] PCI: pci_cache_line_size set to 64 bytes
[ 0.981684] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
[ 0.981687] e820: reserve RAM buffer [mem 0xbfee0000-0xbfffffff]
[ 0.981960] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
[ 0.981967] hpet0: 16 comparators, 64-bit 14.318180 MHz counter
[ 0.984159] clocksource: Switched to clocksource tsc-early
[ 1.024458] VFS: Disk quotas dquot_6.6.0
[ 1.024486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.024882] AppArmor: AppArmor Filesystem Enabled
[ 1.024903] pnp: PnP ACPI init
[ 1.025066] system 00:00: [io 0x1000-0x103f] has been reserved
[ 1.025069] system 00:00: [io 0x1040-0x104f] has been reserved
[ 1.025070] system 00:00: [io 0x0cf0-0x0cf1] has been reserved
[ 1.025074] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.025112] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.025128] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[ 1.025157] pnp 00:03: Plug and Play ACPI device, IDs VMW0003 PNP0f13 (active)
[ 1.025368] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[ 1.025373] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 1.027008] system 00:05: [io 0xfce0-0xfcff] has been reserved
[ 1.027010] system 00:05: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 1.027011] system 00:05: [mem 0xfe800000-0xfe9fffff] has been reserved
[ 1.027015] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.031021] pnp: PnP ACPI: found 6 devices
[ 1.042088] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 1.042148] NET: Registered protocol family 2
[ 1.045425] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 1.049355] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 1.051070] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 1.054299] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 1.054342] TCP: Hash tables configured (established 65536 bind 65536)
[ 1.055673] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[ 1.056115] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 1.056557] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 1.056591] NET: Registered protocol family 1
[ 1.056595] NET: Registered protocol family 44
[ 1.056608] pci 0000:00:15.3: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000
[ 1.056611] pci 0000:00:15.4: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
[ 1.056612] pci 0000:00:15.5: bridge window [io 0x1000-0x0fff] to [bus 08] add_size 1000
[ 1.056613] pci 0000:00:15.6: bridge window [io 0x1000-0x0fff] to [bus 09] add_size 1000
[ 1.056614] pci 0000:00:15.7: bridge window [io 0x1000-0x0fff] to [bus 0a] add_size 1000
[ 1.056615] pci 0000:00:16.3: bridge window [io 0x1000-0x0fff] to [bus 0e] add_size 1000
[ 1.056616] pci 0000:00:16.4: bridge window [io 0x1000-0x0fff] to [bus 0f] add_size 1000
[ 1.056617] pci 0000:00:16.5: bridge window [io 0x1000-0x0fff] to [bus 10] add_size 1000
[ 1.056618] pci 0000:00:16.6: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000
[ 1.056619] pci 0000:00:16.7: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000
[ 1.056620] pci 0000:00:17.3: bridge window [io 0x1000-0x0fff] to [bus 16] add_size 1000
[ 1.056621] pci 0000:00:17.4: bridge window [io 0x1000-0x0fff] to [bus 17] add_size 1000
[ 1.056622] pci 0000:00:17.5: bridge window [io 0x1000-0x0fff] to [bus 18] add_size 1000
[ 1.056623] pci 0000:00:17.6: bridge window [io 0x1000-0x0fff] to [bus 19] add_size 1000
[ 1.056624] pci 0000:00:17.7: bridge window [io 0x1000-0x0fff] to [bus 1a] add_size 1000
[ 1.056625] pci 0000:00:18.2: bridge window [io 0x1000-0x0fff] to [bus 1d] add_size 1000
[ 1.056626] pci 0000:00:18.3: bridge window [io 0x1000-0x0fff] to [bus 1e] add_size 1000
[ 1.056627] pci 0000:00:18.4: bridge window [io 0x1000-0x0fff] to [bus 1f] add_size 1000
[ 1.056628] pci 0000:00:18.5: bridge window [io 0x1000-0x0fff] to [bus 20] add_size 1000
[ 1.056629] pci 0000:00:18.6: bridge window [io 0x1000-0x0fff] to [bus 21] add_size 1000
[ 1.056629] pci 0000:00:18.7: bridge window [io 0x1000-0x0fff] to [bus 22] add_size 1000
[ 1.056639] pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0000000-0xc0007fff pref]
[ 1.056642] pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
[ 1.056643] pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
[ 1.056644] pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
[ 1.056645] pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
[ 1.056646] pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
[ 1.056647] pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
[ 1.056647] pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
[ 1.056648] pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
[ 1.056649] pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
[ 1.056650] pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
[ 1.056651] pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
[ 1.056651] pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
[ 1.056652] pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
[ 1.056653] pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
[ 1.056654] pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
[ 1.056654] pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
[ 1.056655] pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
[ 1.056656] pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
[ 1.056657] pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
[ 1.056657] pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
[ 1.056658] pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
[ 1.056659] pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
[ 1.056660] pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
[ 1.056660] pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
[ 1.056661] pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
[ 1.056662] pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
[ 1.056663] pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
[ 1.056663] pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
[ 1.056665] pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
[ 1.056666] pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
[ 1.056667] pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
[ 1.056667] pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
[ 1.056668] pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
[ 1.056669] pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
[ 1.056670] pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
[ 1.056670] pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
[ 1.056671] pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
[ 1.056672] pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
[ 1.056673] pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
[ 1.056673] pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
[ 1.056674] pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
[ 1.056675] pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
[ 1.056677] pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
[ 1.056678] pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
[ 1.056679] pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
[ 1.056680] pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
[ 1.056681] pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
[ 1.056681] pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
[ 1.056682] pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
[ 1.056683] pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
[ 1.056684] pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
[ 1.056684] pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
[ 1.056685] pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
[ 1.056686] pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
[ 1.056687] pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
[ 1.056687] pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
[ 1.056688] pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
[ 1.056689] pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
[ 1.056690] pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
[ 1.056691] pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
[ 1.056691] pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
[ 1.056692] pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
[ 1.056693] pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
[ 1.056694] pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
[ 1.056695] pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
[ 1.056695] pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
[ 1.056696] pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
[ 1.056697] pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
[ 1.056698] pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
[ 1.056698] pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
[ 1.056699] pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
[ 1.056700] pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
[ 1.056701] pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
[ 1.056701] pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
[ 1.056702] pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
[ 1.056703] pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
[ 1.056704] pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
[ 1.056704] pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
[ 1.056705] pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
[ 1.056706] pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
[ 1.056707] pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
[ 1.056707] pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
[ 1.056708] pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
[ 1.056709] pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
[ 1.056711] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 1.056812] pci 0000:02:00.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]
[ 1.056814] pci 0000:02:04.0: BAR 6: assigned [mem 0xfd510000-0xfd513fff pref]
[ 1.056815] pci 0000:00:11.0: PCI bridge to [bus 02]
[ 1.056827] pci 0000:00:11.0: bridge window [io 0x2000-0x3fff]
[ 1.056855] pci 0000:00:11.0: bridge window [mem 0xfd500000-0xfdffffff]
[ 1.056872] pci 0000:00:11.0: bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
[ 1.056906] pci 0000:00:15.0: PCI bridge to [bus 03]
[ 1.056918] pci 0000:00:15.0: bridge window [io 0x4000-0x4fff]
[ 1.056942] pci 0000:00:15.0: bridge window [mem 0xfd400000-0xfd4fffff]
[ 1.056960] pci 0000:00:15.0: bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
[ 1.057042] pci 0000:00:15.1: PCI bridge to [bus 04]
[ 1.057062] pci 0000:00:15.1: bridge window [io 0x8000-0x8fff]
[ 1.057089] pci 0000:00:15.1: bridge window [mem 0xfd000000-0xfd0fffff]
[ 1.057107] pci 0000:00:15.1: bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
[ 1.057170] pci 0000:00:15.2: PCI bridge to [bus 05]
[ 1.057181] pci 0000:00:15.2: bridge window [io 0xc000-0xcfff]
[ 1.057205] pci 0000:00:15.2: bridge window [mem 0xfcc00000-0xfccfffff]
[ 1.057222] pci 0000:00:15.2: bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
[ 1.057282] pci 0000:00:15.3: PCI bridge to [bus 06]
[ 1.057309] pci 0000:00:15.3: bridge window [mem 0xfc800000-0xfc8fffff]
[ 1.057328] pci 0000:00:15.3: bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
[ 1.057390] pci 0000:00:15.4: PCI bridge to [bus 07]
[ 1.057415] pci 0000:00:15.4: bridge window [mem 0xfc400000-0xfc4fffff]
[ 1.057438] pci 0000:00:15.4: bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
[ 1.057500] pci 0000:00:15.5: PCI bridge to [bus 08]
[ 1.057526] pci 0000:00:15.5: bridge window [mem 0xfc000000-0xfc0fffff]
[ 1.057542] pci 0000:00:15.5: bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
[ 1.057602] pci 0000:00:15.6: PCI bridge to [bus 09]
[ 1.057630] pci 0000:00:15.6: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 1.057648] pci 0000:00:15.6: bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
[ 1.057710] pci 0000:00:15.7: PCI bridge to [bus 0a]
[ 1.057736] pci 0000:00:15.7: bridge window [mem 0xfb800000-0xfb8fffff]
[ 1.057752] pci 0000:00:15.7: bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
[ 1.057812] pci 0000:00:16.0: PCI bridge to [bus 0b]
[ 1.057823] pci 0000:00:16.0: bridge window [io 0x5000-0x5fff]
[ 1.057849] pci 0000:00:16.0: bridge window [mem 0xfd300000-0xfd3fffff]
[ 1.057867] pci 0000:00:16.0: bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
[ 1.057936] pci 0000:00:16.1: PCI bridge to [bus 0c]
[ 1.057948] pci 0000:00:16.1: bridge window [io 0x9000-0x9fff]
[ 1.057974] pci 0000:00:16.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 1.057994] pci 0000:00:16.1: bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
[ 1.058057] pci 0000:00:16.2: PCI bridge to [bus 0d]
[ 1.058068] pci 0000:00:16.2: bridge window [io 0xd000-0xdfff]
[ 1.058094] pci 0000:00:16.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 1.058112] pci 0000:00:16.2: bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
[ 1.058174] pci 0000:00:16.3: PCI bridge to [bus 0e]
[ 1.058201] pci 0000:00:16.3: bridge window [mem 0xfc700000-0xfc7fffff]
[ 1.058220] pci 0000:00:16.3: bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
[ 1.058283] pci 0000:00:16.4: PCI bridge to [bus 0f]
[ 1.058309] pci 0000:00:16.4: bridge window [mem 0xfc300000-0xfc3fffff]
[ 1.058328] pci 0000:00:16.4: bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
[ 1.058390] pci 0000:00:16.5: PCI bridge to [bus 10]
[ 1.058418] pci 0000:00:16.5: bridge window [mem 0xfbf00000-0xfbffffff]
[ 1.058436] pci 0000:00:16.5: bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
[ 1.058496] pci 0000:00:16.6: PCI bridge to [bus 11]
[ 1.058523] pci 0000:00:16.6: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 1.058541] pci 0000:00:16.6: bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
[ 1.058603] pci 0000:00:16.7: PCI bridge to [bus 12]
[ 1.058629] pci 0000:00:16.7: bridge window [mem 0xfb700000-0xfb7fffff]
[ 1.058645] pci 0000:00:16.7: bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
[ 1.058706] pci 0000:00:17.0: PCI bridge to [bus 13]
[ 1.058716] pci 0000:00:17.0: bridge window [io 0x6000-0x6fff]
[ 1.058743] pci 0000:00:17.0: bridge window [mem 0xfd200000-0xfd2fffff]
[ 1.058760] pci 0000:00:17.0: bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
[ 1.058822] pci 0000:00:17.1: PCI bridge to [bus 14]
[ 1.058833] pci 0000:00:17.1: bridge window [io 0xa000-0xafff]
[ 1.058857] pci 0000:00:17.1: bridge window [mem 0xfce00000-0xfcefffff]
[ 1.058873] pci 0000:00:17.1: bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
[ 1.058934] pci 0000:00:17.2: PCI bridge to [bus 15]
[ 1.058946] pci 0000:00:17.2: bridge window [io 0xe000-0xefff]
[ 1.058972] pci 0000:00:17.2: bridge window [mem 0xfca00000-0xfcafffff]
[ 1.058990] pci 0000:00:17.2: bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
[ 1.059052] pci 0000:00:17.3: PCI bridge to [bus 16]
[ 1.059077] pci 0000:00:17.3: bridge window [mem 0xfc600000-0xfc6fffff]
[ 1.059093] pci 0000:00:17.3: bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
[ 1.059154] pci 0000:00:17.4: PCI bridge to [bus 17]
[ 1.059181] pci 0000:00:17.4: bridge window [mem 0xfc200000-0xfc2fffff]
[ 1.059199] pci 0000:00:17.4: bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
[ 1.059261] pci 0000:00:17.5: PCI bridge to [bus 18]
[ 1.059287] pci 0000:00:17.5: bridge window [mem 0xfbe00000-0xfbefffff]
[ 1.059303] pci 0000:00:17.5: bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
[ 1.059363] pci 0000:00:17.6: PCI bridge to [bus 19]
[ 1.059390] pci 0000:00:17.6: bridge window [mem 0xfba00000-0xfbafffff]
[ 1.059408] pci 0000:00:17.6: bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
[ 1.059472] pci 0000:00:17.7: PCI bridge to [bus 1a]
[ 1.059499] pci 0000:00:17.7: bridge window [mem 0xfb600000-0xfb6fffff]
[ 1.059517] pci 0000:00:17.7: bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
[ 1.059578] pci 0000:00:18.0: PCI bridge to [bus 1b]
[ 1.059590] pci 0000:00:18.0: bridge window [io 0x7000-0x7fff]
[ 1.059616] pci 0000:00:18.0: bridge window [mem 0xfd100000-0xfd1fffff]
[ 1.059634] pci 0000:00:18.0: bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
[ 1.059696] pci 0000:00:18.1: PCI bridge to [bus 1c]
[ 1.059707] pci 0000:00:18.1: bridge window [io 0xb000-0xbfff]
[ 1.059733] pci 0000:00:18.1: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 1.059751] pci 0000:00:18.1: bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
[ 1.059813] pci 0000:00:18.2: PCI bridge to [bus 1d]
[ 1.059840] pci 0000:00:18.2: bridge window [mem 0xfc900000-0xfc9fffff]
[ 1.059858] pci 0000:00:18.2: bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
[ 1.059921] pci 0000:00:18.3: PCI bridge to [bus 1e]
[ 1.059947] pci 0000:00:18.3: bridge window [mem 0xfc500000-0xfc5fffff]
[ 1.059965] pci 0000:00:18.3: bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
[ 1.060027] pci 0000:00:18.4: PCI bridge to [bus 1f]
[ 1.060054] pci 0000:00:18.4: bridge window [mem 0xfc100000-0xfc1fffff]
[ 1.060073] pci 0000:00:18.4: bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
[ 1.060134] pci 0000:00:18.5: PCI bridge to [bus 20]
[ 1.060162] pci 0000:00:18.5: bridge window [mem 0xfbd00000-0xfbdfffff]
[ 1.060180] pci 0000:00:18.5: bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
[ 1.060242] pci 0000:00:18.6: PCI bridge to [bus 21]
[ 1.060270] pci 0000:00:18.6: bridge window [mem 0xfb900000-0xfb9fffff]
[ 1.060288] pci 0000:00:18.6: bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
[ 1.060350] pci 0000:00:18.7: PCI bridge to [bus 22]
[ 1.060377] pci 0000:00:18.7: bridge window [mem 0xfb500000-0xfb5fffff]
[ 1.060395] pci 0000:00:18.7: bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
[ 1.060462] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[ 1.060464] pci_bus 0000:00: resource 5 [mem 0x000cc000-0x000dbfff window]
[ 1.060465] pci_bus 0000:00: resource 6 [mem 0xc0000000-0xfebfffff window]
[ 1.060466] pci_bus 0000:00: resource 7 [io 0x0000-0x0cf7 window]
[ 1.060467] pci_bus 0000:00: resource 8 [io 0x0d00-0xfeff window]
[ 1.060468] pci_bus 0000:02: resource 0 [io 0x2000-0x3fff]
[ 1.060469] pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfdffffff]
[ 1.060469] pci_bus 0000:02: resource 2 [mem 0xe7b00000-0xe7ffffff 64bit pref]
[ 1.060470] pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window]
[ 1.060471] pci_bus 0000:02: resource 5 [mem 0x000cc000-0x000dbfff window]
[ 1.060471] pci_bus 0000:02: resource 6 [mem 0xc0000000-0xfebfffff window]
[ 1.060472] pci_bus 0000:02: resource 7 [io 0x0000-0x0cf7 window]
[ 1.060473] pci_bus 0000:02: resource 8 [io 0x0d00-0xfeff window]
[ 1.060474] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
[ 1.060474] pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff]
[ 1.060475] pci_bus 0000:03: resource 2 [mem 0xe7a00000-0xe7afffff 64bit pref]
[ 1.060476] pci_bus 0000:04: resource 0 [io 0x8000-0x8fff]
[ 1.060477] pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd0fffff]
[ 1.060478] pci_bus 0000:04: resource 2 [mem 0xe7600000-0xe76fffff 64bit pref]
[ 1.060479] pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
[ 1.060479] pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff]
[ 1.060480] pci_bus 0000:05: resource 2 [mem 0xe7200000-0xe72fffff 64bit pref]
[ 1.060481] pci_bus 0000:06: resource 1 [mem 0xfc800000-0xfc8fffff]
[ 1.060482] pci_bus 0000:06: resource 2 [mem 0xe6e00000-0xe6efffff 64bit pref]
[ 1.060483] pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff]
[ 1.060483] pci_bus 0000:07: resource 2 [mem 0xe6a00000-0xe6afffff 64bit pref]
[ 1.060484] pci_bus 0000:08: resource 1 [mem 0xfc000000-0xfc0fffff]
[ 1.060485] pci_bus 0000:08: resource 2 [mem 0xe6600000-0xe66fffff 64bit pref]
[ 1.060485] pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff]
[ 1.060486] pci_bus 0000:09: resource 2 [mem 0xe6200000-0xe62fffff 64bit pref]
[ 1.060487] pci_bus 0000:0a: resource 1 [mem 0xfb800000-0xfb8fffff]
[ 1.060488] pci_bus 0000:0a: resource 2 [mem 0xe5e00000-0xe5efffff 64bit pref]
[ 1.060488] pci_bus 0000:0b: resource 0 [io 0x5000-0x5fff]
[ 1.060489] pci_bus 0000:0b: resource 1 [mem 0xfd300000-0xfd3fffff]
[ 1.060490] pci_bus 0000:0b: resource 2 [mem 0xe7900000-0xe79fffff 64bit pref]
[ 1.060490] pci_bus 0000:0c: resource 0 [io 0x9000-0x9fff]
[ 1.060491] pci_bus 0000:0c: resource 1 [mem 0xfcf00000-0xfcffffff]
[ 1.060492] pci_bus 0000:0c: resource 2 [mem 0xe7500000-0xe75fffff 64bit pref]
[ 1.060493] pci_bus 0000:0d: resource 0 [io 0xd000-0xdfff]
[ 1.060493] pci_bus 0000:0d: resource 1 [mem 0xfcb00000-0xfcbfffff]
[ 1.060494] pci_bus 0000:0d: resource 2 [mem 0xe7100000-0xe71fffff 64bit pref]
[ 1.060495] pci_bus 0000:0e: resource 1 [mem 0xfc700000-0xfc7fffff]
[ 1.060495] pci_bus 0000:0e: resource 2 [mem 0xe6d00000-0xe6dfffff 64bit pref]
[ 1.060496] pci_bus 0000:0f: resource 1 [mem 0xfc300000-0xfc3fffff]
[ 1.060497] pci_bus 0000:0f: resource 2 [mem 0xe6900000-0xe69fffff 64bit pref]
[ 1.060497] pci_bus 0000:10: resource 1 [mem 0xfbf00000-0xfbffffff]
[ 1.060498] pci_bus 0000:10: resource 2 [mem 0xe6500000-0xe65fffff 64bit pref]
[ 1.060499] pci_bus 0000:11: resource 1 [mem 0xfbb00000-0xfbbfffff]
[ 1.060500] pci_bus 0000:11: resource 2 [mem 0xe6100000-0xe61fffff 64bit pref]
[ 1.060500] pci_bus 0000:12: resource 1 [mem 0xfb700000-0xfb7fffff]
[ 1.060501] pci_bus 0000:12: resource 2 [mem 0xe5d00000-0xe5dfffff 64bit pref]
[ 1.060502] pci_bus 0000:13: resource 0 [io 0x6000-0x6fff]
[ 1.060503] pci_bus 0000:13: resource 1 [mem 0xfd200000-0xfd2fffff]
[ 1.060503] pci_bus 0000:13: resource 2 [mem 0xe7800000-0xe78fffff 64bit pref]
[ 1.060504] pci_bus 0000:14: resource 0 [io 0xa000-0xafff]
[ 1.060505] pci_bus 0000:14: resource 1 [mem 0xfce00000-0xfcefffff]
[ 1.060505] pci_bus 0000:14: resource 2 [mem 0xe7400000-0xe74fffff 64bit pref]
[ 1.060506] pci_bus 0000:15: resource 0 [io 0xe000-0xefff]
[ 1.060507] pci_bus 0000:15: resource 1 [mem 0xfca00000-0xfcafffff]
[ 1.060507] pci_bus 0000:15: resource 2 [mem 0xe7000000-0xe70fffff 64bit pref]
[ 1.060508] pci_bus 0000:16: resource 1 [mem 0xfc600000-0xfc6fffff]
[ 1.060509] pci_bus 0000:16: resource 2 [mem 0xe6c00000-0xe6cfffff 64bit pref]
[ 1.060509] pci_bus 0000:17: resource 1 [mem 0xfc200000-0xfc2fffff]
[ 1.060510] pci_bus 0000:17: resource 2 [mem 0xe6800000-0xe68fffff 64bit pref]
[ 1.060511] pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbefffff]
[ 1.060512] pci_bus 0000:18: resource 2 [mem 0xe6400000-0xe64fffff 64bit pref]
[ 1.060512] pci_bus 0000:19: resource 1 [mem 0xfba00000-0xfbafffff]
[ 1.060513] pci_bus 0000:19: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref]
[ 1.060514] pci_bus 0000:1a: resource 1 [mem 0xfb600000-0xfb6fffff]
[ 1.060514] pci_bus 0000:1a: resource 2 [mem 0xe5c00000-0xe5cfffff 64bit pref]
[ 1.060515] pci_bus 0000:1b: resource 0 [io 0x7000-0x7fff]
[ 1.060516] pci_bus 0000:1b: resource 1 [mem 0xfd100000-0xfd1fffff]
[ 1.060517] pci_bus 0000:1b: resource 2 [mem 0xe7700000-0xe77fffff 64bit pref]
[ 1.060517] pci_bus 0000:1c: resource 0 [io 0xb000-0xbfff]
[ 1.060518] pci_bus 0000:1c: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 1.060519] pci_bus 0000:1c: resource 2 [mem 0xe7300000-0xe73fffff 64bit pref]
[ 1.060519] pci_bus 0000:1d: resource 1 [mem 0xfc900000-0xfc9fffff]
[ 1.060520] pci_bus 0000:1d: resource 2 [mem 0xe6f00000-0xe6ffffff 64bit pref]
[ 1.060521] pci_bus 0000:1e: resource 1 [mem 0xfc500000-0xfc5fffff]
[ 1.060521] pci_bus 0000:1e: resource 2 [mem 0xe6b00000-0xe6bfffff 64bit pref]
[ 1.060522] pci_bus 0000:1f: resource 1 [mem 0xfc100000-0xfc1fffff]
[ 1.060523] pci_bus 0000:1f: resource 2 [mem 0xe6700000-0xe67fffff 64bit pref]
[ 1.060524] pci_bus 0000:20: resource 1 [mem 0xfbd00000-0xfbdfffff]
[ 1.060525] pci_bus 0000:20: resource 2 [mem 0xe6300000-0xe63fffff 64bit pref]
[ 1.060525] pci_bus 0000:21: resource 1 [mem 0xfb900000-0xfb9fffff]
[ 1.060526] pci_bus 0000:21: resource 2 [mem 0xe5f00000-0xe5ffffff 64bit pref]
[ 1.060527] pci_bus 0000:22: resource 1 [mem 0xfb500000-0xfb5fffff]
[ 1.060527] pci_bus 0000:22: resource 2 [mem 0xe5b00000-0xe5bfffff 64bit pref]
[ 1.060675] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 1.060770] pci 0000:00:0f.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 1.061069] pci 0000:02:00.0: CLS mismatch (32 != 64), using 64 bytes
[ 1.062386] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.062388] software IO TLB: mapped [mem 0x00000000bbee0000-0x00000000bfee0000] (64MB)
[ 1.062410] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b3e47e4533, max_idle_ns: 440795202126 ns
[ 1.062521] clocksource: Switched to clocksource tsc
[ 1.062826] Trying to unpack rootfs image as initramfs...
[ 1.064016] Initialise system trusted keyrings
[ 1.064062] Key type blacklist registered
[ 1.064424] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[ 1.065051] zbud: loaded
[ 1.065823] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.066490] fuse: init (API version 7.34)
[ 1.067627] integrity: Platform Keyring initialized
[ 1.073172] Key type asymmetric registered
[ 1.073174] Asymmetric key parser 'x509' registered
[ 1.073181] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 1.073454] io scheduler mq-deadline registered
[ 1.075170] pcieport 0000:00:15.0: PME: Signaling with IRQ 24
[ 1.075248] pcieport 0000:00:15.0: pciehp: Slot #160 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.076332] pcieport 0000:00:15.1: PME: Signaling with IRQ 25
[ 1.076414] pcieport 0000:00:15.1: pciehp: Slot #161 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.077465] pcieport 0000:00:15.2: PME: Signaling with IRQ 26
[ 1.077542] pcieport 0000:00:15.2: pciehp: Slot #162 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.078638] pcieport 0000:00:15.3: PME: Signaling with IRQ 27
[ 1.078713] pcieport 0000:00:15.3: pciehp: Slot #163 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.079735] pcieport 0000:00:15.4: PME: Signaling with IRQ 28
[ 1.079810] pcieport 0000:00:15.4: pciehp: Slot #164 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.080898] pcieport 0000:00:15.5: PME: Signaling with IRQ 29
[ 1.080991] pcieport 0000:00:15.5: pciehp: Slot #165 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.082014] pcieport 0000:00:15.6: PME: Signaling with IRQ 30
[ 1.082109] pcieport 0000:00:15.6: pciehp: Slot #166 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.083111] pcieport 0000:00:15.7: PME: Signaling with IRQ 31
[ 1.083185] pcieport 0000:00:15.7: pciehp: Slot #167 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.084235] pcieport 0000:00:16.0: PME: Signaling with IRQ 32
[ 1.084388] pcieport 0000:00:16.0: pciehp: Slot #192 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.086211] pcieport 0000:00:16.1: PME: Signaling with IRQ 33
[ 1.086312] pcieport 0000:00:16.1: pciehp: Slot #193 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.087310] pcieport 0000:00:16.2: PME: Signaling with IRQ 34
[ 1.087394] pcieport 0000:00:16.2: pciehp: Slot #194 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.088483] pcieport 0000:00:16.3: PME: Signaling with IRQ 35
[ 1.088561] pcieport 0000:00:16.3: pciehp: Slot #195 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.089581] pcieport 0000:00:16.4: PME: Signaling with IRQ 36
[ 1.089675] pcieport 0000:00:16.4: pciehp: Slot #196 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.090670] pcieport 0000:00:16.5: PME: Signaling with IRQ 37
[ 1.090743] pcieport 0000:00:16.5: pciehp: Slot #197 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.091770] pcieport 0000:00:16.6: PME: Signaling with IRQ 38
[ 1.091869] pcieport 0000:00:16.6: pciehp: Slot #198 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.092978] pcieport 0000:00:16.7: PME: Signaling with IRQ 39
[ 1.093051] pcieport 0000:00:16.7: pciehp: Slot #199 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.094223] pcieport 0000:00:17.0: PME: Signaling with IRQ 40
[ 1.094355] pcieport 0000:00:17.0: pciehp: Slot #224 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.095456] pcieport 0000:00:17.1: PME: Signaling with IRQ 41
[ 1.095548] pcieport 0000:00:17.1: pciehp: Slot #225 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.096606] pcieport 0000:00:17.2: PME: Signaling with IRQ 42
[ 1.096683] pcieport 0000:00:17.2: pciehp: Slot #226 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.097711] pcieport 0000:00:17.3: PME: Signaling with IRQ 43
[ 1.097857] pcieport 0000:00:17.3: pciehp: Slot #227 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.099028] pcieport 0000:00:17.4: PME: Signaling with IRQ 44
[ 1.099104] pcieport 0000:00:17.4: pciehp: Slot #228 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.100337] pcieport 0000:00:17.5: PME: Signaling with IRQ 45
[ 1.100428] pcieport 0000:00:17.5: pciehp: Slot #229 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.101558] pcieport 0000:00:17.6: PME: Signaling with IRQ 46
[ 1.101633] pcieport 0000:00:17.6: pciehp: Slot #230 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.102687] pcieport 0000:00:17.7: PME: Signaling with IRQ 47
[ 1.102763] pcieport 0000:00:17.7: pciehp: Slot #231 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.103941] pcieport 0000:00:18.0: PME: Signaling with IRQ 48
[ 1.104040] pcieport 0000:00:18.0: pciehp: Slot #256 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.105054] pcieport 0000:00:18.1: PME: Signaling with IRQ 49
[ 1.105129] pcieport 0000:00:18.1: pciehp: Slot #257 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.106357] pcieport 0000:00:18.2: PME: Signaling with IRQ 50
[ 1.106433] pcieport 0000:00:18.2: pciehp: Slot #258 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.107477] pcieport 0000:00:18.3: PME: Signaling with IRQ 51
[ 1.107555] pcieport 0000:00:18.3: pciehp: Slot #259 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.108860] pcieport 0000:00:18.4: PME: Signaling with IRQ 52
[ 1.108936] pcieport 0000:00:18.4: pciehp: Slot #260 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.109993] pcieport 0000:00:18.5: PME: Signaling with IRQ 53
[ 1.110099] pcieport 0000:00:18.5: pciehp: Slot #261 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.111149] pcieport 0000:00:18.6: PME: Signaling with IRQ 54
[ 1.111222] pcieport 0000:00:18.6: pciehp: Slot #262 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.112434] pcieport 0000:00:18.7: PME: Signaling with IRQ 55
[ 1.112509] pcieport 0000:00:18.7: pciehp: Slot #263 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.113241] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.113711] ACPI: AC: AC Adapter [ACAD] (on-line)
[ 1.113774] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 1.113829] ACPI: button: Power Button [PWRF]
[ 1.116342] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.121766] Linux agpgart interface v0.103
[ 1.121828] agpgart-intel 0000:00:00.0: Intel 440BX Chipset
[ 1.123908] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0
[ 1.402639] loop: module loaded
[ 1.403159] ata_piix 0000:00:07.1: version 2.13
[ 1.404318] scsi host0: ata_piix
[ 1.405074] scsi host1: ata_piix
[ 1.405150] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
[ 1.405151] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
[ 1.405516] libphy: Fixed MDIO Bus: probed
[ 1.405517] tun: Universal TUN/TAP device driver, 1.6
[ 1.405905] PPP generic driver version 2.4.2
[ 1.406154] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
[ 1.406997] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.407002] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.407360] mousedev: PS/2 mouse device common for all mice
[ 1.408323] rtc_cmos 00:01: registered as rtc0
[ 1.408532] rtc_cmos 00:01: setting system clock to 2022-05-06T04:29:48 UTC (1651811388)
[ 1.408636] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 1.408643] i2c /dev entries driver
[ 1.408685] device-mapper: uevent: version 1.0.3
[ 1.408923] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[ 1.408936] platform eisa.0: Probing EISA bus 0
[ 1.408938] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 1.408939] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 1.408940] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 1.408940] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 1.408941] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 1.408941] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 1.408942] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 1.408943] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 1.408943] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 1.408944] platform eisa.0: EISA: Detected 0 cards
[ 1.408945] intel_pstate: CPU model not supported
[ 1.409473] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.409776] intel_pmc_core intel_pmc_core.0: initialized
[ 1.410014] drop_monitor: Initializing network drop monitor service
[ 1.410268] NET: Registered protocol family 10
[ 1.413721] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 1.562297] ata1.00: ATA-4: VMware Virtual IDE Hard Drive, 00000001, max UDMA/33
[ 1.562300] ata1.00: 83886080 sectors, multi 16: LBA
[ 1.562891] scsi 0:0:0:0: Direct-Access ATA VMware Virtual I 0001 PQ: 0 ANSI: 5
[ 1.563148] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.563391] sd 0:0:0:0: [sda] 83886080 512-byte logical blocks: (42.9 GB/40.0 GiB)
[ 1.563396] sd 0:0:0:0: [sda] Write Protect is off
[ 1.563397] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.563402] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 1.572415] ata2.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33
[ 1.573239] scsi 1:0:0:0: CD-ROM NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5
[ 1.573825] sr 1:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.573827] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.584419] sda: sda1 sda2 sda3
[ 1.617048] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.628015] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 1.628160] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 2.345205] Freeing initrd memory: 58144K
[ 2.353286] Segment Routing with IPv6
[ 2.353306] NET: Registered protocol family 17
[ 2.353321] Bridge firewalling registered
[ 2.353480] Key type dns_resolver registered
[ 2.354366] IPI shorthand broadcast: enabled
[ 2.354374] sched_clock: Marking stable (2351363278, 2975244)->(2395988720, -41650198)
[ 2.355255] registered taskstats version 1
[ 2.355265] Loading compiled-in X.509 certificates
[ 2.361002] zswap: loaded using pool lzo/zbud
[ 2.361662] Key type ._fscrypt registered
[ 2.361663] Key type .fscrypt registered
[ 2.361664] Key type fscrypt-provisioning registered
[ 2.368194] Key type encrypted registered
[ 2.368198] AppArmor: AppArmor sha1 policy hashing enabled
[ 2.368202] ima: No TPM chip found, activating TPM-bypass!
[ 2.368209] Loading compiled-in module X.509 certificates
[ 2.368826] Loaded X.509 cert 'Build time autogenerated kernel key: da6277a2f83d64c41e13b2887fc2e2072c1de73b'
[ 2.368829] ima: Allocated hash algorithm: sha1
[ 2.368833] ima: No architecture policies found
[ 2.368840] evm: Initialising EVM extended attributes:
[ 2.368840] evm: security.selinux
[ 2.368841] evm: security.SMACK64
[ 2.368841] evm: security.SMACK64EXEC
[ 2.368841] evm: security.SMACK64TRANSMUTE
[ 2.368842] evm: security.SMACK64MMAP
[ 2.368842] evm: security.apparmor
[ 2.368842] evm: security.ima
[ 2.368843] evm: security.capability
[ 2.368843] evm: HMAC attrs: 0x1
[ 2.369270] PM: Magic number: 6:790:463
[ 2.369806] RAS: Correctable Errors collector initialized.
[ 2.371428] Freeing unused decrypted memory: 2036K
[ 2.371807] Freeing unused kernel image (initmem) memory: 2848K
[ 2.396792] Write protecting the kernel read-only data: 28672k
[ 2.398884] Freeing unused kernel image (text/rodata gap) memory: 2036K
[ 2.399318] Freeing unused kernel image (rodata/data gap) memory: 224K
[ 2.407387] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.407396] Run /init as init process
[ 2.407397] with arguments:
[ 2.407398] /init
[ 2.407399] with environment:
[ 2.407399] HOME=/
[ 2.407400] TERM=linux
[ 2.407400] BOOT_IMAGE=/boot/vmlinuz-5.13.19-2-pve
[ 2.568103] piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
[ 2.568954] e1000: Intel(R) PRO/1000 Network Driver
[ 2.568956] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 2.569397] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.570032] ehci-pci: EHCI PCI platform driver
[ 2.570115] Fusion MPT base driver 3.04.20
[ 2.570116] Copyright (c) 1999-2008 LSI Corporation
[ 2.570515] ehci-pci 0000:02:05.0: EHCI Host Controller
[ 2.570523] ehci-pci 0000:02:05.0: new USB bus registered, assigned bus number 1
[ 2.570705] ehci-pci 0000:02:05.0: irq 19, io mem 0xfd5ef000
[ 2.570961] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.571558] Fusion MPT SPI Host driver 3.04.20
[ 2.572357] mptbase: ioc0: Initiating bringup
[ 2.579379] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
[ 2.579845] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[ 2.585935] ehci-pci 0000:02:05.0: USB 2.0 started, EHCI 1.00
[ 2.586088] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[ 2.586091] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.586092] usb usb1: Product: EHCI Host Controller
[ 2.586093] usb usb1: Manufacturer: Linux 5.13.19-2-pve ehci_hcd
[ 2.586094] usb usb1: SerialNumber: 0000:02:05.0
[ 2.586287] hub 1-0:1.0: USB hub found
[ 2.586291] hub 1-0:1.0: 6 ports detected
[ 2.586477] uhci_hcd 0000:02:03.0: UHCI Host Controller
[ 2.586482] uhci_hcd 0000:02:03.0: new USB bus registered, assigned bus number 2
[ 2.586530] uhci_hcd 0000:02:03.0: detected 2 ports
[ 2.586745] uhci_hcd 0000:02:03.0: irq 17, io base 0x00002480
[ 2.587075] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.13
[ 2.587077] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.587079] usb usb2: Product: UHCI Host Controller
[ 2.587079] usb usb2: Manufacturer: Linux 5.13.19-2-pve uhci_hcd
[ 2.587080] usb usb2: SerialNumber: 0000:02:03.0
[ 2.587143] hub 2-0:1.0: USB hub found
[ 2.587146] hub 2-0:1.0: 2 ports detected
[ 2.695893] ioc0: LSI53C1030 B0: Capabilities={Initiator}
[ 2.926288] usb 2-1: new full-speed USB device number 2 using uhci_hcd
[ 2.949445] scsi host2: ioc0: LSI53C1030 B0, FwRev=01032920h, Ports=1, MaxQ=128, IRQ=18
[ 2.961746] e1000 0000:02:00.0 eth0: (PCI:66MHz:32-bit) 00:0c:29:c8:81:2f
[ 2.961754] e1000 0000:02:00.0 eth0: Intel(R) PRO/1000 Network Connection
[ 2.964224] e1000 0000:02:00.0 ens32: renamed from eth0
[ 3.116397] usb 2-1: New USB device found, idVendor=0e0f, idProduct=0003, bcdDevice= 1.02
[ 3.116403] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.116405] usb 2-1: Product: VMware Virtual USB Mouse
[ 3.116407] usb 2-1: Manufacturer: VMware
[ 3.136116] scsi 2:0:0:0: CD-ROM VMware, Virtual CD-ROM 1.0 PQ: 0 ANSI: 2
[ 3.137052] hid: raw HID events driver (C) Jiri Kosina
[ 3.148427] usbcore: registered new interface driver usbhid
[ 3.148430] usbhid: USB HID core driver
[ 3.151934] input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:03.0/usb2/2-1/2-1:1.0/0003:0E0F:0003.0001/input/input5
[ 3.152229] hid-generic 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:03.0-1/input0
[ 3.152338] input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:03.0/usb2/2-1/2-1:1.1/0003:0E0F:0003.0002/input/input6
[ 3.152522] hid-generic 0003:0E0F:0003.0002: input,hidraw1: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:03.0-1/input1
[ 3.159196] scsi target2:0:0: Beginning Domain Validation
[ 3.160814] scsi target2:0:0: Domain Validation skipping write tests
[ 3.160819] scsi target2:0:0: Ending Domain Validation
[ 3.160883] scsi target2:0:0: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127)
[ 3.166091] sr 2:0:0:0: [sr1] scsi3-mmc drive: 125x/125x cd/rw xa/form2 cdda tray
[ 3.206468] sr 2:0:0:0: Attached scsi CD-ROM sr1
[ 3.206573] sr 2:0:0:0: Attached scsi generic sg2 type 5
[ 3.262954] usb 2-2: new full-speed USB device number 3 using uhci_hcd
[ 3.440317] usb 2-2: New USB device found, idVendor=0e0f, idProduct=0002, bcdDevice= 1.00
[ 3.440326] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.440330] usb 2-2: Product: VMware Virtual USB Hub
[ 3.440332] usb 2-2: Manufacturer: VMware, Inc.
[ 3.452794] hub 2-2:1.0: USB hub found
[ 3.459130] hub 2-2:1.0: 7 ports detected
[ 8.764253] device-mapper: thin: Data device (dm-3) discard unsupported: Disabling discard passdown.
[ 9.334340] raid6: avx2x4 gen() 744933 MB/s
[ 9.382213] raid6: avx2x4 xor() 205690 MB/s
[ 9.430091] raid6: avx2x2 gen() 781705 MB/s
[ 9.477981] raid6: avx2x2 xor() 477083 MB/s
[ 9.525920] raid6: avx2x1 gen() 526808 MB/s
[ 9.574729] raid6: avx2x1 xor() 385073 MB/s
[ 9.622603] raid6: sse2x4 gen() 326606 MB/s
[ 9.670477] raid6: sse2x4 xor() 180975 MB/s
[ 9.718345] raid6: sse2x2 gen() 331262 MB/s
[ 9.766219] raid6: sse2x2 xor() 198541 MB/s
[ 9.814091] raid6: sse2x1 gen() 275948 MB/s
[ 9.861963] raid6: sse2x1 xor() 135144 MB/s
[ 9.861967] raid6: using algorithm avx2x2 gen() 34550 MB/s
[ 9.861968] raid6: .... xor() 477083 MB/s, rmw enabled
[ 9.861969] raid6: using avx2x2 recovery algorithm
[ 9.864554] xor: automatically using best checksumming function avx
[ 9.922801] Btrfs loaded, crc32c=crc32c-intel, zoned=yes
[ 12.139248] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 14.890782] systemd[1]: Inserted module 'autofs4'
[ 15.109212] systemd[1]: systemd 247.3-6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[ 15.109280] systemd[1]: Detected virtualization vmware.
[ 15.109286] systemd[1]: Detected architecture x86-64.
[ 15.187490] systemd[1]: Set hostname to <pve>.
[ 21.267422] systemd[1]: Queued start job for default target Graphical Interface.
[ 21.298841] systemd[1]: Created slice system-getty.slice.
[ 21.299111] systemd[1]: Created slice system-modprobe.slice.
[ 21.299327] systemd[1]: Created slice system-postfix.slice.
[ 21.299519] systemd[1]: Created slice User and Session Slice.
[ 21.299792] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 21.299821] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 21.299962] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 21.299985] systemd[1]: Reached target ceph target allowing to start/stop all ceph-fuse@.service instances at once.
[ 21.299993] systemd[1]: Reached target ceph target allowing to start/stop all ceph*@.service instances at once.
[ 21.300001] systemd[1]: Reached target Local Encrypted Volumes.
[ 21.300024] systemd[1]: Reached target Paths.
[ 21.300042] systemd[1]: Reached target Slices.
[ 21.300058] systemd[1]: Reached target System Time Set.
[ 21.300110] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 21.300171] systemd[1]: Listening on LVM2 poll daemon socket.
[ 21.302826] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 21.302906] systemd[1]: Listening on Syslog Socket.
[ 21.302970] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 21.303005] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 21.303090] systemd[1]: Listening on Journal Audit Socket.
[ 21.303142] systemd[1]: Listening on Journal Socket (/dev/log).
[ 21.303203] systemd[1]: Listening on Journal Socket.
[ 21.303274] systemd[1]: Listening on udev Control Socket.
[ 21.303317] systemd[1]: Listening on udev Kernel Socket.
[ 21.303853] systemd[1]: Mounting Huge Pages File System...
[ 21.304379] systemd[1]: Mounting POSIX Message Queue File System...
[ 21.304915] systemd[1]: Mounting RPC Pipe File System...
[ 21.305488] systemd[1]: Mounting Kernel Debug File System...
[ 21.306059] systemd[1]: Mounting Kernel Trace File System...
[ 21.306114] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[ 21.306669] systemd[1]: Starting Set the console keyboard layout...
[ 21.307822] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 21.309072] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 21.310150] systemd[1]: Starting Load Kernel Module configfs...
[ 21.311224] systemd[1]: Starting Load Kernel Module drm...
[ 21.312301] systemd[1]: Starting Load Kernel Module fuse...
[ 21.578735] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 21.578782] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 21.603162] systemd[1]: Starting Journal Service...
[ 21.736236] systemd[1]: Starting Load Kernel Modules...
[ 21.738008] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 21.741664] systemd[1]: Starting Coldplug All udev Devices...
[ 21.745248] systemd[1]: Mounted Huge Pages File System.
[ 21.745318] systemd[1]: Mounted POSIX Message Queue File System.
[ 21.745362] systemd[1]: Mounted Kernel Debug File System.
[ 21.745402] systemd[1]: Mounted Kernel Trace File System.
[ 21.745843] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 21.746213] systemd[1]: modprobe@configfs.service: Succeeded.
[ 21.746379] systemd[1]: Finished Load Kernel Module configfs.
[ 21.746595] systemd[1]: modprobe@fuse.service: Succeeded.
[ 21.746758] systemd[1]: Finished Load Kernel Module fuse.
[ 21.747655] systemd[1]: Mounting FUSE Control File System...
[ 21.748565] systemd[1]: Mounting Kernel Configuration File System...
[ 21.750202] systemd[1]: Mounted FUSE Control File System.
[ 21.750249] systemd[1]: Mounted Kernel Configuration File System.
[ 21.881595] systemd[1]: Finished Set the console keyboard layout.
[ 21.963503] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[ 21.964394] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 22.144635] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 22.144689] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[ 22.160884] systemd[1]: Starting Load/Save Random Seed...
[ 22.162194] systemd[1]: Starting Create System Users...
[ 22.164262] systemd[1]: Started Device-mapper event daemon.
[ 22.252561] systemd[1]: Started Journal Service.
[ 22.420062] systemd-journald[406]: Received client request to flush runtime journal.
[ 22.421333] RPC: Registered named UNIX socket transport module.
[ 22.421349] RPC: Registered udp transport module.
[ 22.421350] RPC: Registered tcp transport module.
[ 22.421351] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 22.564614] Loading iSCSI transport class v2.0-870.
[ 22.896282] iscsi: registered transport (tcp)
[ 24.196665] iscsi: registered transport (iser)
[ 25.183693] spl: loading out-of-tree module taints kernel.
[ 25.334941] znvpair: module license 'CDDL' taints kernel.
[ 25.334946] Disabling lock debugging due to kernel taint
[ 27.842045] vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x11080, irq 16
[ 27.842105] vmw_vmci 0000:00:07.7: Using capabilities 0xc
[ 27.842634] Guest personality initialized and is active
[ 27.842754] VMCI host device registered (name=vmci, major=10, minor=122)
[ 27.842755] Initialized host personality
[ 28.177807] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 28.575895] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
[ 28.711757] cryptd: max_cpu_qlen set to 1000
[ 28.753720] ZFS: Loaded module v2.1.1-pve1, ZFS pool version 5000, ZFS filesystem version 5
[ 28.912334] AVX2 version of gcm_enc/dec engaged.
[ 28.913060] AES CTR mode by8 optimization enabled
[ 29.033901] vmwgfx 0000:00:0f.0: vgaarb: deactivate vga console
[ 29.034130] Console: switching to colour dummy device 80x25
[ 29.034684] [TTM] Zone kernel: Available graphics memory: 4071176 KiB
[ 29.034686] [TTM] Zone dma32: Available graphics memory: 2097152 KiB
[ 29.034723] [drm] FIFO at 0x00000000fe000000 size is 8192 kiB
[ 29.034808] [drm] VRAM at 0x00000000e8000000 size is 131072 kiB
[ 29.034831] [drm] DMA map mode: Caching DMA mappings.
[ 29.034945] [drm] Capabilities:
[ 29.034946] [drm] Rect copy.
[ 29.034946] [drm] Cursor.
[ 29.034947] [drm] Cursor bypass.
[ 29.034947] [drm] Cursor bypass 2.
[ 29.034947] [drm] 8bit emulation.
[ 29.034947] [drm] Alpha cursor.
[ 29.034948] [drm] Extended Fifo.
[ 29.034948] [drm] Multimon.
[ 29.034948] [drm] Pitchlock.
[ 29.034948] [drm] Irq mask.
[ 29.034949] [drm] Display Topology.
[ 29.034949] [drm] GMR.
[ 29.034949] [drm] Traces.
[ 29.034949] [drm] GMR2.
[ 29.034950] [drm] Screen Object 2.
[ 29.034950] [drm] Command Buffers.
[ 29.034950] [drm] Command Buffers 2.
[ 29.034950] [drm] Guest Backed Resources.
[ 29.034951] [drm] DX Features.
[ 29.034951] [drm] HP Command Queue.
[ 29.034951] [drm] Capabilities2:
[ 29.034951] [drm] Grow oTable.
[ 29.034951] [drm] IntraSurface copy.
[ 29.034952] [drm] Max GMR ids is 64
[ 29.034953] [drm] Max number of GMR pages is 65536
[ 29.034954] [drm] Max dedicated hypervisor surface memory is 0 kiB
[ 29.034954] [drm] Maximum display memory size is 262144 kiB
[ 29.037172] [drm] Screen Target Display device initialized
[ 29.037298] [drm] width 640
[ 29.037303] [drm] height 480
[ 29.037307] [drm] bpp 32
[ 29.037891] [drm] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f
[ 29.038730] [drm] Using command buffers with DMA pool.
[ 29.041250] fbcon: svgadrmfb (fb0) is primary device
[ 29.041696] Console: switching to colour frame buffer device 100x37
[ 29.044874] [drm] Initialized vmwgfx 2.18.1 20210218 for 0000:00:0f.0 on minor 0
[ 29.659407] Adding 5111804k swap on /dev/mapper/pve-swap. Priority:-2 extents:1 across:5111804k FS
[ 34.015646] audit: type=1400 audit(1651811421.103:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=678 comm="apparmor_parser"
[ 34.015652] audit: type=1400 audit(1651811421.103:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=678 comm="apparmor_parser"
[ 34.046927] audit: type=1400 audit(1651811421.135:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=674 comm="apparmor_parser"
[ 34.104408] audit: type=1400 audit(1651811421.191:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=679 comm="apparmor_parser"
[ 34.104420] audit: type=1400 audit(1651811421.191:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=679 comm="apparmor_parser"
[ 34.104424] audit: type=1400 audit(1651811421.191:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=679 comm="apparmor_parser"
[ 34.221206] audit: type=1400 audit(1651811421.307:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=683 comm="apparmor_parser"
[ 34.350292] audit: type=1400 audit(1651811421.435:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/chronyd" pid=675 comm="apparmor_parser"
[ 34.351450] audit: type=1400 audit(1651811421.439:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default" pid=677 comm="apparmor_parser"
[ 34.351455] audit: type=1400 audit(1651811421.439:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-cgns" pid=677 comm="apparmor_parser"
[ 34.746981] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[ 34.746984] softdog: soft_reboot_cmd=<not set> soft_active_on_boot=0
[ 40.482499] vmbr0: port 1(ens32) entered blocking state
[ 40.482502] vmbr0: port 1(ens32) entered disabled state
[ 40.482567] device ens32 entered promiscuous mode
[ 40.498832] e1000: ens32 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 40.499635] vmbr0: port 1(ens32) entered blocking state
[ 40.499637] vmbr0: port 1(ens32) entered forwarding state
[ 40.499682] IPv6: ADDRCONF(NETDEV_CHANGE): vmbr0: link becomes ready
[ 43.215839] kauditd_printk_skb: 3 callbacks suppressed
[ 43.215842] audit: type=1400 audit(1651811430.303:15): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=835 comm="apparmor_parser"
[ 43.227147] audit: type=1400 audit(1651811430.315:16): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=839 comm="apparmor_parser"
[ 43.227153] audit: type=1400 audit(1651811430.315:17): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=839 comm="apparmor_parser"
[ 43.227154] audit: type=1400 audit(1651811430.315:18): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=839 comm="apparmor_parser"
[ 43.227156] audit: type=1400 audit(1651811430.315:19): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-nesting" pid=839 comm="apparmor_parser"
[ 55.060679] bpfilter: Loaded bpfilter_umh pid 1002
[ 55.061276] Started bpfilter
[ 66.172876] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 66.546284] usb 1-1: New USB device found, idVendor=0781, idProduct=5591, bcdDevice= 1.00
[ 66.546289] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 66.546292] usb 1-1: Product: SanDisk 3.2Gen1
[ 66.546294] usb 1-1: Manufacturer: USB
[ 66.546295] usb 1-1: SerialNumber: 0501857190e01b640174a552271261b9918086933fe196e7f7a49e419e43838ea7dc00000000000000000000c0f9fb5f009412109155810765aa2084
[ 66.857643] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 66.858573] scsi host3: usb-storage 1-1:1.0
[ 66.858638] usbcore: registered new interface driver usb-storage
[ 66.943625] usbcore: registered new interface driver uas
[ 67.877764] scsi 3:0:0:0: Direct-Access USB SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 6
[ 67.878215] sd 3:0:0:0: Attached scsi generic sg3 type 0
[ 67.888159] sd 3:0:0:0: [sdb] 60088320 512-byte logical blocks: (30.8 GB/28.7 GiB)
[ 67.900530] sd 3:0:0:0: [sdb] Write Protect is off
[ 67.900535] sd 3:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 67.910955] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 67.997751] sdb: sdb1
[ 68.067268] sd 3:0:0:0: [sdb] Attached SCSI removable disk
root@pve:~# lsusb | grep Alcor
root@pve:~# lsusb
Bus 001 Device 002: ID 0781:5591 SanDisk Corp. Ultra Flair
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
root@pve:~# qm monitor 105
Entering Qemu Monitor for VM 105 - type 'help' for help
qm> info usbhost
ERROR: VM 105 not running
qm> info usbhost
Bus 1, Addr 2, Port 1, Speed 480 Mb/s
Class 00: USB device 0781:5591, SanDisk 3.2Gen1
Bus 2, Addr 2, Port 1, Speed 12 Mb/s
Class 00: USB device 0e0f:0003, VMware Virtual USB Mouse
qm> lsusb -t
unknown command: 'lsusb'
qm> usb-devices
unknown command: 'usb-devices'
qm> quit
root@pve:~# usb-devices
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 6
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=1d6b ProdID=0002 Rev=05.13
S: Manufacturer=Linux 5.13.19-2-pve ehci_hcd
S: Product=EHCI Host Controller
S: SerialNumber=0000:02:05.0
C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I: If#=0x0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=480 MxCh= 0
D: Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0781 ProdID=5591 Rev=01.00
S: Manufacturer= USB
S: Product= SanDisk 3.2Gen1
S: SerialNumber=0501857190e01b640174a552271261b9918086933fe196e7f7a49e419e43838ea7dc00000000000000000000c0f9fb5f009412109155810765aa2084
C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=224mA
I: If#=0x0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usbfs
T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=1d6b ProdID=0001 Rev=05.13
S: Manufacturer=Linux 5.13.19-2-pve uhci_hcd
S: Product=UHCI Host Controller
S: SerialNumber=0000:02:03.0
C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I: If#=0x0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0e0f ProdID=0003 Rev=01.02
S: Manufacturer=VMware
S: Product=VMware Virtual USB Mouse
C: #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr=0mA
I: If#=0x0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=00 Prot=00 Driver=usbhid
I: If#=0x1 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=00 Prot=00 Driver=usbhid
T: Bus=02 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#= 3 Spd=12 MxCh= 7
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0e0f ProdID=0002 Rev=01.00
S: Manufacturer=VMware, Inc.
S: Product=VMware Virtual USB Hub
C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I: If#=0x0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
root@pve:~#
root@pve:~# vi /etc/pve/qemu-server/105.conf
root@pve:~# lsusb -l
lsusb: invalid option -- 'l'
Usage: lsusb [options]...
List USB devices
-v, --verbose
Increase verbosity (show descriptors)
-s [[bus]:][devnum]
Show only devices with specified device and/or
bus numbers (in decimal)
-d vendor:[product]
Show only devices with the specified vendor and
product ID numbers (in hexadecimal)
-D device
Selects which device lsusb will examine
-t, --tree
Dump the physical USB device hierarchy as a tree
-V, --version
Show version of program
-h, --help
Show usage and help
root@pve:~# lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
|__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 1: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 2: Dev 3, If 0, Class=Hub, Driver=hub/7p, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usbfs, 480M
root@pve:~# vi /etc/pve/qemu-server/105.conf
root@pve:~# cat /etc/pve/qemu-server/105.conf
agent: 1
args: -spice port=61002,addr=0.0.0.0,password=123456,seamless-migration=on
boot: order=sata0
cores: 1
ide1: local:iso/virtio-win-0.1.189.iso,media=cdrom,size=488766K
ide2: local:iso/SW_DVD9_WIN_ENT_LTSC_2021_64BIT_ChnSimp_MLF_X22-84402.ISO,media=cdrom,size=4713316K
machine: pc-i440fx-6.1
memory: 4096
meta: creation-qemu=6.1.0,ctime=1651726173
name: win10
net0: e1000=12:A1:51:BC:21:63,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
sata0: local-lvm:vm-105-disk-0,size=15G
scsihw: virtio-scsi-pci
smbios1: uuid=4935dfbc-4767-4208-ae1d-97076d2606f6
sockets: 2
usb0: spice,usb3=1
vga: qxl
vmgenid: 775f1bd9-984c-4216-a899-fdb388fca59b
usb1: host=1-1
usb0: host=1-2
root@pve:~# qm monitor 105
Entering Qemu Monitor for VM 105 - type 'help' for help
qm> info usb
Device 1.1, Port 1, Speed 480 Mb/s, Product SanDisk 3.2Gen1, ID: usb0
Device 1.0, Port 2, Speed 1.5 Mb/s, Product USB Host Device, ID: usb1
qm> quit
root@pve:~# qm stop 105
root@pve:~# qm start 105
kvm: warning: 'password' option is deprecated and insecure, use 'password-secret' instead
root@pve:~#
三、SPICE远程桌面配置
安装系统时显卡配置为默认,不需要通过远程管理界面修改硬件将显卡配置为spice远程。通过主机节点修改虚拟机配置文件即可。
远程界面选择服务器节点pve1,选择shell,cd到/etc/pve/qemu-server目录下,服务器上安装的虚拟机配置文件均在此目录下。在虚拟机配置文件中添加一下内容(如100.conf):
args: -spice port=61002,addr=0.0.0.0,disable-ticketing,seamless-migration=on
其中,-spice即为配置SPICE;
port为监听端口,一般应大于61001;
addr为容许网络,设置为0.0.0.0为允许任何网络连接;
disable-ticketing为去掉密码验证,如需加密码验证,将此参数改为password=xxxx;
seamless-migration=on为QMP支持。
设置完毕后在SPICE client端输入spice://ip:61002就可以正常远程连接了。
————————————————
版权声明:本文为CSDN博主「墨问西东」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_42077546/article/details/106984128
root@pve:~# vi /etc/pve/qemu-server/101.conf
root@pve:~# cat /etc/pve/qemu-server/101.conf
agent: 1
args: -spice port=61001,addr=0.0.0.0,password=123456,seamless-migration=on
boot: order=sata0;ide2;net0;ide0
cores: 1
ide0: local:iso/virtio-win-0.1.189.iso,media=cdrom,size=488766K
ide2: local:iso/virtio-win-0.1.189.iso,media=cdrom,size=488766K
machine: pc-i440fx-6.1
memory: 4096
meta: creation-qemu=6.1.0,ctime=1653217953
name: win10
net0: virtio=9A:40:C9:C1:5E:42,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
sata0: local-lvm:vm-101-disk-0,size=20G
scsihw: virtio-scsi-pci
smbios1: uuid=287ce290-b64f-4d5d-a9b8-770dbd9ba09c
sockets: 2
vga: qxl
vmgenid: 83346c5f-3e5e-4ea1-9ff8-b7ac4fb1670f
root@pve:~# cat /etc/pve/qemu-server/101.conf .++++^C
root@pve:~#
将ikuai和openwrt整合进AIO服务器之后,需要修改一下网络配置,这里详细列出来
/etc/network/interfaces 修改管理口vmbr0的ip以及gateway
root@AIOserver-Pve:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.168/24
gateway 192.168.1.2
bridge_ports eno1
bridge_stp off
bridge_fd 0
/etc/issue 修改终端提示
root@AIOserver-Pve:~# cat /etc/issue
Welcome to the Proxmox Virtual Environment. Please use your web browser to
configure this server - connect to:
https://192.168.1.168:8006/
/etc/hosts 修改hosts
root@AIOserver-Pve:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.1.168 AIOserver-Pve.example AIOserver-Pve
/etc/resolv.conf 修改dns
root@AIOserver-Pve:~# cat /etc/resolv.conf
search example
nameserver 192.168.1.2
————————————————
版权声明:本文为CSDN博主「tangobravo」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/tangobravo/article/details/119336503