linux-surface / iptsd

Userspace daemon for Intel Precise Touch & Stylus
GNU General Public License v2.0
86 stars 39 forks source link

[SP7] Touchscreen & pen stopped working #137

Closed eriolloan closed 11 months ago

eriolloan commented 11 months ago

Hello,

Since yesterday the touchscreen and pen input are not working anymore on my SP7, and the Wacom section disappeared from Gnome control center.

Here are some technical information :

Model : Surface Pro 7 i5 OS : VanillaOS 22.10 x86_64 Kernel : 6.4.4-surface DE : Gnome 43.1 (Wayland)

sudo iptsd-find-hidraw returns nothing and systemctl status $(iptsd-find-service) returns:

Input '' is not a valid file system path, escaping is likely not going be reversible.
○ iptsd@-.service - Intel Precise Touch & Stylus Daemon
     Loaded: loaded (/lib/systemd/system/iptsd@.service; static)
     Active: inactive (dead)
       Docs: https://github.com/linux-surface/iptsd

Output for ps aux | grep iptsd: adrien 61033 0.0 0.0 11488 2432 pts/0 S+ 15:07 0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox iptsd

Output for sudo dmesg | grep hidraw:

[   13.977163] hid-generic 0005:004C:0267.0002: input,hidraw0: BLUETOOTH HID v1.60 Keyboard [Clavier de Adrien Facélina] on 48:51:c5:44:62:c1
[   14.072683] apple 0005:004C:0267.0002: input,hidraw0: BLUETOOTH HID v1.60 Keyboard [Clavier de Adrien Facélina] on 48:51:c5:44:62:c1
[   38.717101] hid-generic 0005:004C:0265.0003: input,hidraw1: BLUETOOTH HID v1.92 Mouse [Trackpad de Adrien Facélina] on 48:51:c5:44:62:c1
[   38.836464] magicmouse 0005:004C:0265.0003: input,hidraw1: BLUETOOTH HID v1.92 Mouse [Trackpad de Adrien Facélina] on 48:51:c5:44:62:c1

Output for sudo dmesg | grep "ipts\|IPTS":

[    4.369316] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Starting IPTS
[    4.370201] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: IPTS EDS Version: 2
[    4.376031] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: IPTS running in poll mode
[    4.376223] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Failed to allocate HID descriptor: -12
[    4.376227] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Failed to add HID device: -12
[    4.547483] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Failed to initialize HID device: -12
[    4.547503] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Failed to start IPTS: -12
[    4.547505] ipts: probe of 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04 failed with error -12
[    5.043450] CPU: 4 PID: 458 Comm: ipts_poll Not tainted 6.4.4-surface #1
[    5.043454] RIP: 0010:ipts_receiver_poll_loop+0x61/0x1f0 [ipts]
[    5.043515]  ? ipts_receiver_poll_loop+0x61/0x1f0 [ipts]
[    5.043521]  ? ipts_receiver_poll_loop+0x11c/0x1f0 [ipts]
[    5.043526]  ? __pfx_ipts_thread_runner+0x10/0x10 [ipts]
[    5.043532]  ipts_thread_runner+0x1f/0x50 [ipts]
[    5.043548] Modules linked in: snd_hda_codec_hdmi nls_iso8859_1 snd_sof_pci_intel_icl snd_sof_intel_hda_common soundwire_intel soundwire_cadence snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_hdac_hda snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi soundwire_generic_allocation snd_hda_codec_realtek soundwire_bus snd_hda_codec_generic ledtrig_audio snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep snd_pcm iwlmvm snd_seq_midi snd_seq_midi_event snd_rawmidi mac80211 surface_platform_profile btusb snd_seq platform_profile surface_charger ipts mei_pxp(+) mei_hdcp(+) hid_sensor_gyro_3d hid_sensor_rotation hid_sensor_accel_3d btrtl gpio_keys surface_battery snd_seq_device intel_rapl_msr(+) ov5693 ov7251 ov8865 libarc4 rapl(+) surface_gpe hid_sensor_trigger btbcm processor_thermal_device_pci_legacy(+) snd_timer intel_skl_int3472_tps68470 spi_nor(+) snd v4l2_fwnode apds9960
[    5.096767] RIP: 0010:ipts_receiver_poll_loop+0x61/0x1f0 [ipts]
[    5.096795] note: ipts_poll[458] exited with irqs disabled

What should I look for/do to get the device back ?

StollD commented 11 months ago

Sorry, I have made a stupid mistake that breaks the driver on SP7, SL3 and SB3.

New kernels are building already, for now you have to either downgrade the kernel or build the module from source.

eriolloan commented 11 months ago

Thanks for your quick answer! Stuff happens and I'm relieved to know I don't have an exotic problem to fix.

I'll wait for now. Could you update this issue when the new kernels are ready before closing it ?

StollD commented 11 months ago

New kernels are out now, please report if they fix the issue.

eriolloan commented 11 months ago

Touchscreen works after the update, no pen input yet Gnome control center shows the Wacom section again with "no tablet detected".

sudo dmesg | grep hidraw presents these new entries:

[    2.552688] hid-generic 001F:8087:0AC2.0004: hidraw3: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on 
[    4.473722] hid-generic 0000:045E:099F.0005: input,hidraw3: <UNKNOWN> HID v0.00 Device [IPTS 045E:099F] on 
[ 4016.563803] hid-generic 0000:045E:099F.0007: input,hidraw3: <UNKNOWN> HID v0.00 Device [IPTS 045E:099F] on 
$ sudo dmesg | grep "ipts\|IPTS"
[    4.311433] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Starting IPTS
[    4.311931] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: IPTS EDS Version: 2
[    4.321494] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: IPTS running in poll mode
[    4.323028] input: IPTS 045E:099F Touchscreen as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input6
[    4.323098] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input7
[    4.323131] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input8
[    4.323163] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input9
[    4.323202] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input10
[    4.323513] input: IPTS 045E:099F Stylus as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input11
[    4.323576] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input12
[    4.323618] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input13
[    4.473722] hid-generic 0000:045E:099F.0005: input,hidraw3: <UNKNOWN> HID v0.00 Device [IPTS 045E:099F] on 
[    9.567251] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: GET_FEATURES timed out!
[ 2381.932020] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Stopping IPTS
[ 4016.344618] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Starting IPTS
[ 4016.345298] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: IPTS EDS Version: 2
[ 4016.359502] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: IPTS running in poll mode
[ 4016.380612] input: IPTS 045E:099F Touchscreen as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0007/input/input23
[ 4016.399344] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0007/input/input24
[ 4016.399782] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0007/input/input25
[ 4016.399846] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0007/input/input26
[ 4016.399904] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0007/input/input27
[ 4016.399984] input: IPTS 045E:099F Stylus as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0007/input/input28
[ 4016.400073] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0007/input/input29
[ 4016.400150] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0007/input/input30
[ 4016.563803] hid-generic 0000:045E:099F.0007: input,hidraw3: <UNKNOWN> HID v0.00 Device [IPTS 045E:099F] on 
[ 4021.664542] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: GET_FEATURES timed out!
[ 5227.711258] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Stopping IPTS
[ 8507.394904] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Starting IPTS
[ 8507.395596] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: IPTS EDS Version: 2
[ 8507.405202] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: IPTS running in poll mode
[ 8507.408536] input: IPTS 045E:099F Touchscreen as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0009/input/input32
[ 8507.423450] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0009/input/input33
[ 8507.425180] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0009/input/input34
[ 8507.425242] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0009/input/input35
[ 8507.425303] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0009/input/input36
[ 8507.425555] input: IPTS 045E:099F Stylus as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0009/input/input37
[ 8507.425959] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0009/input/input38
[ 8507.426053] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0009/input/input39
[ 8507.598649] hid-generic 0000:045E:099F.0009: input,hidraw3: <UNKNOWN> HID v0.00 Device [IPTS 045E:099F] on 
[ 8512.578920] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: GET_FEATURES timed out!
$ systemctl status $(iptsd-find-service)
○ iptsd@dev-hidraw3.service - Intel Precise Touch & Stylus Daemon
     Loaded: loaded (/lib/systemd/system/iptsd@.service; static)
     Active: inactive (dead)
       Docs: https://github.com/linux-surface/iptsd
StollD commented 11 months ago

Please post the full dmesg directly after startup.

eriolloan commented 11 months ago
dmsg ``` [ 0.000000] microcode: updated early: 0xb0 -> 0xb8, date = 2022-08-31 [ 0.000000] Linux version 6.4.4-surface (root@d46e79b06214) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #2 SMP PREEMPT_DYNAMIC Sat Jul 22 17:44:23 UTC 2023 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.4.4-surface root=UUID=4a75d065-5760-4ddb-8de1-e873c9d78b9a rw quiet splash bgrt_disable loglevel=3 force=i915 vt.handoff=7 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Hygon HygonGenuine [ 0.000000] Centaur CentaurHauls [ 0.000000] zhaoxin Shanghai [ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks [ 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 0x020: 'AVX-512 opmask' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64 [ 0.000000] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512 [ 0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024 [ 0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8 [ 0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format. [ 0.000000] signal: max sigframe size: 3632 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000079e1ffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000079e20000-0x0000000079e20fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000079e21000-0x0000000079e21fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000079e22000-0x0000000079e22fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000079e23000-0x000000007b675fff] usable [ 0.000000] BIOS-e820: [mem 0x000000007b676000-0x000000007ba75fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007ba76000-0x000000007ba8efff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ba8f000-0x000000007bb89fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007bb8a000-0x000000007bbb3fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000007bbb4000-0x000000007bbfefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000007bbff000-0x000000007bbfffff] usable [ 0.000000] BIOS-e820: [mem 0x000000007bc00000-0x00000000953fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000026abfffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.7 by MSFT [ 0.000000] efi: ACPI=0x7bbfe000 ACPI 2.0=0x7bbfe014 TPMFinalLog=0x7bbac000 SMBIOS=0x7baff000 SMBIOS 3.0=0x7bafd000 MEMATTR=0x77b2d018 ESRT=0x77b80e98 MOKvar=0x7bafb000 RNG=0x7bbb7018 TPMEventLog=0x77554018 [ 0.000000] random: crng init done [ 0.000000] efi: Not removing mem186: MMIO range=[0xfe010000-0xfe010fff] (4KB) from e820 map [ 0.000000] SMBIOS 3.3.0 present. [ 0.000000] DMI: Microsoft Corporation Surface Pro 7/Surface Pro 7, BIOS 15.11.140 07/08/2022 [ 0.000000] tsc: Detected 1500.000 MHz processor [ 0.000000] tsc: Detected 1497.600 MHz TSC [ 0.001365] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.001372] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.001388] last_pfn = 0x26ac00 max_arch_pfn = 0x400000000 [ 0.001397] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.002337] last_pfn = 0x7bc00 max_arch_pfn = 0x400000000 [ 0.034635] esrt: Reserving ESRT space from 0x0000000077b80e98 to 0x0000000077b80f98. [ 0.034648] e820: update [mem 0x77b80000-0x77b80fff] usable ==> reserved [ 0.034704] Using GB pages for direct mapping [ 0.035925] Secure boot enabled [ 0.035927] RAMDISK: [mem 0x642f2000-0x6ab93fff] [ 0.035938] ACPI: Early table checksum verification disabled [ 0.035944] ACPI: RSDP 0x000000007BBFE014 000024 (v02 MSFT ) [ 0.035952] ACPI: XSDT 0x000000007BBFD0E8 0000BC (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.035963] ACPI: FACP 0x000000007BBE1000 000114 (v06 MSFT MSFT 00000002 MSFT 20160422) [ 0.035974] ACPI: DSDT 0x000000007BBC0000 01C11E (v02 MSFT MSFT 00000002 MSFT 20160422) [ 0.035981] ACPI: FACS 0x000000007BB92000 000040 [ 0.035987] ACPI: WSMT 0x000000007BBFC000 000028 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.035993] ACPI: SSDT 0x000000007BBFA000 001B61 (v02 CpuRef CpuSsdt 00003000 INTL 20181003) [ 0.036000] ACPI: MSDM 0x000000007BBF9000 000055 (v01 MSFT 00000001 MSFT 00000001) [ 0.036007] ACPI: SSDT 0x000000007BBF2000 006230 (v02 MSFT DptfTabl 00001000 INTL 20181003) [ 0.036013] ACPI: SSDT 0x000000007BBEE000 0033E3 (v02 SaSsdt SaSsdt 00003000 INTL 20181003) [ 0.036020] ACPI: SSDT 0x000000007BBE2000 00B27A (v02 INTEL TcssSsdt 00001000 INTL 20181003) [ 0.036026] ACPI: HPET 0x000000007BBE0000 000038 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.036033] ACPI: LPIT 0x000000007BBDF000 000094 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.036039] ACPI: APIC 0x000000007BBDE000 00012C (v04 MSFT MSFT 00000002 MSFT 20160422) [ 0.036045] ACPI: MCFG 0x000000007BBDD000 00003C (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.036052] ACPI: SSDT 0x000000007BBBF000 000DB4 (v02 MSFT RTD3_JL 00001000 INTL 20181003) [ 0.036058] ACPI: SSDT 0x000000007BBBE000 0009E3 (v02 MSFT xh_jl000 00000000 INTL 20181003) [ 0.036064] ACPI: NHLT 0x000000007BBBD000 00002D (v00 MSFT MSFT 00000002 MSFT 20160422) [ 0.036070] ACPI: SSDT 0x000000007BBBC000 000574 (v02 MSFT Tpm2Tabl 00001000 INTL 20181003) [ 0.036077] ACPI: TPM2 0x000000007BBBB000 000034 (v03 MSFT MSFT 00000002 MSFT 20160422) [ 0.036083] ACPI: FPDT 0x000000007BBB9000 000034 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.036089] ACPI: DMAR 0x000000007BBBA000 0000A0 (v02 MSFT MSFT 00000002 MSFT 20160422) [ 0.036096] ACPI: BGRT 0x000000007BBB8000 000038 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.036101] ACPI: Reserving FACP table memory at [mem 0x7bbe1000-0x7bbe1113] [ 0.036104] ACPI: Reserving DSDT table memory at [mem 0x7bbc0000-0x7bbdc11d] [ 0.036106] ACPI: Reserving FACS table memory at [mem 0x7bb92000-0x7bb9203f] [ 0.036108] ACPI: Reserving WSMT table memory at [mem 0x7bbfc000-0x7bbfc027] [ 0.036109] ACPI: Reserving SSDT table memory at [mem 0x7bbfa000-0x7bbfbb60] [ 0.036111] ACPI: Reserving MSDM table memory at [mem 0x7bbf9000-0x7bbf9054] [ 0.036112] ACPI: Reserving SSDT table memory at [mem 0x7bbf2000-0x7bbf822f] [ 0.036114] ACPI: Reserving SSDT table memory at [mem 0x7bbee000-0x7bbf13e2] [ 0.036115] ACPI: Reserving SSDT table memory at [mem 0x7bbe2000-0x7bbed279] [ 0.036117] ACPI: Reserving HPET table memory at [mem 0x7bbe0000-0x7bbe0037] [ 0.036118] ACPI: Reserving LPIT table memory at [mem 0x7bbdf000-0x7bbdf093] [ 0.036120] ACPI: Reserving APIC table memory at [mem 0x7bbde000-0x7bbde12b] [ 0.036121] ACPI: Reserving MCFG table memory at [mem 0x7bbdd000-0x7bbdd03b] [ 0.036123] ACPI: Reserving SSDT table memory at [mem 0x7bbbf000-0x7bbbfdb3] [ 0.036124] ACPI: Reserving SSDT table memory at [mem 0x7bbbe000-0x7bbbe9e2] [ 0.036126] ACPI: Reserving NHLT table memory at [mem 0x7bbbd000-0x7bbbd02c] [ 0.036127] ACPI: Reserving SSDT table memory at [mem 0x7bbbc000-0x7bbbc573] [ 0.036129] ACPI: Reserving TPM2 table memory at [mem 0x7bbbb000-0x7bbbb033] [ 0.036130] ACPI: Reserving FPDT table memory at [mem 0x7bbb9000-0x7bbb9033] [ 0.036132] ACPI: Reserving DMAR table memory at [mem 0x7bbba000-0x7bbba09f] [ 0.036134] ACPI: Reserving BGRT table memory at [mem 0x7bbb8000-0x7bbb8037] [ 0.036583] No NUMA configuration found [ 0.036584] Faking a node at [mem 0x0000000000000000-0x000000026abfffff] [ 0.036598] NODE_DATA(0) allocated [mem 0x26abd5000-0x26abfffff] [ 0.036944] Zone ranges: [ 0.036945] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.036949] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.036952] Normal [mem 0x0000000100000000-0x000000026abfffff] [ 0.036955] Device empty [ 0.036957] Movable zone start for each node [ 0.036960] Early memory node ranges [ 0.036961] node 0: [mem 0x0000000000001000-0x000000000009ffff] [ 0.036964] node 0: [mem 0x0000000000100000-0x0000000079e1ffff] [ 0.036966] node 0: [mem 0x0000000079e21000-0x0000000079e21fff] [ 0.036968] node 0: [mem 0x0000000079e23000-0x000000007b675fff] [ 0.036969] node 0: [mem 0x000000007ba76000-0x000000007ba8efff] [ 0.036971] node 0: [mem 0x000000007bbff000-0x000000007bbfffff] [ 0.036972] node 0: [mem 0x0000000100000000-0x000000026abfffff] [ 0.036975] Initmem setup node 0 [mem 0x0000000000001000-0x000000026abfffff] [ 0.036983] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.037046] On node 0, zone DMA: 96 pages in unavailable ranges [ 0.040703] On node 0, zone DMA32: 1 pages in unavailable ranges [ 0.040753] On node 0, zone DMA32: 1 pages in unavailable ranges [ 0.040766] On node 0, zone DMA32: 1024 pages in unavailable ranges [ 0.040772] On node 0, zone DMA32: 368 pages in unavailable ranges [ 0.051975] On node 0, zone Normal: 17408 pages in unavailable ranges [ 0.052212] On node 0, zone Normal: 21504 pages in unavailable ranges [ 0.052274] Reserving Intel graphics memory at [mem 0x91800000-0x953fffff] [ 0.052974] ACPI: PM-Timer IO Port: 0x1808 [ 0.052988] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.052992] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.052993] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.052995] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.052996] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.052998] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.052999] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.053000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 0.053002] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) [ 0.053003] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) [ 0.053004] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) [ 0.053006] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) [ 0.053007] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1]) [ 0.053008] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1]) [ 0.053010] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1]) [ 0.053011] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1]) [ 0.053048] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.053054] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.053057] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.053067] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.053069] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.053074] TSC deadline timer available [ 0.053075] smpboot: Allowing 8 CPUs, 0 hotplug CPUs [ 0.053099] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.053103] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.053106] PM: hibernation: Registered nosave memory: [mem 0x77b80000-0x77b80fff] [ 0.053109] PM: hibernation: Registered nosave memory: [mem 0x79e20000-0x79e20fff] [ 0.053112] PM: hibernation: Registered nosave memory: [mem 0x79e22000-0x79e22fff] [ 0.053115] PM: hibernation: Registered nosave memory: [mem 0x7b676000-0x7ba75fff] [ 0.053118] PM: hibernation: Registered nosave memory: [mem 0x7ba8f000-0x7bb89fff] [ 0.053119] PM: hibernation: Registered nosave memory: [mem 0x7bb8a000-0x7bbb3fff] [ 0.053120] PM: hibernation: Registered nosave memory: [mem 0x7bbb4000-0x7bbfefff] [ 0.053123] PM: hibernation: Registered nosave memory: [mem 0x7bc00000-0x953fffff] [ 0.053124] PM: hibernation: Registered nosave memory: [mem 0x95400000-0xfe00ffff] [ 0.053126] PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff] [ 0.053127] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed1ffff] [ 0.053128] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff] [ 0.053130] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff] [ 0.053132] [mem 0x95400000-0xfe00ffff] available for PCI devices [ 0.053135] Booting paravirtualized kernel on bare hardware [ 0.053139] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.053152] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 [ 0.053640] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144 [ 0.053651] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152 [ 0.053655] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 [ 0.053696] Kernel command line: BOOT_IMAGE=/vmlinuz-6.4.4-surface root=UUID=4a75d065-5760-4ddb-8de1-e873c9d78b9a rw quiet splash bgrt_disable loglevel=3 force=i915 vt.handoff=7 [ 0.053931] Unknown kernel command line parameters "splash BOOT_IMAGE=/vmlinuz-6.4.4-surface force=i915", will be passed to user space. [ 0.054935] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.055411] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.055617] Fallback order for Node 0: 0 [ 0.055622] Built 1 zonelists, mobility grouping on. Total pages: 1959939 [ 0.055625] Policy zone: Normal [ 0.055634] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.055649] software IO TLB: area num 8. [ 0.096182] Memory: 7520380K/7964852K available (18432K kernel code, 3230K rwdata, 7088K rodata, 4452K init, 18776K bss, 444212K reserved, 0K cma-reserved) [ 0.096408] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.096458] ftrace: allocating 52703 entries in 206 pages [ 0.116732] ftrace: allocated 206 pages with 5 groups [ 0.118488] Dynamic Preempt: voluntary [ 0.118550] rcu: Preemptible hierarchical RCU implementation. [ 0.118552] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8. [ 0.118554] Trampoline variant of Tasks RCU enabled. [ 0.118556] Rude variant of Tasks RCU enabled. [ 0.118557] Tracing variant of Tasks RCU enabled. [ 0.118558] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.118560] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.124836] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16 [ 0.125186] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.125436] Console: colour dummy device 80x25 [ 0.125440] printk: console [tty0] enabled [ 0.125506] ACPI: Core revision 20230331 [ 0.125908] hpet: HPET dysfunctional in PC10. Force disabled. [ 0.125910] APIC: Switch to symmetric I/O mode setup [ 0.125914] DMAR: Host address width 39 [ 0.125916] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.125928] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 49e2ff0505e [ 0.125934] DMAR: DRHD base: 0x000000fed92000 flags: 0x0 [ 0.125940] DMAR: dmar1: reg_base_addr fed92000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.125943] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.125952] DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.125955] DMAR: RMRR base: 0x00000091000000 end: 0x000000953fffff [ 0.125961] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 2 [ 0.125963] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.125966] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit. [ 0.125967] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting. [ 0.128119] DMAR-IR: Enabled IRQ remapping in xapic mode [ 0.128122] x2apic: IRQ remapping doesn't support X2APIC mode [ 0.132666] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x159647815e3, max_idle_ns: 440795269835 ns [ 0.132680] Calibrating delay loop (skipped), value calculated using timer frequency.. 2995.20 BogoMIPS (lpj=5990400) [ 0.132686] pid_max: default: 32768 minimum: 301 [ 0.136673] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,integrity [ 0.136673] landlock: Up and running. [ 0.136673] Yama: becoming mindful. [ 0.136673] AppArmor: AppArmor initialized [ 0.136673] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.136673] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.136673] x86/cpu: SGX disabled by BIOS. [ 0.136673] CPU0: Thermal monitoring enabled (TM1) [ 0.136673] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 0.136673] process: using mwait in idle threads [ 0.136673] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.136673] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.136673] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.136673] Spectre V2 : Mitigation: Enhanced / Automatic IBRS [ 0.136673] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.136673] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT [ 0.136673] RETBleed: Mitigation: Enhanced IBRS [ 0.136673] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.136673] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl [ 0.136673] MMIO Stale Data: Mitigation: Clear CPU buffers [ 0.136673] SRBDS: Mitigation: Microcode [ 0.136673] Freeing SMP alternatives memory: 44K [ 0.136673] smpboot: CPU0: Intel(R) Core(TM) i5-1035G4 CPU @ 1.10GHz (family: 0x6, model: 0x7e, stepping: 0x5) [ 0.136673] cblist_init_generic: Setting adjustable number of callback queues. [ 0.136673] cblist_init_generic: Setting shift to 3 and lim to 1. [ 0.136673] cblist_init_generic: Setting shift to 3 and lim to 1. [ 0.136673] cblist_init_generic: Setting shift to 3 and lim to 1. [ 0.136673] Performance Events: PEBS fmt4+-baseline, AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.136673] ... version: 5 [ 0.136673] ... bit width: 48 [ 0.136673] ... generic registers: 8 [ 0.136673] ... value mask: 0000ffffffffffff [ 0.136673] ... max period: 00007fffffffffff [ 0.136673] ... fixed-purpose events: 4 [ 0.136673] ... event mask: 0001000f000000ff [ 0.136673] Estimated ratio of average max frequency by base frequency (times 1024): 2252 [ 0.136673] rcu: Hierarchical SRCU implementation. [ 0.136673] rcu: Max phase no-delay instances is 1000. [ 0.136673] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.136673] smp: Bringing up secondary CPUs ... [ 0.136673] x86: Booting SMP configuration: [ 0.136673] .... node #0, CPUs: #1 #2 #3 #4 [ 0.148213] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details. [ 0.148213] #5 #6 #7 [ 0.158391] smp: Brought up 1 node, 8 CPUs [ 0.158391] smpboot: Max logical packages: 1 [ 0.158391] smpboot: Total of 8 processors activated (23961.60 BogoMIPS) [ 0.161160] devtmpfs: initialized [ 0.161160] x86/mm: Memory block size: 128MB [ 0.161903] ACPI: PM: Registering ACPI NVS region [mem 0x79e20000-0x79e20fff] (4096 bytes) [ 0.161903] ACPI: PM: Registering ACPI NVS region [mem 0x7bb8a000-0x7bbb3fff] (172032 bytes) [ 0.161903] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.161903] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.161903] pinctrl core: initialized pinctrl subsystem [ 0.161903] PM: RTC time: 15:40:51, date: 2023-07-23 [ 0.161945] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.162248] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.162356] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.162470] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.162485] audit: initializing netlink subsys (disabled) [ 0.162498] audit: type=2000 audit(1690126851.028:1): state=initialized audit_enabled=0 res=1 [ 0.162498] thermal_sys: Registered thermal governor 'fair_share' [ 0.162498] thermal_sys: Registered thermal governor 'bang_bang' [ 0.162498] thermal_sys: Registered thermal governor 'step_wise' [ 0.162498] thermal_sys: Registered thermal governor 'user_space' [ 0.162498] thermal_sys: Registered thermal governor 'power_allocator' [ 0.162498] EISA bus registered [ 0.162498] cpuidle: using governor ladder [ 0.162498] cpuidle: using governor menu [ 0.164770] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.164867] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.164875] PCI: not using MMCONFIG [ 0.164877] PCI: Using configuration type 1 for base access [ 0.165294] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.165307] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.165307] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.165307] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page [ 0.165307] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.165307] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page [ 0.165307] ACPI: Added _OSI(Module Device) [ 0.165307] ACPI: Added _OSI(Processor Device) [ 0.165307] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.165307] ACPI: Added _OSI(Processor Aggregator Device) [ 0.245542] ACPI: 8 ACPI AML tables successfully acquired and loaded [ 0.257329] ACPI: Dynamic OEM Table Load: [ 0.257346] ACPI: SSDT 0xFFFF93180021BA00 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20181003) [ 0.258812] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked [ 0.260283] ACPI: Dynamic OEM Table Load: [ 0.260294] ACPI: SSDT 0xFFFF931801705000 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20181003) [ 0.262104] ACPI: Dynamic OEM Table Load: [ 0.262113] ACPI: SSDT 0xFFFF93180129D000 000437 (v02 PmRef Cpu0Ist 00003000 INTL 20181003) [ 0.263801] ACPI: Dynamic OEM Table Load: [ 0.263808] ACPI: SSDT 0xFFFF9318002E2200 00012C (v02 PmRef Cpu0Hwp 00003000 INTL 20181003) [ 0.265228] ACPI: Dynamic OEM Table Load: [ 0.265245] ACPI: SSDT 0xFFFF931801299000 000724 (v02 PmRef HwpLvt 00003000 INTL 20181003) [ 0.267146] ACPI: Dynamic OEM Table Load: [ 0.267155] ACPI: SSDT 0xFFFF931801AD1800 0005FC (v02 PmRef ApIst 00003000 INTL 20181003) [ 0.268912] ACPI: Dynamic OEM Table Load: [ 0.268920] ACPI: SSDT 0xFFFF931801702000 000317 (v02 PmRef ApHwp 00003000 INTL 20181003) [ 0.270635] ACPI: Dynamic OEM Table Load: [ 0.270645] ACPI: SSDT 0xFFFF931800151000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20181003) [ 0.273290] ACPI: Dynamic OEM Table Load: [ 0.273300] ACPI: SSDT 0xFFFF931801700000 00030A (v02 PmRef ApCst 00003000 INTL 20181003) [ 0.279716] ACPI: Interpreter enabled [ 0.279806] ACPI: PM: (supports S0 S4 S5) [ 0.279808] ACPI: Using IOAPIC for interrupt routing [ 0.281794] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.282889] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource [ 0.282914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.282916] PCI: Using E820 reservations for host bridge windows [ 0.283624] ACPI: Enabled 8 GPEs in block 00 to 7F [ 0.292248] ACPI: \_SB_.PCI0.XHC_.RHUB.HS10.BTPR: New power resource [ 0.306616] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource [ 0.306871] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource [ 0.307116] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource [ 0.309809] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource [ 0.309869] ACPI: \_SB_.PCI0.CAMP: New power resource [ 0.310185] ACPI: \_SB_.PCI0.TBT0: New power resource [ 0.310252] ACPI: \_SB_.PCI0.TBT1: New power resource [ 0.310309] ACPI: \_SB_.PCI0.D3C_: New power resource [ 0.324552] ACPI: \PIN_: New power resource [ 0.325380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 0.325391] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.336508] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] [ 0.343240] PCI host bridge to bus 0000:00 [ 0.343244] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.343249] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.343251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window] [ 0.343254] pci_bus 0000:00: root bus resource [mem 0x95400000-0xdfffffff window] [ 0.343256] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window] [ 0.343258] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.343342] pci 0000:00:00.0: [8086:8a12] type 00 class 0x060000 [ 0.343801] pci 0000:00:02.0: [8086:8a5a] type 00 class 0x030000 [ 0.343816] pci 0000:00:02.0: reg 0x10: [mem 0x6001000000-0x6001ffffff 64bit] [ 0.343827] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref] [ 0.343834] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f] [ 0.343860] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.343863] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics [ 0.343868] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.344204] pci 0000:00:04.0: [8086:8a03] type 00 class 0x118000 [ 0.344228] pci 0000:00:04.0: reg 0x10: [mem 0x6002120000-0x600212ffff 64bit] [ 0.344691] pci 0000:00:05.0: [8086:8a19] type 00 class 0x048000 [ 0.344704] pci 0000:00:05.0: reg 0x10: [mem 0x6000000000-0x6000ffffff 64bit] [ 0.344988] pci 0000:00:0d.0: [8086:8a13] type 00 class 0x0c0330 [ 0.345006] pci 0000:00:0d.0: reg 0x10: [mem 0x6002110000-0x600211ffff 64bit] [ 0.345082] pci 0000:00:0d.0: PME# supported from D3hot D3cold [ 0.345629] pci 0000:00:12.0: [8086:34fc] type 00 class 0x070000 [ 0.345677] pci 0000:00:12.0: reg 0x10: [mem 0x600213a000-0x600213bfff 64bit] [ 0.345803] pci 0000:00:12.0: PME# supported from D0 D3hot [ 0.346532] pci 0000:00:14.0: [8086:34ed] type 00 class 0x0c0330 [ 0.346575] pci 0000:00:14.0: reg 0x10: [mem 0x6002100000-0x600210ffff 64bit] [ 0.346698] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.347228] pci 0000:00:14.2: [8086:34ef] type 00 class 0x050000 [ 0.347274] pci 0000:00:14.2: reg 0x10: [mem 0x6002138000-0x6002139fff 64bit] [ 0.347295] pci 0000:00:14.2: reg 0x18: [mem 0x6002143000-0x6002143fff 64bit] [ 0.347535] pci 0000:00:14.3: [8086:34f0] type 00 class 0x028000 [ 0.347591] pci 0000:00:14.3: reg 0x10: [mem 0x6002134000-0x6002137fff 64bit] [ 0.347779] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold [ 0.348143] pci 0000:00:15.0: [8086:34e8] type 00 class 0x0c8000 [ 0.348291] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.349068] pci 0000:00:15.2: [8086:34ea] type 00 class 0x0c8000 [ 0.349158] pci 0000:00:15.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.349947] pci 0000:00:15.3: [8086:34eb] type 00 class 0x0c8000 [ 0.350036] pci 0000:00:15.3: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.350733] pci 0000:00:16.0: [8086:34e0] type 00 class 0x078000 [ 0.350780] pci 0000:00:16.0: reg 0x10: [mem 0x600213f000-0x600213ffff 64bit] [ 0.350916] pci 0000:00:16.0: PME# supported from D3hot [ 0.351614] pci 0000:00:16.4: [8086:34e4] type 00 class 0x078000 [ 0.351661] pci 0000:00:16.4: reg 0x10: [mem 0x600213e000-0x600213efff 64bit] [ 0.351796] pci 0000:00:16.4: PME# supported from D3hot [ 0.352028] pci 0000:00:19.0: [8086:34c5] type 00 class 0x0c8000 [ 0.352117] pci 0000:00:19.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.352921] pci 0000:00:1d.0: [8086:34b0] type 01 class 0x060400 [ 0.353145] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.353273] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity [ 0.354476] pci 0000:00:1e.0: [8086:34a8] type 00 class 0x078000 [ 0.354566] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.355343] pci 0000:00:1f.0: [8086:3482] type 00 class 0x060100 [ 0.355959] pci 0000:00:1f.3: [8086:34c8] type 00 class 0x040380 [ 0.356043] pci 0000:00:1f.3: reg 0x10: [mem 0x6002130000-0x6002133fff 64bit] [ 0.356128] pci 0000:00:1f.3: reg 0x20: [mem 0x6002000000-0x60020fffff 64bit] [ 0.356314] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.357072] pci 0000:00:1f.5: [8086:34a4] type 00 class 0x0c8000 [ 0.357116] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff] [ 0.357630] pci 0000:01:00.0: [1e0f:0001] type 00 class 0x010802 [ 0.357663] pci 0000:01:00.0: reg 0x10: [mem 0x95400000-0x95403fff 64bit] [ 0.357846] pci 0000:01:00.0: PME# supported from D0 D3hot [ 0.358123] pci 0000:00:1d.0: PCI bridge to [bus 01] [ 0.358131] pci 0000:00:1d.0: bridge window [mem 0x95400000-0x954fffff] [ 0.420341] Low-power S0 idle used by default for system suspend [ 0.427346] iommu: Default domain type: Translated [ 0.427346] iommu: DMA domain TLB invalidation policy: lazy mode [ 0.427346] SCSI subsystem initialized [ 0.427346] libata version 3.00 loaded. [ 0.427346] ACPI: bus type USB registered [ 0.427346] usbcore: registered new interface driver usbfs [ 0.427346] usbcore: registered new interface driver hub [ 0.427346] usbcore: registered new device driver usb [ 0.427346] pps_core: LinuxPPS API ver. 1 registered [ 0.427346] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.427346] PTP clock support registered [ 0.427346] EDAC MC: Ver: 3.0.0 [ 0.427346] efivars: Registered efivars operations [ 0.428866] NetLabel: Initializing [ 0.428868] NetLabel: domain hash size = 128 [ 0.428870] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.428892] NetLabel: unlabeled traffic allowed by default [ 0.428915] mctp: management component transport protocol core [ 0.428915] NET: Registered PF_MCTP protocol family [ 0.428915] PCI: Using ACPI for IRQ routing [ 0.480966] PCI: pci_cache_line_size set to 64 bytes [ 0.481365] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window [ 0.481536] e820: reserve RAM buffer [mem 0x77b80000-0x77ffffff] [ 0.481539] e820: reserve RAM buffer [mem 0x79e20000-0x7bffffff] [ 0.481542] e820: reserve RAM buffer [mem 0x79e22000-0x7bffffff] [ 0.481544] e820: reserve RAM buffer [mem 0x7b676000-0x7bffffff] [ 0.481546] e820: reserve RAM buffer [mem 0x7ba8f000-0x7bffffff] [ 0.481548] e820: reserve RAM buffer [mem 0x7bc00000-0x7bffffff] [ 0.481549] e820: reserve RAM buffer [mem 0x26ac00000-0x26bffffff] [ 0.481590] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.481590] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.481590] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.481590] vgaarb: loaded [ 0.483072] clocksource: Switched to clocksource tsc-early [ 0.495204] VFS: Disk quotas dquot_6.6.0 [ 0.495231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.495422] AppArmor: AppArmor Filesystem Enabled [ 0.495474] pnp: PnP ACPI init [ 0.495892] system 00:00: [io 0x0680-0x069f] has been reserved [ 0.495897] system 00:00: [io 0x164e-0x164f] has been reserved [ 0.496148] system 00:02: [io 0x1854-0x1857] has been reserved [ 0.496774] system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.496777] system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved [ 0.496780] system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved [ 0.496782] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved [ 0.496785] system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved [ 0.496787] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.496790] system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.497853] system 00:04: [io 0x1800-0x18fe] could not be reserved [ 0.497857] system 00:04: [mem 0xfd000000-0xfd68ffff] has been reserved [ 0.497859] system 00:04: [mem 0xfd6b0000-0xfd6cffff] has been reserved [ 0.497862] system 00:04: [mem 0xfd6f0000-0xfdffffff] has been reserved [ 0.497864] system 00:04: [mem 0xfe000000-0xfe01ffff] could not be reserved [ 0.497866] system 00:04: [mem 0xfe200000-0xfe7fffff] has been reserved [ 0.497869] system 00:04: [mem 0xff000000-0xffffffff] has been reserved [ 0.498354] system 00:05: [io 0x2000-0x20fe] has been reserved [ 0.498709] system 00:06: [mem 0xfe038000-0xfe038fff] has been reserved [ 0.499596] pnp: PnP ACPI: found 7 devices [ 0.505946] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.506028] NET: Registered PF_INET protocol family [ 0.506174] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.508912] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.508963] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.509038] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.509386] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 0.509697] TCP: Hash tables configured (established 65536 bind 65536) [ 0.509807] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear) [ 0.509851] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.509885] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.509949] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.509958] NET: Registered PF_XDP protocol family [ 0.509976] pci 0000:00:15.0: BAR 0: assigned [mem 0x4010000000-0x4010000fff 64bit] [ 0.510042] pci 0000:00:15.2: BAR 0: assigned [mem 0x4010001000-0x4010001fff 64bit] [ 0.510097] pci 0000:00:15.3: BAR 0: assigned [mem 0x4010002000-0x4010002fff 64bit] [ 0.510153] pci 0000:00:19.0: BAR 0: assigned [mem 0x4010003000-0x4010003fff 64bit] [ 0.510209] pci 0000:00:1e.0: BAR 0: assigned [mem 0x4010004000-0x4010004fff 64bit] [ 0.510325] resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff] [ 0.510329] pci 0000:00:1f.5: BAR 0: assigned [mem 0x95500000-0x95500fff] [ 0.510343] pci 0000:00:1d.0: PCI bridge to [bus 01] [ 0.510350] pci 0000:00:1d.0: bridge window [mem 0x95400000-0x954fffff] [ 0.510362] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.510365] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.510367] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window] [ 0.510370] pci_bus 0000:00: resource 7 [mem 0x95400000-0xdfffffff window] [ 0.510372] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window] [ 0.510374] pci_bus 0000:01: resource 1 [mem 0x95400000-0x954fffff] [ 0.511285] PCI: CLS 0 bytes, default 64 [ 0.511344] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.511347] software IO TLB: mapped [mem 0x000000006ef42000-0x0000000072f42000] (64MB) [ 0.511399] Trying to unpack rootfs image as initramfs... [ 0.515433] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x159647815e3, max_idle_ns: 440795269835 ns [ 0.515729] clocksource: Switched to clocksource tsc [ 0.516831] Initialise system trusted keyrings [ 0.516850] Key type blacklist registered [ 0.516978] workingset: timestamp_bits=36 max_order=21 bucket_order=0 [ 0.517008] zbud: loaded [ 0.517400] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.517567] fuse: init (API version 7.38) [ 0.517820] integrity: Platform Keyring initialized [ 0.517827] integrity: Machine keyring initialized [ 0.541761] Key type asymmetric registered [ 0.541766] Asymmetric key parser 'x509' registered [ 0.541809] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.541895] io scheduler mq-deadline registered [ 0.544098] pcieport 0000:00:1d.0: PME: Signaling with IRQ 123 [ 0.544321] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.545071] Monitor-Mwait will be used to enter C-1 state [ 0.545092] Monitor-Mwait will be used to enter C-2 state [ 0.545098] Monitor-Mwait will be used to enter C-3 state [ 0.545104] ACPI: \_SB_.PR00: Found 3 idle states [ 0.546008] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 [ 0.546055] ACPI: button: Lid Switch [LID0] [ 0.550391] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.550460] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.550518] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.550576] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.550633] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.550690] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.550747] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.550804] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.550861] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.551322] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.556304] serial 0000:00:12.0: enabling device (0000 -> 0002) [ 0.557124] hpet_acpi_add: no address or irqs in _CRS [ 0.557175] Linux agpgart interface v0.103 [ 0.564324] tpm_tis NTC0702:00: 2.0 TPM (device-id 0xFC, rev-id 1) [ 0.584659] loop: module loaded [ 0.585062] tun: Universal TUN/TAP device driver, 1.6 [ 0.585173] PPP generic driver version 2.4.2 [ 0.585343] i8042: PNP: No PS/2 controller found. [ 0.585416] mousedev: PS/2 mouse device common for all mice [ 0.585516] rtc_cmos 00:01: RTC can wake from S4 [ 0.586374] rtc_cmos 00:01: registered as rtc0 [ 0.586540] rtc_cmos 00:01: setting system clock to 2023-07-23T15:40:51 UTC (1690126851) [ 0.586598] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram [ 0.586611] i2c_dev: i2c /dev entries driver [ 0.587449] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. [ 0.587470] device-mapper: uevent: version 1.0.3 [ 0.587603] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com [ 0.587646] platform eisa.0: Probing EISA bus 0 [ 0.587650] platform eisa.0: EISA: Cannot allocate resource for mainboard [ 0.587652] platform eisa.0: Cannot allocate resource for EISA slot 1 [ 0.587654] platform eisa.0: Cannot allocate resource for EISA slot 2 [ 0.587656] platform eisa.0: Cannot allocate resource for EISA slot 3 [ 0.587676] platform eisa.0: Cannot allocate resource for EISA slot 4 [ 0.587678] platform eisa.0: Cannot allocate resource for EISA slot 5 [ 0.587680] platform eisa.0: Cannot allocate resource for EISA slot 6 [ 0.587681] platform eisa.0: Cannot allocate resource for EISA slot 7 [ 0.587683] platform eisa.0: Cannot allocate resource for EISA slot 8 [ 0.587685] platform eisa.0: EISA: Detected 0 cards [ 0.587690] intel_pstate: Intel P-state driver initializing [ 0.588243] intel_pstate: HWP enabled [ 0.588346] ledtrig-cpu: registered to indicate activity on CPUs [ 0.588361] efifb: probing for efifb [ 0.588371] efifb: No BGRT, not showing boot graphics [ 0.588372] efifb: framebuffer at 0x4000000000, using 19496k, total 19494k [ 0.588373] efifb: mode is 2736x1824x32, linelength=10944, pages=1 [ 0.588374] efifb: scrolling: redraw [ 0.588374] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.588407] fbcon: Deferring console take-over [ 0.588408] fb0: EFI VGA frame buffer device [ 0.588478] intel_pmc_core INT33A1:00: initialized [ 0.588558] drop_monitor: Initializing network drop monitor service [ 0.588648] NET: Registered PF_INET6 protocol family [ 0.905678] Freeing initrd memory: 107144K [ 0.910674] Segment Routing with IPv6 [ 0.910687] In-situ OAM (IOAM) with IPv6 [ 0.910715] NET: Registered PF_PACKET protocol family [ 0.910926] Key type dns_resolver registered [ 0.911942] microcode: Microcode Update Driver: v2.2. [ 0.911949] IPI shorthand broadcast: enabled [ 0.912802] sched_clock: Marking stable (904608195, 7330096)->(977727244, -65788953) [ 0.913099] registered taskstats version 1 [ 0.913588] Loading compiled-in X.509 certificates [ 0.914096] Loaded X.509 cert 'Build time autogenerated kernel key: 312b1635dda9436b5b925697d0c00c95a6fdc97c' [ 0.915188] Key type .fscrypt registered [ 0.915190] Key type fscrypt-provisioning registered [ 0.915364] Key type trusted registered [ 0.917374] Key type encrypted registered [ 0.917377] AppArmor: AppArmor sha1 policy hashing enabled [ 0.917414] integrity: Loading X.509 certificate: UEFI:db [ 0.917433] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' [ 0.917434] integrity: Loading X.509 certificate: UEFI:db [ 0.917446] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' [ 0.917603] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table) [ 0.917808] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63' [ 0.917808] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table) [ 0.918270] integrity: Loaded X.509 cert 'Default Company Ltd: linux-surface: 24ef5c444499ba0aa6f2a8bea4258f065fea4ec6' [ 0.918274] Loading compiled-in module X.509 certificates [ 0.918740] Loaded X.509 cert 'Build time autogenerated kernel key: 312b1635dda9436b5b925697d0c00c95a6fdc97c' [ 0.918741] ima: Allocated hash algorithm: sha1 [ 0.948810] evm: Initialising EVM extended attributes: [ 0.948815] evm: security.selinux [ 0.948816] evm: security.SMACK64 [ 0.948817] evm: security.SMACK64EXEC [ 0.948818] evm: security.SMACK64TRANSMUTE [ 0.948819] evm: security.SMACK64MMAP [ 0.948820] evm: security.apparmor [ 0.948821] evm: security.ima [ 0.948822] evm: security.capability [ 0.948833] evm: HMAC attrs: 0x1 [ 0.948841] audit: type=1807 audit(1690126851.859:2): action=measure func=KEXEC_KERNEL_CHECK res=1 [ 0.948849] audit: type=1807 audit(1690126851.859:3): action=measure func=MODULE_CHECK res=1 [ 0.949295] PM: Magic number: 15:458:690 [ 0.949334] mem mem: hash matches [ 0.949346] intel_pmc_core INT33A1:00: hash matches [ 0.949353] acpi INT33A1:00: hash matches [ 0.950005] hid_bpf: error while preloading HID BPF dispatcher: -22 [ 0.950021] RAS: Correctable Errors collector initialized. [ 0.950069] clk: Disabling unused clocks [ 0.958572] Freeing unused decrypted memory: 2036K [ 0.959122] Freeing unused kernel image (initmem) memory: 4452K [ 0.995531] Write protecting the kernel read-only data: 26624k [ 0.996116] Freeing unused kernel image (rodata/data gap) memory: 1104K [ 1.014514] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.014521] Run /init as init process [ 1.014522] with arguments: [ 1.014523] /init [ 1.014524] splash [ 1.014525] with environment: [ 1.014526] HOME=/ [ 1.014527] TERM=linux [ 1.014527] BOOT_IMAGE=/vmlinuz-6.4.4-surface [ 1.014528] force=i915 [ 1.147926] ACPI: bus type drm_connector registered [ 1.147935] xhci_hcd 0000:00:0d.0: xHCI Host Controller [ 1.147958] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1 [ 1.149075] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000200009810 [ 1.149631] xhci_hcd 0000:00:0d.0: xHCI Host Controller [ 1.149642] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2 [ 1.149651] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed [ 1.149710] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04 [ 1.149715] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.149718] usb usb1: Product: xHCI Host Controller [ 1.149721] usb usb1: Manufacturer: Linux 6.4.4-surface xhci-hcd [ 1.149723] usb usb1: SerialNumber: 0000:00:0d.0 [ 1.149971] hub 1-0:1.0: USB hub found [ 1.149992] hub 1-0:1.0: 1 port detected [ 1.150260] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04 [ 1.150265] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.150267] usb usb2: Product: xHCI Host Controller [ 1.150269] usb usb2: Manufacturer: Linux 6.4.4-surface xhci-hcd [ 1.150271] usb usb2: SerialNumber: 0000:00:0d.0 [ 1.150430] hub 2-0:1.0: USB hub found [ 1.150449] hub 2-0:1.0: 4 ports detected [ 1.152004] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.152012] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 [ 1.153173] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810 [ 1.153746] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.153752] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 [ 1.153756] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed [ 1.153847] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04 [ 1.153850] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.153852] usb usb3: Product: xHCI Host Controller [ 1.153853] usb usb3: Manufacturer: Linux 6.4.4-surface xhci-hcd [ 1.153855] usb usb3: SerialNumber: 0000:00:14.0 [ 1.154001] hub 3-0:1.0: USB hub found [ 1.154036] hub 3-0:1.0: 12 ports detected [ 1.156923] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04 [ 1.156927] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.156929] usb usb4: Product: xHCI Host Controller [ 1.156931] usb usb4: Manufacturer: Linux 6.4.4-surface xhci-hcd [ 1.156933] usb usb4: SerialNumber: 0000:00:14.0 [ 1.157064] hub 4-0:1.0: USB hub found [ 1.157094] hub 4-0:1.0: 6 ports detected [ 1.164834] nvme nvme0: pci function 0000:01:00.0 [ 1.170204] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002) [ 1.170535] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 1.177923] nvme nvme0: allocated 61 MiB host memory buffer. [ 1.187490] intel-lpss 0000:00:15.2: enabling device (0000 -> 0002) [ 1.188148] idma64 idma64.1: Found Intel integrated DMA 64-bit [ 1.207000] intel-lpss 0000:00:15.3: enabling device (0000 -> 0002) [ 1.207575] idma64 idma64.2: Found Intel integrated DMA 64-bit [ 1.226406] intel-lpss 0000:00:19.0: enabling device (0000 -> 0002) [ 1.245846] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002) [ 1.246641] idma64 idma64.4: Found Intel integrated DMA 64-bit [ 1.330868] nvme nvme0: 8/0/0 default/read/poll queues [ 1.333916] nvme0n1: p1 p2 p3 p4 p5 [ 1.411359] usb 3-2: new full-speed USB device number 2 using xhci_hcd [ 1.562400] usb 3-2: New USB device found, idVendor=05ac, idProduct=0267, bcdDevice= 8.51 [ 1.562404] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.562405] usb 3-2: Product: Magic Keyboard [ 1.562406] usb 3-2: Manufacturer: Apple Inc. [ 1.562407] usb 3-2: SerialNumber: F0T033200LDJ1YRA5 [ 1.625307] hid: raw HID events driver (C) Jiri Kosina [ 1.626358] i915 0000:00:02.0: vgaarb: deactivate vga console [ 1.626403] i915 0000:00:02.0: [drm] Using Transparent Hugepages [ 1.628585] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 1.629054] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/icl_dmc_ver1_09.bin (v1.9) [ 1.632773] usbcore: registered new interface driver usbhid [ 1.632775] usbhid: USB HID core driver [ 1.641281] apple 0003:05AC:0267.0001: fixing up Magic Keyboard battery report descriptor [ 1.641369] apple 0003:05AC:0267.0001: Fn key not found (Apple Wireless Keyboard clone?), disabling Fn key handling [ 1.641388] input: Apple Inc. Magic Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:05AC:0267.0001/input/input1 [ 1.641455] apple 0003:05AC:0267.0001: input,hiddev0,hidraw0: USB HID v1.10 Keyboard [Apple Inc. Magic Keyboard] on usb-0000:00:14.0-2/input0 [ 1.641640] input: Apple Inc. Magic Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:05AC:0267.0002/input/input2 [ 1.691846] usb 3-10: new full-speed USB device number 3 using xhci_hcd [ 1.699753] apple 0003:05AC:0267.0002: input,hiddev1,hidraw1: USB HID v1.10 Keyboard [Apple Inc. Magic Keyboard] on usb-0000:00:14.0-2/input1 [ 1.700018] apple 0003:05AC:0267.0003: hiddev2,hidraw2: USB HID v1.10 Device [Apple Inc. Magic Keyboard] on usb-0000:00:14.0-2/input2 [ 1.729407] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0 [ 1.734257] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 1.734611] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3 [ 1.763767] fbcon: i915drmfb (fb0) is primary device [ 1.763773] fbcon: Deferring console take-over [ 1.763778] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device [ 1.846521] usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02 [ 1.846531] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.616087] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=1 [ 2.623675] hid-generic 001F:8087:0AC2.0004: hidraw3: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 2.931331] raid6: avx512x4 gen() 52650 MB/s [ 2.999331] raid6: avx512x2 gen() 64013 MB/s [ 3.067331] raid6: avx512x1 gen() 57931 MB/s [ 3.135331] raid6: avx2x4 gen() 48293 MB/s [ 3.203331] raid6: avx2x2 gen() 49382 MB/s [ 3.271331] raid6: avx2x1 gen() 40077 MB/s [ 3.271332] raid6: using algorithm avx512x2 gen() 64013 MB/s [ 3.339331] raid6: .... xor() 36813 MB/s, rmw enabled [ 3.339331] raid6: using avx512x2 recovery algorithm [ 3.348426] xor: automatically using best checksumming function avx [ 3.425736] Btrfs loaded, zoned=yes, fsverity=yes [ 3.444338] BTRFS: device label a devid 1 transid 4225 /dev/nvme0n1p4 scanned by btrfs (220) [ 3.444455] BTRFS: device label b devid 1 transid 6083 /dev/nvme0n1p3 scanned by btrfs (220) [ 3.444753] BTRFS: device fsid 1a11c1ae-2b56-425a-957d-bb405a9ebbac devid 1 transid 12004 /dev/nvme0n1p5 scanned by btrfs (220) [ 3.457604] BTRFS info (device nvme0n1p4): using crc32c (crc32c-intel) checksum algorithm [ 3.457610] BTRFS info (device nvme0n1p4): using free space tree [ 3.461921] BTRFS info (device nvme0n1p4): enabling ssd optimizations [ 3.461924] BTRFS info (device nvme0n1p4): auto enabling async discard [ 3.593072] systemd[1]: Inserted module 'autofs4' [ 3.612747] systemd[1]: systemd 251.4-1ubuntu7.3 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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 3.612752] systemd[1]: Detected architecture x86-64. [ 3.613337] systemd[1]: Hostname set to . [ 3.654236] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd' [ 3.789738] systemd-rc-local-generator[285]: /etc/rc.local is not marked executable, skipping. [ 3.791359] block nvme0n1: the capability attribute has been deprecated. [ 3.840308] systemd[1]: vso-autoupdate.service: Found ordering cycle on vso-autoupdate.timer/start [ 3.840312] systemd[1]: vso-autoupdate.service: Found dependency on vso-autoupdate.service/start [ 3.840314] systemd[1]: vso-autoupdate.service: Job vso-autoupdate.timer/start deleted to break ordering cycle starting with vso-autoupdate.service/start [ 3.840765] systemd[1]: Queued start job for default target Graphical Interface. [ 3.872401] systemd[1]: Created slice Slice /system/modprobe. [ 3.872746] systemd[1]: Created slice User and Session Slice. [ 3.872866] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 3.873130] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 3.873216] systemd[1]: Reached target Local Integrity Protected Volumes. [ 3.873271] systemd[1]: Reached target User and Group Name Lookups. [ 3.873311] systemd[1]: Reached target Slice Units. [ 3.873341] systemd[1]: Reached target Swaps. [ 3.873373] systemd[1]: Reached target Local Verity Protected Volumes. [ 3.873487] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 3.874051] systemd[1]: Listening on LVM2 poll daemon socket. [ 3.880524] systemd[1]: Listening on RPCbind Server Activation Socket. [ 3.880780] systemd[1]: Listening on Syslog Socket. [ 3.880892] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 3.881205] systemd[1]: Listening on Journal Audit Socket. [ 3.881345] systemd[1]: Listening on Journal Socket (/dev/log). [ 3.881507] systemd[1]: Listening on Journal Socket. [ 3.882152] systemd[1]: Listening on udev Control Socket. [ 3.882314] systemd[1]: Listening on udev Kernel Socket. [ 3.883544] systemd[1]: Mounting Huge Pages File System... [ 3.884701] systemd[1]: Mounting POSIX Message Queue File System... [ 3.885747] systemd[1]: Mounting Kernel Debug File System... [ 3.886761] systemd[1]: Mounting Kernel Trace File System... [ 3.888632] systemd[1]: Starting Journal Service... [ 3.888728] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab). [ 3.888815] systemd[1]: Finished Availability of block devices. [ 3.889995] systemd[1]: Starting Set the console keyboard layout... [ 3.890778] systemd[1]: Starting Create List of Static Device Nodes... [ 3.891404] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 3.892125] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 3.892849] systemd[1]: Starting Load Kernel Module configfs... [ 3.893625] systemd[1]: Starting Load Kernel Module drm... [ 3.894229] systemd[1]: Starting Load Kernel Module efi_pstore... [ 3.894904] systemd[1]: Starting Load Kernel Module fuse... [ 3.895676] systemd[1]: Starting Load Kernel Module pstore_blk... [ 3.896317] systemd[1]: Starting Load Kernel Module pstore_zone... [ 3.896933] systemd[1]: Starting Load Kernel Module ramoops... [ 3.898009] systemd[1]: Starting Load Kernel Modules... [ 3.898708] systemd[1]: Starting Remount Root and Kernel File Systems... [ 3.898775] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed. [ 3.899461] systemd[1]: Starting Coldplug All udev Devices... [ 3.900595] systemd[1]: Mounted Huge Pages File System. [ 3.900850] systemd[1]: Mounted POSIX Message Queue File System. [ 3.901064] systemd[1]: Mounted Kernel Debug File System. [ 3.901274] systemd[1]: Mounted Kernel Trace File System. [ 3.901605] systemd[1]: Finished Create List of Static Device Nodes. [ 3.901980] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 3.902104] systemd[1]: Finished Load Kernel Module configfs. [ 3.902341] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 3.902455] systemd[1]: Finished Load Kernel Module drm. [ 3.903080] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 3.903196] systemd[1]: Finished Load Kernel Module fuse. [ 3.903405] systemd[1]: Finished Remount Root and Kernel File Systems. [ 3.903880] systemd[1]: \x2esystem-usr.mount: Directory /.system/usr to mount over is not empty, mounting anyway. [ 3.904698] systemd[1]: Mounting Managed /usr directory... [ 3.905486] systemd[1]: Mounting FUSE Control File System... [ 3.906248] systemd[1]: Mounting Kernel Configuration File System... [ 3.907186] systemd[1]: Starting Create System Users... [ 3.909214] pstore: Using crash dump compression: deflate [ 3.909554] systemd[1]: Mounted Managed /usr directory. [ 3.909815] systemd[1]: Mounted FUSE Control File System. [ 3.909969] pstore: Registered efi_pstore as persistent store backend [ 3.910057] systemd[1]: Mounted Kernel Configuration File System. [ 3.910472] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 3.910614] systemd[1]: Finished Load Kernel Module efi_pstore. [ 3.913122] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 3.913245] systemd[1]: Finished Load Kernel Module pstore_zone. [ 3.915456] systemd[1]: Finished Create System Users. [ 3.916248] systemd[1]: Starting Create Static Device Nodes in /dev... [ 3.920956] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 3.921093] systemd[1]: Finished Load Kernel Module pstore_blk. [ 3.922313] systemd[1]: Finished Create Static Device Nodes in /dev. [ 3.923863] systemd[1]: Starting Rule-based Manager for Device Events and Files... [ 3.924149] systemd[1]: modprobe@ramoops.service: Deactivated successfully. [ 3.924276] systemd[1]: Finished Load Kernel Module ramoops. [ 3.925364] systemd[1]: Started Journal Service. [ 3.928217] lp: driver loaded but no devices found [ 3.956665] ppdev: user-space parallel port driver [ 3.999162] systemd-journald[299]: Received client request to flush runtime journal. [ 4.111413] mc: Linux media interface: v0.10 [ 4.124024] int3472-discrete INT3472:00: No sensor module config [ 4.124028] int3472-discrete INT3472:00: error -EINVAL: Failed to map regulator to sensor [ 4.124368] int3472-discrete: probe of INT3472:00 failed with error -22 [ 4.135961] int3472-discrete INT3472:01: No sensor module config [ 4.135966] int3472-discrete INT3472:01: error -EINVAL: Failed to map regulator to sensor [ 4.136010] int3472-discrete: probe of INT3472:01 failed with error -22 [ 4.159551] int3472-discrete INT3472:02: No sensor module config [ 4.159556] int3472-discrete INT3472:02: error -EINVAL: Failed to map regulator to sensor [ 4.159593] int3472-discrete: probe of INT3472:02 failed with error -22 [ 4.171109] usbcore: registered new device driver apple-mfi-fastcharge [ 4.189854] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 4.190071] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 4.190272] Consider using thermal netlink events interface [ 4.196096] videodev: Linux video capture interface: v2.00 [ 4.204691] mei_me 0000:00:16.4: enabling device (0000 -> 0002) [ 4.204693] mei_me 0000:00:16.0: enabling device (0000 -> 0002) [ 4.238676] Intel(R) Wireless WiFi driver for Linux [ 4.238728] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002) [ 4.240332] iwlwifi 0000:00:14.3: Detected crf-id 0x3617, cnv-id 0x2000300 wfpm id 0x80000000 [ 4.240353] iwlwifi 0000:00:14.3: PCI dev 34f0/0074, rev=0x332, rfid=0x10a100 [ 4.240767] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-78.ucode failed with error -2 [ 4.240788] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-77.ucode failed with error -2 [ 4.240806] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-76.ucode failed with error -2 [ 4.240822] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-75.ucode failed with error -2 [ 4.250529] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver [ 4.250541] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37 [ 4.250779] iwlwifi 0000:00:14.3: loaded firmware version 74.a5e9588b.0 Qu-c0-hr-b0-74.ucode op_mode iwlmvm [ 4.260680] Bluetooth: Core ver 2.22 [ 4.260699] NET: Registered PF_BLUETOOTH protocol family [ 4.260701] Bluetooth: HCI device and connection manager initialized [ 4.260706] Bluetooth: HCI socket layer initialized [ 4.260708] Bluetooth: L2CAP socket layer initialized [ 4.260710] Bluetooth: SCO socket layer initialized [ 4.271603] dw-apb-uart.4: ttyS4 at MMIO 0x4010004000 (irq = 20, base_baud = 7500000) is a 16550A [ 4.272547] serial serial0: tty port ttyS4 registered [ 4.282776] spi-nor spi0.0: w25q128fw (16384 Kbytes) [ 4.285414] surface_serial_hub serial0-0: SAM firmware version: 14.602.139 [ 4.306858] Creating 1 MTD partitions on "0000:00:1f.5": [ 4.306871] 0x000000000000-0x000001000000 : "BIOS" [ 4.338032] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer [ 4.338038] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 4.338040] RAPL PMU: hw unit of domain package 2^-14 Joules [ 4.338042] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 4.338043] RAPL PMU: hw unit of domain psys 2^-14 Joules [ 4.368720] cryptd: max_cpu_qlen set to 1000 [ 4.387548] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002) [ 4.387567] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Starting IPTS [ 4.387576] input: gpio-keys as /devices/platform/MSHW0040:00/gpio-keys.7.auto/input/input4 [ 4.388072] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: IPTS EDS Version: 2 [ 4.388709] intel_rapl_common: Found RAPL domain package [ 4.388712] intel_rapl_common: Found RAPL domain core [ 4.388713] intel_rapl_common: Found RAPL domain uncore [ 4.388715] intel_rapl_common: Found RAPL domain psys [ 4.389176] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915]) [ 4.389600] input: gpio-keys as /devices/platform/MSHW0040:00/gpio-keys.8.auto/input/input5 [ 4.390992] intel_rapl_common: Found RAPL domain package [ 4.393872] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: IPTS running in poll mode [ 4.400908] input: IPTS 045E:099F Touchscreen as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input6 [ 4.412610] AVX2 version of gcm_enc/dec engaged. [ 4.412651] AES CTR mode by8 optimization enabled [ 4.415986] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input7 [ 4.419114] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x332 [ 4.423503] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input8 [ 4.425097] thermal thermal_zone8: failed to read out thermal zone (-61) [ 4.429719] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input9 [ 4.432743] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input10 [ 4.435636] input: IPTS 045E:099F Stylus as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input11 [ 4.441192] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input12 [ 4.445140] input: IPTS 045E:099F as /devices/pci0000:00/0000:00:16.4/0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04/0000:045E:099F.0005/input/input13 [ 4.516028] usbcore: registered new interface driver btusb [ 4.517034] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 11 2017 [ 4.518032] Bluetooth: hci0: Device revision is 2 [ 4.518033] Bluetooth: hci0: Secure boot is enabled [ 4.518034] Bluetooth: hci0: OTP lock is enabled [ 4.518034] Bluetooth: hci0: API lock is enabled [ 4.518035] Bluetooth: hci0: Debug lock is disabled [ 4.518036] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 4.523602] Bluetooth: hci0: Found device firmware: intel/ibt-19-32-4.sfi [ 4.523633] Bluetooth: hci0: Boot Address: 0x24800 [ 4.523633] Bluetooth: hci0: Firmware Version: 20-28.22 [ 4.550276] iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100 [ 4.561398] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380 [ 4.561492] acpi PNP0A05:00: No SoundWire links detected [ 4.561508] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002) [ 4.561666] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 4.601106] hid-generic 0000:045E:099F.0005: input,hidraw3: HID v0.00 Device [IPTS 045E:099F] on [ 4.618075] iwlwifi 0000:00:14.3: base HW address: 48:51:c5:44:62:bd [ 4.623120] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC274: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:speaker [ 4.623126] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 4.623128] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 4.623129] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 4.623130] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 4.623132] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19 [ 4.623133] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12 [ 4.629340] intel_tcc_cooling: Programmable TCC Offset detected [ 4.632929] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0 [ 4.935291] BTRFS info (device nvme0n1p5): using crc32c (crc32c-intel) checksum algorithm [ 4.935297] BTRFS info (device nvme0n1p5): using free space tree [ 4.937080] EXT4-fs (nvme0n1p2): mounted filesystem f7de4bc7-1a1e-4a18-98f9-540c527ca67d r/w with ordered data mode. Quota mode: none. [ 4.945695] BTRFS info (device nvme0n1p5): enabling ssd optimizations [ 4.945698] BTRFS info (device nvme0n1p5): auto enabling async discard [ 4.951243] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 5.010165] RPC: Registered named UNIX socket transport module. [ 5.010168] RPC: Registered udp transport module. [ 5.010168] RPC: Registered tcp transport module. [ 5.010169] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 5.070201] zram: Added device: zram0 [ 5.093030] zram0: detected capacity change from 0 to 7710632 [ 5.099411] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 5.099415] Bluetooth: BNEP filters: protocol multicast [ 5.099418] Bluetooth: BNEP socket layer initialized [ 5.108059] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14 [ 5.108134] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15 [ 5.108222] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16 [ 5.108257] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17 [ 5.108286] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18 [ 5.108316] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19 [ 5.113808] Adding 3855312k swap on /dev/zram0. Priority:5 extents:1 across:3855312k SSFS [ 5.131108] hid-sensor-hub 001F:8087:0AC2.0004: hid_field_extract() called with n (192) > 32! (kworker/5:1) [ 5.358984] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0 [ 5.407239] overlayfs: fs on '/var/lib/gdm3/.local/share/containers/storage/overlay/compat1604299531/lower1' does not support file handles, falling back to xino=off. [ 6.194147] Bluetooth: hci0: Waiting for firmware download to complete [ 6.195039] Bluetooth: hci0: Firmware loaded in 1632260 usecs [ 6.195088] Bluetooth: hci0: Waiting for device to boot [ 6.210108] Bluetooth: hci0: Device booted in 14680 usecs [ 6.210132] Bluetooth: hci0: Malformed MSFT vendor event: 0x02 [ 6.210254] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-32-4.ddc [ 6.212217] Bluetooth: hci0: Applying Intel DDC parameters completed [ 6.213150] Bluetooth: hci0: Firmware revision 0.4 build 20 week 28 2022 [ 6.280348] Bluetooth: MGMT ver 1.22 [ 6.295962] NET: Registered PF_ALG protocol family [ 6.354847] Bluetooth: RFCOMM TTY layer initialized [ 6.354859] Bluetooth: RFCOMM socket layer initialized [ 6.354866] Bluetooth: RFCOMM ver 1.11 [ 7.394273] rfkill: input handler disabled [ 8.692262] wlp0s20f3: authenticate with f4:ca:e5:d4:cb:cc [ 8.692282] wlp0s20f3: 80 MHz not supported, disabling VHT [ 8.696541] wlp0s20f3: send auth to f4:ca:e5:d4:cb:cc (try 1/3) [ 8.753482] wlp0s20f3: authenticated [ 8.755380] wlp0s20f3: associate with f4:ca:e5:d4:cb:cc (try 1/3) [ 8.768744] wlp0s20f3: RX AssocResp from f4:ca:e5:d4:cb:cc (capab=0x1411 status=0 aid=1) [ 8.779804] wlp0s20f3: associated [ 8.897228] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready [ 9.009481] NET: Registered PF_PPPOX protocol family [ 9.026813] l2tp_core: L2TP core driver, V2.0 [ 9.029362] Initializing XFRM netlink socket [ 9.032150] l2tp_netlink: L2TP netlink interface [ 9.036680] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 9.831502] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: GET_FEATURES timed out! [ 14.308584] overlayfs: fs on '/home/adrien/.local/share/containers/storage/overlay/compat2664624278/lower1' does not support file handles, falling back to xino=off. [ 14.549156] rfkill: input handler enabled [ 16.692227] rfkill: input handler disabled [ 20.700482] warning: `nextcloud' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211 [ 22.807271] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 22.807277] Bluetooth: HIDP socket layer initialized [ 22.807871] hid-generic 0005:004C:0265.0006: unknown main item tag 0x0 [ 22.807978] input: Trackpad de Adrien Facélina Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/bluetooth/hci0/hci0:256/0005:004C:0265.0006/input/input20 [ 22.808050] input: Trackpad de Adrien Facélina as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/bluetooth/hci0/hci0:256/0005:004C:0265.0006/input/input21 [ 22.808131] hid-generic 0005:004C:0265.0006: input,hidraw4: BLUETOOTH HID v1.92 Mouse [Trackpad de Adrien Facélina] on 48:51:c5:44:62:c1 [ 22.867774] magicmouse 0005:004C:0265.0006: unknown main item tag 0x0 [ 22.867907] input: Apple Inc. Magic Trackpad 2 as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/bluetooth/hci0/hci0:256/0005:004C:0265.0006/input/input22 [ 22.868190] magicmouse 0005:004C:0265.0006: input,hidraw4: BLUETOOTH HID v1.92 Mouse [Trackpad de Adrien Facélina] on 48:51:c5:44:62:c1 [ 35.230087] systemd-journald[299]: Time jumped backwards, rotating. ```
eriolloan commented 11 months ago

Also just noticed the touchscreen reacts to single touch only right now.

StollD commented 11 months ago

With the help of a user on Matrix I found the second stupid mistake that I've made, and they report that their touchscreen now works normally.

I will start working on making another kernel update now, but in the meantime you can try the fix by building the module manually:

$ git clone https://github.com/linux-surface/intel-precise-touch
$ cd intel-precise-touch
$ make
$ sudo rmmod ipts
$ sudo insmod ipts

If you have secureboot enabled, you will need to disable it, otherwise the kernel will not load the new module.

eriolloan commented 11 months ago

Everything is working fine now. Thumbs up and thank you for solving this so quickly @StollD.

For those following this issue and who can't wait for the update: in my case I had to replace the last command sudo insmod ipts and use the provided script:

$ git clone https://github.com/linux-surface/intel-precise-touch
$ cd intel-precise-touch
$ make
$ sudo rmmod ipts
$ sudo ./dkms.sh install
StollD commented 11 months ago

Oh, my brain is fried, that last command should be sudo insmod src/ipts.ko.

I would recommend against using DKMS because the updated kernels being available is just a matter of hours, and you will need to uninstall the DKMS module before installing a new kernel, otherwise it will keep replacing the builtin module.

StollD commented 11 months ago

New kernels including the fix should be on the repo now.

eriolloan commented 11 months ago

Everything's working perfectly now. 👍️