google-coral / edgetpu

Coral issue tracker (and legacy Edge TPU API source)
https://coral.ai
Apache License 2.0
424 stars 125 forks source link

/dev/apex_0 Not Found #407

Closed TaylorBurnham closed 3 years ago

TaylorBurnham commented 3 years ago

Edit: This was being set up on an Intel NUC. This issue was resolved by disabling secure boot in the BIOS.

I've installed the M.2 TPU and followed the steps, but when running the last step I am hitting this error. I've followed some of the other issues and can't find any similarity.

$ ls /dev/apex_0
ls: cannot access '/dev/apex_0': No such file or directory

Here is the information for the system.

$ uname -a
Linux overseer 4.19.0-17-amd64 #1 SMP Debian 4.19.194-1 (2021-06-10) x86_64 GNU/Linux

$ dpkg -l | grep gasket
ii  gasket-dkms  1.0-16  all  DKMS source for the gasket driver

$ dpkg -l | grep edgetpu
ii  libedgetpu1-std:amd64  15.0  amd64        Support library for Edge TPU

$ lspci -nnk
...
3b:00.0 System peripheral [0880]: Device [1ac1:089a]
   Subsystem: Device [1ac1:089a]
   Kernel modules: apex

$ sudo modinfo apex
filename:       /lib/modules/4.19.0-17-amd64/updates/dkms/apex.ko
author:         John Joseph <jnjoseph@google.com>
license:        GPL v2
version:        1.2
description:    Google Apex driver
srcversion:     37A768932BDAF006DA92150
alias:          pci:v00001AC1d0000089Asv*sd*bc*sc*i*
depends:        gasket
retpoline:      Y
name:           apex
vermagic:       4.19.0-17-amd64 SMP mod_unload modversions 
parm:           allow_power_save:int
parm:           allow_sw_clock_gating:int
parm:           allow_hw_clock_gating:int
parm:           bypass_top_level:int
parm:           trip_point0_temp:int
parm:           trip_point1_temp:int
parm:           trip_point2_temp:int
parm:           hw_temp_warn1:int
parm:           hw_temp_warn2:int
parm:           hw_temp_warn1_en:bool
parm:           hw_temp_warn2_en:bool
parm:           temp_poll_interval:int

$ sudo modinfo gasket
filename:       /lib/modules/4.19.0-17-amd64/updates/dkms/gasket.ko
author:         Rob Springer <rspringer@google.com>
license:        GPL v2
version:        1.1.4
description:    Google Gasket driver framework
srcversion:     A7A1F644810CD4FF575450E
depends:        
retpoline:      Y
name:           gasket
vermagic:       4.19.0-17-amd64 SMP mod_unload modversions 
parm:           dma_bit_mask:int

Build Log

$ cat /var/lib/dkms/gasket/1.0/4.19.0-17-amd64/x86_64/log/make.log     
DKMS make.log for gasket-1.0 for kernel 4.19.0-17-amd64 (x86_64)
Mon 28 Jun 2021 03:10:46 PM EDT
make: Entering directory '/usr/src/linux-headers-4.19.0-17-amd64'
  CC [M]  /var/lib/dkms/gasket/1.0/build/gasket_core.o
  CC [M]  /var/lib/dkms/gasket/1.0/build/gasket_ioctl.o
  CC [M]  /var/lib/dkms/gasket/1.0/build/gasket_interrupt.o
  CC [M]  /var/lib/dkms/gasket/1.0/build/gasket_page_table.o
  CC [M]  /var/lib/dkms/gasket/1.0/build/gasket_sysfs.o
  CC [M]  /var/lib/dkms/gasket/1.0/build/apex_driver.o
  LD [M]  /var/lib/dkms/gasket/1.0/build/apex.o
  LD [M]  /var/lib/dkms/gasket/1.0/build/gasket.o
  Building modules, stage 2.
  MODPOST 2 modules
  CC      /var/lib/dkms/gasket/1.0/build/apex.mod.o
  CC      /var/lib/dkms/gasket/1.0/build/gasket.mod.o
  LD [M]  /var/lib/dkms/gasket/1.0/build/gasket.ko
  LD [M]  /var/lib/dkms/gasket/1.0/build/apex.ko
make: Leaving directory '/usr/src/linux-headers-4.19.0-17-amd64'

recordmcount

$ file /usr/src/linux-headers-4.19.0-17-amd64/scripts/recordmcount
/usr/src/linux-headers-4.19.0-17-amd64/scripts/recordmcount: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=1bacfdbec27fa68c40e4dd69a78d208493e55556, stripped
manoj7410 commented 3 years ago

@TaylorBurnham I assume that you are not running these commands on a virtual box ? Can you also paste the output of 'dmesg' once you see the error: ls: cannot access '/dev/apex_0': No such file or directory ?

TaylorBurnham commented 3 years ago

Correct, this is being run on the host OS. My intent is to expose this in a docker container but I wanted to run the benchmarks first.

dmesg output is below after a fresh reboot.

[    0.000000] Linux version 4.19.0-17-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.194-1 (2021-06-10)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-17-amd64 root=UUID=f935d6db-ce2e-4e61-857d-9618543a3972 ro quiet
[    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-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000079d4dfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000079d4e000-0x000000007a1b8fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a1b9000-0x000000007a235fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007a236000-0x000000007a2e6fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007a2e7000-0x000000007ac0dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ac0e000-0x000000007ac0efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ac0f000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000087dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x6f85f018-0x6f86fe57] usable ==> usable
[    0.000000] e820: update [mem 0x6f85f018-0x6f86fe57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000006f85f017] usable
[    0.000000] reserve setup_data: [mem 0x000000006f85f018-0x000000006f86fe57] usable
[    0.000000] reserve setup_data: [mem 0x000000006f86fe58-0x0000000079d4dfff] usable
[    0.000000] reserve setup_data: [mem 0x0000000079d4e000-0x000000007a1b8fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007a1b9000-0x000000007a235fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007a236000-0x000000007a2e6fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007a2e7000-0x000000007ac0dfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007ac0e000-0x000000007ac0efff] usable
[    0.000000] reserve setup_data: [mem 0x000000007ac0f000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000087dffffff] usable
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0x7a1d2000  ACPI=0x7a1d2000  SMBIOS=0x7a9a7000  SMBIOS 3.0=0x7a9a6000  MEMATTR=0x77e56018  ESRT=0x7a9d1918  TPMEventLog=0x6f870018 
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI secure boot; see https://wiki.debian.org/SecureBoot
[    0.000000] SMBIOS 3.2.1 present.
[    0.000000] DMI: Intel(R) Client Systems NUC8i5BEH/NUC8BEB, BIOS BECFL357.86A.0081.2020.0504.1834 05/04/2020
[    0.000000] tsc: Detected 2300.000 MHz processor
[    0.000420] tsc: Detected 2304.000 MHz TSC
[    0.000420] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000422] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000428] last_pfn = 0x87e000 max_arch_pfn = 0x400000000
[    0.000432] MTRR default type: write-back
[    0.000432] MTRR fixed ranges enabled:
[    0.000434]   00000-9FFFF write-back
[    0.000434]   A0000-BFFFF uncachable
[    0.000435]   C0000-FFFFF write-protect
[    0.000436] MTRR variable ranges enabled:
[    0.000438]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000439]   1 base 007C000000 mask 7FFC000000 uncachable
[    0.000439]   2 base 007B800000 mask 7FFF800000 uncachable
[    0.000440]   3 base 2000000000 mask 6000000000 uncachable
[    0.000441]   4 base 1000000000 mask 7000000000 uncachable
[    0.000442]   5 base 4000000000 mask 4000000000 uncachable
[    0.000442]   6 disabled
[    0.000443]   7 disabled
[    0.000443]   8 disabled
[    0.000444]   9 disabled
[    0.001601] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001785] last_pfn = 0x7ac0f max_arch_pfn = 0x400000000
[    0.011241] esrt: Reserving ESRT space from 0x000000007a9d1918 to 0x000000007a9d1950.
[    0.011250] Using GB pages for direct mapping
[    0.011639] RAMDISK: [mem 0x3e739000-0x3fffafff]
[    0.011642] ACPI: Early table checksum verification disabled
[    0.011645] ACPI: RSDP 0x000000007A1D2000 000024 (v02 INTEL )
[    0.011649] ACPI: XSDT 0x000000007A1D20A8 0000D4 (v01 INTEL  NUC8i5BE 00000051 AMI  00010013)
[    0.011654] ACPI: FACP 0x000000007A210BC0 000114 (v06 INTEL  NUC8i5BE 00000051 AMI  00010013)
[    0.011659] ACPI: DSDT 0x000000007A1D2210 03E9AB (v02 INTEL  NUC8i5BE 00000051 INTL 20160527)
[    0.011662] ACPI: FACS 0x000000007A2E6080 000040
[    0.011664] ACPI: APIC 0x000000007A210CD8 0000BC (v04 INTEL  NUC8i5BE 00000051 AMI  00010013)
[    0.011666] ACPI: FPDT 0x000000007A210D98 000044 (v01 INTEL  NUC8i5BE 00000051 AMI  00010013)
[    0.011669] ACPI: FIDT 0x000000007A210DE0 00009C (v01 INTEL  NUC8i5BE 00000051 AMI  00010013)
[    0.011671] ACPI: MCFG 0x000000007A210E80 00003C (v01 INTEL  NUC8i5BE 00000051 MSFT 00000097)
[    0.011673] ACPI: SSDT 0x000000007A210EC0 001B1C (v02 INTEL  NUC8i5BE 00000051 INTL 20160527)
[    0.011676] ACPI: SSDT 0x000000007A2129E0 0031C6 (v02 INTEL  NUC8i5BE 00000051 INTL 20160527)
[    0.011680] ACPI: HPET 0x000000007A215BA8 000038 (v01 INTEL  NUC8i5BE 00000051      01000013)
[    0.011683] ACPI: SSDT 0x000000007A215BE0 000FAE (v02 INTEL  NUC8i5BE 00000051 INTL 20160527)
[    0.011686] ACPI: SSDT 0x000000007A216B90 003048 (v02 INTEL  NUC8i5BE 00000051 INTL 20160527)
[    0.011690] ACPI: UEFI 0x000000007A219BD8 000042 (v01 INTEL  NUC8i5BE 00000051      01000013)
[    0.011693] ACPI: LPIT 0x000000007A219C20 000094 (v01 INTEL  NUC8i5BE 00000051      01000013)
[    0.011695] ACPI: SSDT 0x000000007A219CB8 0027DE (v02 INTEL  NUC8i5BE 00000051 INTL 20160527)
[    0.011697] ACPI: SSDT 0x000000007A21C498 0008B8 (v02 INTEL  NUC8i5BE 00000051 INTL 20160527)
[    0.011700] ACPI: DBGP 0x000000007A21CD50 000034 (v01 INTEL  NUC8i5BE 00000051      01000013)
[    0.011702] ACPI: DBG2 0x000000007A21CD88 000054 (v00 INTEL  NUC8i5BE 00000051      01000013)
[    0.011705] ACPI: DMAR 0x000000007A21CDE0 0000A8 (v01 INTEL  NUC8i5BE 00000051      01000013)
[    0.011707] ACPI: SSDT 0x000000007A21CE88 000144 (v02 INTEL  NUC8i5BE 00000051 INTL 20160527)
[    0.011709] ACPI: NHLT 0x000000007A21CFD0 00002D (v00 INTEL  NUC8i5BE 00000051      01000013)
[    0.011712] ACPI: BGRT 0x000000007A21D000 000038 (v01 INTEL  NUC8i5BE 00000051 AMI  00010013)
[    0.011714] ACPI: TPM2 0x000000007A21D038 000034 (v04 INTEL  NUC8i5BE 00000051 AMI  00000000)
[    0.011716] ACPI: WSMT 0x000000007A21D070 000028 (v01 INTEL  NUC8i5BE 00000051 AMI  00010013)
[    0.011719] ACPI: Reserving FACP table memory at [mem 0x7a210bc0-0x7a210cd3]
[    0.011720] ACPI: Reserving DSDT table memory at [mem 0x7a1d2210-0x7a210bba]
[    0.011721] ACPI: Reserving FACS table memory at [mem 0x7a2e6080-0x7a2e60bf]
[    0.011721] ACPI: Reserving APIC table memory at [mem 0x7a210cd8-0x7a210d93]
[    0.011722] ACPI: Reserving FPDT table memory at [mem 0x7a210d98-0x7a210ddb]
[    0.011723] ACPI: Reserving FIDT table memory at [mem 0x7a210de0-0x7a210e7b]
[    0.011724] ACPI: Reserving MCFG table memory at [mem 0x7a210e80-0x7a210ebb]
[    0.011725] ACPI: Reserving SSDT table memory at [mem 0x7a210ec0-0x7a2129db]
[    0.011725] ACPI: Reserving SSDT table memory at [mem 0x7a2129e0-0x7a215ba5]
[    0.011726] ACPI: Reserving HPET table memory at [mem 0x7a215ba8-0x7a215bdf]
[    0.011727] ACPI: Reserving SSDT table memory at [mem 0x7a215be0-0x7a216b8d]
[    0.011728] ACPI: Reserving SSDT table memory at [mem 0x7a216b90-0x7a219bd7]
[    0.011729] ACPI: Reserving UEFI table memory at [mem 0x7a219bd8-0x7a219c19]
[    0.011730] ACPI: Reserving LPIT table memory at [mem 0x7a219c20-0x7a219cb3]
[    0.011730] ACPI: Reserving SSDT table memory at [mem 0x7a219cb8-0x7a21c495]
[    0.011731] ACPI: Reserving SSDT table memory at [mem 0x7a21c498-0x7a21cd4f]
[    0.011732] ACPI: Reserving DBGP table memory at [mem 0x7a21cd50-0x7a21cd83]
[    0.011733] ACPI: Reserving DBG2 table memory at [mem 0x7a21cd88-0x7a21cddb]
[    0.011734] ACPI: Reserving DMAR table memory at [mem 0x7a21cde0-0x7a21ce87]
[    0.011735] ACPI: Reserving SSDT table memory at [mem 0x7a21ce88-0x7a21cfcb]
[    0.011736] ACPI: Reserving NHLT table memory at [mem 0x7a21cfd0-0x7a21cffc]
[    0.011736] ACPI: Reserving BGRT table memory at [mem 0x7a21d000-0x7a21d037]
[    0.011737] ACPI: Reserving TPM2 table memory at [mem 0x7a21d038-0x7a21d06b]
[    0.011738] ACPI: Reserving WSMT table memory at [mem 0x7a21d070-0x7a21d097]
[    0.011751] ACPI: Local APIC address 0xfee00000
[    0.011979] No NUMA configuration found
[    0.011979] Faking a node at [mem 0x0000000000000000-0x000000087dffffff]
[    0.011984] NODE_DATA(0) allocated [mem 0x87dffb000-0x87dffffff]
[    0.012029] Zone ranges:
[    0.012030]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.012031]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.012032]   Normal   [mem 0x0000000100000000-0x000000087dffffff]
[    0.012033]   Device   empty
[    0.012034] Movable zone start for each node
[    0.012035] Early memory node ranges
[    0.012036]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.012036]   node   0: [mem 0x0000000000100000-0x0000000079d4dfff]
[    0.012037]   node   0: [mem 0x000000007ac0e000-0x000000007ac0efff]
[    0.012038]   node   0: [mem 0x0000000100000000-0x000000087dffffff]
[    0.012616] Zeroed struct page in unavailable ranges: 33555 pages
[    0.012617] Initmem setup node 0 [mem 0x0000000000001000-0x000000087dffffff]
[    0.012619] On node 0 totalpages: 8355053
[    0.012620]   DMA zone: 64 pages used for memmap
[    0.012620]   DMA zone: 21 pages reserved
[    0.012621]   DMA zone: 3998 pages, LIFO batch:0
[    0.012728]   DMA32 zone: 7734 pages used for memmap
[    0.012729]   DMA32 zone: 494927 pages, LIFO batch:63
[    0.028885]   Normal zone: 122752 pages used for memmap
[    0.028886]   Normal zone: 7856128 pages, LIFO batch:63
[    0.234299] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    0.234554] ACPI: PM-Timer IO Port: 0x1808
[    0.234555] ACPI: Local APIC address 0xfee00000
[    0.234561] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.234562] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.234563] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.234563] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.234564] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.234564] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.234565] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.234565] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.234606] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.234608] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.234610] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.234611] ACPI: IRQ0 used by override.
[    0.234612] ACPI: IRQ9 used by override.
[    0.234614] Using ACPI (MADT) for SMP configuration information
[    0.234615] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.234623] e820: update [mem 0x76070000-0x760d1fff] usable ==> reserved
[    0.234631] TSC deadline timer available
[    0.234632] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.234652] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.234653] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.234655] PM: Registered nosave memory: [mem 0x6f85f000-0x6f85ffff]
[    0.234656] PM: Registered nosave memory: [mem 0x6f86f000-0x6f86ffff]
[    0.234658] PM: Registered nosave memory: [mem 0x76070000-0x760d1fff]
[    0.234659] PM: Registered nosave memory: [mem 0x79d4e000-0x7a1b8fff]
[    0.234660] PM: Registered nosave memory: [mem 0x7a1b9000-0x7a235fff]
[    0.234661] PM: Registered nosave memory: [mem 0x7a236000-0x7a2e6fff]
[    0.234661] PM: Registered nosave memory: [mem 0x7a2e7000-0x7ac0dfff]
[    0.234663] PM: Registered nosave memory: [mem 0x7ac0f000-0x7fffffff]
[    0.234663] PM: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[    0.234664] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.234664] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.234665] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.234665] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.234666] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.234666] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.234667] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.234668] PM: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
[    0.234668] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.234669] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.234669] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.234671] [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.234672] Booting paravirtualized kernel on bare hardware
[    0.234675] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.343427] random: get_random_bytes called from start_kernel+0x93/0x52a with crng_init=0
[    0.343434] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.343611] percpu: Embedded 45 pages/cpu s144536 r8192 d31592 u262144
[    0.343618] pcpu-alloc: s144536 r8192 d31592 u262144 alloc=1*2097152
[    0.343619] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.343641] Built 1 zonelists, mobility grouping on.  Total pages: 8224482
[    0.343641] Policy zone: Normal
[    0.343643] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-17-amd64 root=UUID=f935d6db-ce2e-4e61-857d-9618543a3972 ro quiet
[    0.347617] Calgary: detecting Calgary via BIOS EBDA area
[    0.347619] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.437422] Memory: 32728732K/33420212K available (10252K kernel code, 1242K rwdata, 3324K rodata, 1600K init, 2260K bss, 691480K reserved, 0K cma-reserved)
[    0.437523] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.437528] Kernel/User page tables isolation: enabled
[    0.451598] ftrace: allocating 31987 entries in 125 pages
[    0.466188] rcu: Hierarchical RCU implementation.
[    0.466190] rcu:     RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.466191] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.469263] NR_IRQS: 33024, nr_irqs: 2048, preallocated irqs: 16
[    0.469701] Console: colour dummy device 80x25
[    0.469706] console [tty0] enabled
[    0.469723] ACPI: Core revision 20180810
[    0.470245] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.470314] hpet clockevent registered
[    0.470388] APIC: Switch to symmetric I/O mode setup
[    0.470390] DMAR: Host address width 39
[    0.470391] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.470396] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.470398] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.470401] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.470402] DMAR: RMRR base: 0x0000007a164000 end: 0x0000007a183fff
[    0.470403] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
[    0.470405] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.470406] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.470407] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.472580] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.472588] x2apic enabled
[    0.472615] Switched APIC routing to cluster x2apic.
[    0.478323] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.498332] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[    0.498345] Calibrating delay loop (skipped), value calculated using timer frequency.. 4608.00 BogoMIPS (lpj=9216000)
[    0.498347] pid_max: default: 32768 minimum: 301
[    0.499255] Security Framework initialized
[    0.499256] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.499276] AppArmor: AppArmor initialized
[    0.503599] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.505776] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.505849] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.505913] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.506138] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.506139] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.506157] CPU0: Thermal monitoring enabled (TM1)
[    0.506183] process: using mwait in idle threads
[    0.506186] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.506186] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.506188] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.506189] Spectre V2 : Mitigation: Full generic retpoline
[    0.506189] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.506190] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.506196] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.506196] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.506197] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.506224] SRBDS: Vulnerable: No microcode
[    0.506224] MDS: Mitigation: Clear CPU buffers
[    0.513017] Freeing SMP alternatives memory: 24K
[    0.516540] smpboot: CPU0: Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[    0.516633] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.516667] ... version:                4
[    0.516668] ... bit width:              48
[    0.516668] ... generic registers:      4
[    0.516669] ... value mask:             0000ffffffffffff
[    0.516669] ... max period:             00007fffffffffff
[    0.516670] ... fixed-purpose events:   3
[    0.516670] ... event mask:             000000070000000f
[    0.516711] rcu: Hierarchical SRCU implementation.
[    0.517120] random: crng done (trusting CPU's manufacturer)
[    0.517669] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.517732] smp: Bringing up secondary CPUs ...
[    0.517794] x86: Booting SMP configuration:
[    0.517795] .... node  #0, CPUs:      #1 #2 #3 #4
[    0.518260] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.518260]  #5 #6 #7
[    0.518847] smp: Brought up 1 node, 8 CPUs
[    0.518847] smpboot: Max logical packages: 1
[    0.518847] smpboot: Total of 8 processors activated (36864.00 BogoMIPS)
[    0.523109] devtmpfs: initialized
[    0.523109] x86/mm: Memory block size: 128MB
[    0.527462] PM: Registering ACPI NVS region [mem 0x7a236000-0x7a2e6fff] (724992 bytes)
[    0.527462] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.527462] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.527462] pinctrl core: initialized pinctrl subsystem
[    0.527462] NET: Registered protocol family 16
[    0.527462] audit: initializing netlink subsys (disabled)
[    0.527462] audit: type=2000 audit(1624972563.052:1): state=initialized audit_enabled=0 res=1
[    0.527462] cpuidle: using governor ladder
[    0.527462] cpuidle: using governor menu
[    0.527462] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.527462] ACPI: bus type PCI registered
[    0.527462] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.527462] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.527462] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.527462] PCI: Using configuration type 1 for base access
[    0.527462] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.527462] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.527462] ACPI: Added _OSI(Module Device)
[    0.527462] ACPI: Added _OSI(Processor Device)
[    0.527462] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.527462] ACPI: Added _OSI(Processor Aggregator Device)
[    0.527462] ACPI: Added _OSI(Linux-Dell-Video)
[    0.527462] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.601359] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.614368] ACPI: Dynamic OEM Table Load:
[    0.614373] ACPI: SSDT 0xFFFF951299AF0C00 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
[    0.614817] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.616404] ACPI: Dynamic OEM Table Load:
[    0.616409] ACPI: SSDT 0xFFFF951299477800 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.616972] ACPI: Dynamic OEM Table Load:
[    0.616976] ACPI: SSDT 0xFFFF951299464000 0005A2 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.617595] ACPI: Dynamic OEM Table Load:
[    0.617599] ACPI: SSDT 0xFFFF95129945E800 00011B (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.618043] ACPI: Dynamic OEM Table Load:
[    0.618051] ACPI: SSDT 0xFFFF951299461800 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.618802] ACPI: Dynamic OEM Table Load:
[    0.618807] ACPI: SSDT 0xFFFF951299460800 0005FC (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.619404] ACPI: Dynamic OEM Table Load:
[    0.619408] ACPI: SSDT 0xFFFF951299470000 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.620037] ACPI: Dynamic OEM Table Load:
[    0.620043] ACPI: SSDT 0xFFFF951299993000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160527)
[    0.621147] ACPI: Dynamic OEM Table Load:
[    0.621151] ACPI: SSDT 0xFFFF951299477C00 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.625168] ACPI: EC: EC started
[    0.625168] ACPI: EC: interrupt blocked
[    0.625196] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as first EC
[    0.625197] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0x14, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.625199] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions
[    0.625199] ACPI: Interpreter enabled
[    0.625252] ACPI: (supports S0 S3 S4 S5)
[    0.625253] ACPI: Using IOAPIC for interrupt routing
[    0.625297] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.626501] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.641773] ACPI: Power Resource [USBC] (on)
[    0.645355] ACPI: Power Resource [V0PR] (on)
[    0.645702] ACPI: Power Resource [V1PR] (on)
[    0.646439] ACPI: Power Resource [V2PR] (on)
[    0.657047] ACPI: Power Resource [WRST] (on)
[    0.662640] ACPI: Power Resource [FN00] (off)
[    0.662730] ACPI: Power Resource [FN01] (off)
[    0.662812] ACPI: Power Resource [FN02] (off)
[    0.662892] ACPI: Power Resource [FN03] (off)
[    0.662974] ACPI: Power Resource [FN04] (off)
[    0.663732] ACPI: Power Resource [PIN] (off)
[    0.664268] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.664272] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.665452] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.667601] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR]
[    0.667602] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.668525] PCI host bridge to bus 0000:00
[    0.668527] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.668528] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.668530] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.668531] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.668532] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.668533] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.668533] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.668535] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.668536] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.668537] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.668538] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.668548] pci 0000:00:00.0: [8086:3ed0] type 00 class 0x060000
[    0.668978] pci 0000:00:02.0: [8086:3ea5] type 00 class 0x030000
[    0.668992] pci 0000:00:02.0: reg 0x10: [mem 0xa7000000-0xa7ffffff 64bit]
[    0.668999] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.669004] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.669022] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.669188] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.669204] pci 0000:00:08.0: reg 0x10: [mem 0x4022e1a000-0x4022e1afff 64bit]
[    0.669393] pci 0000:00:12.0: [8086:9df9] type 00 class 0x118000
[    0.669419] pci 0000:00:12.0: reg 0x10: [mem 0x4022e19000-0x4022e19fff 64bit]
[    0.669633] pci 0000:00:14.0: [8086:9ded] type 00 class 0x0c0330
[    0.669654] pci 0000:00:14.0: reg 0x10: [mem 0x4022e00000-0x4022e0ffff 64bit]
[    0.669718] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.670201] pci 0000:00:14.2: [8086:9def] type 00 class 0x050000
[    0.670223] pci 0000:00:14.2: reg 0x10: [mem 0x4022e14000-0x4022e15fff 64bit]
[    0.670234] pci 0000:00:14.2: reg 0x18: [mem 0x4022e18000-0x4022e18fff 64bit]
[    0.670455] pci 0000:00:14.3: [8086:9df0] type 00 class 0x028000
[    0.670584] pci 0000:00:14.3: reg 0x10: [mem 0x4022e10000-0x4022e13fff 64bit]
[    0.671123] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.671345] pci 0000:00:16.0: [8086:9de0] type 00 class 0x078000
[    0.671374] pci 0000:00:16.0: reg 0x10: [mem 0x4022e17000-0x4022e17fff 64bit]
[    0.671456] pci 0000:00:16.0: PME# supported from D3hot
[    0.671700] pci 0000:00:17.0: [8086:9dd3] type 00 class 0x010601
[    0.671720] pci 0000:00:17.0: reg 0x10: [mem 0xa8a24000-0xa8a25fff]
[    0.671728] pci 0000:00:17.0: reg 0x14: [mem 0xa8a27000-0xa8a270ff]
[    0.671736] pci 0000:00:17.0: reg 0x18: [io  0x4090-0x4097]
[    0.671744] pci 0000:00:17.0: reg 0x1c: [io  0x4080-0x4083]
[    0.671751] pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
[    0.671759] pci 0000:00:17.0: reg 0x24: [mem 0xa8a26000-0xa8a267ff]
[    0.671804] pci 0000:00:17.0: PME# supported from D3hot
[    0.671985] pci 0000:00:1c.0: [8086:9db8] type 01 class 0x060400
[    0.672068] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.672277] pci 0000:00:1c.4: [8086:9dbc] type 01 class 0x060400
[    0.672373] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.672391] pci 0000:00:1c.4: PTM enabled (root), 4ns granularity
[    0.672591] pci 0000:00:1d.0: [8086:9db0] type 01 class 0x060400
[    0.672675] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.672692] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.672900] pci 0000:00:1d.6: [8086:9db6] type 01 class 0x060400
[    0.672992] pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
[    0.673009] pci 0000:00:1d.6: PTM enabled (root), 4ns granularity
[    0.673206] pci 0000:00:1f.0: [8086:9d84] type 00 class 0x060100
[    0.673593] pci 0000:00:1f.3: [8086:9dc8] type 00 class 0x040380
[    0.673660] pci 0000:00:1f.3: reg 0x10: [mem 0xa8a20000-0xa8a23fff 64bit]
[    0.673723] pci 0000:00:1f.3: reg 0x20: [mem 0x4022d00000-0x4022dfffff 64bit]
[    0.673853] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.674724] pci 0000:00:1f.4: [8086:9da3] type 00 class 0x0c0500
[    0.674754] pci 0000:00:1f.4: reg 0x10: [mem 0x4022e16000-0x4022e160ff 64bit]
[    0.674784] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.674973] pci 0000:00:1f.5: [8086:9da4] type 00 class 0x0c8000
[    0.674991] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.675166] pci 0000:00:1f.6: [8086:15be] type 00 class 0x020000
[    0.675219] pci 0000:00:1f.6: reg 0x10: [mem 0xa8a00000-0xa8a1ffff]
[    0.675431] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.675700] acpiphp: Slot [1] registered
[    0.675708] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.675838] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
[    0.675842] pci 0000:00:1c.4:   bridge window [mem 0x90000000-0xa60fffff]
[    0.675847] pci 0000:00:1c.4:   bridge window [mem 0x4000000000-0x4021ffffff 64bit pref]
[    0.675974] pci 0000:3b:00.0: [1ac1:089a] type 00 class 0x0000ff
[    0.676010] pci 0000:3b:00.0: reg 0x10: [mem 0x4022c00000-0x4022c03fff 64bit pref]
[    0.676025] pci 0000:3b:00.0: reg 0x18: [mem 0x4022b00000-0x4022bfffff 64bit pref]
[    0.686373] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    0.686381] pci 0000:00:1d.0:   bridge window [mem 0x4022b00000-0x4022cfffff 64bit pref]
[    0.686631] pci 0000:3c:00.0: [10ec:522a] type 00 class 0xff0000
[    0.686661] pci 0000:3c:00.0: reg 0x10: [mem 0xa8000000-0xa8000fff]
[    0.686801] pci 0000:3c:00.0: supports D1 D2
[    0.686802] pci 0000:3c:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.687016] pci 0000:00:1d.6: ASPM: current common clock configuration is broken, reconfiguring
[    0.698471] pci 0000:00:1d.6: PCI bridge to [bus 3c]
[    0.698473] pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
[    0.698476] pci 0000:00:1d.6:   bridge window [mem 0xa8000000-0xa89fffff]
[    0.698480] pci 0000:00:1d.6:   bridge window [mem 0x4022100000-0x4022afffff 64bit pref]
[    0.700293] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.700390] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *1
[    0.700484] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.700578] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.700671] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.700765] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.700859] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.700952] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.701790] ACPI: EC: interrupt unblocked
[    0.701809] ACPI: EC: event unblocked
[    0.701825] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0x14, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.701827] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions and events
[    0.701899] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.701899] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.701899] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.701899] vgaarb: loaded
[    0.701899] pps_core: LinuxPPS API ver. 1 registered
[    0.701899] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.701899] PTP clock support registered
[    0.701899] EDAC MC: Ver: 3.0.0
[    0.701899] Registered efivars operations
[    0.701899] PCI: Using ACPI for IRQ routing
[    0.738344] PCI: pci_cache_line_size set to 64 bytes
[    0.738660] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.738661] e820: reserve RAM buffer [mem 0x6f85f018-0x6fffffff]
[    0.738662] e820: reserve RAM buffer [mem 0x76070000-0x77ffffff]
[    0.738663] e820: reserve RAM buffer [mem 0x79d4e000-0x7bffffff]
[    0.738664] e820: reserve RAM buffer [mem 0x7ac0f000-0x7bffffff]
[    0.738664] e820: reserve RAM buffer [mem 0x87e000000-0x87fffffff]
[    0.738755] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.738755] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.741548] clocksource: Switched to clocksource tsc-early
[    0.747802] VFS: Disk quotas dquot_6.6.0
[    0.747816] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.747914] AppArmor: AppArmor Filesystem Enabled
[    0.747926] pnp: PnP ACPI init
[    0.748014] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
[    0.748018] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.748407] system 00:01: [io  0x0a00-0x0a1f] has been reserved
[    0.748408] system 00:01: [io  0x0a20-0x0a2f] has been reserved
[    0.748409] system 00:01: [io  0x0a30-0x0a3f] has been reserved
[    0.748410] system 00:01: [io  0x0a40-0x0a4f] has been reserved
[    0.748411] system 00:01: [io  0x0a50-0x0a5f] has been reserved
[    0.748412] system 00:01: [io  0x0a60-0x0a6f] has been reserved
[    0.748415] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.748662] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.748663] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.748666] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.748797] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.748800] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.748996] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.748997] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.748998] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.748999] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[    0.749000] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.749002] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.749003] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.749004] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.749007] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.749270] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.749271] system 00:05: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.749273] system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[    0.749274] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.749275] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.749276] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.749278] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.749281] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.749634] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.749637] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.750832] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.751879] pnp: PnP ACPI: found 8 devices
[    0.757519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.757526] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 02-3a] add_size 1000
[    0.757532] pci 0000:00:1c.4: BAR 13: assigned [io  0x5000-0x5fff]
[    0.757535] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.757547] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
[    0.757549] pci 0000:00:1c.4:   bridge window [io  0x5000-0x5fff]
[    0.757552] pci 0000:00:1c.4:   bridge window [mem 0x90000000-0xa60fffff]
[    0.757555] pci 0000:00:1c.4:   bridge window [mem 0x4000000000-0x4021ffffff 64bit pref]
[    0.757559] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    0.757564] pci 0000:00:1d.0:   bridge window [mem 0x4022b00000-0x4022cfffff 64bit pref]
[    0.757569] pci 0000:00:1d.6: PCI bridge to [bus 3c]
[    0.757570] pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
[    0.757574] pci 0000:00:1d.6:   bridge window [mem 0xa8000000-0xa89fffff]
[    0.757577] pci 0000:00:1d.6:   bridge window [mem 0x4022100000-0x4022afffff 64bit pref]
[    0.757582] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.757583] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.757584] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.757585] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000e3fff window]
[    0.757586] pci_bus 0000:00: resource 8 [mem 0x000e4000-0x000e7fff window]
[    0.757587] pci_bus 0000:00: resource 9 [mem 0x000e8000-0x000ebfff window]
[    0.757588] pci_bus 0000:00: resource 10 [mem 0x000ec000-0x000effff window]
[    0.757589] pci_bus 0000:00: resource 11 [mem 0x80000000-0xdfffffff window]
[    0.757590] pci_bus 0000:00: resource 12 [mem 0x4000000000-0x7fffffffff window]
[    0.757591] pci_bus 0000:00: resource 13 [mem 0xfc800000-0xfe7fffff window]
[    0.757592] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
[    0.757593] pci_bus 0000:02: resource 1 [mem 0x90000000-0xa60fffff]
[    0.757594] pci_bus 0000:02: resource 2 [mem 0x4000000000-0x4021ffffff 64bit pref]
[    0.757595] pci_bus 0000:3b: resource 2 [mem 0x4022b00000-0x4022cfffff 64bit pref]
[    0.757597] pci_bus 0000:3c: resource 0 [io  0x3000-0x3fff]
[    0.757597] pci_bus 0000:3c: resource 1 [mem 0xa8000000-0xa89fffff]
[    0.757598] pci_bus 0000:3c: resource 2 [mem 0x4022100000-0x4022afffff 64bit pref]
[    0.757759] NET: Registered protocol family 2
[    0.757895] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes)
[    0.757988] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.758293] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.758420] TCP: Hash tables configured (established 262144 bind 65536)
[    0.758463] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    0.758551] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    0.758654] NET: Registered protocol family 1
[    0.758657] NET: Registered protocol family 44
[    0.758667] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.759128] PCI: CLS 64 bytes, default 64
[    0.759158] Unpacking initramfs...
[    1.234064] Freeing initrd memory: 25352K
[    1.250472] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.250474] software IO TLB: mapped [mem 0x6b85f000-0x6f85f000] (64MB)
[    1.250503] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
[    1.250518] clocksource: Switched to clocksource tsc
[    1.250551] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    1.251259] Initialise system trusted keyrings
[    1.251284] Key type blacklist registered
[    1.251328] workingset: timestamp_bits=40 max_order=23 bucket_order=0
[    1.252436] zbud: loaded
[    1.405911] Key type asymmetric registered
[    1.405912] Asymmetric key parser 'x509' registered
[    1.405926] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.405946] io scheduler noop registered
[    1.405947] io scheduler deadline registered
[    1.405977] io scheduler cfq registered (default)
[    1.405978] io scheduler mq-deadline registered
[    1.406432] pcieport 0000:00:1c.0: Signaling PME with IRQ 122
[    1.406724] pcieport 0000:00:1c.4: Signaling PME with IRQ 123
[    1.406748] pciehp 0000:00:1c.4:pcie004: Slot #8 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.406992] pcieport 0000:00:1d.0: Signaling PME with IRQ 124
[    1.407211] pcieport 0000:00:1d.6: Signaling PME with IRQ 125
[    1.407231] pciehp 0000:00:1d.6:pcie004: Slot #18 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.407324] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.407339] efifb: probing for efifb
[    1.407350] efifb: framebuffer at 0x80000000, using 8100k, total 8100k
[    1.407351] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    1.407351] efifb: scrolling: redraw
[    1.407353] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.411539] Console: switching to colour frame buffer device 240x67
[    1.416160] fb0: EFI VGA frame buffer device
[    1.416168] intel_idle: MWAIT substates: 0x11142120
[    1.416169] intel_idle: v0.4.1 model 0x8E
[    1.416548] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.417815] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.418352] Linux agpgart interface v0.103
[    1.418415] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.418415] AMD IOMMUv2 functionality not available on this system
[    1.418861] i8042: PNP: No PS/2 controller found.
[    1.418862] i8042: Probing ports directly.
[    1.420002] i8042: No controller found
[    1.420052] mousedev: PS/2 mouse device common for all mice
[    1.420091] rtc_cmos rtc_cmos: RTC can wake from S4
[    1.420867] rtc_cmos rtc_cmos: registered as rtc0
[    1.420880] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.420887] intel_pstate: Intel P-state driver initializing
[    1.421338] intel_pstate: HWP enabled
[    1.421382] ledtrig-cpu: registered to indicate activity on CPUs
[    1.421799] NET: Registered protocol family 10
[    1.429088] Segment Routing with IPv6
[    1.429110] mip6: Mobile IPv6
[    1.429112] NET: Registered protocol family 17
[    1.429202] mpls_gso: MPLS GSO support
[    1.429825] mce: Using 11 MCE banks
[    1.429889] microcode: sig=0x806ea, pf=0x40, revision=0xca
[    1.430055] microcode: Microcode Update Driver: v2.2.
[    1.430065] sched_clock: Marking stable (1425395305, 4654927)->(1441824746, -11774514)
[    1.430305] registered taskstats version 1
[    1.430305] Loading compiled-in X.509 certificates
[    1.462197] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    1.462207] Loaded X.509 cert 'Debian Secure Boot Signer 2021 - linux: 4b6ef5abca669825178e052c84667ccbc0531f8c'
[    1.463118] Loaded UEFI:db cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' linked to secondary sys keyring
[    1.463131] Loaded UEFI:db cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' linked to secondary sys keyring
[    1.463273] Loaded UEFI:db cert 'CISD FW Update - Certificate: 068268b4a41c93854262d49b4f788f13' linked to secondary sys keyring
[    1.464779] Loaded UEFI:MokListRT cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1' linked to secondary sys keyring
[    1.465636] zswap: loaded using pool lzo/zbud
[    1.465741] AppArmor: AppArmor sha1 policy hashing enabled
[    1.467299] rtc_cmos rtc_cmos: setting system clock to 2021-06-29 13:16:04 UTC (1624972564)
[    1.467319] Lockdown: Hibernation is restricted; see https://wiki.debian.org/SecureBoot
[    1.720323] Freeing unused kernel image memory: 1600K
[    1.746565] Write protecting the kernel read-only data: 16384k
[    1.747858] Freeing unused kernel image memory: 2028K
[    1.748116] Freeing unused kernel image memory: 772K
[    1.753279] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.753280] x86/mm: Checking user space page tables
[    1.758178] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.758180] Run /init as init process
[    1.816942] thermal LNXTHERM:00: registered as thermal_zone0
[    1.816943] ACPI: Thermal Zone [TZ0] (-263 C)
[    1.817245] thermal LNXTHERM:01: registered as thermal_zone1
[    1.817246] ACPI: Thermal Zone [TZ00] (28 C)
[    1.823045] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    1.823101] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.825452] cryptd: max_cpu_qlen set to 1000
[    1.830152] SCSI subsystem initialized
[    1.833349] AVX2 version of gcm_enc/dec engaged.
[    1.833350] AES CTR mode by8 optimization enabled
[    1.833365] ACPI: bus type USB registered
[    1.833387] usbcore: registered new interface driver usbfs
[    1.833393] usbcore: registered new interface driver hub
[    1.833403] usbcore: registered new device driver usb
[    1.838806] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.838807] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.839095] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.845200] libata version 3.00 loaded.
[    1.847475] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.847480] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.848148] ahci 0000:00:17.0: version 3.0
[    1.848545] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    1.848553] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.848690] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.848691] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.848692] usb usb1: Product: xHCI Host Controller
[    1.848692] usb usb1: Manufacturer: Linux 4.19.0-17-amd64 xhci-hcd
[    1.848693] usb usb1: SerialNumber: 0000:00:14.0
[    1.848761] hub 1-0:1.0: USB hub found
[    1.848775] hub 1-0:1.0: 12 ports detected
[    1.849440] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.849442] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.849443] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.849478] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.849479] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.849479] usb usb2: Product: xHCI Host Controller
[    1.849480] usb usb2: Manufacturer: Linux 4.19.0-17-amd64 xhci-hcd
[    1.849480] usb usb2: SerialNumber: 0000:00:14.0
[    1.849535] hub 2-0:1.0: USB hub found
[    1.849546] hub 2-0:1.0: 6 ports detected
[    1.849838] usb: port power management may be unreliable
[    1.858360] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x4 impl SATA mode
[    1.858363] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst 
[    1.858705] scsi host0: ahci
[    1.858815] scsi host1: ahci
[    1.858909] scsi host2: ahci
[    1.858973] ata1: DUMMY
[    1.858973] ata2: DUMMY
[    1.858977] ata3: SATA max UDMA/133 abar m2048@0xa8a26000 port 0xa8a26200 irq 128
[    2.106514] usb 1-3: new low-speed USB device number 2 using xhci_hcd
[    2.174827] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.179119] ata3.00: supports DRM functions and may not be fully accessible
[    2.180306] ata3.00: ATA-11: Samsung SSD 870 EVO 500GB, SVT01B6Q, max UDMA/133
[    2.180309] ata3.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.183419] ata3.00: supports DRM functions and may not be fully accessible
[    2.186015] ata3.00: configured for UDMA/133
[    2.196317] ahci 0000:00:17.0: port does not support device sleep
[    2.196683] scsi 2:0:0:0: Direct-Access     ATA      Samsung SSD 870  1B6Q PQ: 0 ANSI: 5
[    2.203648] ata3.00: Enabling discard_zeroes_data
[    2.203686] sd 2:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    2.203693] sd 2:0:0:0: [sda] Write Protect is off
[    2.203694] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.203703] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.203912] ata3.00: Enabling discard_zeroes_data
[    2.205561]  sda: sda1 sda2 sda3
[    2.205945] ata3.00: Enabling discard_zeroes_data
[    2.206977] sd 2:0:0:0: [sda] supports TCG Opal
[    2.206980] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.269952] usb 1-3: New USB device found, idVendor=413c, idProduct=2105, bcdDevice= 3.52
[    2.269954] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.269955] usb 1-3: Product: Dell USB Keyboard
[    2.269956] usb 1-3: Manufacturer: Dell
[    2.277398] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    2.283513] hidraw: raw HID events driver (C) Jiri Kosina
[    2.293806] usbcore: registered new interface driver usbhid
[    2.293807] usbhid: USB HID core driver
[    2.295034] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:413C:2105.0001/input/input0
[    2.354637] hid-generic 0003:413C:2105.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:14.0-3/input0
[    2.365014] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 1c:69:7a:a4:14:b9
[    2.365016] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    2.365136] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
[    2.366483] e1000e 0000:00:1f.6 eno1: renamed from eth0
[    2.406416] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[    2.556519] usb 1-4: New USB device found, idVendor=1532, idProduct=0037, bcdDevice= 2.00
[    2.556521] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.556522] usb 1-4: Product: Razer DeathAdder 2013
[    2.556523] usb 1-4: Manufacturer: Razer
[    2.558726] input: Razer Razer DeathAdder 2013 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1532:0037.0002/input/input1
[    2.558858] hid-generic 0003:1532:0037.0002: input,hidraw1: USB HID v1.11 Mouse [Razer Razer DeathAdder 2013] on usb-0000:00:14.0-4/input0
[    2.560502] input: Razer Razer DeathAdder 2013 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1532:0037.0003/input/input2
[    2.566693] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    2.618604] input: Razer Razer DeathAdder 2013 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1532:0037.0003/input/input3
[    2.618638] input: Razer Razer DeathAdder 2013 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1532:0037.0003/input/input4
[    2.618665] input: Razer Razer DeathAdder 2013 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1532:0037.0003/input/input5
[    2.618820] hid-generic 0003:1532:0037.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Razer DeathAdder 2013] on usb-0000:00:14.0-4/input1
[    2.619894] input: Razer Razer DeathAdder 2013 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:1532:0037.0004/input/input6
[    2.678739] hid-generic 0003:1532:0037.0004: input,hidraw3: USB HID v1.11 Keyboard [Razer Razer DeathAdder 2013] on usb-0000:00:14.0-4/input2
[    2.781521] systemd[1]: Inserted module 'autofs4'
[    2.806360] usb 1-10: new full-speed USB device number 4 using xhci_hcd
[    2.851852] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    2.870476] systemd[1]: Detected architecture x86-64.
[    2.873666] systemd[1]: Set hostname to <overseer>.
[    2.874004] Lockdown: /dev/mem,kmem,port is restricted; see https://wiki.debian.org/SecureBoot
[    2.875819] Lockdown: BPF is restricted; see https://wiki.debian.org/SecureBoot
[    2.898389] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[    2.898390] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    2.926468] systemd[1]: /lib/systemd/system/fail2ban.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/fail2ban/fail2ban.pid → /run/fail2ban/fail2ban.pid; please update the unit file accordingly.
[    2.931785] systemd[1]: Created slice User and Session Slice.
[    2.931983] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.932071] systemd[1]: Listening on Journal Socket.
[    2.932581] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    2.944489] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
[    2.955218] usb 1-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
[    2.955219] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.007513] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7
[    3.007523] ACPI: Sleep Button [SLPB]
[    3.007568] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input8
[    3.007577] ACPI: Power Button [PWRB]
[    3.007619] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input9
[    3.007633] ACPI: Power Button [PWRF]
[    3.010334] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[    3.033458] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    3.033506] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    3.035437] systemd-journald[320]: Received request to flush runtime journal from PID 1
[    3.058360] Lockdown: Loading of unsigned modules is restricted; see https://wiki.debian.org/SecureBoot
[    3.066700] input: PC Speaker as /devices/platform/pcspkr/input/input10
[    3.067247] EFI Variables Facility v0.08 2004-May-17
[    3.067257] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    3.087203] iTCO_vendor_support: vendor-support=0
[    3.094801] Bluetooth: Core ver 2.22
[    3.094810] NET: Registered protocol family 31
[    3.094810] Bluetooth: HCI device and connection manager initialized
[    3.094813] Bluetooth: HCI socket layer initialized
[    3.094815] Bluetooth: L2CAP socket layer initialized
[    3.094825] Bluetooth: SCO socket layer initialized
[    3.095637] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    3.095775] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    3.095776] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    3.095776] RAPL PMU: hw unit of domain package 2^-14 Joules
[    3.095777] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    3.095778] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    3.095778] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    3.099524] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.099796] iTCO_wdt iTCO_wdt: can't request region for resource [mem 0x00c5fffc-0x00c5ffff]
[    3.099834] iTCO_wdt: probe of iTCO_wdt failed with error -16
[    3.144367] pstore: Using compression: deflate
[    3.144380] pstore: Registered efi as persistent store backend
[    3.146429] Intel(R) Wireless WiFi driver for Linux
[    3.146430] Copyright(c) 2003- 2015 Intel Corporation
[    3.146497] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    3.152234] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-9000-pu-b0-jf-b0-38.ucode (-2)
[    3.152281] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[    3.152322] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-38.ucode failed with error -2
[    3.152333] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-9000-pu-b0-jf-b0-37.ucode (-2)
[    3.152353] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-37.ucode failed with error -2
[    3.152358] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-9000-pu-b0-jf-b0-36.ucode (-2)
[    3.152383] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-36.ucode failed with error -2
[    3.152391] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-9000-pu-b0-jf-b0-35.ucode (-2)
[    3.152415] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-35.ucode failed with error -2
[    3.152421] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-9000-pu-b0-jf-b0-34.ucode (-2)
[    3.152445] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-34.ucode failed with error -2
[    3.152449] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-9000-pu-b0-jf-b0-33.ucode (-2)
[    3.152469] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-33.ucode failed with error -2
[    3.152475] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-9000-pu-b0-jf-b0-32.ucode (-2)
[    3.152512] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-32.ucode failed with error -2
[    3.152524] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-9000-pu-b0-jf-b0-31.ucode (-2)
[    3.152566] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-31.ucode failed with error -2
[    3.152579] iwlwifi 0000:00:14.3: firmware: failed to load iwlwifi-9000-pu-b0-jf-b0-30.ucode (-2)
[    3.152619] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-9000-pu-b0-jf-b0-30.ucode failed with error -2
[    3.152621] iwlwifi 0000:00:14.3: minimum version required: iwlwifi-9000-pu-b0-jf-b0-30
[    3.152657] iwlwifi 0000:00:14.3: maximum version supported: iwlwifi-9000-pu-b0-jf-b0-38
[    3.152709] iwlwifi 0000:00:14.3: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
[    3.156367] usbcore: registered new interface driver btusb
[    3.157114] Bluetooth: hci0: Bootloader revision 0.1 build 42 week 52 2015
[    3.158115] Bluetooth: hci0: Device revision is 2
[    3.158115] Bluetooth: hci0: Secure boot is enabled
[    3.158116] Bluetooth: hci0: OTP lock is enabled
[    3.158116] Bluetooth: hci0: API lock is enabled
[    3.158116] Bluetooth: hci0: Debug lock is disabled
[    3.158117] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    3.158128] bluetooth hci0: firmware: failed to load intel/ibt-17-16-1.sfi (-2)
[    3.158162] bluetooth hci0: Direct firmware load for intel/ibt-17-16-1.sfi failed with error -2
[    3.158163] Bluetooth: hci0: Failed to load Intel firmware file (-2)
[    3.201325] Adding 7811068k swap on /dev/sda2.  Priority:-2 extents:1 across:7811068k SSFS
[    3.266321] [drm] Found 128MB of eDRAM
[    3.266735] checking generic (80000000 7e9000) vs hw (80000000 10000000)
[    3.266736] fb: switching to inteldrmfb from EFI VGA
[    3.266778] Console: switching to colour dummy device 80x25
[    3.266982] [drm] Replacing VGA console driver
[    3.268194] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.268195] [drm] Driver supports precise vblank timestamp query.
[    3.269069] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.269106] i915 0000:00:02.0: firmware: failed to load i915/kbl_dmc_ver1_04.bin (-2)
[    3.269112] i915 0000:00:02.0: Direct firmware load for i915/kbl_dmc_ver1_04.bin failed with error -2
[    3.269113] i915 0000:00:02.0: Failed to load DMC firmware i915/kbl_dmc_ver1_04.bin. Disabling runtime power management.
[    3.269114] i915 0000:00:02.0: DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
[    3.269491] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    3.296224] audit: type=1400 audit(1624972566.320:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=517 comm="apparmor_parser"
[    3.296227] audit: type=1400 audit(1624972566.320:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=517 comm="apparmor_parser"
[    3.296229] audit: type=1400 audit(1624972566.320:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=516 comm="apparmor_parser"
[    3.296231] audit: type=1400 audit(1624972566.320:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=516 comm="apparmor_parser"
[    3.296232] audit: type=1400 audit(1624972566.320:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=516 comm="apparmor_parser"
[    3.534527] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[    3.578089] [drm] Initialized i915 1.6.0 20180719 for 0000:00:02.0 on minor 0
[    3.579769] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.580396] acpi device:0f: registered as cooling_device14
[    3.580482] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
[    3.580702] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.588143] intel_rapl: Found RAPL domain package
[    3.588145] intel_rapl: Found RAPL domain core
[    3.588145] intel_rapl: Found RAPL domain uncore
[    3.588146] intel_rapl: Found RAPL domain dram
[    3.614600] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC233: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:hp
[    3.614602] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.614603] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.614603] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    3.614604] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    3.614605] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[    3.614606] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    3.664649] fbcon: inteldrmfb (fb0) is primary device
[    3.694767] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    3.696718] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    3.696750] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    3.696791] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    3.697300] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    3.697347] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    3.697392] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    3.697444] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    3.743258] Console: switching to colour frame buffer device 240x67
[    3.763165] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    6.697341] e1000e: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[    6.697480] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
manoj7410 commented 3 years ago

I don't see an apex entry in your dmesg logs. Can you please confirm if you checked point 2 from https://coral.ai/docs/m2/get-started/#2a-on-linux ? Which says: If your kernel version is 4.19 or higher, now check if you have a pre-build Apex driver installed:

lsmod | grep apex If it prints nothing, then you're okay and continue to install our PCIe driver.

TaylorBurnham commented 3 years ago

I've confirmed that prior to following the steps, sorry for not including it in my original post. I verified it was not preinstalled with the Debian 10 network installer prior to moving forward.

manoj7410 commented 3 years ago

Can you also paste the output of :

TaylorBurnham commented 3 years ago

Here's the output - the hardware is an Intel NUC i5 for reference. I didn't install the OS with the module installed, and I'm not opposed to a scratch install with it to see if the Debian installer resolves it. I'm also willing to try another OS or live installer for troubleshooting purposes.

lsmod | grep apex returns no output.

$ lsmod | grep apex
$
$ lscpu
Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
Address sizes:       39 bits physical, 48 bits virtual
CPU(s):              8
On-line CPU(s) list: 0-7
Thread(s) per core:  2
Core(s) per socket:  4
Socket(s):           1
NUMA node(s):        1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               142
Model name:          Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
Stepping:            10
CPU MHz:             500.270
CPU max MHz:         3800.0000
CPU min MHz:         400.0000
BogoMIPS:            4608.00
Virtualization:      VT-x
L1d cache:           32K
L1i cache:           32K
L2 cache:            256K
L3 cache:            6144K
NUMA node0 CPU(s):   0-7
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d

lspci -vvv

00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
        Subsystem: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
        Latency: 0
        Capabilities: [e0] Vendor Specific Information: Len=10 <?>
        Kernel driver in use: skl_uncore

00:02.0 VGA compatible controller: Intel Corporation Iris Plus Graphics 655 (rev 01) (prog-if 00 [VGA controller])
        Subsystem: Intel Corporation Iris Plus Graphics 655
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 131
        Region 0: Memory at a7000000 (64-bit, non-prefetchable) [size=16M]
        Region 2: Memory at 80000000 (64-bit, prefetchable) [size=256M]
        Region 4: I/O ports at 4000 [size=64]
        [virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
        Capabilities: [40] Vendor Specific Information: Len=0c <?>
        Capabilities: [70] Express (v2) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE+
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
                DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
        Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
                Address: fee00018  Data: 0000
        Capabilities: [d0] Power Management version 2
                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [100 v1] Process Address Space ID (PASID)
                PASIDCap: Exec- Priv-, Max PASID Width: 14
                PASIDCtl: Enable- Exec- Priv-
        Capabilities: [200 v1] Address Translation Service (ATS)
                ATSCap: Invalidate Queue Depth: 00
                ATSCtl: Enable-, Smallest Translation Unit: 00
        Capabilities: [300 v1] Page Request Interface (PRI)
                PRICtl: Enable- Reset-
                PRISta: RF- UPRGI- Stopped+
                Page Request Capacity: 00008000, Page Request Allocation: 00000000
        Kernel driver in use: i915
        Kernel modules: i915

00:08.0 System peripheral: Intel Corporation Skylake Gaussian Mixture Model
        Subsystem: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core Processor Gaussian Mixture Model
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 255
        Region 0: Memory at 4022e1a000 (64-bit, non-prefetchable) [disabled] [size=4K]
        Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
                Address: 00000000  Data: 0000
        Capabilities: [dc] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [f0] PCI Advanced Features
                AFCap: TP+ FLR+
                AFCtrl: FLR-
                AFStatus: TP-

00:12.0 Signal processing controller: Intel Corporation Cannon Point-LP Thermal Controller (rev 30)
        Subsystem: Intel Corporation Cannon Point-LP Thermal Controller
        Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 16
        Region 0: Memory at 4022e19000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: [50] Power Management version 3
                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
                Address: 00000000  Data: 0000
        Kernel driver in use: intel_pch_thermal
        Kernel modules: intel_pch_thermal

00:14.0 USB controller: Intel Corporation Cannon Point-LP USB 3.1 xHCI Controller (rev 30) (prog-if 30 [XHCI])
        Subsystem: Intel Corporation Cannon Point-LP USB 3.1 xHCI Controller
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 129
        Region 0: Memory at 4022e00000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: [70] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
                Address: 00000000fee00318  Data: 0000
        Capabilities: [90] Vendor Specific Information: Len=14 <?>
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci

00:14.2 RAM memory: Intel Corporation Cannon Point-LP Shared SRAM (rev 30)
        Subsystem: Intel Corporation Cannon Point-LP Shared SRAM
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: Memory at 4022e14000 (64-bit, non-prefetchable) [disabled] [size=8K]
        Region 2: Memory at 4022e18000 (64-bit, non-prefetchable) [disabled] [size=4K]
        Capabilities: [80] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-

00:14.3 Network controller: Intel Corporation Cannon Point-LP CNVi [Wireless-AC] (rev 30)
        Subsystem: Intel Corporation Cannon Point-LP CNVi [Wireless-AC]
        Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 16
        Region 0: Memory at 4022e10000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [c8] Power Management version 3
                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
                Address: 0000000000000000  Data: 0000
        Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
                DevCap2: Completion Timeout: Range B, TimeoutDis+, LTR+, OBFF Via WAKE#
                DevCtl2: Completion Timeout: 16ms to 55ms, TimeoutDis-, LTR+, OBFF Disabled
        Capabilities: [80] MSI-X: Enable- Count=16 Masked-
                Vector table: BAR=0 offset=00002000
                PBA: BAR=0 offset=00003000
        Capabilities: [100 v0] #00
        Capabilities: [14c v1] Latency Tolerance Reporting
                Max snoop latency: 0ns
                Max no snoop latency: 0ns
        Capabilities: [164 v1] Vendor Specific Information: ID=0010 Rev=0 Len=014 <?>
        Kernel modules: iwlwifi

00:16.0 Communication controller: Intel Corporation Cannon Point-LP MEI Controller (rev 30)
        Subsystem: Intel Corporation Cannon Point-LP MEI Controller
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 130
        Region 0: Memory at 4022e17000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: [50] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
                Address: 00000000fee00338  Data: 0000
        Capabilities: [a4] Vendor Specific Information: Len=14 <?>
        Kernel driver in use: mei_me
        Kernel modules: mei_me

00:17.0 SATA controller: Intel Corporation Cannon Point-LP SATA Controller [AHCI Mode] (rev 30) (prog-if 01 [AHCI 1.0])
        Subsystem: Intel Corporation Cannon Point-LP SATA Controller [AHCI Mode]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 128
        Region 0: Memory at a8a24000 (32-bit, non-prefetchable) [size=8K]
        Region 1: Memory at a8a27000 (32-bit, non-prefetchable) [size=256]
        Region 2: I/O ports at 4090 [size=8]
        Region 3: I/O ports at 4080 [size=4]
        Region 4: I/O ports at 4060 [size=32]
        Region 5: Memory at a8a26000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
                Address: fee002f8  Data: 0000
        Capabilities: [70] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
        Kernel driver in use: ahci
        Kernel modules: ahci

00:1c.0 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port (rev f0) (prog-if 00 [Normal decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin ? routed to IRQ 122
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000f000-00000fff
        Memory behind bridge: fff00000-000fffff
        Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00
                DevCap: MaxPayload 256 bytes, PhantFunc 0
                        ExtTag- RBE+
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
                LnkCap: Port #1, Speed 8GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
                        ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
                LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
                RootCap: CRSVisible-
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Via WAKE# ARIFwd+
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
                LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
                Address: fee001f8  Data: 0000
        Capabilities: [90] Subsystem: Intel Corporation Cannon Point-LP PCI Express Root Port
        Capabilities: [a0] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D3 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Kernel driver in use: pcieport

00:1c.4 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port (rev f0) (prog-if 00 [Normal decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 123
        Bus: primary=00, secondary=02, subordinate=3a, sec-latency=0
        I/O behind bridge: 00005000-00005fff
        Memory behind bridge: 90000000-a60fffff
        Prefetchable memory behind bridge: 0000004000000000-0000004021ffffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE+
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
                LnkCap: Port #5, Speed 8GT/s, Width x4, ASPM L1, Exit Latency L0s unlimited, L1 <16us
                        ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
                LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
                        Slot #8, PowerLimit 25.000W; Interlock- NoCompl+
                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq+ LinkChg+
                        Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
                        Changed: MRL- PresDet- LinkState-
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
                RootCap: CRSVisible-
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd+
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
                LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
                Address: fee00238  Data: 0000
        Capabilities: [90] Subsystem: Intel Corporation Cannon Point-LP PCI Express Root Port
        Capabilities: [a0] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [100 v1] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt+ RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
        Capabilities: [140 v1] Access Control Services
                ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
                ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
        Capabilities: [150 v1] Precision Time Measurement
                PTMCap: Requester:- Responder:+ Root:+
                PTMClockGranularity: 4ns
                PTMControl: Enabled:+ RootSelected:+
                PTMEffectiveGranularity: Unknown
        Capabilities: [220 v1] #19
        Capabilities: [250 v1] Downstream Port Containment
                DpcCap: INT Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
                DpcCtl: Trigger:0 Cmpl- INT- ErrCor- PoisonedTLP- SwTrigger- DL_ActiveErr-
                DpcSta: Trigger- Reason:00 INT- RPBusy- TriggerExt:00 RP PIO ErrPtr:1f
                Source: 0000
        Kernel driver in use: pcieport

00:1d.0 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port (rev f0) (prog-if 00 [Normal decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 124
        Bus: primary=00, secondary=3b, subordinate=3b, sec-latency=0
        I/O behind bridge: 0000f000-00000fff
        Memory behind bridge: fff00000-000fffff
        Prefetchable memory behind bridge: 0000004022b00000-0000004022cfffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
                DevCap: MaxPayload 256 bytes, PhantFunc 0
                        ExtTag- RBE+
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 256 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
                LnkCap: Port #9, Speed 8GT/s, Width x4, ASPM L0s L1, Exit Latency L0s unlimited, L1 <16us
                        ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
                        Slot #12, PowerLimit 25.000W; Interlock- NoCompl+
                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
                        Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
                        Changed: MRL- PresDet- LinkState+
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
                RootCap: CRSVisible-
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd+
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
                LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
                Address: fee00258  Data: 0000
        Capabilities: [90] Subsystem: Intel Corporation Cannon Point-LP PCI Express Root Port
        Capabilities: [a0] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [100 v1] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt+ RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
        Capabilities: [140 v1] Access Control Services
                ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
                ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
        Capabilities: [150 v1] Precision Time Measurement
                PTMCap: Requester:- Responder:+ Root:+
                PTMClockGranularity: 4ns
                PTMControl: Enabled:+ RootSelected:+
                PTMEffectiveGranularity: Unknown
        Capabilities: [200 v1] L1 PM Substates
                L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
                          PortCommonModeRestoreTime=40us PortTPowerOnTime=44us
                L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2- ASPM_L1.1-
                           T_CommonMode=40us LTR1.2_Threshold=81920ns
                L1SubCtl2: T_PwrOn=44us
        Capabilities: [220 v1] #19
        Capabilities: [250 v1] Downstream Port Containment
                DpcCap: INT Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
                DpcCtl: Trigger:0 Cmpl- INT- ErrCor- PoisonedTLP- SwTrigger- DL_ActiveErr-
                DpcSta: Trigger- Reason:00 INT- RPBusy- TriggerExt:00 RP PIO ErrPtr:1f
                Source: 0000
        Kernel driver in use: pcieport

00:1d.6 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port (rev f0) (prog-if 00 [Normal decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin C routed to IRQ 125
        Bus: primary=00, secondary=3c, subordinate=3c, sec-latency=0
        I/O behind bridge: 00003000-00003fff
        Memory behind bridge: a8000000-a89fffff
        Prefetchable memory behind bridge: 0000004022100000-0000004022afffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
                DevCap: MaxPayload 256 bytes, PhantFunc 0
                        ExtTag- RBE+
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
                LnkCap: Port #15, Speed 8GT/s, Width x1, ASPM L1, Exit Latency L0s <1us, L1 <16us
                        ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
                LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
                        Slot #18, PowerLimit 10.000W; Interlock- NoCompl+
                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq+ LinkChg+
                        Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
                        Changed: MRL- PresDet- LinkState-
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
                RootCap: CRSVisible-
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd+
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
                LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
                Address: fee00298  Data: 0000
        Capabilities: [90] Subsystem: Intel Corporation Cannon Point-LP PCI Express Root Port
        Capabilities: [a0] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [100 v1] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt+ RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
        Capabilities: [140 v1] Access Control Services
                ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
                ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
        Capabilities: [150 v1] Precision Time Measurement
                PTMCap: Requester:- Responder:+ Root:+
                PTMClockGranularity: 4ns
                PTMControl: Enabled:+ RootSelected:+
                PTMEffectiveGranularity: Unknown
        Capabilities: [200 v1] L1 PM Substates
                L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
                          PortCommonModeRestoreTime=40us PortTPowerOnTime=44us
                L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
                           T_CommonMode=60us LTR1.2_Threshold=81920ns
                L1SubCtl2: T_PwrOn=60us
        Capabilities: [220 v1] #19
        Capabilities: [250 v1] Downstream Port Containment
                DpcCap: INT Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
                DpcCtl: Trigger:0 Cmpl- INT- ErrCor- PoisonedTLP- SwTrigger- DL_ActiveErr-
                DpcSta: Trigger- Reason:00 INT- RPBusy- TriggerExt:00 RP PIO ErrPtr:1f
                Source: 0000
        Kernel driver in use: pcieport

00:1f.0 ISA bridge: Intel Corporation Cannon Point-LP LPC Controller (rev 30)
        Subsystem: Intel Corporation Cannon Point-LP LPC Controller
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0

00:1f.3 Audio device: Intel Corporation Cannon Point-LP High Definition Audio Controller (rev 30) (prog-if 80)
        Subsystem: Intel Corporation Cannon Point-LP High Definition Audio Controller
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 132
        Region 0: Memory at a8a20000 (64-bit, non-prefetchable) [size=16K]
        Region 4: Memory at 4022d00000 (64-bit, non-prefetchable) [size=1M]
        Capabilities: [50] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [80] Vendor Specific Information: Len=14 <?>
        Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
                Address: 00000000fee00358  Data: 0000
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel, snd_soc_skl

00:1f.4 SMBus: Intel Corporation Cannon Point-LP SMBus Controller (rev 30)
        Subsystem: Intel Corporation Cannon Point-LP SMBus Controller
        Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 16
        Region 0: Memory at 4022e16000 (64-bit, non-prefetchable) [size=256]
        Region 4: I/O ports at efa0 [size=32]
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801

00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Point-LP SPI Controller (rev 30)
        Subsystem: Intel Corporation Cannon Point-LP SPI Controller
        Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: Memory at fe010000 (32-bit, non-prefetchable) [size=4K]

00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (6) I219-V (rev 30)
        Subsystem: Intel Corporation Ethernet Connection (6) I219-V
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 127
        Region 0: Memory at a8a00000 (32-bit, non-prefetchable) [size=128K]
        Capabilities: [c8] Power Management version 3
                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
                Address: 00000000fee002d8  Data: 0000
        Kernel driver in use: e1000e
        Kernel modules: e1000e

3b:00.0 System peripheral: Device 1ac1:089a (prog-if ff)
        Subsystem: Device 1ac1:089a
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 255
        Region 0: Memory at 4022c00000 (64-bit, prefetchable) [disabled] [size=16K]
        Region 2: Memory at 4022b00000 (64-bit, prefetchable) [disabled] [size=1M]
        Capabilities: [80] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
                        ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 25.000W
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
                        MaxPayload 256 bytes, MaxReadReq 512 bytes
                DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
                LnkCap: Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
                        ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
                        ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR+, OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled
                LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [d0] MSI-X: Enable- Count=128 Masked-
                Vector table: BAR=2 offset=00046800
                PBA: BAR=2 offset=00046068
        Capabilities: [e0] MSI: Enable- Count=1/32 Maskable- 64bit+
                Address: 0000000000000000  Data: 0000
        Capabilities: [f8] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [100 v1] Vendor Specific Information: ID=1556 Rev=1 Len=008 <?>
        Capabilities: [108 v1] Latency Tolerance Reporting
                Max snoop latency: 3145728ns
                Max no snoop latency: 3145728ns
        Capabilities: [110 v1] L1 PM Substates
                L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
                          PortCommonModeRestoreTime=10us PortTPowerOnTime=10us
                L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2- ASPM_L1.1-
                           T_CommonMode=0us LTR1.2_Threshold=81920ns
                L1SubCtl2: T_PwrOn=44us
        Capabilities: [200 v2] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr+ BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr-
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
        Kernel modules: apex

3c:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)
        Subsystem: Intel Corporation RTS522A PCI Express Card Reader
        Physical Slot: 18
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 126
        Region 0: Memory at a8000000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [40] Power Management version 3
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
                Address: 00000000fee002b8  Data: 0000
        Capabilities: [70] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
                        ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 10.000W
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 512 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
                LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 <64us
                        ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
                LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
                        ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR+, OBFF Via message/WAKE#
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled
                LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [100 v2] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
        Capabilities: [140 v1] Device Serial Number 00-00-00-01-00-4c-e0-00
        Capabilities: [150 v1] Latency Tolerance Reporting
                Max snoop latency: 3145728ns
                Max no snoop latency: 3145728ns
        Capabilities: [158 v1] L1 PM Substates
                L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
                          PortCommonModeRestoreTime=60us PortTPowerOnTime=60us
                L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
                           T_CommonMode=0us LTR1.2_Threshold=81920ns
                L1SubCtl2: T_PwrOn=60us
        Kernel driver in use: rtsx_pci
        Kernel modules: rtsx_pci
manoj7410 commented 3 years ago

Okay. Not sure if your machine supports MSI-X which is a requirement to run Coral PCIe products.. Can you run below commands :

And then try the demo ? apex device should be displayed as Global Chip Inc device in lspci -vvv.

TaylorBurnham commented 3 years ago

It's not showing up except for the modinfo command. This is a fresh install so I'm open to recommendations, including a scratch install to get this working.

$ sudo modprobe apex
modprobe: ERROR: could not insert 'apex': Required key not available
$ sudo lsmod | grep apex
$ sudo modinfo apex
filename:       /lib/modules/4.19.0-17-amd64/updates/dkms/apex.ko
author:         John Joseph <jnjoseph@google.com>
license:        GPL v2
version:        1.2
description:    Google Apex driver
srcversion:     37A768932BDAF006DA92150
alias:          pci:v00001AC1d0000089Asv*sd*bc*sc*i*
depends:        gasket
retpoline:      Y
name:           apex
vermagic:       4.19.0-17-amd64 SMP mod_unload modversions 
parm:           allow_power_save:int
parm:           allow_sw_clock_gating:int
parm:           allow_hw_clock_gating:int
parm:           bypass_top_level:int
parm:           trip_point0_temp:int
parm:           trip_point1_temp:int
parm:           trip_point2_temp:int
parm:           hw_temp_warn1:int
parm:           hw_temp_warn2:int
parm:           hw_temp_warn1_en:bool
parm:           hw_temp_warn2_en:bool
parm:           temp_poll_interval:int

$ ls /dev/apex*
ls: cannot access '/dev/apex*': No such file or directory
manoj7410 commented 3 years ago

Can you run these commands and share the output:

echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list

curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -

sudo apt-get update

sudo apt-get install gasket-dkms libedgetpu1-std

sudo sh -c "echo 'SUBSYSTEM==\"apex\", MODE=\"0660\", GROUP=\"apex\"' >> /etc/udev/rules.d/65-apex.rules"

sudo groupadd apex

sudo adduser $USER apex

lspci -nn | grep 089a

ls /dev/apex_0

TaylorBurnham commented 3 years ago

I ran through and confirmed all of those were already executed / in place. This is the only one which had useful output.

$ lspci -nn | grep 089a
3b:00.0 System peripheral [0880]: Device [1ac1:089a]
TaylorBurnham commented 3 years ago

@manoj7410 While digging into a separate issue I disabled secure boot and it's now working. This may be an issue specific to the NUC since I was having failures running a wireguard docker image that cleared up once I disabled it. This might be worth including in the troubleshooting documents specific to the NUC platform.

$ ls /dev/apex_0 
/dev/apex_0

Classification test

$ python3 examples/classify_image.py \
> --model test_data/mobilenet_v2_1.0_224_inat_bird_quant_edgetpu.tflite \
> --labels test_data/inat_bird_labels.txt \
> --input test_data/parrot.jpg
----INFERENCE TIME----
Note: The first inference on Edge TPU is slow because it includes loading the model into Edge TPU memory.
11.6ms
2.6ms
2.5ms
2.6ms
2.5ms
-------RESULTS--------
Ara macao (Scarlet Macaw): 0.75781
manoj7410 commented 3 years ago

@TaylorBurnham I saw that option somewhere on the internet but was hesitant to share here without testing. Anyways, good to know that it works. Thanks for letting us know.

dynamitedw commented 1 year ago

@TaylorBurnham I owe you a cold one sir!! After 6 hours of messing around with this thing, disabling secure boot fixed it. Thanks!!

JoeAtheHutch commented 1 year ago

@TaylorBurnham Thank you for posting your resolution. I couldn't figure what was up, and this has solved the problem for me.

George1422 commented 1 year ago

@TaylorBurnham I'll join the chorus here, Thank you for posting a solution. Everything seemed to be working OK except for the creation of /dev/apex_0 on a Dell 7060 micro desktop. Turning off secure boot solved the last part of the puzzle.

dwrz commented 8 months ago

Also had to disable secure boot for the device to show up.

ghost commented 6 months ago

hii i am not able to have this shit running on my raspberry pi i have been trying for days do i also need to remove secure boot from my RPi as well?

George1422 commented 6 months ago

... running on my raspberry pi i have been trying for days do i also need to remove secure boot from my RPi as well?

  1. Are you using the coral tpu via usb or pc card? I'm not aware that the Pi has a type A/E pcie card slot so it must be usb.
  2. What application are you trying to run on a Pi, it would seem a bit under powered for AI operations.
  3. The Secure boot stuff is a windows driven thing. I doubt that the PIs support secure boot options. That would require kernels that run on the Pi be signed by microsoft, or at least the OS shims signed.

I can understand your frustration trying to get this setup, I went round and round trying to get the PC card to work, when it was a secure boot issue on that dell mini pc I was using. It should have been working but it simply wasn't.