Domanda Risolto acr122 su debian non funziona NFC-LIST

1achy

Utente Bronze
10 Gennaio 2020
34
4
4
26
Ultima modifica:
Buonasera a tutti dopo un po' di casini con i driver sono riuscito a far funzionare acr122 su debian (kali) ma sono con PCSC_SCAN quando vado ad interrogare con

NFC-LIST si blocca tutto il sistema e devo riavviare è capitato già a qualcuno'
Messaggio unito automaticamente:

ACR122U-A9 funziona con pcsc_scan e non con nfc-list ho risolto con :


apt-get install pcsc-tools
apt-get install pcscd
apt-get install libacsccid1
apt-get install --reinstall libpcsclite1


apt-get install libglib2.0-dev
autoreconf -vis
./configure
make

scaricato e scompatatto libnfc-1.8 tar come root (il pacchetto con .configure per fare build)

Instalato la libusb-dev package from the distribution repositories

Apro ed edito il file

nano /libnfc-1.8/libnfc/drivers/acr122_usb.c,


commento , la linea 430 circa:

/* res = usb_set_altinterface(data.pudh, 0); if (res < 0) { log_put(LOG_GROUP, LOG_CATEGORY, NFC_LOG_PRIORITY_ERROR, "Unable to set alternate setting on USB interface (%s)", _usb_strerror(res)); usb_close(data.pudh); // we failed to use the specified device goto free_mem; } */



eseguo la build compilazione
eseguendo :


./configure --prefix=/usr --sysconfdir=/etc --with-drivers=acr122_pcsc,acr122_usb,acr122s,arygon

verifico la configurazione

Selected drivers:
acr122_pcsc...... yes
acr122_usb....... yes
acr122s.......... yes
arygon........... yes
pn53x_usb........ no
pn532_uart....... no
pn532_spi....... no
pn532_i2c........ no

se tutto ok
eseguo:

make
make install



edito il file e deve esserci:

/etc/modprobe.d/blacklist-libnfc.conf

should be the following, add / change


blacklist nfc
blacklist pn533
blacklist pn533_usb

eseguo

modprobe nfc

killall -9 pcscd

per disatttivare denome pcscd


eseguo

lsmod | grep pn bang, modprobe pn533_usb -r


deve essere vuoto
 
Ultima modifica:
Riusato dopo un po di tempo si blocca di nuovo prova a rifare procedura..... avete consgili?

Notato dopo update che è uscita 1.8.2 trova anche cartella libnfc oltre la libnfc1.8.0 ...devo disinstalla libnfc ?
 
Ultima modifica:
Ho perso le speranze ho riprovato l aprocedura che prima ha funzionato e un altra decina di modi ma nulla, mi servirebbe una mano.

Provo a lasciare qualche info sto usando KALI LINUX, visto che lo uso per lavoro poi :

1) il lettore acr122-a9 con pcsc_scan funziona regolarmente

2) dmesg


Codice:
[    0.000000] microcode: microcode updated early to revision 0x838, date = 2019-04-22
[    0.000000] Linux version 5.10.0-kali8-amd64 ([email protected]) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.40-1kali1 (2021-05-31)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-kali8-amd64 root=UUID=61cb2bfe-2b46-42a0-a2ee-9667b9fac348 ro quiet splash
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000001f000000-0x000000001f0fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000001f100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020100000-0x00000000b8b26fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b8b27000-0x00000000b8b56fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b8b57000-0x00000000b8b66fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b8b67000-0x00000000b96c1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b96c2000-0x00000000b9b53fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b9b54000-0x00000000b9b54fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b9b55000-0x00000000b9b96fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b9b97000-0x00000000b9d0bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b9d0c000-0x00000000b9ff9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b9ffa000-0x00000000b9ffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: ASUSTeK Computer INC. EB1036/EB1036, BIOS 1201 04/15/2015
[    0.000000] tsc: Detected 2000.000 MHz processor
[    0.001329] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001338] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001353] last_pfn = 0x140000 max_arch_pfn = 0x400000000
[    0.001360] MTRR default type: uncachable
[    0.001362] MTRR fixed ranges enabled:
[    0.001365]   00000-9FFFF write-back
[    0.001368]   A0000-BFFFF uncachable
[    0.001371]   C0000-E7FFF write-through
[    0.001374]   E8000-FFFFF write-protect
[    0.001376] MTRR variable ranges enabled:
[    0.001379]   0 base 000000000 mask F80000000 write-back
[    0.001383]   1 base 080000000 mask FC0000000 write-back
[    0.001386]   2 base 0BA800000 mask FFF800000 uncachable
[    0.001389]   3 base 0BB000000 mask FFF000000 uncachable
[    0.001392]   4 base 0BC000000 mask FFC000000 uncachable
[    0.001395]   5 base 100000000 mask FC0000000 write-back
[    0.001398]   6 disabled
[    0.001400]   7 disabled
[    0.001564] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.001723] e820: update [mem 0xba800000-0xffffffff] usable ==> reserved
[    0.001736] last_pfn = 0xba000 max_arch_pfn = 0x400000000
[    0.007380] found SMP MP-table at [mem 0x000fd6c0-0x000fd6cf]
[    0.008917] RAMDISK: [mem 0x2fa43000-0x33d18fff]
[    0.008927] ACPI: Early table checksum verification disabled
[    0.008933] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[    0.008943] ACPI: XSDT 0x00000000B8B5C088 00008C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.008956] ACPI: FACP 0x00000000B8B658C8 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.008967] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20200925/tbfadt-564)
[    0.008978] ACPI: DSDT 0x00000000B8B5C1A0 009728 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.008988] ACPI: FACS 0x00000000B96C1F80 000040
[    0.008996] ACPI: APIC 0x00000000B8B659D8 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.009005] ACPI: FPDT 0x00000000B8B65A60 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.009015] ACPI: MCFG 0x00000000B8B65AA8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.009024] ACPI: LPIT 0x00000000B8B65AE8 000104 (v01 ALASKA A M I    00000003 VLV2 0100000D)
[    0.009033] ACPI: HPET 0x00000000B8B65BF0 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.009043] ACPI: SSDT 0x00000000B8B65C28 000763 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.009052] ACPI: SSDT 0x00000000B8B66390 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
[    0.009062] ACPI: SSDT 0x00000000B8B66620 00017A (v01 PmRef  ApTst    00003000 INTL 20061109)
[    0.009071] ACPI: UEFI 0x00000000B8B667A0 000042 (v01 ALASKA A M I    00000000      00000000)
[    0.009080] ACPI: MSDM 0x00000000B8B667E8 000055 (v01 _ASUS_ Notebook 01072009      00000000)
[    0.009090] ACPI: SLIC 0x00000000B8B66840 000176 (v01 _ASUS_ Notebook 00000000      00000000)
[    0.009099] ACPI: BGRT 0x00000000B8B669B8 000038 (v00 ALASKA A M I    01072009 AMI  00010013)
[    0.009109] ACPI: Reserving FACP table memory at [mem 0xb8b658c8-0xb8b659d3]
[    0.009112] ACPI: Reserving DSDT table memory at [mem 0xb8b5c1a0-0xb8b658c7]
[    0.009115] ACPI: Reserving FACS table memory at [mem 0xb96c1f80-0xb96c1fbf]
[    0.009117] ACPI: Reserving APIC table memory at [mem 0xb8b659d8-0xb8b65a5b]
[    0.009120] ACPI: Reserving FPDT table memory at [mem 0xb8b65a60-0xb8b65aa3]
[    0.009123] ACPI: Reserving MCFG table memory at [mem 0xb8b65aa8-0xb8b65ae3]
[    0.009126] ACPI: Reserving LPIT table memory at [mem 0xb8b65ae8-0xb8b65beb]
[    0.009128] ACPI: Reserving HPET table memory at [mem 0xb8b65bf0-0xb8b65c27]
[    0.009131] ACPI: Reserving SSDT table memory at [mem 0xb8b65c28-0xb8b6638a]
[    0.009134] ACPI: Reserving SSDT table memory at [mem 0xb8b66390-0xb8b6661f]
[    0.009137] ACPI: Reserving SSDT table memory at [mem 0xb8b66620-0xb8b66799]
[    0.009140] ACPI: Reserving UEFI table memory at [mem 0xb8b667a0-0xb8b667e1]
[    0.009142] ACPI: Reserving MSDM table memory at [mem 0xb8b667e8-0xb8b6683c]
[    0.009145] ACPI: Reserving SLIC table memory at [mem 0xb8b66840-0xb8b669b5]
[    0.009148] ACPI: Reserving BGRT table memory at [mem 0xb8b669b8-0xb8b669ef]
[    0.009165] ACPI: Local APIC address 0xfee00000
[    0.009245] No NUMA configuration found
[    0.009248] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.009271] NODE_DATA(0) allocated [mem 0x13ffd2000-0x13fffbfff]
[    0.010592] Zone ranges:
[    0.010595]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.010600]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.010604]   Normal   [mem 0x0000000100000000-0x000000013fffffff]
[    0.010608]   Device   empty
[    0.010612] Movable zone start for each node
[    0.010620] Early memory node ranges
[    0.010622]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.010625]   node   0: [mem 0x0000000000100000-0x000000001effffff]
[    0.010628]   node   0: [mem 0x000000001f100000-0x000000001fffffff]
[    0.010631]   node   0: [mem 0x0000000020100000-0x00000000b8b26fff]
[    0.010634]   node   0: [mem 0x00000000b9b54000-0x00000000b9b54fff]
[    0.010637]   node   0: [mem 0x00000000b9b97000-0x00000000b9d0bfff]
[    0.010639]   node   0: [mem 0x00000000b9ffa000-0x00000000b9ffffff]
[    0.010642]   node   0: [mem 0x0000000100000000-0x000000013fffffff]
[    0.010646] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
[    0.010650] On node 0 totalpages: 1018431
[    0.010653]   DMA zone: 64 pages used for memmap
[    0.010655]   DMA zone: 21 pages reserved
[    0.010658]   DMA zone: 3996 pages, LIFO batch:0
[    0.011399]   DMA zone: 28772 pages in unavailable ranges
[    0.011403]   DMA32 zone: 11755 pages used for memmap
[    0.011406]   DMA32 zone: 752291 pages, LIFO batch:63
[    0.029537]   DMA32 zone: 30045 pages in unavailable ranges
[    0.029543]   Normal zone: 4096 pages used for memmap
[    0.029546]   Normal zone: 262144 pages, LIFO batch:63
[    0.030286] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.030297] Reserving Intel graphics memory at [mem 0xbb000000-0xbeffffff]
[    0.030452] ACPI: PM-Timer IO Port: 0x408
[    0.030458] ACPI: Local APIC address 0xfee00000
[    0.030471] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.030474] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.030477] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.030479] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.030494] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
[    0.030499] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.030503] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.030507] ACPI: IRQ0 used by override.
[    0.030510] ACPI: IRQ9 used by override.
[    0.030514] Using ACPI (MADT) for SMP configuration information
[    0.030517] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.030528] TSC deadline timer available
[    0.030531] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.030585] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.030590] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.030593] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.030595] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.030597] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.030602] PM: hibernation: Registered nosave memory: [mem 0x1f000000-0x1f0fffff]
[    0.030607] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x200fffff]
[    0.030612] PM: hibernation: Registered nosave memory: [mem 0xb8b27000-0xb8b56fff]
[    0.030615] PM: hibernation: Registered nosave memory: [mem 0xb8b57000-0xb8b66fff]
[    0.030617] PM: hibernation: Registered nosave memory: [mem 0xb8b67000-0xb96c1fff]
[    0.030619] PM: hibernation: Registered nosave memory: [mem 0xb96c2000-0xb9b53fff]
[    0.030624] PM: hibernation: Registered nosave memory: [mem 0xb9b55000-0xb9b96fff]
[    0.030629] PM: hibernation: Registered nosave memory: [mem 0xb9d0c000-0xb9ff9fff]
[    0.030634] PM: hibernation: Registered nosave memory: [mem 0xba000000-0xbaffffff]
[    0.030637] PM: hibernation: Registered nosave memory: [mem 0xbb000000-0xbeffffff]
[    0.030639] PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xe00f7fff]
[    0.030641] PM: hibernation: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[    0.030644] PM: hibernation: Registered nosave memory: [mem 0xe00f9000-0xfed00fff]
[    0.030646] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.030648] PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xfed07fff]
[    0.030650] PM: hibernation: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[    0.030653] PM: hibernation: Registered nosave memory: [mem 0xfed09000-0xff7fffff]
[    0.030655] PM: hibernation: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.030659] [mem 0xbf000000-0xe00f7fff] available for PCI devices
[    0.030661] Booting paravirtualized kernel on bare hardware
[    0.030667] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.038133] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.038958] percpu: Embedded 54 pages/cpu s183960 r8192 d29032 u524288
[    0.038977] pcpu-alloc: s183960 r8192 d29032 u524288 alloc=1*2097152
[    0.038983] pcpu-alloc: [0] 0 1 2 3
[    0.039071] Built 1 zonelists, mobility grouping on.  Total pages: 1002495
[    0.039074] Policy zone: Normal
[    0.039078] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-kali8-amd64 root=UUID=61cb2bfe-2b46-42a0-a2ee-9667b9fac348 ro quiet splash
[    0.040441] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.041110] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.041179] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.091510] Memory: 2987032K/4073724K available (12295K kernel code, 2544K rwdata, 7548K rodata, 2396K init, 3700K bss, 242112K reserved, 0K cma-reserved)
[    0.091525] random: get_random_u64 called from __kmem_cache_create+0x2a/0x540 with crng_init=0
[    0.091866] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.091898] Kernel/User page tables isolation: enabled
[    0.091934] ftrace: allocating 36385 entries in 143 pages
[    0.112793] ftrace: allocated 143 pages with 5 groups
[    0.113054] rcu: Hierarchical RCU implementation.
[    0.113057] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.113060]  Rude variant of Tasks RCU enabled.
[    0.113061]  Tracing variant of Tasks RCU enabled.
[    0.113064] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.113066] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.123022] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.123505] random: crng done (trusting CPU's manufacturer)
[    0.123548] spurious 8259A interrupt: IRQ7.
[    0.126013] Console: colour VGA+ 80x25
[    0.126046] printk: console [tty0] enabled
[    0.126092] ACPI: Core revision 20200925
[    0.126248] APIC: Switch to symmetric I/O mode setup
[    0.126884] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39a85c9bff6, max_idle_ns: 881590591483 ns
[    0.126893] Calibrating delay loop (skipped), value calculated using timer frequency.. 4000.00 BogoMIPS (lpj=8000000)
[    0.126900] pid_max: default: 32768 minimum: 301
[    0.126970] LSM: Security Framework initializing
[    0.126996] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.127058] AppArmor: AppArmor initialized
[    0.127062] TOMOYO Linux initialized
[    0.127115] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.127136] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.127686] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.127693] process: using mwait in idle threads
[    0.127699] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.127702] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.127709] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.127713] Spectre V2 : Mitigation: Full generic retpoline
[    0.127715] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.127717] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.127720] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.127725] MDS: Mitigation: Clear CPU buffers
[    0.127901] Freeing SMP alternatives memory: 32K
[    0.130512] smpboot: CPU0: Intel(R) Celeron(R) CPU  J1900  @ 1.99GHz (family: 0x6, model: 0x37, stepping: 0x8)
[    0.130888] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.130888] ... version:                3
[    0.130888] ... bit width:              40
[    0.130888] ... generic registers:      2
[    0.130888] ... value mask:             000000ffffffffff
[    0.130888] ... max period:             0000007fffffffff
[    0.130888] ... fixed-purpose events:   3
[    0.130888] ... event mask:             0000000700000003
[    0.130888] rcu: Hierarchical SRCU implementation.
[    0.130888] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.130888] smp: Bringing up secondary CPUs ...
[    0.130888] x86: Booting SMP configuration:
[    0.130888] .... node  #0, CPUs:      #1 #2 #3
[    0.135321] smp: Brought up 1 node, 4 CPUs
[    0.135321] smpboot: Max logical packages: 1
[    0.135321] smpboot: Total of 4 processors activated (16000.00 BogoMIPS)
[    0.141048] node 0 deferred pages initialised in 4ms
[    0.141133] devtmpfs: initialized
[    0.141133] x86/mm: Memory block size: 128MB
[    0.143380] PM: Registering ACPI NVS region [mem 0xb8b67000-0xb96c1fff] (11907072 bytes)
[    0.143522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.143548] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.143679] pinctrl core: initialized pinctrl subsystem
[    0.144153] NET: Registered protocol family 16
[    0.144359] audit: initializing netlink subsys (disabled)
[    0.144387] audit: type=2000 audit(1613347260.016:1): state=initialized audit_enabled=0 res=1
[    0.144387] thermal_sys: Registered thermal governor 'fair_share'
[    0.144387] thermal_sys: Registered thermal governor 'bang_bang'
[    0.144387] thermal_sys: Registered thermal governor 'step_wise'
[    0.144387] thermal_sys: Registered thermal governor 'user_space'
[    0.144387] thermal_sys: Registered thermal governor 'power_allocator'
[    0.144387] cpuidle: using governor ladder
[    0.144387] cpuidle: using governor menu
[    0.144387] ACPI: bus type PCI registered
[    0.144387] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.144387] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.144387] PCI: not using MMCONFIG
[    0.144387] PCI: Using configuration type 1 for base access
[    0.144387] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.147655] Kprobes globally optimized
[    0.147666] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.543439] ACPI: Added _OSI(Module Device)
[    0.543439] ACPI: Added _OSI(Processor Device)
[    0.543439] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.543439] ACPI: Added _OSI(Processor Aggregator Device)
[    0.543439] ACPI: Added _OSI(Linux-Dell-Video)
[    0.543439] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.543439] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.556013] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.559354] ACPI: Dynamic OEM Table Load:
[    0.559367] ACPI: SSDT 0xFFFF8B5A80AE2C00 0003BC (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.560653] ACPI: Dynamic OEM Table Load:
[    0.560665] ACPI: SSDT 0xFFFF8B5A803B7800 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.562293] ACPI: Dynamic OEM Table Load:
[    0.562303] ACPI: SSDT 0xFFFF8B5A80826400 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.563332] ACPI: Dynamic OEM Table Load:
[    0.563342] ACPI: SSDT 0xFFFF8B5A8087BA80 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.566162] ACPI: Interpreter enabled
[    0.566214] ACPI: (supports S0 S3 S4 S5)
[    0.566217] ACPI: Using IOAPIC for interrupt routing
[    0.566287] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.567372] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.567408] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.567984] ACPI: Enabled 9 GPEs in block 00 to 3F
[    0.784401] ACPI: Power Resource [USBC] (on)
[    0.786723] ACPI: Power Resource [PLPE] (on)
[    0.787192] ACPI: Power Resource [PLPE] (on)
[    0.788160] ACPI: Power Resource [FN00] (off)
[    0.789482] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.789493] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.790506] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.790959] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[    0.791771] PCI host bridge to bus 0000:00
[    0.791776] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.791780] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.791784] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.791787] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.791790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.791794] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.791797] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.791800] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xd0816fff window]
[    0.791804] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.791827] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.792082] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.792095] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff]
[    0.792107] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
[    0.792117] pci 0000:00:02.0: reg 0x20: [io  0xf080-0xf087]
[    0.792374] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
[    0.792392] pci 0000:00:13.0: reg 0x10: [io  0xf070-0xf077]
[    0.792402] pci 0000:00:13.0: reg 0x14: [io  0xf060-0xf063]
[    0.792411] pci 0000:00:13.0: reg 0x18: [io  0xf050-0xf057]
[    0.792421] pci 0000:00:13.0: reg 0x1c: [io  0xf040-0xf043]
[    0.792431] pci 0000:00:13.0: reg 0x20: [io  0xf020-0xf03f]
[    0.792441] pci 0000:00:13.0: reg 0x24: [mem 0xd0816000-0xd08167ff]
[    0.792490] pci 0000:00:13.0: PME# supported from D3hot
[    0.792711] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.792730] pci 0000:00:14.0: reg 0x10: [mem 0xd0800000-0xd080ffff 64bit]
[    0.792793] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.793020] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.793045] pci 0000:00:1a.0: reg 0x10: [mem 0xd0500000-0xd05fffff]
[    0.793059] pci 0000:00:1a.0: reg 0x14: [mem 0xd0400000-0xd04fffff]
[    0.793164] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.793393] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
[    0.793415] pci 0000:00:1b.0: reg 0x10: [mem 0xd0810000-0xd0813fff 64bit]
[    0.793489] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.793717] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
[    0.793792] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.794017] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
[    0.794091] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.794315] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
[    0.794390] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.794619] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
[    0.794693] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.794937] pci 0000:00:1d.0: [8086:0f34] type 00 class 0x0c0320
[    0.794962] pci 0000:00:1d.0: reg 0x10: [mem 0xd0815000-0xd08153ff]
[    0.795077] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.795307] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.795590] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
[    0.795627] pci 0000:00:1f.3: reg 0x10: [mem 0xd0814000-0xd081401f]
[    0.795697] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.796073] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.796199] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.796222] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.796250] pci 0000:02:00.0: reg 0x18: [mem 0xd0704000-0xd0704fff 64bit]
[    0.796269] pci 0000:02:00.0: reg 0x20: [mem 0xd0700000-0xd0703fff 64bit pref]
[    0.796380] pci 0000:02:00.0: supports D1 D2
[    0.796383] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.796603] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.796609] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
[    0.796614] pci 0000:00:1c.1:   bridge window [mem 0xd0700000-0xd07fffff]
[    0.796693] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.796817] pci 0000:04:00.0: [168c:0032] type 00 class 0x028000
[    0.796845] pci 0000:04:00.0: reg 0x10: [mem 0xd0600000-0xd067ffff 64bit]
[    0.796895] pci 0000:04:00.0: reg 0x30: [mem 0xd0680000-0xd068ffff pref]
[    0.796981] pci 0000:04:00.0: supports D1 D2
[    0.796984] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.797170] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.797177] pci 0000:00:1c.3:   bridge window [mem 0xd0600000-0xd06fffff]
[    1.003292] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.003454] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 10 11 12 14 15)
[    1.003613] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 *14 15)
[    1.003780] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.003938] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 *15)
[    1.004097] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.004256] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[    1.004413] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.005257] iommu: Default domain type: Translated
[    1.005300] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.005300] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.005300] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.005300] vgaarb: loaded
[    1.005300] EDAC MC: Ver: 3.0.0
[    1.005300] NetLabel: Initializing
[    1.005300] NetLabel:  domain hash size = 128
[    1.005300] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.005300] NetLabel:  unlabeled traffic allowed by default
[    1.005300] PCI: Using ACPI for IRQ routing
[    1.012219] PCI: pci_cache_line_size set to 64 bytes
[    1.012274] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    1.012278] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[    1.012281] e820: reserve RAM buffer [mem 0xb8b27000-0xbbffffff]
[    1.012284] e820: reserve RAM buffer [mem 0xb9b55000-0xbbffffff]
[    1.012286] e820: reserve RAM buffer [mem 0xb9d0c000-0xbbffffff]
[    1.012289] e820: reserve RAM buffer [mem 0xba000000-0xbbffffff]
[    1.014892] clocksource: Switched to clocksource tsc-early
[    1.040135] VFS: Disk quotas dquot_6.6.0
[    1.040171] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.040439] AppArmor: AppArmor Filesystem Enabled
[    1.040495] pnp: PnP ACPI init
[    1.040615] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.040887] system 00:01: [io  0x0680-0x069f] has been reserved
[    1.040893] system 00:01: [io  0x0400-0x047f] has been reserved
[    1.040896] system 00:01: [io  0x0500-0x05fe] has been reserved
[    1.040900] system 00:01: [io  0x0600-0x061f] has been reserved
[    1.040913] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.041278] system 00:02: [io  0x0a00-0x0a0f] has been reserved
[    1.041283] system 00:02: [io  0x0290-0x029f] has been reserved
[    1.041287] system 00:02: [io  0x0a20-0x0a2f] has been reserved
[    1.041298] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.041848] pnp 00:03: [dma 0 disabled]
[    1.041949] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.247238] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[    1.247243] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[    1.247257] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[    1.247261] system 00:04: [mem 0xfed04000-0xfed04fff] has been reserved
[    1.247265] system 00:04: [mem 0xfed0c000-0xfed0ffff] has been reserved
[    1.247269] system 00:04: [mem 0xfed08000-0xfed08fff] has been reserved
[    1.247272] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    1.247276] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
[    1.247284] system 00:04: [mem 0xfef00000-0xfeffffff] has been reserved
[    1.247297] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.247758] pnp: PnP ACPI: found 5 devices
[    1.256704] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.256856] NET: Registered protocol family 2
[    1.257042] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.258355] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    1.258452] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    1.258718] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    1.258871] TCP: Hash tables configured (established 32768 bind 32768)
[    1.259015] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.259069] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.259781] NET: Registered protocol family 1
[    1.259805] NET: Registered protocol family 44
[    1.259831] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    1.259838] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    1.259842] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    1.259848] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    1.259853] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    1.259857] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    1.259861] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000 add_align 100000
[    1.259865] pci 0000:00:1c.3: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    1.259870] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[    1.259893] pci 0000:00:1c.0: BAR 14: no space for [mem size 0x00200000]
[    1.259897] pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000]
[    1.259912] pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.259916] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.259925] pci 0000:00:1c.1: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.259928] pci 0000:00:1c.1: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.259934] pci 0000:00:1c.2: BAR 14: no space for [mem size 0x00200000]
[    1.259937] pci 0000:00:1c.2: BAR 14: failed to assign [mem size 0x00200000]
[    1.259946] pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.259949] pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.259958] pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.259961] pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.259968] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    1.259973] pci 0000:00:1c.2: BAR 13: assigned [io  0x2000-0x2fff]
[    1.259978] pci 0000:00:1c.3: BAR 13: assigned [io  0x3000-0x3fff]
[    1.259992] pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.259996] pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.260002] pci 0000:00:1c.2: BAR 14: no space for [mem size 0x00200000]
[    1.260005] pci 0000:00:1c.2: BAR 14: failed to assign [mem size 0x00200000]
[    1.260014] pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.260017] pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.260025] pci 0000:00:1c.1: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.260029] pci 0000:00:1c.1: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.260034] pci 0000:00:1c.0: BAR 14: no space for [mem size 0x00200000]
[    1.260037] pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000]
[    1.260046] pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.260049] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.260055] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.260059] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    1.260070] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    1.260074] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
[    1.260079] pci 0000:00:1c.1:   bridge window [mem 0xd0700000-0xd07fffff]
[    1.260087] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    1.260090] pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
[    1.260100] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    1.260103] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    1.260108] pci 0000:00:1c.3:   bridge window [mem 0xd0600000-0xd06fffff]
[    1.260117] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    1.260120] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    1.260123] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    1.260126] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    1.260129] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    1.260132] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    1.260135] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    1.260138] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xd0816fff window]
[    1.260141] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    1.260145] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    1.260148] pci_bus 0000:02: resource 1 [mem 0xd0700000-0xd07fffff]
[    1.260151] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    1.260154] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    1.260157] pci_bus 0000:04: resource 1 [mem 0xd0600000-0xd06fffff]
[    1.260307] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    3.258909] pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[    3.259047] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x700 took 1951515 usecs
[    3.259069] PCI: CLS 64 bytes, default 64
[    3.259182] Trying to unpack rootfs image as initramfs...
[    5.070046] Freeing initrd memory: 68440K
[    5.070144] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    5.070151] software IO TLB: mapped [mem 0x00000000b4b27000-0x00000000b8b27000] (64MB)
[    5.070217] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39a85c9bff6, max_idle_ns: 881590591483 ns
[    5.070250] clocksource: Switched to clocksource tsc
[    5.071249] Initialise system trusted keyrings
[    5.071273] Key type blacklist registered
[    5.071397] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    5.074144] zbud: loaded
[    5.074546] integrity: Platform Keyring initialized
[    5.074553] Key type asymmetric registered
[    5.074556] Asymmetric key parser 'x509' registered
[    5.074574] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    5.074694] io scheduler mq-deadline registered
[    5.076085] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.076115] intel_idle: MWAIT substates: 0x33000020
[    5.076118] intel_idle: v0.5.1 model 0x37
[    5.076645] intel_idle: Local APIC timer is reliable in all C-states
[    5.082510] thermal LNXTHERM:00: registered as thermal_zone0
[    5.082515] ACPI: Thermal Zone [TZ01] (27 C)
[    5.082859] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.083085] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    5.085303] hpet: number irqs doesn't agree with number of timers
[    5.085346] Linux agpgart interface v0.103
[    5.085418] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <[email protected]>
[    5.085420] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    5.086492] i8042: PNP: No PS/2 controller found.
[    5.086724] mousedev: PS/2 mouse device common for all mice
[    5.086809] rtc_cmos 00:00: RTC can wake from S4
[    5.087822] rtc_cmos 00:00: registered as rtc0
[    5.088485] rtc_cmos 00:00: setting system clock to 2021-02-15T00:01:05 UTC (1613347265)
[    5.088529] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[    5.088562] intel_pstate: Intel P-state driver initializing
[    5.090888] ledtrig-cpu: registered to indicate activity on CPUs
[    5.091750] NET: Registered protocol family 10
[    5.119310] Segment Routing with IPv6
[    5.119350] mip6: Mobile IPv6
[    5.119354] NET: Registered protocol family 17
[    5.119850] mpls_gso: MPLS GSO support
[    5.121892] microcode: sig=0x30678, pf=0x4, revision=0x838
[    5.122187] microcode: Microcode Update Driver: v2.2.
[    5.122195] IPI shorthand broadcast: enabled
[    5.122210] sched_clock: Marking stable (5117917320, 3489240)->(5126917056, -5510496)
[    5.122689] registered taskstats version 1
[    5.122694] Loading compiled-in X.509 certificates
[    5.205628] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    5.205676] Loaded X.509 cert 'Debian Secure Boot Signer 2021 - linux: 4b6ef5abca669825178e052c84667ccbc0531f8c'
[    5.205758] zswap: loaded using pool lzo/zbud
[    5.206857] Key type ._fscrypt registered
[    5.206860] Key type .fscrypt registered
[    5.206862] Key type fscrypt-provisioning registered
[    5.206970] AppArmor: AppArmor sha1 policy hashing enabled
[    5.215592] Freeing unused kernel image (initmem) memory: 2396K
[    5.239777] Write protecting the kernel read-only data: 22528k
[    5.241989] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    5.243151] Freeing unused kernel image (rodata/data gap) memory: 644K
[    5.305164] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.305769] x86/mm: Checking user space page tables
[    5.364993] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.365004] Run /init as init process
[    5.365007]   with arguments:
[    5.365009]     /init
[    5.365010]     splash
[    5.365011]   with environment:
[    5.365013]     HOME=/
[    5.365014]     TERM=linux
[    5.365016]     BOOT_IMAGE=/boot/vmlinuz-5.10.0-kali8-amd64
[    5.782250] button: module verification failed: signature and/or required key missing - tainting kernel
[    5.782717] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    5.795359] ACPI: Power Button [PWRB]
[    5.795480] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    5.795534] ACPI: Sleep Button [SLPB]
[    5.795626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    5.795698] ACPI: Power Button [PWRF]
[    5.826874] SCSI subsystem initialized
[    5.841539] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    5.842498] i2c i2c-0: 1/2 memory slots populated (from DMI)
[    5.843606] i2c i2c-0: Successfully instantiated SPD at 0x50
[    5.845039] libata version 3.00 loaded.
[    5.846839] ACPI: bus type USB registered
[    5.846924] usbcore: registered new interface driver usbfs
[    5.846945] usbcore: registered new interface driver hub
[    5.846972] usbcore: registered new device driver usb
[    5.852387] ahci 0000:00:13.0: version 3.0
[    5.852651] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
[    5.854597] cryptd: max_cpu_qlen set to 1000
[    5.865786] libphy: r8169: probed
[    5.866121] r8169 0000:02:00.0 eth0: RTL8168g/8111g, 14:dd:a9:07:fd:17, XID 4c0, IRQ 91
[    5.866126] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    5.866381] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    5.866396] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    5.868325] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x1 impl SATA mode
[    5.868333] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso
[    5.868443] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    5.868453] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    5.868733] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    5.868737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.868739] usb usb1: Product: xHCI Host Controller
[    5.868742] usb usb1: Manufacturer: Linux 5.10.0-kali8-amd64 xhci-hcd
[    5.868744] usb usb1: SerialNumber: 0000:00:14.0
[    5.869028] hub 1-0:1.0: USB hub found
[    5.869048] hub 1-0:1.0: 6 ports detected
[    5.870266] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    5.870276] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    5.870285] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    5.876407] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    5.876413] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.876416] usb usb2: Product: xHCI Host Controller
[    5.876418] usb usb2: Manufacturer: Linux 5.10.0-kali8-amd64 xhci-hcd
[    5.876420] usb usb2: SerialNumber: 0000:00:14.0
[    5.876738] hub 2-0:1.0: USB hub found
[    5.876761] hub 2-0:1.0: 1 port detected
[    5.876895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.877444] scsi host0: ahci
[    5.877593] ehci-pci: EHCI PCI platform driver
[    5.877900] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    5.877913] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    5.877933] ehci-pci 0000:00:1d.0: debug port 2
[    5.878570] scsi host1: ahci
[    5.878700] ata1: SATA max UDMA/133 abar m2048@0xd0816000 port 0xd0816100 irq 92
[    5.878703] ata2: DUMMY
[    5.881856] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    5.881891] ehci-pci 0000:00:1d.0: irq 23, io mem 0xd0815000
[    5.894960] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    5.895130] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    5.895134] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.895137] usb usb3: Product: EHCI Host Controller
[    5.895139] usb usb3: Manufacturer: Linux 5.10.0-kali8-amd64 ehci_hcd
[    5.895141] usb usb3: SerialNumber: 0000:00:1d.0
[    5.896430] hub 3-0:1.0: USB hub found
[    5.896464] hub 3-0:1.0: 8 ports detected
[    5.966481] i915 0000:00:02.0: vgaarb: deactivate vga console
[    5.968021] Console: switching to colour dummy device 80x25
[    5.970539] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    6.191996] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.192886] ata1.00: ATA-8: HGST HTS545050A7E680, GG2OAF10, max UDMA/133
[    6.192892] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    6.193837] ata1.00: configured for UDMA/133
[    6.194141] scsi 0:0:0:0: Direct-Access     ATA      HGST HTS545050A7 AF10 PQ: 0 ANSI: 5
[    6.204897] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    6.204902] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    6.204930] sd 0:0:0:0: [sda] Write Protect is off
[    6.204934] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.204995] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.210925] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[    6.230936] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    6.261586] i915 0000:00:02.0: [drm] failed to retrieve link info, disabling eDP
[    6.289324] [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
[    6.291841] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    6.292526] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    6.360011] usb 1-3: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.37
[    6.360019] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    6.360024] usb 1-3: Product: USB2.0 Hub
[    6.360884] hub 1-3:1.0: USB hub found
[    6.361135] hub 1-3:1.0: 4 ports detected
[    6.392161] usb 3-1: New USB device found, idVendor=8087, idProduct=07e6, bcdDevice= 0.14
[    6.392167] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.393001] hub 3-1:1.0: USB hub found
[    6.393200] hub 3-1:1.0: 4 ports detected
[    6.601369] fbcon: i915drmfb (fb0) is primary device
[    6.636667] Console: switching to colour frame buffer device 170x48
[    6.647317] usb 1-3.1: new low-speed USB device number 3 using xhci_hcd
[    6.662575] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    6.768864] usb 1-3.1: New USB device found, idVendor=04d9, idProduct=1503, bcdDevice= 3.10
[    6.768872] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.768877] usb 1-3.1: Product: USB Keyboard
[    6.768880] usb 1-3.1: Manufacturer:
[    6.790227] hid: raw HID events driver (C) Jiri Kosina
[    6.818135] usbcore: registered new interface driver usbhid
[    6.818139] usbhid: USB HID core driver
[    6.825394] input:   USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.0/0003:04D9:1503.0001/input/input4
[    6.859293] usb 1-3.2: new low-speed USB device number 4 using xhci_hcd
[    6.888202] hid-generic 0003:04D9:1503.0001: input,hidraw0: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:00:14.0-3.1/input0
[    6.888591] input:   USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.1/0003:04D9:1503.0002/input/input5
[    6.947435] input:   USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.1/0003:04D9:1503.0002/input/input6
[    6.948318] hid-generic 0003:04D9:1503.0002: input,hidraw1: USB HID v1.10 Device [  USB Keyboard] on usb-0000:00:14.0-3.1/input1
[    6.969137] usb 1-3.2: New USB device found, idVendor=1c4f, idProduct=0003, bcdDevice= 1.10
[    6.969144] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.969149] usb 1-3.2: Product: Usb Mouse
[    6.969152] usb 1-3.2: Manufacturer: SIGMACHIP
[    6.975402] usbhid 1-3.2:1.0: can't add hid device: -32
[    6.975485] usbhid: probe of 1-3.2:1.0 failed with error -32
[    7.054861]  sda: sda1 sda2 < sda5 >
[    7.056836] sd 0:0:0:0: [sda] Attached SCSI disk
[    7.062930] usb 1-3.3: new full-speed USB device number 5 using xhci_hcd
[    7.165536] usb 1-3.3: New USB device found, idVendor=072f, idProduct=2200, bcdDevice= 2.14
[    7.165542] usb 1-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.165545] usb 1-3.3: Product: ACR122U PICC Interface
[    7.165547] usb 1-3.3: Manufacturer: ACS
[    8.373938] PM: Image not found (code -22)
[   10.224229] usb 1-3.2: USB disconnect, device number 4
[   11.727278] usb 1-3.2: new low-speed USB device number 6 using xhci_hcd
[   11.831782] usb 1-3.2: New USB device found, idVendor=1c4f, idProduct=0003, bcdDevice= 1.10
[   11.831790] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   11.831794] usb 1-3.2: Product: Usb Mouse
[   11.831798] usb 1-3.2: Manufacturer: SIGMACHIP
[   11.837603] input: SIGMACHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:1C4F:0003.0003/input/input7
[   11.837985] hid-generic 0003:1C4F:0003.0003: input,hidraw2: USB HID v1.10 Mouse [SIGMACHIP Usb Mouse] on usb-0000:00:14.0-3.2/input0
[   16.210765] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   16.736758] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[   18.337147] systemd[1]: System time before build time, advancing clock.
[   18.613981] systemd[1]: Inserted module 'autofs4'
[   18.850028] systemd[1]: systemd 249.5-1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS -OPENSSL +ACL +BLKID +CURL +ELFUTILS -FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   18.867800] systemd[1]: Detected architecture x86-64.
[   18.891179] systemd[1]: Hostname set to <kali-asus>.
[   21.001695] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[   22.236333] systemd[1]: Queued start job for default target Graphical Interface.
[   22.240457] systemd[1]: Created slice Slice /system/getty.
[   22.241448] systemd[1]: Created slice Slice /system/modprobe.
[   22.242163] systemd[1]: Created slice User and Session Slice.
[   22.242383] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   22.242876] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   22.243077] systemd[1]: Reached target User and Group Name Lookups.
[   22.243139] systemd[1]: Reached target Slice Units.
[   22.243196] systemd[1]: Reached target TLS tunnels for network services - per-config-file target.
[   22.243262] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[   22.243649] systemd[1]: Listening on Syslog Socket.
[   22.243942] systemd[1]: Listening on fsck to fsckd communication Socket.
[   22.244103] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   22.244608] systemd[1]: Listening on Journal Audit Socket.
[   22.244909] systemd[1]: Listening on Journal Socket (/dev/log).
[   22.245284] systemd[1]: Listening on Journal Socket.
[   22.266002] systemd[1]: Listening on udev Control Socket.
[   22.266369] systemd[1]: Listening on udev Kernel Socket.
[   22.268747] systemd[1]: Mounting Huge Pages File System...
[   22.271427] systemd[1]: Mounting POSIX Message Queue File System...
[   22.273925] systemd[1]: Mounting RPC Pipe File System...
[   22.276809] systemd[1]: Mounting Kernel Debug File System...
[   22.279745] systemd[1]: Mounting Kernel Trace File System...
[   22.280086] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[   22.295412] systemd[1]: Starting Set the console keyboard layout...
[   22.298056] systemd[1]: Starting Create List of Static Device Nodes...
[   22.300814] systemd[1]: Starting Load Kernel Module configfs...
[   22.303783] systemd[1]: Starting Load Kernel Module drm...
[   22.307131] systemd[1]: Starting Load Kernel Module fuse...
[   22.359449] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   22.359662] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   22.367474] systemd[1]: Starting Journal Service...
[   22.377153] systemd[1]: Starting Load Kernel Modules...
[   22.380506] systemd[1]: Starting Remount Root and Kernel File Systems...
[   22.383267] systemd[1]: Starting Coldplug All udev Devices...
[   22.388570] systemd[1]: Mounted Huge Pages File System.
[   22.389015] systemd[1]: Mounted POSIX Message Queue File System.
[   22.389379] systemd[1]: Mounted Kernel Debug File System.
[   22.389725] systemd[1]: Mounted Kernel Trace File System.
[   22.390593] systemd[1]: Finished Create List of Static Device Nodes.
[   22.391676] systemd[1]: [email protected]: Deactivated successfully.
[   22.392304] systemd[1]: Finished Load Kernel Module configfs.
[   22.392521] fuse: init (API version 7.32)
[   22.393248] systemd[1]: [email protected]: Deactivated successfully.
[   22.393830] systemd[1]: Finished Load Kernel Module drm.
[   22.394853] systemd[1]: [email protected]: Deactivated successfully.
[   22.395477] systemd[1]: Finished Load Kernel Module fuse.
[   22.398337] systemd[1]: Mounting FUSE Control File System...
[   22.401066] systemd[1]: Mounting Kernel Configuration File System...
[   22.407493] systemd[1]: Mounted FUSE Control File System.
[   22.407889] systemd[1]: Mounted Kernel Configuration File System.
[   22.563058] systemd[1]: Finished Load Kernel Modules.
[   22.566600] systemd[1]: Starting Apply Kernel Variables...
[   22.582321] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   22.588155] systemd[1]: Finished Remount Root and Kernel File Systems.
[   22.589727] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[   22.590872] RPC: Registered named UNIX socket transport module.
[   22.590876] RPC: Registered udp transport module.
[   22.590878] RPC: Registered tcp transport module.
[   22.590880] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   22.592692] systemd[1]: Starting Load/Save Random Seed...
[   22.595726] systemd[1]: Starting Create System Users...
[   22.598641] systemd[1]: Mounted RPC Pipe File System.
[   22.782789] systemd[1]: Finished Set the console keyboard layout.
[   22.800795] systemd[1]: Started Journal Service.
[   23.071745] systemd-journald[280]: Received client request to flush runtime journal.
[   23.500939] systemd-journald[280]: File /var/log/journal/471ec50df2f846968b8905535b4317fc/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   24.796327] loop: module loaded
[   24.919916] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   29.639366] input: PC Speaker as /devices/platform/pcspkr/input/input8
[   29.982162] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   30.047199] at24 0-0050: supply vcc not found, using dummy regulator
[   30.047950] at24 0-0050: 256 byte spd EEPROM, read-only
[   30.221111] asus_wmi: ASUS WMI generic driver loaded
[   30.867551] asus_wmi: Initialization: 0x0
[   30.867635] asus_wmi: BIOS WMI version: 0.9
[   30.867782] asus_wmi: SFUN value: 0x0
[   30.867789] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[   30.869424] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input9
[   30.873015] ACPI Error: No handler for Region [ECRM] (000000007590331b) [EmbeddedControl] (20200925/evregion-129)                                                                                     
[   30.873032] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20200925/exfldio-261)
[   30.873042] ACPI Error: Aborting method \OBTS due to previous error (AE_NOT_EXIST) (20200925/psparse-529)                                                                                             
[   30.873058] ACPI Error: Aborting method \AMW0.DEVS due to previous error (AE_NOT_EXIST) (20200925/psparse-529)                                                                                       
[   30.873075] ACPI Error: Aborting method \AMW0.WMBC due to previous error (AE_NOT_EXIST) (20200925/psparse-529)                                                                                       
[   30.919082] iTCO_vendor_support: vendor-support=0
[   30.964964] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   30.965045] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
[   30.965257] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   31.008227] mei_txe 0000:00:1a.0: can't derive routing for PCI INT A
[   31.008232] mei_txe 0000:00:1a.0: PCI INT A: not connected
[   31.493567] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   31.495411] cfg80211: Loaded X.509 cert '[email protected]: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[   31.496083] cfg80211: Loaded X.509 cert '[email protected]: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[   31.496976] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   31.948236] ACPI Error: No handler for Region [ECRM] (000000007590331b) [EmbeddedControl] (20200925/evregion-129)                                                                                     
[   31.948259] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20200925/exfldio-261)
[   31.948274] ACPI Error: Aborting method \OBTS due to previous error (AE_NOT_EXIST) (20200925/psparse-529)                                                                                             
[   31.948298] ACPI Error: Aborting method \AMW0.DEVS due to previous error (AE_NOT_EXIST) (20200925/psparse-529)                                                                                       
[   31.948323] ACPI Error: Aborting method \AMW0.WMBC due to previous error (AE_NOT_EXIST) (20200925/psparse-529)                                                                                       
[   32.605232] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[   32.605689] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
[   33.396765] ath: phy0: Disable PLL PowerSave
[   33.402681] ath: phy0: Enable LNA combining
[   33.403788] ath: EEPROM regdomain: 0x6c
[   33.403791] ath: EEPROM indicates we should expect a direct regpair map
[   33.403796] ath: Country alpha2 being used: 00
[   33.403799] ath: Regpair used: 0x6c
[   33.406220] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   33.407187] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0xffff9bb101280000, irq=19
[   33.473606] intel_rapl_common: Found RAPL domain package
[   33.473613] intel_rapl_common: Found RAPL domain core
[   33.743248] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   34.305101] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:hp
[   34.305110] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   34.305115] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   34.305118] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   34.305122] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[   34.305126] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   34.305130] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[   34.386098] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   34.386299] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   34.386485] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   34.386699] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   35.591431] Adding 998396k swap on /dev/sda5.  Priority:-2 extents:1 across:998396k FS
[   47.514574] r8169 0000:02:00.0: firmware: direct-loading firmware rtl_nic/rtl8168g-2.fw
[   47.539393] Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
[   47.739381] r8169 0000:02:00.0 eth0: Link is Down
[   50.519372] r8169 0000:02:00.0 eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   50.519393] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   51.356618] wlan0: authenticate with 08:40:f3:06:63:d9
[   51.376704] wlan0: send auth to 08:40:f3:06:63:d9 (try 1/3)
[   51.386109] wlan0: authenticated
[   51.390943] wlan0: associate with 08:40:f3:06:63:d9 (try 1/3)
[   51.403201] wlan0: RX AssocResp from 08:40:f3:06:63:d9 (capab=0x411 status=0 aid=1)
[   51.403329] wlan0: associated
[   51.956789] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   79.989321] rfkill: input handler disabled
[   97.905018] systemd-journald[280]: File /var/log/journal/471ec50df2f846968b8905535b4317fc/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[   98.654393] rfkill: input handler enabled
[  116.729714] traps: light-locker[1505] trap int3 ip:7f7746725c67 sp:7ffedbe10cc0 error:0 in libglib-2.0.so.0.7000.0[7f77466e8000+8b000]
[  234.816137] ACPI Error: No handler for Region [ECRM] (000000007590331b) [EmbeddedControl] (20200925/evregion-129)                                                                                     
[  234.816158] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20200925/exfldio-261)
[  234.816166] ACPI Error: Aborting method \OBTS due to previous error (AE_NOT_EXIST) (20200925/psparse-529)                                                                                             
[  234.816180] ACPI Error: Aborting method \AMW0.DEVS due to previous error (AE_NOT_EXIST) (20200925/psparse-529)                                                                                       
[  234.816194] ACPI Error: Aborting method \AMW0.WMBC due to previous error (AE_NOT_EXIST) (20200925/psparse-529)


3) lsusb

└─$ lsusb
Bus 003 Device 002: ID 8087:07e6 Intel Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 072f:2200 Advanced Card Systems, Ltd ACR122U
Bus 001 Device 006: ID 1c4f:0003 SiGma Micro HID controller
Bus 001 Device 003: ID 04d9:1503 Holtek Semiconductor, Inc. Keyboard
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub





4) uname-a

Linux kali-asus 5.10.0-kali8-amd64 #1 SMP Debian 5.10.40-1kali1 (2021-05-31) x86_64 GNU/Linux
Messaggio unito automaticamente:

Ora un altra prova fatta si blocca anche senza lettore inserito si freeza lo schermo e devo riavviare quindi dovrebbe essere la libreria libnfc