You are not logged in.
Pages: 1
Hello everybody! Installed UDisks2 and udisks. Nothing happens when the usb is connected. I did everything according to the instructions.
What options?
Thanks.
Offline
That's just the backing library for allowing this, if you actually want a daemon that mounts stuff using udisks when you plug something in you want to look at udiskie or other alternatives: https://wiki.archlinux.org/index.php/Ud … nt_helpers
Last edited by V1del (2020-12-09 18:05:50)
Offline
By the way, if you are serious about having installed "udisks" in addition to "udisks2', remove the former as it is obsolete.
Offline
But what do I need to do to make the flash drive recognized automatically?
Offline
What do you mean by "recognised"? What are you trying to achieve, and what instructions are you following?
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I want the system to automatically initialize the USB flash drive when connected.
I did the following:
sudo pacman -S udisks2
sudo pacman -S udiskie
udiskie &
What else do I need to do so that the disk is detected automatically when I insert a USB flash drive?
Offline
You don't need any of those packages to "detect" a USB flash drive -- the kernel should do that. What do you see in the system journal when you plug in a USB flash drive?
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
@Roman Voronov
what is your file manager?
anyway.
Open a terminal and run
mountSee if you have your device mounted to some directory. E.g. /media/<something>, /run/mount/your_user/<something>, /run/media/your_user/<something>
The command fdisk -l can show you the storage devices you have, including your flash drive.
Since you have udiskie installed, you can issue the following command to manually mount your flash drive.
udiskie-mount /dev/sdb1I hope this will give you an idea on what's going on.
Offline
In which file to view the system log?
Offline
See Systemd/Journal and `man dmesg`.
Offline
$ journalctl
-- Logs begin at Sun 2020-10-25 09:50:53 MSK, end at Thu 2020-12-10 00:44:08 MS>
окт 25 09:50:53 archlinux kernel: Linux version 5.9.1-arch1-1 (linux@archlinux)>
окт 25 09:50:53 archlinux kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux >
окт 25 09:50:53 archlinux kernel: KERNEL supported cpus:
окт 25 09:50:53 archlinux kernel: Intel GenuineIntel
окт 25 09:50:53 archlinux kernel: AMD AuthenticAMD
окт 25 09:50:53 archlinux kernel: Hygon HygonGenuine
окт 25 09:50:53 archlinux kernel: Centaur CentaurHauls
окт 25 09:50:53 archlinux kernel: zhaoxin Shanghai
окт 25 09:50:53 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87>
окт 25 09:50:53 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE>
окт 25 09:50:53 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX>
окт 25 09:50:53 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX>
окт 25 09:50:53 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX>
окт 25 09:50:53 archlinux kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes>
окт 25 09:50:53 archlinux kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes>
окт 25 09:50:53 archlinux kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes>
окт 25 09:50:53 archlinux kernel: x86/fpu: Enabled xstate features 0x1f, contex>
окт 25 09:50:53 archlinux kernel: BIOS-provided physical RAM map:
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x00000000>
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x000000000009ec00-0x00000000>
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000>
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000>
lines 1-23...skipping...
-- Logs begin at Sun 2020-10-25 09:50:53 MSK, end at Thu 2020-12-10 00:44:08 MSK. --
окт 25 09:50:53 archlinux kernel: Linux version 5.9.1-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SM>
окт 25 09:50:53 archlinux kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=327b4457-5626-42f0-8ae1-addd7063fbce rw logle>
окт 25 09:50:53 archlinux kernel: KERNEL supported cpus:
окт 25 09:50:53 archlinux kernel: Intel GenuineIntel
окт 25 09:50:53 archlinux kernel: AMD AuthenticAMD
окт 25 09:50:53 archlinux kernel: Hygon HygonGenuine
окт 25 09:50:53 archlinux kernel: Centaur CentaurHauls
окт 25 09:50:53 archlinux kernel: zhaoxin Shanghai
окт 25 09:50:53 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
окт 25 09:50:53 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
окт 25 09:50:53 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
окт 25 09:50:53 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
окт 25 09:50:53 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
окт 25 09:50:53 archlinux kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
окт 25 09:50:53 archlinux kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
окт 25 09:50:53 archlinux kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
окт 25 09:50:53 archlinux kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
окт 25 09:50:53 archlinux kernel: BIOS-provided physical RAM map:
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x000000008a845fff] usable
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x000000008a846000-0x000000008c0a8fff] reserved
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x000000008c0a9000-0x000000008c155fff] ACPI data
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x000000008c156000-0x000000008c5c2fff] ACPI NVS
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x000000008c5c3000-0x000000008cd0dfff] reserved
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x000000008cd0e000-0x000000008cd0efff] usable
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x000000008cd0f000-0x000000008fffffff] reserved
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
окт 25 09:50:53 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.013126] ACPI: SSDT 0x000000008C1110C0 001B1C (v02 LENOVO TC-M28 00001170 INTL 20160527)
[ 0.013129] ACPI: SSDT 0x000000008C112BE0 0031C6 (v02 LENOVO TC-M28 00001170 INTL 20160527)
[ 0.013132] ACPI: HPET 0x000000008C115DA8 000038 (v01 LENOVO TC-M28 00001170 01000013)
[ 0.013135] ACPI: SSDT 0x000000008C115DE0 000FAE (v02 LENOVO TC-M28 00001170 INTL 20160527)
[ 0.013138] ACPI: SSDT 0x000000008C116D90 003047 (v02 LENOVO TC-M28 00001170 INTL 20160527)
[ 0.013141] ACPI: UEFI 0x000000008C119DD8 000042 (v01 LENOVO TC-M28 00001170 01000013)
[ 0.013144] ACPI: LPIT 0x000000008C119E20 00005C (v01 LENOVO TC-M28 00001170 01000013)
[ 0.013147] ACPI: SSDT 0x000000008C119E80 0027DE (v02 LENOVO TC-M28 00001170 INTL 20160527)
[ 0.013150] ACPI: SSDT 0x000000008C11C660 0014E2 (v02 LENOVO TC-M28 00001170 INTL 20160527)
[ 0.013153] ACPI: DBGP 0x000000008C11DB48 000034 (v01 LENOVO TC-M28 00001170 01000013)
[ 0.013156] ACPI: DBG2 0x000000008C11DB80 000054 (v00 LENOVO TC-M28 00001170 01000013)
[ 0.013159] ACPI: SSDT 0x000000008C11DBD8 001B67 (v02 LENOVO TC-M28 00001170 INTL 20160527)
[ 0.013162] ACPI: DMAR 0x000000008C11F740 0000A8 (v01 LENOVO TC-M28 00001170 01000013)
[ 0.013165] ACPI: SSDT 0x000000008C11F7E8 000144 (v02 LENOVO TC-M28 00001170 INTL 20160527)
[ 0.013168] ACPI: NHLT 0x000000008C11F930 001783 (v00 LENOVO TC-M28 00001170 01000013)
[ 0.013171] ACPI: TPM2 0x000000008C1210B8 000034 (v04 LENOVO TC-M28 00001170 AMI 00000000)
[ 0.013174] ACPI: LUFT 0x000000008C1210F0 0349E2 (v01 LENOVO TC-M28 00001170 AMI 00010013)
[ 0.013177] ACPI: WSMT 0x000000008C155AD8 000028 (v01 LENOVO TC-M28 00001170 AMI 00010013)
[ 0.013180] ACPI: BGRT 0x000000008C155B00 000038 (v01 LENOVO TC-M28 00001170 AMI 00010013)
[ 0.013189] ACPI: Local APIC address 0xfee00000
[ 0.013413] No NUMA configuration found
[ 0.013415] Faking a node at [mem 0x0000000000000000-0x000000026dffffff]
[ 0.013418] NODE_DATA(0) allocated [mem 0x26dffa000-0x26dffdfff]
[ 0.013447] Zone ranges:
[ 0.013448] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.013450] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.013451] Normal [mem 0x0000000100000000-0x000000026dffffff]
[ 0.013452] Device empty
[ 0.013453] Movable zone start for each node
[ 0.013454] Early memory node ranges
[ 0.013455] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.013456] node 0: [mem 0x0000000000100000-0x000000008a845fff]
[ 0.013457] node 0: [mem 0x000000008cd0e000-0x000000008cd0efff]
[ 0.013458] node 0: [mem 0x0000000100000000-0x000000026dffffff]
[ 0.013901] Zeroed struct page in unavailable ranges: 30748 pages
[ 0.013902] Initmem setup node 0 [mem 0x0000000000001000-0x000000026dffffff]
[ 0.013904] On node 0 totalpages: 2066404
[ 0.013906] DMA zone: 64 pages used for memmap
[ 0.013907] DMA zone: 21 pages reserved
[ 0.013908] DMA zone: 3997 pages, LIFO batch:0
[ 0.013963] DMA32 zone: 8802 pages used for memmap
[ 0.013964] DMA32 zone: 563271 pages, LIFO batch:63
[ 0.022176] Normal zone: 23424 pages used for memmap
[ 0.022177] Normal zone: 1499136 pages, LIFO batch:63
[ 0.044061] Reserving Intel graphics memory at [mem 0x8e000000-0x8fffffff]
[ 0.044564] ACPI: PM-Timer IO Port: 0x1808
[ 0.044566] ACPI: Local APIC address 0xfee00000
[ 0.044573] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.044574] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.044575] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.044575] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.044622] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.044625] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.044626] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.044628] ACPI: IRQ0 used by override.
[ 0.044629] ACPI: IRQ9 used by override.
[ 0.044631] Using ACPI (MADT) for SMP configuration information
[ 0.044632] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.044636] TSC deadline timer available
[ 0.044638] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.044654] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.044656] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.044656] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.044657] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.044658] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.044659] PM: hibernation: Registered nosave memory: [mem 0x8a846000-0x8c0a8fff]
[ 0.044660] PM: hibernation: Registered nosave memory: [mem 0x8c0a9000-0x8c155fff]
[ 0.044661] PM: hibernation: Registered nosave memory: [mem 0x8c156000-0x8c5c2fff]
[ 0.044661] PM: hibernation: Registered nosave memory: [mem 0x8c5c3000-0x8cd0dfff]
[ 0.044663] PM: hibernation: Registered nosave memory: [mem 0x8cd0f000-0x8fffffff]
[ 0.044664] PM: hibernation: Registered nosave memory: [mem 0x90000000-0xdfffffff]
[ 0.044664] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.044665] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[ 0.044666] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.044666] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.044667] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.044668] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.044669] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[ 0.044669] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
[ 0.044670] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.044671] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.044671] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.044674] [mem 0x90000000-0xdfffffff] available for PCI devices
[ 0.044675] Booting paravirtualized kernel on bare hardware
[ 0.044678] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.051096] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[ 0.051349] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u524288
[ 0.051355] pcpu-alloc: s192512 r8192 d28672 u524288 alloc=1*2097152
[ 0.051356] pcpu-alloc: [0] 0 1 2 3
[ 0.051376] Built 1 zonelists, mobility grouping on. Total pages: 2034093
[ 0.051377] Policy zone: Normal
[ 0.051378] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=327b4457-5626-42f0-8ae1-addd7063fbce rw loglevel=3 quiet
[ 0.052228] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.052670] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.052724] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[ 0.094141] Memory: 8010392K/8265616K available (14339K kernel code, 1524K rwdata, 7928K rodata, 1656K init, 2928K bss, 254964K reserved, 0K cma-reserved)
[ 0.094150] random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
[ 0.094279] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.094293] ftrace: allocating 40871 entries in 160 pages
[ 0.111986] ftrace: allocated 160 pages with 2 groups
[ 0.112116] rcu: Preemptible hierarchical RCU implementation.
[ 0.112116] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.112117] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[ 0.112118] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.112119] Trampoline variant of Tasks RCU enabled.
[ 0.112120] Rude variant of Tasks RCU enabled.
[ 0.112121] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.112121] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.115883] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[ 0.116416] Console: colour dummy device 80x25
[ 0.116420] printk: console [tty0] enabled
[ 0.116439] ACPI: Core revision 20200717
[ 0.117157] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.117279] APIC: Switch to symmetric I/O mode setup
[ 0.117282] DMAR: Host address width 39
[ 0.117284] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.117290] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.117292] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.117297] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.117298] DMAR: RMRR base: 0x0000008b05a000 end: 0x0000008b079fff
[ 0.117299] DMAR: RMRR base: 0x0000008d800000 end: 0x0000008fffffff
[ 0.117302] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.117302] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.117303] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.119754] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.119756] x2apic enabled
[ 0.119781] Switched APIC routing to cluster x2apic.
[ 0.125738] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.140612] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x212717146a7, max_idle_ns: 440795291431 ns
[ 0.140618] Calibrating delay loop (skipped), value calculated using timer frequency.. 4601.60 BogoMIPS (lpj=7666560)
[ 0.140620] pid_max: default: 32768 minimum: 301
[ 0.140650] LSM: Security Framework initializing
[ 0.140655] Yama: becoming mindful.
[ 0.140700] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.140728] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.141039] mce: CPU0: Thermal monitoring enabled (TM1)
[ 0.141062] process: using mwait in idle threads
[ 0.141064] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.141065] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.141068] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.141070] Spectre V2 : Mitigation: Full generic retpoline
[ 0.141071] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.141071] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.141073] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.141073] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.141074] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.141076] SRBDS: Vulnerable: No microcode
[ 0.141077] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.141400] Freeing SMP alternatives memory: 32K
[ 0.143088] smpboot: CPU0: Intel(R) Core(TM) i3-8145U CPU @ 2.10GHz (family: 0x6, model: 0x8e, stepping: 0xb)
[ 0.143201] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.143212] ... version: 4
[ 0.143213] ... bit width: 48
[ 0.143214] ... generic registers: 4
[ 0.143215] ... value mask: 0000ffffffffffff
[ 0.143215] ... max period: 00007fffffffffff
[ 0.143216] ... fixed-purpose events: 3
[ 0.143217] ... event mask: 000000070000000f
[ 0.143271] rcu: Hierarchical SRCU implementation.
[ 0.143687] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.143746] smp: Bringing up secondary CPUs ...
[ 0.143875] x86: Booting SMP configuration:
[ 0.143877] .... node #0, CPUs: #1 #2
[ 0.143948] MDS CPU bug present and SMT on, data leak possible. See [url]https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html[/url] for more details.
[ 0.143948] #3
[ 0.143948] smp: Brought up 1 node, 4 CPUs
[ 0.143948] smpboot: Max logical packages: 1
[ 0.143948] smpboot: Total of 4 processors activated (18407.40 BogoMIPS)
[ 0.144226] devtmpfs: initialized
[ 0.144226] x86/mm: Memory block size: 128MB
[ 0.144754] PM: Registering ACPI NVS region [mem 0x8c156000-0x8c5c2fff] (4640768 bytes)
[ 0.144754] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.144754] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.144754] pinctrl core: initialized pinctrl subsystem
[ 0.144754] PM: RTC time: 21:43:16, date: 2020-12-09
[ 0.144754] NET: Registered protocol family 16
[ 0.144754] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.144754] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.144780] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.144792] audit: initializing netlink subsys (disabled)
[ 0.144808] audit: type=2000 audit(1607550196.023:1): state=initialized audit_enabled=0 res=1
[ 0.144808] thermal_sys: Registered thermal governor 'fair_share'
[ 0.144808] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.144808] thermal_sys: Registered thermal governor 'step_wise'
[ 0.144808] thermal_sys: Registered thermal governor 'user_space'
[ 0.144808] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.144808] cpuidle: using governor ladder
[ 0.144808] cpuidle: using governor menu
[ 0.144808] ACPI: bus type PCI registered
[ 0.144808] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.144808] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.144808] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.144808] PCI: Using configuration type 1 for base access
[ 0.144808] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.147821] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.147821] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.147821] ACPI: Added _OSI(Module Device)
[ 0.147821] ACPI: Added _OSI(Processor Device)
[ 0.147821] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.147821] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.147821] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.147821] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.147821] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.224848] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.GPLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.224855] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.224858] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.224860] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.TPLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.224863] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.224865] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.224867] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.GUPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.224870] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.224871] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.224873] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.TUPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.224876] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.224877] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.224915] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.224919] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.224920] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.224922] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.224925] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.224927] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.226356] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.226360] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.226362] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.226364] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.226367] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.226368] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.227785] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.227789] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.227790] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.227792] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.227795] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.227796] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.229213] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.229217] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.229219] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.229221] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.229223] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.229225] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.230635] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.230639] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.230640] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.230642] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.230645] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.230646] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.232054] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.232058] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.232059] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.232061] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.232064] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.232065] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.233479] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.233483] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.233484] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.233486] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.233489] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.233490] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.234900] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.234903] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.234905] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.234907] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.234909] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.234911] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.236325] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.236329] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.236330] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.236332] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.236335] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.236336] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.237746] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.237749] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.237751] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.237753] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.237755] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.237757] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239296] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR1._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239300] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239301] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239303] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR1._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239306] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239307] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239311] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR2._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239314] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239315] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239317] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR2._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239320] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239321] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239362] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239365] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239367] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239369] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239371] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239373] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239413] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239416] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239417] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239419] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239422] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239423] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239463] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239466] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239468] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239469] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239472] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239473] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239513] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239516] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239518] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239519] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239522] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239523] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239563] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239566] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239568] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239569] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239572] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239573] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239613] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239616] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239617] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.239619] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20200717/dswload2-326)
[ 0.239622] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200717/psobject-220)
[ 0.239623] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.242512] ACPI: 9 ACPI AML tables successfully acquired and loaded
[ 0.253736] ACPI: Dynamic OEM Table Load:
[ 0.253743] ACPI: SSDT 0xFFFF9385A479CB00 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20160527)
[ 0.256021] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[ 0.258654] ACPI: Dynamic OEM Table Load:
[ 0.258660] ACPI: SSDT 0xFFFF9385A439B400 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
[ 0.261126] ACPI: Dynamic OEM Table Load:
[ 0.261132] ACPI: SSDT 0xFFFF9385A4784800 0005A2 (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
[ 0.263719] ACPI: Dynamic OEM Table Load:
[ 0.263723] ACPI: SSDT 0xFFFF9385A3CB6600 00011B (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
[ 0.266034] ACPI: Dynamic OEM Table Load:
[ 0.266040] ACPI: SSDT 0xFFFF9385A4786800 000724 (v02 PmRef HwpLvt 00003000 INTL 20160527)
[ 0.268770] ACPI: Dynamic OEM Table Load:
[ 0.268776] ACPI: SSDT 0xFFFF9385A4780000 0005FC (v02 PmRef ApIst 00003000 INTL 20160527)
[ 0.271356] ACPI: Dynamic OEM Table Load:
[ 0.271362] ACPI: SSDT 0xFFFF9385A4398000 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
[ 0.273948] ACPI: Dynamic OEM Table Load:
[ 0.273958] ACPI: SSDT 0xFFFF9385A4393000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20160527)
[ 0.277398] ACPI: Dynamic OEM Table Load:
[ 0.277404] ACPI: SSDT 0xFFFF9385A439BC00 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
[ 0.284736] ACPI: Interpreter enabled
[ 0.284792] ACPI: (supports S0 S3 S4 S5)
[ 0.284793] ACPI: Using IOAPIC for interrupt routing
[ 0.284849] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.286906] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 0.298805] ACPI: Power Resource [WRST] (on)
[ 0.299239] ACPI: Power Resource [DRST] (on)
[ 0.309636] ACPI: Power Resource [USBC] (on)
[ 0.315196] ACPI: Power Resource [V0PR] (on)
[ 0.315851] ACPI: Power Resource [V1PR] (on)
[ 0.316492] ACPI: Power Resource [V2PR] (on)
[ 0.325774] ACPI: Power Resource [WRST] (on)
[ 0.334197] ACPI: Power Resource [FN00] (off)
[ 0.334342] ACPI: Power Resource [FN01] (off)
[ 0.334483] ACPI: Power Resource [FN02] (off)
[ 0.334622] ACPI: Power Resource [FN03] (off)
[ 0.334761] ACPI: Power Resource [FN04] (off)
[ 0.335918] ACPI: Power Resource [PIN] (off)
[ 0.336922] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.336930] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.339749] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.341269] PCI host bridge to bus 0000:00
[ 0.341271] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.341273] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.341274] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.341275] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
[ 0.341276] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[ 0.341278] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.341300] pci 0000:00:00.0: [8086:3e35] type 00 class 0x060000
[ 0.341965] pci 0000:00:02.0: [8086:3ea0] type 00 class 0x030000
[ 0.341977] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit]
[ 0.341984] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[ 0.341990] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
[ 0.342293] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[ 0.342308] pci 0000:00:08.0: reg 0x10: [mem 0xa1421000-0xa1421fff 64bit]
[ 0.342587] pci 0000:00:12.0: [8086:9df9] type 00 class 0x118000
[ 0.342609] pci 0000:00:12.0: reg 0x10: [mem 0xa1420000-0xa1420fff 64bit]
[ 0.342896] pci 0000:00:14.0: [8086:9ded] type 00 class 0x0c0330
[ 0.342913] pci 0000:00:14.0: reg 0x10: [mem 0xa1400000-0xa140ffff 64bit]
[ 0.342987] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.344054] pci 0000:00:14.2: [8086:9def] type 00 class 0x050000
[ 0.344075] pci 0000:00:14.2: reg 0x10: [mem 0xa1416000-0xa1417fff 64bit]
[ 0.344090] pci 0000:00:14.2: reg 0x18: [mem 0xa141f000-0xa141ffff 64bit]
[ 0.344431] pci 0000:00:15.0: [8086:9de8] type 00 class 0x0c8000
[ 0.344525] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.345219] pci 0000:00:15.1: [8086:9de9] type 00 class 0x0c8000
[ 0.345309] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.345945] pci 0000:00:16.0: [8086:9de0] type 00 class 0x078000
[ 0.345970] pci 0000:00:16.0: reg 0x10: [mem 0xa141c000-0xa141cfff 64bit]
[ 0.346072] pci 0000:00:16.0: PME# supported from D3hot
[ 0.346500] pci 0000:00:17.0: [8086:9dd3] type 00 class 0x010601
[ 0.346516] pci 0000:00:17.0: reg 0x10: [mem 0xa1414000-0xa1415fff]
[ 0.346525] pci 0000:00:17.0: reg 0x14: [mem 0xa141b000-0xa141b0ff]
[ 0.346535] pci 0000:00:17.0: reg 0x18: [io 0x4090-0x4097]
[ 0.346545] pci 0000:00:17.0: reg 0x1c: [io 0x4080-0x4083]
[ 0.346554] pci 0000:00:17.0: reg 0x20: [io 0x4060-0x407f]
[ 0.346564] pci 0000:00:17.0: reg 0x24: [mem 0xa141a000-0xa141a7ff]
[ 0.346617] pci 0000:00:17.0: PME# supported from D3hot
[ 0.347064] pci 0000:00:19.0: [8086:9dc5] type 00 class 0x0c8000
[ 0.347158] pci 0000:00:19.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.347854] pci 0000:00:1d.0: [8086:9db0] type 01 class 0x060400
[ 0.347945] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.347971] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[ 0.348520] pci 0000:00:1d.1: [8086:9db1] type 01 class 0x060400
[ 0.348611] pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
[ 0.348637] pci 0000:00:1d.1: PTM enabled (root), 4ns granularity
[ 0.349205] pci 0000:00:1d.4: [8086:9db4] type 01 class 0x060400
[ 0.349296] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[ 0.349321] pci 0000:00:1d.4: PTM enabled (root), 4ns granularity
[ 0.349897] pci 0000:00:1f.0: [8086:9d84] type 00 class 0x060100
[ 0.350460] pci 0000:00:1f.3: [8086:9dc8] type 00 class 0x040300
[ 0.350517] pci 0000:00:1f.3: reg 0x10: [mem 0xa1410000-0xa1413fff 64bit]
[ 0.350601] pci 0000:00:1f.3: reg 0x20: [mem 0xa1000000-0xa10fffff 64bit]
[ 0.350740] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.352688] pci 0000:00:1f.4: [8086:9da3] type 00 class 0x0c0500
[ 0.352715] pci 0000:00:1f.4: reg 0x10: [mem 0xa1418000-0xa14180ff 64bit]
[ 0.352747] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.353081] pci 0000:00:1f.5: [8086:9da4] type 00 class 0x0c8000
[ 0.353098] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 0.353704] pci 0000:01:00.0: [8086:3166] type 00 class 0x028000
[ 0.353791] pci 0000:01:00.0: reg 0x10: [mem 0xa1300000-0xa1301fff 64bit]
[ 0.354266] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.355064] pci 0000:00:1d.0: PCI bridge to [bus 01]
[ 0.355069] pci 0000:00:1d.0: bridge window [mem 0xa1300000-0xa13fffff]
[ 0.355195] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.355216] pci 0000:02:00.0: reg 0x10: [io 0x3000-0x30ff]
[ 0.355245] pci 0000:02:00.0: reg 0x18: [mem 0xa1204000-0xa1204fff 64bit]
[ 0.355263] pci 0000:02:00.0: reg 0x20: [mem 0xa1200000-0xa1203fff 64bit]
[ 0.355377] pci 0000:02:00.0: supports D1 D2
[ 0.355378] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.355575] pci 0000:00:1d.1: PCI bridge to [bus 02]
[ 0.355578] pci 0000:00:1d.1: bridge window [io 0x3000-0x3fff]
[ 0.355581] pci 0000:00:1d.1: bridge window [mem 0xa1200000-0xa12fffff]
[ 0.355695] pci 0000:03:00.0: [1c5c:1627] type 00 class 0x010802
[ 0.355717] pci 0000:03:00.0: reg 0x10: [mem 0xa1100000-0xa1103fff 64bit]
[ 0.355727] pci 0000:03:00.0: reg 0x18: [mem 0xa1105000-0xa1105fff]
[ 0.355737] pci 0000:03:00.0: reg 0x1c: [mem 0xa1104000-0xa1104fff]
[ 0.356023] pci 0000:00:1d.4: PCI bridge to [bus 03]
[ 0.356027] pci 0000:00:1d.4: bridge window [mem 0xa1100000-0xa11fffff]
[ 0.359756] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0
[ 0.359892] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *1
[ 0.360022] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0
[ 0.360151] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0
[ 0.360280] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0
[ 0.360409] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0
[ 0.360538] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0
[ 0.360684] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0
[ 0.361932] iommu: Default domain type: Translated
[ 0.361947] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.361947] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.361947] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.361947] vgaarb: loaded
[ 0.361947] SCSI subsystem initialized
[ 0.361947] libata version 3.00 loaded.
[ 0.361947] ACPI: bus type USB registered
[ 0.361947] usbcore: registered new interface driver usbfs
[ 0.361947] usbcore: registered new interface driver hub
[ 0.361947] usbcore: registered new device driver usb
[ 0.361947] pps_core: LinuxPPS API ver. 1 registered
[ 0.361947] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.361947] PTP clock support registered
[ 0.361947] EDAC MC: Ver: 3.0.0
[ 0.364115] NetLabel: Initializing
[ 0.364116] NetLabel: domain hash size = 128
[ 0.364117] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.364134] NetLabel: unlabeled traffic allowed by default
[ 0.364136] PCI: Using ACPI for IRQ routing
[ 0.408808] PCI: pci_cache_line_size set to 64 bytes
[ 0.409351] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[ 0.409352] e820: reserve RAM buffer [mem 0x8a846000-0x8bffffff]
[ 0.409353] e820: reserve RAM buffer [mem 0x8cd0f000-0x8fffffff]
[ 0.409354] e820: reserve RAM buffer [mem 0x26e000000-0x26fffffff]
[ 0.409359] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.409359] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.411691] clocksource: Switched to clocksource tsc-early
[ 0.424249] VFS: Disk quotas dquot_6.6.0
[ 0.424265] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.424369] pnp: PnP ACPI init
[ 0.424516] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
[ 0.424523] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.424923] system 00:01: [io 0x0a00-0x0a0f] has been reserved
[ 0.424924] system 00:01: [io 0x0a10-0x0a1f] has been reserved
[ 0.424926] system 00:01: [io 0x0a20-0x0a2f] has been reserved
[ 0.424930] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.425480] pnp 00:02: [dma 0 disabled]
[ 0.425529] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.426045] pnp 00:03: [dma 0 disabled]
[ 0.426091] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.426254] system 00:04: [io 0x0680-0x069f] has been reserved
[ 0.426256] system 00:04: [io 0x164e-0x164f] has been reserved
[ 0.426260] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.426433] system 00:05: [io 0x1854-0x1857] has been reserved
[ 0.426437] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.426751] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.426752] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.426754] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.426755] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.426756] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.426758] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.426760] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.426761] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.426765] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.427096] system 00:07: [io 0x1800-0x18fe] could not be reserved
[ 0.427098] system 00:07: [mem 0xfd000000-0xfd69ffff] has been reserved
[ 0.427099] system 00:07: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[ 0.427101] system 00:07: [mem 0xfd6f0000-0xfdffffff] has been reserved
[ 0.427102] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.427104] system 00:07: [mem 0xfe200000-0xfe7fffff] has been reserved
[ 0.427105] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[ 0.427109] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.427563] system 00:08: [io 0x2000-0x20fe] has been reserved
[ 0.427567] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.429221] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.430977] pnp: PnP ACPI: found 10 devices
[ 0.436937] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.437001] NET: Registered protocol family 2
[ 0.437182] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.437234] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.437395] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.437487] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.437547] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[ 0.437585] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.437613] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.437694] NET: Registered protocol family 1
[ 0.437700] NET: Registered protocol family 44
[ 0.437742] pci 0000:00:15.0: BAR 0: assigned [mem 0xa1419000-0xa1419fff 64bit]
[ 0.437837] pci 0000:00:15.1: BAR 0: assigned [mem 0xa141d000-0xa141dfff 64bit]
[ 0.437894] pci 0000:00:19.0: BAR 0: assigned [mem 0xa141e000-0xa141efff 64bit]
[ 0.437952] pci 0000:00:1d.0: PCI bridge to [bus 01]
[ 0.437956] pci 0000:00:1d.0: bridge window [mem 0xa1300000-0xa13fffff]
[ 0.437963] pci 0000:00:1d.1: PCI bridge to [bus 02]
[ 0.437965] pci 0000:00:1d.1: bridge window [io 0x3000-0x3fff]
[ 0.437968] pci 0000:00:1d.1: bridge window [mem 0xa1200000-0xa12fffff]
[ 0.437975] pci 0000:00:1d.4: PCI bridge to [bus 03]
[ 0.437979] pci 0000:00:1d.4: bridge window [mem 0xa1100000-0xa11fffff]
[ 0.437987] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.437988] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.437990] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.437991] pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
[ 0.437992] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[ 0.437994] pci_bus 0000:01: resource 1 [mem 0xa1300000-0xa13fffff]
[ 0.437995] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
[ 0.437996] pci_bus 0000:02: resource 1 [mem 0xa1200000-0xa12fffff]
[ 0.437998] pci_bus 0000:03: resource 1 [mem 0xa1100000-0xa11fffff]
[ 0.438255] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.439001] PCI: CLS 64 bytes, default 64
[ 0.439040] Trying to unpack rootfs image as initramfs...
[ 0.615609] Freeing initrd memory: 9760K
[ 0.615660] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.615662] software IO TLB: mapped [mem 0x86846000-0x8a846000] (64MB)
[ 0.615770] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.615855] check: Scanning for low memory corruption every 60 seconds
[ 0.616239] Initialise system trusted keyrings
[ 0.616248] Key type blacklist registered
[ 0.616305] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[ 0.617662] zbud: loaded
[ 0.629178] Key type asymmetric registered
[ 0.629179] Asymmetric key parser 'x509' registered
[ 0.629187] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.629235] io scheduler mq-deadline registered
[ 0.629237] io scheduler kyber registered
[ 0.629265] io scheduler bfq registered
[ 0.631832] pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
[ 0.631899] pcieport 0000:00:1d.0: AER: enabled with IRQ 122
[ 0.631943] pcieport 0000:00:1d.0: DPC: enabled with IRQ 122
[ 0.631945] pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.632262] pcieport 0000:00:1d.1: PME: Signaling with IRQ 123
[ 0.632320] pcieport 0000:00:1d.1: AER: enabled with IRQ 123
[ 0.632362] pcieport 0000:00:1d.1: DPC: enabled with IRQ 123
[ 0.632364] pcieport 0000:00:1d.1: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.632650] pcieport 0000:00:1d.4: PME: Signaling with IRQ 124
[ 0.632711] pcieport 0000:00:1d.4: AER: enabled with IRQ 124
[ 0.632754] pcieport 0000:00:1d.4: DPC: enabled with IRQ 124
[ 0.632759] pcieport 0000:00:1d.4: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.632863] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.632954] vesafb: mode is 1366x768x32, linelength=5504, pages=0
[ 0.632955] vesafb: scrolling: redraw
[ 0.632957] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.632982] vesafb: framebuffer at 0x90000000, mapped to 0x00000000d9ecded6, using 4160k, total 4160k
[ 0.633019] fbcon: Deferring console take-over
[ 0.633020] fb0: VESA VGA frame buffer device
[ 0.633035] intel_idle: MWAIT substates: 0x11142120
[ 0.633036] intel_idle: v0.5.1 model 0x8E
[ 0.633313] intel_idle: Local APIC timer is reliable in all C-states
[ 0.633424] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 0.633447] ACPI: Sleep Button [SLPB]
[ 0.633479] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.633497] ACPI: Power Button [PWRB]
[ 0.633532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.637375] ACPI: Power Button [PWRF]
[ 0.639497] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.639498] ACPI: Thermal Zone [TZ00] (28 C)
[ 0.639866] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.640359] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.643081] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 0.646037] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 0.646038] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[ 0.647165] nvme nvme0: pci function 0000:03:00.0
[ 0.647203] ahci 0000:00:17.0: version 3.0
[ 0.647583] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[ 0.647585] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst
[ 0.647934] scsi host0: ahci
[ 0.648003] ata1: SATA max UDMA/133 abar m2048@0xa141a000 port 0xa141a100 irq 126
[ 0.648044] usbcore: registered new interface driver usbserial_generic
[ 0.648048] usbserial: USB Serial support registered for generic
[ 0.648097] rtc_cmos rtc_cmos: RTC can wake from S4
[ 0.649062] rtc_cmos rtc_cmos: registered as rtc0
[ 0.649278] rtc_cmos rtc_cmos: setting system clock to 2020-12-09T21:43:16 UTC (1607550196)
[ 0.649293] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.649361] intel_pstate: Intel P-state driver initializing
[ 0.649838] intel_pstate: HWP enabled
[ 0.649879] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.649936] intel_pmc_core INT33A1:00: initialized
[ 0.650021] drop_monitor: Initializing network drop monitor service
[ 0.650168] NET: Registered protocol family 10
[ 0.655043] Segment Routing with IPv6
[ 0.655045] RPL Segment Routing with IPv6
[ 0.655069] NET: Registered protocol family 17
[ 0.655370] microcode: sig=0x806eb, pf=0x80, revision=0x9a
[ 0.655415] microcode: Microcode Update Driver: v2.2.
[ 0.655419] IPI shorthand broadcast: enabled
[ 0.655426] sched_clock: Marking stable (651127390, 4283574)->(661529171, -6118207)
[ 0.655491] registered taskstats version 1
[ 0.655500] Loading compiled-in X.509 certificates
[ 0.657975] Loaded X.509 cert 'Build time autogenerated kernel key: 5f951f0daae5f3e2bfcb6a33cbdff94eb45f2cb2'
[ 0.658096] zswap: loaded using pool lz4/z3fold
[ 0.658199] Key type ._fscrypt registered
[ 0.658199] Key type .fscrypt registered
[ 0.658200] Key type fscrypt-provisioning registered
[ 0.660605] PM: Magic number: 0:626:752
[ 0.660613] tty ttyS3: hash matches
[ 0.660822] RAS: Correctable Errors collector initialized.
[ 0.747281] nvme nvme0: missing or invalid SUBNQN field.
[ 0.795279] nvme nvme0: 4/0/0 default/read/poll queues
[ 0.802401] nvme0n1: p1 p2 p3
[ 0.964150] ata1: SATA link down (SStatus 4 SControl 300)
[ 0.967168] Freeing unused decrypted memory: 2040K
[ 0.967727] Freeing unused kernel image (initmem) memory: 1656K
[ 0.967731] Write protecting the kernel read-only data: 24576k
[ 0.968784] Freeing unused kernel image (text/rodata gap) memory: 2044K
[ 0.968983] Freeing unused kernel image (rodata/data gap) memory: 264K
[ 1.036874] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.036877] Run /init as init process
[ 1.036878] with arguments:
[ 1.036879] /init
[ 1.036879] with environment:
[ 1.036880] HOME=/
[ 1.036880] TERM=linux
[ 1.036881] BOOT_IMAGE=/boot/vmlinuz-linux
[ 1.047446] fbcon: Taking over console
[ 1.047495] Console: switching to colour frame buffer device 170x48
[ 1.170962] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.170968] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.172080] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[ 1.172084] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.172262] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[ 1.172263] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.172265] usb usb1: Product: xHCI Host Controller
[ 1.172266] usb usb1: Manufacturer: Linux 5.9.3-arch1-1 xhci-hcd
[ 1.172267] usb usb1: SerialNumber: 0000:00:14.0
[ 1.172388] hub 1-0:1.0: USB hub found
[ 1.172406] hub 1-0:1.0: 12 ports detected
[ 1.174125] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.174129] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.174132] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.174168] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[ 1.174169] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.174170] usb usb2: Product: xHCI Host Controller
[ 1.174171] usb usb2: Manufacturer: Linux 5.9.3-arch1-1 xhci-hcd
[ 1.174172] usb usb2: SerialNumber: 0000:00:14.0
[ 1.174263] hub 2-0:1.0: USB hub found
[ 1.174274] hub 2-0:1.0: 6 ports detected
[ 1.174514] usb: port power management may be unreliable
[ 1.228988] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.240909] random: fast init done
[ 1.330922] systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 1.347673] systemd[1]: Detected architecture x86-64.
[ 1.402376] systemd[1]: Set hostname to <arch>.
[ 1.500695] usb 1-3: new low-speed USB device number 2 using xhci_hcd
[ 1.518650] systemd[1]: Queued start job for default target Graphical Interface.
[ 1.519381] systemd[1]: Created slice system-getty.slice.
[ 1.519526] systemd[1]: Created slice system-modprobe.slice.
[ 1.519645] systemd[1]: Created slice system-uwsgi.slice.
[ 1.519787] systemd[1]: Created slice User and Session Slice.
[ 1.519819] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 1.519841] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 1.519936] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 1.519953] systemd[1]: Reached target Local Encrypted Volumes.
[ 1.519959] systemd[1]: Reached target Login Prompts.
[ 1.519971] systemd[1]: Reached target Paths.
[ 1.519979] systemd[1]: Reached target Remote File Systems.
[ 1.519983] systemd[1]: Reached target Slices.
[ 1.520026] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 1.520080] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 1.520117] systemd[1]: Listening on LVM2 poll daemon socket.
[ 1.521192] systemd[1]: Listening on Process Core Dump Socket.
[ 1.521271] systemd[1]: Listening on Journal Audit Socket.
[ 1.521317] systemd[1]: Listening on Journal Socket (/dev/log).
[ 1.521371] systemd[1]: Listening on Journal Socket.
[ 1.521426] systemd[1]: Listening on udev Control Socket.
[ 1.521464] systemd[1]: Listening on udev Kernel Socket.
[ 1.522025] systemd[1]: Mounting Huge Pages File System...
[ 1.522578] systemd[1]: Mounting POSIX Message Queue File System...
[ 1.523156] systemd[1]: Mounting Kernel Debug File System...
[ 1.523924] systemd[1]: Mounting Kernel Trace File System...
[ 1.524860] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 1.525595] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 1.526293] systemd[1]: Starting Load Kernel Module drm...
[ 1.526563] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 1.526607] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 1.527920] systemd[1]: Starting Journal Service...
[ 1.528246] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[ 1.528358] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[ 1.529154] systemd[1]: Mounting Kernel Configuration File System...
[ 1.529880] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 1.529930] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[ 1.530599] systemd[1]: Starting Apply Kernel Variables...
[ 1.531327] systemd[1]: Starting Coldplug All udev Devices...
[ 1.532591] systemd[1]: Mounted Huge Pages File System.
[ 1.532704] systemd[1]: Mounted POSIX Message Queue File System.
[ 1.532803] systemd[1]: Mounted Kernel Debug File System.
[ 1.532907] systemd[1]: Mounted Kernel Trace File System.
[ 1.532911] Linux agpgart interface v0.103
[ 1.533329] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 1.533493] systemd[1]: Mounted Kernel Configuration File System.
[ 1.536960] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null)
[ 1.538110] random: lvm: uninitialized urandom read (4 bytes read)
[ 1.540779] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 1.540949] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 1.551150] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 1.551936] systemd[1]: Starting Load/Save Random Seed...
[ 1.551995] systemd[1]: Condition check resulted in Create System Users being skipped.
[ 1.552664] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 1.553203] systemd[1]: Finished Apply Kernel Variables.
[ 1.566573] systemd[1]: modprobe@drm.service: Succeeded.
[ 1.566868] systemd[1]: Finished Load Kernel Module drm.
[ 1.574593] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 1.575733] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 1.591553] systemd[1]: Finished Coldplug All udev Devices.
[ 1.640640] tsc: Refined TSC clocksource calibration: 2304.021 MHz
[ 1.640644] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x21360bb6b6c, max_idle_ns: 440795227862 ns
[ 1.640655] clocksource: Switched to clocksource tsc
[ 1.664802] usb 1-3: New USB device found, idVendor=17ef, idProduct=608c, bcdDevice= 2.18
[ 1.664803] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.664804] usb 1-3: Product: Lenovo Calliope USB Keyboard
[ 1.664805] usb 1-3: Manufacturer: Lenovo
[ 1.764238] systemd[1]: Started Journal Service.
[ 1.764317] audit: type=1130 audit(1607550197.611:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.787297] usb 1-4: new low-speed USB device number 3 using xhci_hcd
[ 1.816303] audit: type=1130 audit(1607550197.661:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.817016] audit: type=1130 audit(1607550197.661:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.934253] usb 1-4: New USB device found, idVendor=17ef, idProduct=608d, bcdDevice= 1.00
[ 1.934255] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.934256] usb 1-4: Product: Lenovo USB Optical Mouse
[ 1.934257] usb 1-4: Manufacturer: PixArt
[ 1.955801] audit: type=1130 audit(1607550197.801:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.057297] usb 1-10: new full-speed USB device number 4 using xhci_hcd
[ 2.145496] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 2.145726] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 2.155636] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 2.155965] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 2.163776] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ 2.164017] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 2.170886] intel-lpss 0000:00:19.0: enabling device (0000 -> 0002)
[ 2.198253] usb 1-10: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.01
[ 2.198255] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.250684] Adding 2097148k swap on /dev/nvme0n1p1. Priority:-2 extents:1 across:2097148k SSFS
[ 2.307722] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 2.334171] libphy: Fixed MDIO Bus: probed
[ 2.351742] audit: type=1130 audit(1607550198.198:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.364440] audit: type=1130 audit(1607550198.211:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.370397] audit: type=1127 audit(1607550198.214:8): pid=264 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ 2.372880] audit: type=1130 audit(1607550198.218:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.376106] audit: type=1130 audit(1607550198.221:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.385626] random: dhcpcd: uninitialized urandom read (112 bytes read)
[ 2.388135] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[ 2.406688] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 2.406690] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 2.406691] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 2.406691] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 2.406692] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 2.406692] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 2.413695] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 2.429737] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 2.429783] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 2.431660] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 2.431801] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 2.431802] cfg80211: failed to load regulatory.db
[ 2.443473] cryptd: max_cpu_qlen set to 1000
[ 2.451080] i2c i2c-3: 1/2 memory slots populated (from DMI)
[ 2.451779] i2c i2c-3: Successfully instantiated SPD at 0x50
[ 2.488075] AVX2 version of gcm_enc/dec engaged.
[ 2.488076] AES CTR mode by8 optimization enabled
[ 2.543116] hid: raw HID events driver (C) Jiri Kosina
[ 2.590242] libphy: r8169: probed
[ 2.590415] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 98:fa:9b:20:60:9a, XID 541, IRQ 133
[ 2.590416] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[ 2.679488] Intel(R) Wireless WiFi driver for Linux
[ 2.699182] iwlwifi 0000:01:00.0: loaded firmware version 29.198743027.0 7265D-29.ucode op_mode iwlmvm
[ 2.712445] usbcore: registered new interface driver usbhid
[ 2.712447] usbhid: USB HID core driver
[ 2.741402] 8021q: 802.1Q VLAN Support v1.8
[ 2.767990] iTCO_vendor_support: vendor-support=0
[ 2.841016] r8169 0000:02:00.0 enp2s0: renamed from eth0
[ 2.981364] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 2.981417] iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[ 2.981645] input: Lenovo Lenovo Calliope USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:17EF:608C.0001/input/input4
[ 2.981930] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 2.983996] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 3.002669] checking generic (90000000 410000) vs hw (a0000000 1000000)
[ 3.002671] checking generic (90000000 410000) vs hw (90000000 10000000)
[ 3.002672] fb0: switching to inteldrmfb from VESA VGA
[ 3.003184] Console: switching to colour dummy device 80x25
[ 3.003271] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 3.003905] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 3165, REV=0x210
[ 3.007176] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 3.008292] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 3.009409] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[ 3.025317] iwlwifi 0000:01:00.0: base HW address: a4:c3:f0:8a:b1:6e
[ 3.038991] hid-generic 0003:17EF:608C.0001: input,hidraw0: USB HID v1.11 Keyboard [Lenovo Lenovo Calliope USB Keyboard] on usb-0000:00:14.0-3/input0
[ 3.039150] input: Lenovo Lenovo Calliope USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:17EF:608C.0002/input/input5
[ 3.047320] urandom_read: 4 callbacks suppressed
[ 3.047322] random: nm-dispatcher: uninitialized urandom read (48 bytes read)
[ 3.063993] 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)
[ 3.094050] input: Lenovo Lenovo Calliope USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:17EF:608C.0002/input/input6
[ 3.094276] hid-generic 0003:17EF:608C.0002: input,hidraw1: USB HID v1.11 Device [Lenovo Lenovo Calliope USB Keyboard] on usb-0000:00:14.0-3/input1
[ 3.094390] input: PixArt Lenovo USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:17EF:608D.0003/input/input7
[ 3.094692] hid-generic 0003:17EF:608D.0003: input,hidraw2: USB HID v1.11 Mouse [PixArt Lenovo USB Optical Mouse] on usb-0000:00:14.0-4/input0
[ 3.140884] mousedev: PS/2 mouse device common for all mice
[ 3.237302] random: crng init done
[ 3.241048] Bluetooth: Core ver 2.22
[ 3.241065] NET: Registered protocol family 31
[ 3.241066] Bluetooth: HCI device and connection manager initialized
[ 3.241069] Bluetooth: HCI socket layer initialized
[ 3.241072] Bluetooth: L2CAP socket layer initialized
[ 3.241075] Bluetooth: SCO socket layer initialized
[ 3.277666] r8169 0000:02:00.0 enp2s0: Link is Down
[ 3.284034] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 3.284748] thermal thermal_zone2: failed to read out thermal zone (-61)
[ 3.292560] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
[ 3.306686] usbcore: registered new interface driver btusb
[ 3.322659] Bluetooth: hci0: read Intel version: 370810011003110e32
[ 3.322661] Bluetooth: hci0: Intel device is already patched. patch num: 32
[ 3.348130] i915 0000:00:02.0: [drm] failed to retrieve link info, disabling eDP
[ 3.380686] [drm] Initialized i915 1.6.0 20200715 for 0000:00:02.0 on minor 0
[ 3.383028] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 3.384076] acpi device:0f: registered as cooling_device10
[ 3.384183] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
[ 3.384819] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 3.420669] fbcon: i915drmfb (fb0) is primary device
[ 3.420747] Console: switching to colour frame buffer device 170x48
[ 3.420753] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 3.442875] intel_rapl_common: Found RAPL domain package
[ 3.442878] intel_rapl_common: Found RAPL domain core
[ 3.442879] intel_rapl_common: Found RAPL domain uncore
[ 3.442880] intel_rapl_common: Found RAPL domain dram
[ 3.465791] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 3.465793] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 3.465794] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 3.465795] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 3.465795] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 3.465796] snd_hda_codec_realtek hdaudioC0D0: Mic=0x1a
[ 3.465797] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
[ 3.751933] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[ 3.751982] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[ 3.752034] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 3.752076] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 3.752173] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 3.752212] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 3.752254] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 3.752295] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 4.922675] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 4.922684] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[ 8.347029] kauditd_printk_skb: 16 callbacks suppressed
[ 8.347034] audit: type=1131 audit(1607550204.191:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.017934] audit: type=1131 audit(1607550208.864:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.301013] audit: type=1100 audit(1607550209.148:29): pid=442 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="roman" exe="/usr/lib/lxdm/lxdm-session" hostname=? addr=? terminal=? res=success'
[ 13.302394] audit: type=1101 audit(1607550209.148:30): pid=442 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="roman" exe="/usr/lib/lxdm/lxdm-session" hostname=? addr=? terminal=? res=success'
[ 13.305669] audit: type=1006 audit(1607550209.151:31): pid=442 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 13.321465] audit: type=1130 audit(1607550209.168:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.327782] audit: type=1101 audit(1607550209.174:33): pid=444 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="roman" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.327812] audit: type=1103 audit(1607550209.174:34): pid=444 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="roman" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 13.327861] audit: type=1006 audit(1607550209.174:35): pid=444 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 13.328788] audit: type=1105 audit(1607550209.174:36): pid=444 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="roman" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.385994] kauditd_printk_skb: 2 callbacks suppressed
[ 13.385995] audit: type=1130 audit(1607550209.231:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.388924] audit: type=1105 audit(1607550209.234:40): pid=442 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="roman" exe="/usr/lib/lxdm/lxdm-session" hostname=arch addr=? terminal=tty1 res=success'
[ 13.726554] audit: type=1130 audit(1607550209.571:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 14.330800] audit: type=1334 audit(1607550210.178:42): prog-id=12 op=LOAD
[ 14.331390] audit: type=1334 audit(1607550210.178:43): prog-id=13 op=LOAD
[ 14.786535] audit: type=1130 audit(1607550210.631:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 14.792874] audit: type=1130 audit(1607550210.638:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 14.874320] audit: type=1105 audit(1607550210.721:46): pid=610 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 20.497949] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 20.526384] usb 2-1: New USB device found, idVendor=8564, idProduct=1000, bcdDevice=11.00
[ 20.526391] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 20.526395] usb 2-1: Product: Mass Storage Device
[ 20.526399] usb 2-1: Manufacturer: JetFlash
[ 20.526402] usb 2-1: SerialNumber: 010K4I8DNTVFXERC
[ 20.549118] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 20.549632] scsi host1: usb-storage 2-1:1.0
[ 20.550050] usbcore: registered new interface driver usb-storage
[ 20.553120] usbcore: registered new interface driver uas
[ 21.916851] scsi 1:0:0:0: Direct-Access JetFlash Transcend 64GB 1100 PQ: 0 ANSI: 6
[ 21.918507] sd 1:0:0:0: [sda] 118110208 512-byte logical blocks: (60.5 GB/56.3 GiB)
[ 21.919143] sd 1:0:0:0: [sda] Write Protect is off
[ 21.919152] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 21.919675] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 21.952777] sda: sda1
[ 21.955992] sd 1:0:0:0: [sda] Attached SCSI removable disk
[ 33.038325] audit: type=1131 audit(1607550228.884:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 33.095688] audit: type=1334 audit(1607550228.941:48): prog-id=10 op=UNLOAD
[ 33.095702] audit: type=1334 audit(1607550228.941:49): prog-id=9 op=UNLOADLast edited by V1del (2020-12-10 08:25:58)
Offline
Please use code tags for commands and their outputs.
Was the device you connected the JetFlash Transcend 64GB:
[ 20.497949] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 20.526384] usb 2-1: New USB device found, idVendor=8564, idProduct=1000, bcdDevice=11.00
[ 20.526391] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 20.526395] usb 2-1: Product: Mass Storage Device
[ 20.526399] usb 2-1: Manufacturer: JetFlash
[ 20.526402] usb 2-1: SerialNumber: 010K4I8DNTVFXERC
[ 20.549118] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 20.549632] scsi host1: usb-storage 2-1:1.0
[ 20.550050] usbcore: registered new interface driver usb-storage
[ 20.553120] usbcore: registered new interface driver uas
[ 21.916851] scsi 1:0:0:0: Direct-Access JetFlash Transcend 64GB 1100 PQ: 0 ANSI: 6
[ 21.918507] sd 1:0:0:0: [sda] 118110208 512-byte logical blocks: (60.5 GB/56.3 GiB)
[ 21.919143] sd 1:0:0:0: [sda] Write Protect is off
[ 21.919152] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 21.919675] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 21.952777] sda: sda1
[ 21.955992] sd 1:0:0:0: [sda] Attached SCSI removable diskOffline
Looking at journal entries 20.497949 through 21.955992, it seems the kernel does detect your 64GB USB drive, just as WorMzy guessed and loqs confirmed. I'm assuming what you want to happen is that when the JetFlash drive is plugged in it is automatically mounted so you can access it for reading and writing of files.
You might want to try the following:
1. Unplug the USB drive
2. In a terminal, kill any currently running instance of udiskie ($ killall -9 udiskie)
3. In a terminal, start udiskie in verbose/debug mode ($ udiskie -v)
4. Plug in the USB drive and see what happens. If it mounts it should be mounted at "/run/media/<USER>/<DEVICE>" where <USER> is your user name on the system and <DEVICE> is the device name (which is normally the label or other descriptor, and is NOT the device name known to the kernel). You should get a bunch of helpful debug information in the terminal either way.
The udiskie github page has helpful information under the heading "Documentation": https://github.com/coldfix/udiskie
As noted in the documentation, the best way to start udiskie may depend on what (if any) desktop environment/window manager you run.
Offline
udiskie -v
DEBUG [2020-12-10 08:17:39,574] udiskie.config: Невозможно прочитать файл настроек: [Errno 2] No such file or directory: '/home/roman/.config/udiskie/config.yml'
DEBUG [2020-12-10 08:17:39,575] udiskie.config: Невозможно прочитать файл настроек: [Errno 2] No such file or directory: '/home/roman/.config/udiskie/config.json'
DEBUG [2020-12-10 08:17:39,622] udiskie.udisks2: Версия демона: 2.9.1
DEBUG [2020-12-10 08:17:39,622] udiskie.udisks2: Поддержка ключевых файлов: True
DEBUG [2020-12-10 08:17:39,697] udiskie.config: new rule: {symlinks=/dev/mapper/docker-*} -> {ignore}
DEBUG [2020-12-10 08:17:39,697] udiskie.config: new rule: {symlinks=/dev/disk/by-id/dm-name-docker-*} -> {ignore}
DEBUG [2020-12-10 08:17:39,697] udiskie.config: new rule: {is_loop, !is_ignored, loop_file=/*} -> {!ignore}
DEBUG [2020-12-10 08:17:39,697] udiskie.config: new rule: {!is_block} -> {ignore}
DEBUG [2020-12-10 08:17:39,697] udiskie.config: new rule: {!is_external, is_toplevel} -> {ignore}
DEBUG [2020-12-10 08:17:39,697] udiskie.config: new rule: {is_ignored} -> {ignore}
DEBUG [2020-12-10 08:17:39,699] udiskie.config: /org/freedesktop/UDisks2/drives/SKHynix_HFS256GD9TNG_L5B0B_SI93N07611150513E matched {!is_block} -> {ignore}
DEBUG [2020-12-10 08:17:39,699] udiskie.config: /dev/nvme0n1 matched {!is_external, is_toplevel} -> {ignore}
DEBUG [2020-12-10 08:17:39,700] udiskie.config: /org/freedesktop/UDisks2/drives/JetFlash_Transcend_64GB_010K4I8DNTVFXERC matched {!is_block} -> {ignore}
DEBUG [2020-12-10 08:17:39,700] udiskie.config: /dev/nvme0n1p3 matched {is_ignored} -> {ignore}
DEBUG [2020-12-10 08:17:39,700] udiskie.config: /dev/nvme0n1 matched {!is_external, is_toplevel} -> {ignore}
DEBUG [2020-12-10 08:17:39,700] udiskie.config: /dev/nvme0n1 matched {!is_external, is_toplevel} -> {ignore}
DEBUG [2020-12-10 08:17:39,701] udiskie.mount: монтируется /org/freedesktop/UDisks2/block_devices/sda1 с {'options': None}
DEBUG [2020-12-10 08:17:39,880] udiskie.udisks2: +++ device_changed: /org/freedesktop/UDisks2/block_devices/sda1
DEBUG [2020-12-10 08:17:39,886] udiskie.udisks2: +++ device_mounted: /org/freedesktop/UDisks2/block_devices/sda1
DEBUG [2020-12-10 08:17:39,931] udiskie.udisks2: +++ device_changed: /org/freedesktop/UDisks2/block_devices/sda1
смонтировано /org/freedesktop/UDisks2/block_devices/sda1 в /run/media/roman/63482A5A70A1364F
INFO [2020-12-10 08:17:39,932] udiskie.mount: смонтировано /org/freedesktop/UDisks2/block_devices/sda1 в /run/media/roman/63482A5A70A1364FI'm using Xfce
Last edited by V1del (2020-12-10 08:25:18)
Offline
The udiskie shows that it successfully mounts the drive to /run/media/roman/63482A5A70A1364F
But if what you actually want is a pop up in thunar (i.e. xfces file manager), then you don't need udiskie but https://wiki.archlinux.org/index.php/Th … me_Manager (pay attention to the mentioned packages)
Also please use
[code]code tags [/code]for command outputs in the future. I'll add them for now because it's annoying to read without but don't rely on me for it (... and repeated willful violation is a bannable offense)
Last edited by V1del (2020-12-10 08:27:05)
Offline
Pages: 1