You are not logged in.
Hi! I am running arch on my ThinkPad and yesterday, I was having an issue where my computer started bugging out and when I tried to install packages I would get a bunch of crazy errors involving rsync and libcurl (that's all I remember). I was reading up on it online and someone solved their issue by syncing their pacman database with sudo pacman -Syyu . After rebooting, I was unable to connect to the internet (I normally do so with nmtui) and couldn't even find my wlan0 device. Here is some things that might be useful.
Here's the output of my iplink (wlan0 should be there):
$ ip link list
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback (IP address removed with sed):00:00 brd (IP address removed with sed):00:00
2: enp0s31f6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether (mac address hidden with sed) brd (mac address hidden with sed)
9: enp0s20f0u2c4i2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
link/ether (mac address hidden with sed) brd (mac address hidden with sed)lspci output:
$lspci -nnk | grep -A 3 0280
04:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)
Subsystem: Intel Corporation Device [8086:0130]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
I checked my kernel:
$ uname -r
5.15.6-arch2-1
$ pacman -Q linux
linux 5.15.6.arch2-1linux-firmware is installed:
$pacman -Q linux-firmware
linux-firmware 20211027.1d00989-1This is my iwlwifi folder directory and contents
$ ls /usr/lib/modules/5.15.6-arch2-1/kernel/drivers/net/wireless/intel/iwlwifi/
dvm
iwlwifi.ko.zst
mvmlsmod output:
$ lsmod iw
iwlmvm 503808 0
mac80211 1236992 1 iwlmvm
iwlwifi 458752 1 iwlmvm
cfg80211 1073152 3 iwlmvm,iwlwifi,mac80211Lastly, my dmesg output:
$ sudo dmesg iwl
[ 2.284662] iwlwifi 0000:04:00.0: loaded firmware version 36.ca7b901d.0 8000C-36.ucode op_mode iwlmvm
[ 2.461122] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x204
[ 2.708946] iwlwifi 0000:04:00.0: base HW address: 88:b1:11:02:17:14
[ 2.789085] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'As I mentioned before, it was working yesterday and I'd really appreciate any help I can get. I've done sosme loooking around but couldn't find anything that worked.
Last edited by anthanor2 (2021-12-10 02:19:47)
Offline
solved their issue by syncing their pacman database with sudo pacman -Syyu
This performs a complete system update and in case of a (typically) broken mirror downgrades and puts extra burden on the mirror.
Don't use -yy instead of -y unless you know exactly why you're doing it.
a bunch of crazy errors involving rsync and libcurl
Doesn't sound all that good for the chip…
Check rfkill and if that's not it, please post the *complete* and unfiltered dmesg.
Ceterum censeo: 3rd link below
Offline
Thanks for the response. Sorry I forgot to mention that I did check rfkill:
$ rfkill
ID TYPE DEVICE SOFT HARD
0 bluetooth tpacpi_bluetooth_sw unblocked unblocked
2 wlan phy0 unblocked unblocked
5 bluetooth hci0 unblocked unblockedHere is my dmesg output:
$ sudo dmesg
[ 0.000000] Linux version 5.15.6-arch2-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 02 Dec 2021 15:47:09 +0000
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda3
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.000000] signal: max sigframe size: 2032
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b9034fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b9035000-0x00000000cbf01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cbf02000-0x00000000cbf02fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cbf03000-0x00000000d7f7bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d7f7c000-0x00000000d7fcbfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000d7fcc000-0x00000000d7ffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000d7fff000-0x00000000d80fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d8600000-0x00000000dc7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004217fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: LENOVO 20F60093US/20F60093US, BIOS R02ET66W (1.39 ) 06/12/2018
[ 0.000000] tsc: Detected 2500.000 MHz processor
[ 0.000000] tsc: Detected 2499.952 MHz TSC
[ 0.001392] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001401] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001417] last_pfn = 0x421800 max_arch_pfn = 0x400000000
[ 0.001642] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.002942] last_pfn = 0xb9035 max_arch_pfn = 0x400000000
[ 0.022830] Using GB pages for direct mapping
[ 0.023212] RAMDISK: [mem 0x3701f000-0x37806fff]
[ 0.023217] ACPI: Early table checksum verification disabled
[ 0.023222] ACPI: RSDP 0x00000000000F0120 000024 (v02 LENOVO)
[ 0.023231] ACPI: XSDT 0x00000000D7FD1188 0000CC (v01 LENOVO TP-R02 00000000 PTEC 00000002)
[ 0.023244] ACPI: FACP 0x00000000D7FF6000 0000F4 (v05 LENOVO TP-R02 00001390 PTEC 00000002)
[ 0.023256] ACPI: DSDT 0x00000000D7FDF000 012402 (v02 LENOVO TP-R02 00001390 INTL 20141107)
[ 0.023264] ACPI: FACS 0x00000000D7FA8000 000040
[ 0.023270] ACPI: UEFI 0x00000000D7FBF000 000042 (v01 LENOVO TP-R02 00001390 PTEC 00000002)
[ 0.023277] ACPI: SSDT 0x00000000D7FF8000 004E75 (v02 LENOVO SaSsdt 00003000 INTL 20141107)
[ 0.023285] ACPI: SSDT 0x00000000D7FF7000 0005C5 (v02 LENOVO PerfTune 00001000 INTL 20141107)
[ 0.023292] ACPI: ECDT 0x00000000D7FF5000 000052 (v01 LENOVO TP-R02 00001390 PTEC 00000002)
[ 0.023299] ACPI: HPET 0x00000000D7FF4000 000038 (v01 LENOVO TP-R02 00001390 PTEC 00000002)
[ 0.023305] ACPI: APIC 0x00000000D7FF3000 0000BC (v03 LENOVO TP-R02 00001390 PTEC 00000002)
[ 0.023312] ACPI: MCFG 0x00000000D7FF2000 00003C (v01 LENOVO TP-R02 00001390 PTEC 00000002)
[ 0.023319] ACPI: SSDT 0x00000000D7FDD000 0018D2 (v01 LENOVO SataAhci 00001000 INTL 20141107)
[ 0.023326] ACPI: SSDT 0x00000000D7FDC000 000152 (v01 LENOVO Rmv_Batt 00001000 INTL 20141107)
[ 0.023333] ACPI: DBGP 0x00000000D7FDB000 000034 (v01 LENOVO TP-R02 00001390 PTEC 00000002)
[ 0.023340] ACPI: DBG2 0x00000000D7FDA000 000054 (v00 LENOVO TP-R02 00001390 PTEC 00000002)
[ 0.023346] ACPI: BOOT 0x00000000D7FD9000 000028 (v01 LENOVO TP-R02 00001390 PTEC 00000002)
[ 0.023353] ACPI: BATB 0x00000000D7FD8000 00004A (v02 LENOVO TP-R02 00001390 PTEC 00000002)
[ 0.023360] ACPI: SLIC 0x00000000D7FD7000 000176 (v01 LENOVO TP-R02 00001390 PTEC 00000002)
[ 0.023367] ACPI: SSDT 0x00000000D7FD6000 000E73 (v02 LENOVO CpuSsdt 00003000 INTL 20141107)
[ 0.023374] ACPI: SSDT 0x00000000D7FD5000 0003D9 (v02 LENOVO CtdpB 00001000 INTL 20141107)
[ 0.023381] ACPI: MSDM 0x00000000D7FD4000 000055 (v03 LENOVO TP-R02 00001390 PTEC 00000002)
[ 0.023388] ACPI: ASF! 0x00000000D7FD3000 0000A5 (v32 LENOVO TP-R02 00001390 PTEC 00000002)
[ 0.023395] ACPI: FPDT 0x00000000D7FD2000 000044 (v01 LENOVO TP-R02 00001390 PTEC 00000002)
[ 0.023402] ACPI: UEFI 0x00000000D7FA6000 00013E (v01 LENOVO TP-R02 00001390 PTEC 00000002)
[ 0.023407] ACPI: Reserving FACP table memory at [mem 0xd7ff6000-0xd7ff60f3]
[ 0.023411] ACPI: Reserving DSDT table memory at [mem 0xd7fdf000-0xd7ff1401]
[ 0.023414] ACPI: Reserving FACS table memory at [mem 0xd7fa8000-0xd7fa803f]
[ 0.023416] ACPI: Reserving UEFI table memory at [mem 0xd7fbf000-0xd7fbf041]
[ 0.023418] ACPI: Reserving SSDT table memory at [mem 0xd7ff8000-0xd7ffce74]
[ 0.023420] ACPI: Reserving SSDT table memory at [mem 0xd7ff7000-0xd7ff75c4]
[ 0.023422] ACPI: Reserving ECDT table memory at [mem 0xd7ff5000-0xd7ff5051]
[ 0.023425] ACPI: Reserving HPET table memory at [mem 0xd7ff4000-0xd7ff4037]
[ 0.023427] ACPI: Reserving APIC table memory at [mem 0xd7ff3000-0xd7ff30bb]
[ 0.023429] ACPI: Reserving MCFG table memory at [mem 0xd7ff2000-0xd7ff203b]
[ 0.023431] ACPI: Reserving SSDT table memory at [mem 0xd7fdd000-0xd7fde8d1]
[ 0.023433] ACPI: Reserving SSDT table memory at [mem 0xd7fdc000-0xd7fdc151]
[ 0.023435] ACPI: Reserving DBGP table memory at [mem 0xd7fdb000-0xd7fdb033]
[ 0.023437] ACPI: Reserving DBG2 table memory at [mem 0xd7fda000-0xd7fda053]
[ 0.023439] ACPI: Reserving BOOT table memory at [mem 0xd7fd9000-0xd7fd9027]
[ 0.023441] ACPI: Reserving BATB table memory at [mem 0xd7fd8000-0xd7fd8049]
[ 0.023444] ACPI: Reserving SLIC table memory at [mem 0xd7fd7000-0xd7fd7175]
[ 0.023446] ACPI: Reserving SSDT table memory at [mem 0xd7fd6000-0xd7fd6e72]
[ 0.023448] ACPI: Reserving SSDT table memory at [mem 0xd7fd5000-0xd7fd53d8]
[ 0.023450] ACPI: Reserving MSDM table memory at [mem 0xd7fd4000-0xd7fd4054]
[ 0.023452] ACPI: Reserving ASF! table memory at [mem 0xd7fd3000-0xd7fd30a4]
[ 0.023454] ACPI: Reserving FPDT table memory at [mem 0xd7fd2000-0xd7fd2043]
[ 0.023457] ACPI: Reserving UEFI table memory at [mem 0xd7fa6000-0xd7fa613d]
[ 0.023586] No NUMA configuration found
[ 0.023588] Faking a node at [mem 0x0000000000000000-0x00000004217fffff]
[ 0.023597] NODE_DATA(0) allocated [mem 0x4217fc000-0x4217fffff]
[ 0.023658] Zone ranges:
[ 0.023660] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.023664] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.023668] Normal [mem 0x0000000100000000-0x00000004217fffff]
[ 0.023672] Device empty
[ 0.023674] Movable zone start for each node
[ 0.023676] Early memory node ranges
[ 0.023678] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.023681] node 0: [mem 0x0000000000100000-0x00000000b9034fff]
[ 0.023684] node 0: [mem 0x0000000100000000-0x00000004217fffff]
[ 0.023689] Initmem setup node 0 [mem 0x0000000000001000-0x00000004217fffff]
[ 0.023697] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.023743] On node 0, zone DMA: 99 pages in unavailable ranges
[ 0.068982] On node 0, zone Normal: 28619 pages in unavailable ranges
[ 0.069390] On node 0, zone Normal: 26624 pages in unavailable ranges
[ 0.069405] Reserving Intel graphics memory at [mem 0xda800000-0xdc7fffff]
[ 0.069579] ACPI: PM-Timer IO Port: 0x1808
[ 0.069592] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.069597] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.069599] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.069601] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.069603] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.069605] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.069607] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.069608] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.069637] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.069644] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.069649] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.069657] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.069660] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.069666] TSC deadline timer available
[ 0.069668] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.069707] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.069712] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[ 0.069714] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.069716] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.069720] PM: hibernation: Registered nosave memory: [mem 0xb9035000-0xcbf01fff]
[ 0.069722] PM: hibernation: Registered nosave memory: [mem 0xcbf02000-0xcbf02fff]
[ 0.069724] PM: hibernation: Registered nosave memory: [mem 0xcbf03000-0xd7f7bfff]
[ 0.069726] PM: hibernation: Registered nosave memory: [mem 0xd7f7c000-0xd7fcbfff]
[ 0.069728] PM: hibernation: Registered nosave memory: [mem 0xd7fcc000-0xd7ffefff]
[ 0.069730] PM: hibernation: Registered nosave memory: [mem 0xd7fff000-0xd80fffff]
[ 0.069731] PM: hibernation: Registered nosave memory: [mem 0xd8100000-0xd85fffff]
[ 0.069733] PM: hibernation: Registered nosave memory: [mem 0xd8600000-0xdc7fffff]
[ 0.069735] PM: hibernation: Registered nosave memory: [mem 0xdc800000-0xf7ffffff]
[ 0.069736] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.069738] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfcffffff]
[ 0.069740] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
[ 0.069742] PM: hibernation: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
[ 0.069743] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.069745] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.069747] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.069749] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[ 0.069750] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[ 0.069752] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[ 0.069754] PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[ 0.069755] PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[ 0.069757] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.069759] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
[ 0.069761] PM: hibernation: Registered nosave memory: [mem 0xff800000-0xffffffff]
[ 0.069764] [mem 0xdc800000-0xf7ffffff] available for PCI devices
[ 0.069767] Booting paravirtualized kernel on bare hardware
[ 0.069771] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.081672] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[ 0.081965] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u524288
[ 0.081979] pcpu-alloc: s212992 r8192 d28672 u524288 alloc=1*2097152
[ 0.081985] pcpu-alloc: [0] 0 1 2 3
[ 0.082027] Built 1 zonelists, mobility grouping on. Total pages: 3977364
[ 0.082031] Policy zone: Normal
[ 0.082034] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda3
[ 0.082084] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
[ 0.083732] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.084558] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.084862] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[ 0.163135] Memory: 15762644K/16162628K available (14344K kernel code, 2071K rwdata, 10788K rodata, 1860K init, 3844K bss, 399724K reserved, 0K cma-reserved)
[ 0.163146] random: get_random_u64 called from __kmem_cache_create+0x2a/0x540 with crng_init=0
[ 0.163438] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.163462] Kernel/User page tables isolation: enabled
[ 0.163504] ftrace: allocating 44291 entries in 174 pages
[ 0.198498] ftrace: allocated 174 pages with 5 groups
[ 0.198669] rcu: Preemptible hierarchical RCU implementation.
[ 0.198671] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.198672] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[ 0.198675] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.198678] Trampoline variant of Tasks RCU enabled.
[ 0.198679] Rude variant of Tasks RCU enabled.
[ 0.198680] Tracing variant of Tasks RCU enabled.
[ 0.198682] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.198684] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.207695] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[ 0.208332] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.211677] Console: colour VGA+ 80x25
[ 0.211706] printk: console [tty0] enabled
[ 0.211746] ACPI: Core revision 20210730
[ 0.212182] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.212258] APIC: Switch to symmetric I/O mode setup
[ 0.213462] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.217820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.232196] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x24090c9bc00, max_idle_ns: 440795288559 ns
[ 0.232206] Calibrating delay loop (skipped), value calculated using timer frequency.. 5001.23 BogoMIPS (lpj=8333173)
[ 0.232212] pid_max: default: 32768 minimum: 301
[ 0.232261] LSM: Security Framework initializing
[ 0.232278] landlock: Up and running.
[ 0.232281] Yama: becoming mindful.
[ 0.232296] LSM support for eBPF active
[ 0.232358] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.232405] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.232892] x86/cpu: VMX (outside TXT) disabled by BIOS
[ 0.232964] x86/cpu: SGX disabled by BIOS.
[ 0.233036] CPU0: Thermal monitoring enabled (TM1)
[ 0.233088] process: using mwait in idle threads
[ 0.233092] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.233095] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.233101] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.233104] Spectre V2 : Mitigation: Full generic retpoline
[ 0.233106] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.233107] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.233110] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.233112] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.233114] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.233120] TAA: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.233123] SRBDS: Vulnerable: No microcode
[ 0.233124] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.238667] Freeing SMP alternatives memory: 36K
[ 0.239003] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1187
[ 0.239018] smpboot: CPU0: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz (family: 0x6, model: 0x4e, stepping: 0x3)
[ 0.239331] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.239354] ... version: 4
[ 0.239355] ... bit width: 48
[ 0.239357] ... generic registers: 4
[ 0.239358] ... value mask: 0000ffffffffffff
[ 0.239361] ... max period: 00007fffffffffff
[ 0.239363] ... fixed-purpose events: 3
[ 0.239365] ... event mask: 000000070000000f
[ 0.239598] rcu: Hierarchical SRCU implementation.
[ 0.241045] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.241142] smp: Bringing up secondary CPUs ...
[ 0.241357] x86: Booting SMP configuration:
[ 0.241359] .... node #0, CPUs: #1 #2
[ 0.243213] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.243213] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[ 0.243213] #3
[ 0.243234] smp: Brought up 1 node, 4 CPUs
[ 0.243234] smpboot: Max logical packages: 1
[ 0.243234] smpboot: Total of 4 processors activated (20007.93 BogoMIPS)
[ 0.246366] devtmpfs: initialized
[ 0.246366] x86/mm: Memory block size: 128MB
[ 0.248892] ACPI: PM: Registering ACPI NVS region [mem 0xcbf02000-0xcbf02fff] (4096 bytes)
[ 0.248898] ACPI: PM: Registering ACPI NVS region [mem 0xd7f7c000-0xd7fcbfff] (327680 bytes)
[ 0.248987] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.249003] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.249098] pinctrl core: initialized pinctrl subsystem
[ 0.249387] PM: RTC time: 11:46:53, date: 2021-12-09
[ 0.249647] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.250099] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.250410] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.250712] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.250741] audit: initializing netlink subsys (disabled)
[ 0.250823] audit: type=2000 audit(1639050413.036:1): state=initialized audit_enabled=0 res=1
[ 0.250823] thermal_sys: Registered thermal governor 'fair_share'
[ 0.250823] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.250823] thermal_sys: Registered thermal governor 'step_wise'
[ 0.250823] thermal_sys: Registered thermal governor 'user_space'
[ 0.250823] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.250823] cpuidle: using governor ladder
[ 0.250823] cpuidle: using governor menu
[ 0.250823] Simple Boot Flag at 0x47 set to 0x1
[ 0.250823] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[ 0.250823] ACPI: bus type PCI registered
[ 0.250823] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.250823] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.250823] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.250823] PCI: Using configuration type 1 for base access
[ 0.250823] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.254942] Kprobes globally optimized
[ 0.254952] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[ 0.254952] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.254952] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.255764] ACPI: Added _OSI(Module Device)
[ 0.255767] ACPI: Added _OSI(Processor Device)
[ 0.255769] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.255772] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.255774] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.255777] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.255779] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.335701] ACPI: 7 ACPI AML tables successfully acquired and loaded
[ 0.337740] ACPI: EC: EC started
[ 0.337743] ACPI: EC: interrupt blocked
[ 0.340182] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.340186] ACPI: EC: Boot ECDT EC used to handle transactions
[ 0.341405] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.356866] ACPI: Dynamic OEM Table Load:
[ 0.356892] ACPI: SSDT 0xFFFF8EEC80BCE000 0006AC (v02 PmRef Cpu0Ist 00003000 INTL 20141107)
[ 0.358279] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[ 0.358936] ACPI: Dynamic OEM Table Load:
[ 0.358952] ACPI: SSDT 0xFFFF8EEC8113C800 0003CF (v02 PmRef Cpu0Cst 00003001 INTL 20141107)
[ 0.361250] ACPI: Dynamic OEM Table Load:
[ 0.361262] ACPI: SSDT 0xFFFF8EEC811D0CC0 00008E (v02 PmRef Cpu0Hwp 00003000 INTL 20141107)
[ 0.363256] ACPI: Dynamic OEM Table Load:
[ 0.363268] ACPI: SSDT 0xFFFF8EEC8100F200 000130 (v02 PmRef HwpLvt 00003000 INTL 20141107)
[ 0.369638] ACPI: Dynamic OEM Table Load:
[ 0.369656] ACPI: SSDT 0xFFFF8EEC80BC9000 0005AA (v02 PmRef ApIst 00003000 INTL 20141107)
[ 0.372774] ACPI: Dynamic OEM Table Load:
[ 0.372786] ACPI: SSDT 0xFFFF8EEC8100E400 000119 (v02 PmRef ApHwp 00003000 INTL 20141107)
[ 0.374989] ACPI: Dynamic OEM Table Load:
[ 0.375001] ACPI: SSDT 0xFFFF8EEC8100F600 000119 (v02 PmRef ApCst 00003000 INTL 20141107)
[ 0.379944] ACPI: Interpreter enabled
[ 0.380050] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.380052] ACPI: Using IOAPIC for interrupt routing
[ 0.380114] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.380754] ACPI: Enabled 5 GPEs in block 00 to 7F
[ 0.387099] ACPI: PM: Power Resource [PUBS]
[ 0.388015] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[ 0.388397] ACPI: PM: Power Resource [PG00]
[ 0.388647] ACPI: PM: Power Resource [PG01]
[ 0.388890] ACPI: PM: Power Resource [PG02]
[ 0.393349] ACPI: PM: Power Resource [WRST]
[ 0.393814] ACPI: PM: Power Resource [WRST]
[ 0.420575] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 0.420810] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 0.421040] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 0.421267] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 0.421494] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[ 0.421720] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[ 0.421945] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[ 0.422173] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 0.422405] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[ 0.422418] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.422722] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PCIeCapability LTR DPC]
[ 0.422859] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[ 0.422863] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.422866] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[ 0.422869] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_SUPPORT)
[ 0.423350] PCI host bridge to bus 0000:00
[ 0.423353] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.423358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.423362] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.423365] pci_bus 0000:00: root bus resource [mem 0xdc800000-0xfebfffff window]
[ 0.423369] pci_bus 0000:00: root bus resource [bus 00-3f]
[ 0.423452] pci 0000:00:00.0: [8086:1904] type 00 class 0x060000
[ 0.423757] pci 0000:00:02.0: [8086:1916] type 00 class 0x030000
[ 0.423776] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf0ffffff 64bit]
[ 0.423789] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.423798] pci 0000:00:02.0: reg 0x20: [io 0xe000-0xe03f]
[ 0.424387] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[ 0.424414] pci 0000:00:14.0: reg 0x10: [mem 0xf1220000-0xf122ffff 64bit]
[ 0.424508] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.426092] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[ 0.426119] pci 0000:00:14.2: reg 0x10: [mem 0xf124a000-0xf124afff 64bit]
[ 0.426474] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[ 0.426500] pci 0000:00:16.0: reg 0x10: [mem 0xf124b000-0xf124bfff 64bit]
[ 0.426597] pci 0000:00:16.0: PME# supported from D3hot
[ 0.427598] pci 0000:00:16.3: [8086:9d3d] type 00 class 0x070002
[ 0.427621] pci 0000:00:16.3: reg 0x10: [io 0xe080-0xe087]
[ 0.427635] pci 0000:00:16.3: reg 0x14: [mem 0xf124f000-0xf124ffff]
[ 0.427997] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[ 0.428017] pci 0000:00:17.0: reg 0x10: [mem 0xf1248000-0xf1249fff]
[ 0.428029] pci 0000:00:17.0: reg 0x14: [mem 0xf124e000-0xf124e0ff]
[ 0.428041] pci 0000:00:17.0: reg 0x18: [io 0xe088-0xe08f]
[ 0.428053] pci 0000:00:17.0: reg 0x1c: [io 0xe090-0xe093]
[ 0.428064] pci 0000:00:17.0: reg 0x20: [io 0xe060-0xe07f]
[ 0.428076] pci 0000:00:17.0: reg 0x24: [mem 0xf124c000-0xf124c7ff]
[ 0.428138] pci 0000:00:17.0: PME# supported from D3hot
[ 0.429224] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[ 0.429340] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.430998] pci 0000:00:1c.2: [8086:9d12] type 01 class 0x060400
[ 0.431112] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.432800] pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100
[ 0.433982] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[ 0.434005] pci 0000:00:1f.2: reg 0x10: [mem 0xf1244000-0xf1247fff]
[ 0.435113] pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040300
[ 0.435145] pci 0000:00:1f.3: reg 0x10: [mem 0xf1240000-0xf1243fff 64bit]
[ 0.435189] pci 0000:00:1f.3: reg 0x20: [mem 0xf1230000-0xf123ffff 64bit]
[ 0.435260] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.436405] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[ 0.436464] pci 0000:00:1f.4: reg 0x10: [mem 0xf124d000-0xf124d0ff 64bit]
[ 0.436536] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.437657] pci 0000:00:1f.6: [8086:156f] type 00 class 0x020000
[ 0.437682] pci 0000:00:1f.6: reg 0x10: [mem 0xf1200000-0xf121ffff]
[ 0.437811] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.438851] pci 0000:02:00.0: [10ec:522a] type 00 class 0xff0000
[ 0.438880] pci 0000:02:00.0: reg 0x10: [mem 0xf1100000-0xf1100fff]
[ 0.439063] pci 0000:02:00.0: supports D1 D2
[ 0.439065] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.439298] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.439306] pci 0000:00:1c.0: bridge window [mem 0xf1100000-0xf11fffff]
[ 0.439990] pci 0000:04:00.0: [8086:24f3] type 00 class 0x028000
[ 0.440084] pci 0000:04:00.0: reg 0x10: [mem 0xf1000000-0xf1001fff 64bit]
[ 0.440669] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.441587] pci 0000:00:1c.2: PCI bridge to [bus 04]
[ 0.441595] pci 0000:00:1c.2: bridge window [mem 0xf1000000-0xf10fffff]
[ 0.444279] ACPI: EC: interrupt unblocked
[ 0.444282] ACPI: EC: event unblocked
[ 0.444294] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.444296] ACPI: EC: GPE=0x16
[ 0.444299] ACPI: \_SB_.PCI0.LPC_.EC__: Boot ECDT EC initialization complete
[ 0.444304] ACPI: \_SB_.PCI0.LPC_.EC__: EC: Used to handle transactions and events
[ 0.444424] iommu: Default domain type: Translated
[ 0.444426] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.444453] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.444453] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.444453] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.444453] vgaarb: loaded
[ 0.444453] SCSI subsystem initialized
[ 0.444453] libata version 3.00 loaded.
[ 0.444453] ACPI: bus type USB registered
[ 0.444453] usbcore: registered new interface driver usbfs
[ 0.444453] usbcore: registered new interface driver hub
[ 0.444453] usbcore: registered new device driver usb
[ 0.444453] pps_core: LinuxPPS API ver. 1 registered
[ 0.444453] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.444453] PTP clock support registered
[ 0.444453] EDAC MC: Ver: 3.0.0
[ 0.445808] NetLabel: Initializing
[ 0.445810] NetLabel: domain hash size = 128
[ 0.445812] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.445842] NetLabel: unlabeled traffic allowed by default
[ 0.445850] PCI: Using ACPI for IRQ routing
[ 0.452617] PCI: pci_cache_line_size set to 64 bytes
[ 0.453193] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[ 0.453197] e820: reserve RAM buffer [mem 0xb9035000-0xbbffffff]
[ 0.453200] e820: reserve RAM buffer [mem 0x421800000-0x423ffffff]
[ 0.453211] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.453211] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.454388] clocksource: Switched to clocksource tsc-early
[ 0.469455] VFS: Disk quotas dquot_6.6.0
[ 0.469481] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.469626] pnp: PnP ACPI init
[ 0.470750] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.470759] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[ 0.470763] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[ 0.470766] system 00:00: [mem 0x000c8000-0x000cbfff] could not be reserved
[ 0.470769] system 00:00: [mem 0x000cc000-0x000cffff] could not be reserved
[ 0.470774] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
[ 0.470779] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
[ 0.470784] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
[ 0.470788] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
[ 0.470795] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[ 0.470799] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[ 0.470802] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[ 0.470805] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[ 0.470808] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.470812] system 00:00: [mem 0x00100000-0xdc7fffff] could not be reserved
[ 0.470816] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 0.470820] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
[ 0.471111] system 00:01: [io 0x1800-0x189f] has been reserved
[ 0.471116] system 00:01: [io 0x0800-0x087f] has been reserved
[ 0.471120] system 00:01: [io 0x0880-0x08ff] has been reserved
[ 0.471123] system 00:01: [io 0x0900-0x097f] has been reserved
[ 0.471126] system 00:01: [io 0x0980-0x09ff] has been reserved
[ 0.471130] system 00:01: [io 0x0a00-0x0a7f] has been reserved
[ 0.471133] system 00:01: [io 0x0a80-0x0aff] has been reserved
[ 0.471136] system 00:01: [io 0x0b00-0x0b7f] has been reserved
[ 0.471139] system 00:01: [io 0x0b80-0x0bff] has been reserved
[ 0.471142] system 00:01: [io 0x15e0-0x15ef] has been reserved
[ 0.471145] system 00:01: [io 0x1600-0x167f] has been reserved
[ 0.471149] system 00:01: [io 0x1640-0x165f] has been reserved
[ 0.471155] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.471160] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.471164] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.471169] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.471173] system 00:01: [mem 0xfeb00000-0xfebfffff] has been reserved
[ 0.471178] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.471182] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.471186] system 00:01: [mem 0xf7fe0000-0xf7ffffff] has been reserved
[ 0.471492] system 00:05: [io 0x1854-0x1857] has been reserved
[ 0.472712] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.472719] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.472723] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.472727] system 00:06: [mem 0xfe000000-0xfe01ffff] has been reserved
[ 0.472732] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.472736] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.472740] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.473524] system 00:07: [io 0xff00-0xfffe] has been reserved
[ 0.473746] pnp: PnP ACPI: found 8 devices
[ 0.480739] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.480870] NET: Registered PF_INET protocol family
[ 0.481185] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.485976] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.486137] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.486512] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.486671] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.486810] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 0.486987] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.487079] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.487204] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.487214] NET: Registered PF_XDP protocol family
[ 0.487231] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.487242] pci 0000:00:1c.0: bridge window [mem 0xf1100000-0xf11fffff]
[ 0.487252] pci 0000:00:1c.2: PCI bridge to [bus 04]
[ 0.487258] pci 0000:00:1c.2: bridge window [mem 0xf1000000-0xf10fffff]
[ 0.487269] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.487273] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.487276] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.487280] pci_bus 0000:00: resource 7 [mem 0xdc800000-0xfebfffff window]
[ 0.487283] pci_bus 0000:02: resource 1 [mem 0xf1100000-0xf11fffff]
[ 0.487287] pci_bus 0000:04: resource 1 [mem 0xf1000000-0xf10fffff]
[ 0.487495] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.488251] PCI: CLS 0 bytes, default 64
[ 0.488269] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.488271] software IO TLB: mapped [mem 0x00000000b5035000-0x00000000b9035000] (64MB)
[ 0.488344] Trying to unpack rootfs image as initramfs...
[ 0.489554] Initialise system trusted keyrings
[ 0.489573] Key type blacklist registered
[ 0.489636] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[ 0.492566] zbud: loaded
[ 0.516363] Key type asymmetric registered
[ 0.516371] Asymmetric key parser 'x509' registered
[ 0.516420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.516504] io scheduler mq-deadline registered
[ 0.516507] io scheduler kyber registered
[ 0.516599] io scheduler bfq registered
[ 0.517806] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.519096] ACPI: AC: AC Adapter [AC] (off-line)
[ 0.519216] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.522282] ACPI: button: Lid Switch [LID]
[ 0.522359] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 0.525598] ACPI: button: Sleep Button [SLPB]
[ 0.525702] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.528932] ACPI: button: Power Button [PWRF]
[ 0.529486] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1187
[ 0.534928] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.534936] ACPI: thermal: Thermal Zone [THM0] (48 C)
[ 0.535400] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.540421] 0000:00:16.3: ttyS4 at I/O 0xe080 (irq = 19, base_baud = 115200) is a 16550A
[ 0.540975] Non-volatile memory driver v1.3
[ 0.540979] Linux agpgart interface v0.103
[ 0.540984] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 0.545271] ahci 0000:00:17.0: version 3.0
[ 0.545800] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x2 impl SATA mode
[ 0.545811] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
[ 0.546732] scsi host0: ahci
[ 0.550703] scsi host1: ahci
[ 0.550792] ata1: DUMMY
[ 0.550798] ata2: SATA max UDMA/133 abar m2048@0xf124c000 port 0xf124c180 irq 122
[ 0.550940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.550953] ehci-pci: EHCI PCI platform driver
[ 0.550979] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.550983] ohci-pci: OHCI PCI platform driver
[ 0.550998] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.551063] usbcore: registered new interface driver usbserial_generic
[ 0.551071] usbserial: USB Serial support registered for generic
[ 0.551410] rtc_cmos 00:02: RTC can wake from S4
[ 0.552255] rtc_cmos 00:02: registered as rtc0
[ 0.552422] rtc_cmos 00:02: setting system clock to 2021-12-09T11:46:53 UTC (1639050413)
[ 0.552456] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.552672] intel_pstate: Intel P-state driver initializing
[ 0.553915] intel_pstate: HWP enabled
[ 0.554313] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.555836] hid: raw HID events driver (C) Jiri Kosina
[ 0.555869] ACPI: battery: Slot [BAT0] (battery present)
[ 0.555968] intel_pmc_core intel_pmc_core.0: initialized
[ 0.556193] drop_monitor: Initializing network drop monitor service
[ 0.556458] Initializing XFRM netlink socket
[ 0.557317] NET: Registered PF_INET6 protocol family
[ 0.562035] random: fast init done
[ 0.573322] ACPI: battery: Slot [BAT1] (battery present)
[ 0.590952] Freeing initrd memory: 8096K
[ 0.595220] Segment Routing with IPv6
[ 0.595222] RPL Segment Routing with IPv6
[ 0.595247] In-situ OAM (IOAM) with IPv6
[ 0.595269] NET: Registered PF_PACKET protocol family
[ 0.595481] microcode: sig=0x406e3, pf=0x80, revision=0xc6
[ 0.595505] microcode: Microcode Update Driver: v2.2.
[ 0.595509] IPI shorthand broadcast: enabled
[ 0.595517] sched_clock: Marking stable (591421363, 4020698)->(602567092, -7125031)
[ 0.595735] registered taskstats version 1
[ 0.595858] Loading compiled-in X.509 certificates
[ 0.598671] Loaded X.509 cert 'Build time autogenerated kernel key: a34fab7ae003e87a06ccefcdc6849f77dc85d4d5'
[ 0.598806] zswap: loaded using pool lz4/z3fold
[ 0.598942] Key type ._fscrypt registered
[ 0.598943] Key type .fscrypt registered
[ 0.598944] Key type fscrypt-provisioning registered
[ 0.599177] PM: Magic number: 1:116:782
[ 0.599202] pci 0000:00:16.0: hash matches
[ 0.599300] RAS: Correctable Errors collector initialized.
[ 0.865793] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.869460] ata2.00: ACPI cmd ef/(IP address removed with sed):00:a0 (SET FEATURES) succeeded
[ 0.869475] ata2.00: ACPI cmd f5/(IP address removed with sed):00:a0 (SECURITY FREEZE LOCK) filtered out
[ 0.869482] ata2.00: ACPI cmd ef/(IP address removed with sed):00:a0 (SET FEATURES) filtered out
[ 0.869662] ata2.00: ACPI cmd ef/(IP address removed with sed):00:a0 (SET FEATURES) succeeded
[ 0.870105] ata2.00: supports DRM functions and may not be fully accessible
[ 0.870114] ata2.00: ATA-9: LITEON CV3-CE256, TC87903, max UDMA/133
[ 0.870294] ata2.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 0.871115] ata2.00: Features: Trust Dev-Sleep
[ 0.871696] ata2.00: ACPI cmd ef/(IP address removed with sed):00:a0 (SET FEATURES) succeeded
[ 0.871707] ata2.00: ACPI cmd f5/(IP address removed with sed):00:a0 (SECURITY FREEZE LOCK) filtered out
[ 0.871714] ata2.00: ACPI cmd ef/(IP address removed with sed):00:a0 (SET FEATURES) filtered out
[ 0.871753] ata2.00: ACPI cmd ef/(IP address removed with sed):00:a0 (SET FEATURES) succeeded
[ 0.871892] ata2.00: supports DRM functions and may not be fully accessible
[ 0.872548] ata2.00: configured for UDMA/133
[ 0.886427] scsi (IP address removed with sed): Direct-Access ATA LITEON CV3-CE256 903 PQ: 0 ANSI: 5
[ 0.886885] sd (IP address removed with sed): [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 0.886906] sd (IP address removed with sed): [sda] Write Protect is off
[ 0.886911] sd (IP address removed with sed): [sda] Mode Sense: 00 3a 00 00
[ 0.886937] sd (IP address removed with sed): [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.903934] sda: sda1 sda2 < sda5 > sda3
[ 0.920697] sd (IP address removed with sed): [sda] supports TCG Opal
[ 0.920706] sd (IP address removed with sed): [sda] Attached SCSI disk
[ 0.923030] Freeing unused decrypted memory: 2036K
[ 0.923710] Freeing unused kernel image (initmem) memory: 1860K
[ 0.923801] Write protecting the kernel read-only data: 28672k
[ 0.924879] Freeing unused kernel image (text/rodata gap) memory: 2036K
[ 0.925483] Freeing unused kernel image (rodata/data gap) memory: 1500K
[ 1.002166] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.002170] rodata_test: all tests were successful
[ 1.002171] x86/mm: Checking user space page tables
[ 1.050285] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.050300] Run /init as init process
[ 1.050301] with arguments:
[ 1.050302] /init
[ 1.050303] with environment:
[ 1.050304] HOME=/
[ 1.050304] TERM=linux
[ 1.050305] BOOT_IMAGE=/boot/vmlinuz-linux
[ 1.134580] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.134588] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.135668] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[ 1.135796] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 1.138959] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[ 1.138964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.138966] usb usb1: Product: xHCI Host Controller
[ 1.138968] usb usb1: Manufacturer: Linux 5.15.6-arch2-1 xhci-hcd
[ 1.138970] usb usb1: SerialNumber: 0000:00:14.0
[ 1.140111] hub 1-0:1.0: USB hub found
[ 1.140281] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.140320] hub 1-0:1.0: 12 ports detected
[ 1.140329] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.152534] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.152541] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.152545] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 1.152591] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[ 1.152595] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.152597] usb usb2: Product: xHCI Host Controller
[ 1.152598] usb usb2: Manufacturer: Linux 5.15.6-arch2-1 xhci-hcd
[ 1.152600] usb usb2: SerialNumber: 0000:00:14.0
[ 1.152748] hub 2-0:1.0: USB hub found
[ 1.152761] hub 2-0:1.0: 6 ports detected
[ 1.153768] usb: port power management may be unreliable
[ 1.171343] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 1.380493] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 1.402452] usb 1-7: new full-speed USB device number 2 using xhci_hcd
[ 1.492318] tsc: Refined TSC clocksource calibration: 2495.999 MHz
[ 1.492334] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa763a3d1, max_idle_ns: 440795313647 ns
[ 1.492390] clocksource: Switched to clocksource tsc
[ 1.543379] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.01
[ 1.543396] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.618912] systemd[1]: systemd 249.7-2-arch 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)
[ 1.635889] systemd[1]: Detected architecture x86-64.
[ 1.668900] usb 1-8: new high-speed USB device number 3 using xhci_hcd
[ 1.716726] mmc0: cannot verify signal voltage switch
[ 1.818608] usb 1-8: New USB device found, idVendor=04f2, idProduct=b596, bcdDevice= 0.14
[ 1.818614] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.818617] usb 1-8: Product: Integrated Camera
[ 1.818619] usb 1-8: Manufacturer: SunplusIT Inc
[ 1.837006] mmc0: new ultra high speed SDR104 SDHC card at address e624
[ 1.838654] systemd[1]: Queued start job for default target Graphical Interface.
[ 1.839510] systemd[1]: Created slice Slice /system/getty.
[ 1.839923] systemd[1]: Created slice Slice /system/modprobe.
[ 1.840247] systemd[1]: Created slice User and Session Slice.
[ 1.840435] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 1.840617] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 1.840877] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 1.841041] systemd[1]: Reached target Local Encrypted Volumes.
[ 1.841204] systemd[1]: Reached target Remote File Systems.
[ 1.841350] systemd[1]: Reached target Slice Units.
[ 1.841495] systemd[1]: Reached target Swaps.
[ 1.841640] systemd[1]: Reached target Local Verity Protected Volumes.
[ 1.841839] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 1.843081] systemd[1]: Listening on Process Core Dump Socket.
[ 1.843387] systemd[1]: Listening on Journal Audit Socket.
[ 1.843618] systemd[1]: Listening on Journal Socket (/dev/log).
[ 1.843854] systemd[1]: Listening on Journal Socket.
[ 1.844285] systemd[1]: Listening on udev Control Socket.
[ 1.844500] systemd[1]: Listening on udev Kernel Socket.
[ 1.845331] systemd[1]: Mounting Huge Pages File System...
[ 1.846153] systemd[1]: Mounting POSIX Message Queue File System...
[ 1.846978] systemd[1]: Mounting Kernel Debug File System...
[ 1.847984] systemd[1]: Mounting Kernel Trace File System...
[ 1.849955] systemd[1]: Mounting Temporary Directory /tmp...
[ 1.850879] systemd[1]: Starting Create List of Static Device Nodes...
[ 1.851887] systemd[1]: Starting Load Kernel Module configfs...
[ 1.852985] systemd[1]: Starting Load Kernel Module drm...
[ 1.853974] systemd[1]: Starting Load Kernel Module fuse...
[ 1.855052] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 1.855805] systemd[1]: Starting File System Check on Root Device...
[ 1.857257] systemd[1]: Starting Journal Service...
[ 1.858969] systemd[1]: Starting Load Kernel Modules...
[ 1.859253] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[ 1.860181] systemd[1]: Starting Coldplug All udev Devices...
[ 1.861921] systemd[1]: Mounted Huge Pages File System.
[ 1.862148] systemd[1]: Mounted POSIX Message Queue File System.
[ 1.862379] systemd[1]: Mounted Kernel Debug File System.
[ 1.862594] systemd[1]: Mounted Kernel Trace File System.
[ 1.862804] systemd[1]: Mounted Temporary Directory /tmp.
[ 1.863252] systemd[1]: Finished Create List of Static Device Nodes.
[ 1.863790] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 1.864028] systemd[1]: Finished Load Kernel Module configfs.
[ 1.864442] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 1.864666] systemd[1]: Finished Load Kernel Module drm.
[ 1.865771] systemd[1]: Mounting Kernel Configuration File System...
[ 1.868719] systemd[1]: Mounted Kernel Configuration File System.
[ 1.869356] fuse: init (API version 7.34)
[ 1.870213] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 1.870475] systemd[1]: Finished Load Kernel Module fuse.
[ 1.871407] systemd[1]: Mounting FUSE Control File System...
[ 1.873067] systemd[1]: Mounted FUSE Control File System.
[ 1.885975] Asymmetric key parser 'pkcs8' registered
[ 1.886945] systemd[1]: Finished Load Kernel Modules.
[ 1.887134] audit: type=1130 audit(1639050414.829:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.888127] systemd[1]: Starting Apply Kernel Variables...
[ 1.889738] systemd[1]: Finished File System Check on Root Device.
[ 1.889967] audit: type=1130 audit(1639050414.833:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.890930] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 1.895776] systemd[1]: Finished Apply Kernel Variables.
[ 1.895990] audit: type=1130 audit(1639050414.839:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.897324] EXT4-fs (sda3): re-mounted. Opts: (null). Quota mode: none.
[ 1.898600] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 1.898786] audit: type=1130 audit(1639050414.839:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.898868] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 1.900342] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 1.900991] systemd[1]: Starting Load/Save Random Seed...
[ 1.901930] systemd[1]: Starting Create System Users...
[ 1.910154] systemd[1]: Started Journal Service.
[ 1.910378] audit: type=1130 audit(1639050414.853:6): 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.915156] systemd-journald[221]: Received client request to flush runtime journal.
[ 1.921676] audit: type=1130 audit(1639050414.863:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.942220] usb 1-9: new full-speed USB device number 4 using xhci_hcd
[ 1.946517] audit: type=1130 audit(1639050414.889:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.949842] audit: type=1130 audit(1639050414.893:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.951698] audit: type=1334 audit(1639050414.893:10): prog-id=14 op=LOAD
[ 2.083311] usb 1-9: New USB device found, idVendor=138a, idProduct=0017, bcdDevice= 0.78
[ 2.083320] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 2.083324] usb 1-9: SerialNumber: 038a2993e021
[ 2.269080] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[ 2.283093] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 2.283239] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 2.321029] mc: Linux media interface: v0.10
[ 2.342117] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[ 2.368512] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 2.380815] random: NetworkManager: uninitialized urandom read (16 bytes read)
[ 2.413191] NET: Registered PF_ALG protocol family
[ 2.419213] mmcblk0: mmc0:e624 SE32G 29.7 GiB
[ 2.470501] videodev: Linux video capture interface: v2.00
[ 2.473563] e1000e: Intel(R) PRO/1000 Network Driver
[ 2.473566] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.473720] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 2.473809] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 2.492765] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[ 2.492769] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 2.492771] thinkpad_acpi: ThinkPad BIOS R02ET66W (1.39 ), EC R02HT33W
[ 2.492772] thinkpad_acpi: Lenovo ThinkPad X260, model 20F60093US
[ 2.493964] Bluetooth: Core ver 2.22
[ 2.493984] NET: Registered PF_BLUETOOTH protocol family
[ 2.493985] Bluetooth: HCI device and connection manager initialized
[ 2.493988] Bluetooth: HCI socket layer initialized
[ 2.493990] Bluetooth: L2CAP socket layer initialized
[ 2.493993] Bluetooth: SCO socket layer initialized
[ 2.505112] thinkpad_acpi: radio switch found; radios are enabled
[ 2.505280] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 2.505282] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 2.509676] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 2.521137] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 2.521177] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 2.521548] i2c i2c-0: 1/1 memory slots populated (from DMI)
[ 2.522345] resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than pnp 00:01 [mem 0xfed10000-0xfed13fff]
[ 2.522349] caller snb_uncore_imc_init_box+0x82/0xd0 [intel_uncore] mapping multiple BARs
[ 2.528938] i2c i2c-0: Successfully instantiated SPD at 0x50
[ 2.538220] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 2.550639] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 2.551300] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 2.551306] cfg80211: failed to load regulatory.db
[ 2.557187] thinkpad_acpi: battery 2 registered (start 0, stop 100)
[ 2.567064] thinkpad_acpi: battery 1 registered (start 0, stop 100)
[ 2.567574] ACPI: battery: new extension: ThinkPad Battery Extension
[ 2.568284] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
[ 2.587932] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 2.605113] usbcore: registered new interface driver btusb
[ 2.612568] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 2.612571] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 2.612573] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 2.612574] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 2.612575] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 2.612576] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 2.612647] Bluetooth: hci0: Firmware revision 0.0 build 10 week 41 2018
[ 2.622698] usb 1-8: Found UVC 1.00 device Integrated Camera (04f2:b596)
[ 2.635808] cryptd: max_cpu_qlen set to 1000
[ 2.643277] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input8
[ 2.643340] usbcore: registered new interface driver uvcvideo
[ 2.672362] Intel(R) Wireless WiFi driver for Linux
[ 2.684247] iwlwifi 0000:04:00.0: loaded firmware version 36.ca7b901d.0 8000C-36.ucode op_mode iwlmvm
[ 2.709294] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) (mac address hidden with sed)
[ 2.712257] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 2.712332] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: 1000FF-0FF
[ 2.811253] AVX2 version of gcm_enc/dec engaged.
[ 2.811295] AES CTR mode by8 optimization enabled
[ 2.811993] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 2.814184] Console: switching to colour dummy device 80x25
[ 2.847318] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[ 2.879331] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 2.881152] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[ 2.905812] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 2.905816] Bluetooth: BNEP filters: protocol multicast
[ 2.905821] Bluetooth: BNEP socket layer initialized
[ 2.907679] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 2.907929] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x204
[ 2.915487] thermal thermal_zone2: failed to read out thermal zone (-61)
[ 2.923594] iTCO_vendor_support: vendor-support=0
[ 2.928604] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[ 2.955304] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 2.955472] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 2.968002] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 2.968320] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[ 2.968410] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 2.981601] intel_tcc_cooling: Programmable TCC Offset detected
[ 3.026886] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC293: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 3.026893] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 3.026895] snd_hda_codec_realtek hdaudioC0D0: hp_outs=2 (0x16/0x15/0x0/0x0/0x0)
[ 3.026898] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 3.026901] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 3.026908] snd_hda_codec_realtek hdaudioC0D0: Dock Mic=0x19
[ 3.026910] snd_hda_codec_realtek hdaudioC0D0: Mic=0x1a
[ 3.026911] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 3.079139] intel_rapl_common: Found RAPL domain package
[ 3.079143] intel_rapl_common: Found RAPL domain core
[ 3.079145] intel_rapl_common: Found RAPL domain uncore
[ 3.079146] intel_rapl_common: Found RAPL domain dram
[ 3.079147] intel_rapl_common: Found RAPL domain psys
[ 3.121815] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[ 3.121862] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 3.121913] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 3.121956] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 3.121999] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 3.122041] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 3.122074] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 3.122114] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 3.122157] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[ 3.152158] iwlwifi 0000:04:00.0: base HW address: 88:b1:(IP address removed with sed)
[ 3.160718] fbcon: i915 (fb0) is primary device
[ 3.183337] Console: switching to colour frame buffer device 240x67
[ 3.206108] i915 0000:00:02.0: [drm] fb0: i915 frame buffer device
[ 3.227863] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 3.412198] psmouse serio1: synaptics: queried max coordinates: x [..5712], y [..4780]
[ 3.441878] psmouse serio1: synaptics: queried min coordinates: x [1232..], y [1074..]
[ 3.441887] psmouse serio1: synaptics: Your touchpad (PNP: LEN2014 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[ 3.501773] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xf002a3/0x943300/0x12e800/0x10000, board id: 3075, fw id: 2560
[ 3.501783] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 3.539058] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[ 3.548038] mousedev: PS/2 mouse device common for all mice
[ 3.855546] random: crng init done
[ 3.855548] random: 2 urandom warning(s) missed due to ratelimiting
[ 6.728214] wlan0: authenticate with (mac address hidden with sed)
[ 6.737431] wlan0: send auth to (mac address hidden with sed) (try 1/3)
[ 6.747458] wlan0: authenticated
[ 6.748993] wlan0: associate with (mac address hidden with sed) (try 1/3)
[ 6.815921] wlan0: RX AssocResp from (mac address hidden with sed) (capab=0x1111 status=0 aid=2)
[ 6.821923] wlan0: associated
[ 6.879804] wlan0: Limiting TX power to 27 (30 - 3) dBm as advertised by (mac address hidden with sed)
[ 6.879986] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 8.241669] kauditd_printk_skb: 33 callbacks suppressed
[ 8.241676] audit: type=1131 audit(1639050421.186:44): 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.017295] audit: type=1131 audit(1639050425.959:45): 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.094696] audit: type=1130 audit(1639050426.036:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 23.011050] audit: type=1131 audit(1639050435.953:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.974452] audit: type=1131 audit(1639050445.916:48): 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.042560] audit: type=1334 audit(1639050445.989:49): prog-id=0 op=UNLOAD
[ 33.042566] audit: type=1334 audit(1639050445.989:50): prog-id=0 op=UNLOAD
[ 33.042568] audit: type=1334 audit(1639050445.989:51): prog-id=0 op=UNLOAD
[ 147.150953] audit: type=1100 audit(1639050560.093:52): pid=438 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="USERNAME" exe="/usr/bin/login" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
[ 147.161233] audit: type=1101 audit(1639050560.103:53): pid=438 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="USERNAME" exe="/usr/bin/login" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
[ 147.164163] audit: type=1103 audit(1639050560.106:54): pid=438 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="USERNAME" exe="/usr/bin/login" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
[ 147.164281] audit: type=1006 audit(1639050560.106:55): pid=438 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[ 147.164292] audit: type=1300 audit(1639050560.106:55): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffd014757b0 a2=4 a3=3e8 items=0 ppid=1 pid=438 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
[ 147.164302] audit: type=1327 audit(1639050560.106:55): proctitle=2F62696E2F6C6F67696E002D70002D2D
[ 147.199771] audit: type=1130 audit(1639050560.143:56): 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'
[ 147.214292] audit: type=1101 audit(1639050560.156:57): pid=497 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="USERNAME" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 147.214363] audit: type=1103 audit(1639050560.156:58): pid=497 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="USERNAME" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 147.214462] audit: type=1006 audit(1639050560.156:59): pid=497 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 150.503850] Bluetooth: RFCOMM TTY layer initialized
[ 150.503859] Bluetooth: RFCOMM socket layer initialized
[ 150.503863] Bluetooth: RFCOMM ver 1.11
[ 164.900565] kauditd_printk_skb: 12 callbacks suppressed
[ 164.900583] audit: type=1100 audit(1639050577.843:68): pid=663 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=? acct="USERNAME" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=failed'
[ 169.602636] audit: type=1100 audit(1639050582.546:69): pid=663 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="USERNAME" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 169.602730] audit: type=1101 audit(1639050582.546:70): pid=663 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="USERNAME" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 190.222618] audit: type=1101 audit(1639050603.166:71): pid=664 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="USERNAME" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 190.223290] audit: type=1110 audit(1639050603.166:72): pid=664 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 190.223394] audit: type=1105 audit(1639050603.166:73): pid=664 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 190.250278] audit: type=1106 audit(1639050603.193:74): pid=664 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 190.250517] audit: type=1104 audit(1639050603.193:75): pid=664 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 216.824176] audit: type=1101 audit(1639050629.766:76): pid=666 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="USERNAME" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 216.824999] audit: type=1110 audit(1639050629.766:77): pid=666 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 216.825137] audit: type=1105 audit(1639050629.766:78): pid=666 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 216.831690] audit: type=1106 audit(1639050629.773:79): pid=666 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 216.831769] audit: type=1104 audit(1639050629.773:80): pid=666 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 232.016010] audit: type=1101 audit(1639050644.959:81): pid=684 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="USERNAME" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 232.016849] audit: type=1110 audit(1639050644.959:82): pid=684 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 232.016994] audit: type=1105 audit(1639050644.959:83): pid=684 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'Thanks for taking a look!
Offline
[ 2.684247] iwlwifi 0000:04:00.0: loaded firmware version 36.ca7b901d.0 8000C-36.ucode op_mode iwlmvm
[ 2.907929] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x204
[ 3.152158] iwlwifi 0000:04:00.0: base HW address: 88:b1:(IP address removed with sed)
[ 6.728214] wlan0: authenticate with (mac address hidden with sed)
[ 6.737431] wlan0: send auth to (mac address hidden with sed) (try 1/3)
[ 6.747458] wlan0: authenticated
[ 6.748993] wlan0: associate with (mac address hidden with sed) (try 1/3)
[ 6.815921] wlan0: RX AssocResp from (mac address hidden with sed) (capab=0x1111 status=0 aid=2)
[ 6.821923] wlan0: associated
[ 6.879804] wlan0: Limiting TX power to 27 (30 - 3) dBm as advertised by (mac address hidden with sed)
[ 6.879986] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes readyThe wlan0 NIC is there and also in your rfkill list - it even gets associated to some AP.
What is not in the dmesg is enp0s20f0u2c4i2 …
I guess what's happening is that systemd tries to change the interface name (it does so successfully for eth0) but can't because the NIC is in use by whatever connects to the AP and that causes a race condition about the NIC name.
The system journal will reveal that (because systemd complains that it can't rename the NIC)
Try to https://wiki.archlinux.org/title/Networ … face_names because that's really just one of lennarts brainfarts that has only downsides for the vast majority of users.
Offline
Worked perfectly! Thanks so much! For future viewers, the command was
sudo ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rulesOffline