Re: [REGRESSION] PCI BAR allocation/D3cold failure: NVIDIA MX250 inaccessible since Kernel 6.x on Acer Swift 3 (SF314-56G)

Matthias Dittrich <[email protected]>
Newsgroups dev.linux.lists.regressions,org.kernel.vger.linux-pci
Message-ID <[email protected]>
Dear Bjorn,

I managed to test kernel 7.0.2 with the revert and manual adaptations 
(see workaround.txt). This revert still fixes the problem. I also 
compiled the CachyOS kernel with the revert, and it fixed the problem as 
well.

Since I noticed that the summary table was broken in my last mail, I 
have attached a separate summary text file (Test summary.txt).

Additionally, I have included the dmesg, lspci, and journalctl logs for 
both the reverted and the standard kernel 7.0.x.


As a side note: attempting to enter the BIOS via F2 results in a black 
screen (also with a fresh ubuntu install and standard kernel). The only 
way to recover from this state and fix the problem is a full BIOS reset.


Kind regards,
Matthias


Am 16.05.2026 um 16:29 schrieb Thorsten Leemhuis:
> On 5/16/26 12:16, Matthias Dittrich wrote:
>> I completed the bisect test between kernel 5.15 und 5.16 and found the
>> commit and now have reproducible revert-test results. I used the
>> bisect.sh (attached ) for automation. Testing criteria was status rev ff
>> (bad) or rev a1 (good).  As it was the first indicator for me on Ubuntu.
>> I also used olddefconfig as I know this config worked before.
>>
>> The identified commit (see final-bisect-log.txt) is:
>> # first bad commit: [a1224f34d72a103829d6953935d6c6621f135b83] ACPI: PM:
>> Check states of power resources during initialization
> Thx for the bisection. Not my area of expertise, so the following might
> send everyone in the wrong direction, nevertheless FWIW:
>
> That commit caused trouble on two other machines and DMI quirks were
> added to make them work again; see 9b04d99788cf47 ("ACPI: PM: Do not
> turn of unused power resources on the Toshiba Click Mini") [v6.4-rc1]
> and cd7ef20ba8c6e9 ("ACPI: PM: Add unused power resource quirk for
> THUNDEROBOT ZERO") [v7.0-rc1] for details. Wonder if the problem on your
> machine is similar.
>
> Ciao, Thorsten
>
>> Additionally testing (see Abschlusstest.txt):
>>
>>    * Verification with Parent commit test: git checkout
>>      a1224f34d72a103829d6953935d6c6621f135b83~1
>>        o lspci reports `rev a1` and  `nvidia-smi` works correctly
>>    * Revert test on 5.16 with git revert --no-commit
>>      a1224f34d72a103829d6953935d6c6621f135b83
>>        o     lspci reports `rev a1` and  `nvidia-smi` works correctly
>>    * Revert test on 6.1 with git revert --no-commit
>>      a1224f34d72a103829d6953935d6c6621f135b83
>>        o lspci reports `rev a1` and  `nvidia-smi` works correctly
>>
>> With kernels like 6.2 and newer "git revert" result in an error and
>> stops (transleted to english):
>>
>> git revert --no-commit a1224f34d72a103829d6953935d6c6621f135b83 Auto-
>> merging drivers/acpi/power.c CONFLICT (content): Merge conflict in
>> drivers/acpi/power.c error: could not revert a1224f34d72a... (ACPI: PM:
>> Check states of power resources during initialization) Hint: After
>> resolving the conflicts, mark the corrected paths with: Hint: 'git add
>> <paths>' or 'git rm <paths>'
>>
>> All tests have been done with Ubuntu 22.04.
>>
>> Let me know if I can test anything further.
>>
>>
>> Test summary Ubuntu:
>>
>> Test Case
>>
>> 	
>>
>> Kernel / Commit
>>
>> 	
>>
>> Modification
>>
>> 	
>>
>> PCI State
>>
>> 	
>>
>> |Nvidia-smi/
>> NVIDIA Driver|
>>
>> 	
>>
>> Result
>>
>> Baseline good
>> Ubuntu 22.04
>>
>> 	
>>
>> Linux 5.15
>>
>> 	
>>
>> none
>>
>> 	
>>
>> |rev a1|
>>
>> 	
>>
>> works
>>
>> 	
>>
>> GOOD
>>
>> Baseline bad
>>
>> 	
>>
>> Linux 5.16
>>
>> 	
>>
>> none
>>
>> 	
>>
>> |rev ff|
>>
>> 	
>>
>> fails
>>
>> 	
>>
>> BAD
>>
>> Bisect parent
>>
>> 	
>>
>> |a1224f34...~1|
>>
>> 	
>>
>> none
>>
>> 	
>>
>> |rev a1|
>>
>> 	
>>
>> works
>>
>> 	
>>
>> GOOD
>>
>> First bad commit
>>
>> 	
>>
>> |a1224f34...|
>>
>> 	
>>
>> none
>>
>> 	
>>
>> |rev ff|
>>
>> 	
>>
>> fails
>>
>> 	
>>
>> BAD
>>
>> Revert verification
>>
>> 	
>>
>> |a1224f34...|
>>
>> 	
>>
>> reverted
>>
>> 	
>>
>> |rev a1|
>>
>> 	
>>
>> works
>>
>> 	
>>
>> GOOD
>>
>> Forward revert test
>>
>> 	
>>
>> Linux 6.1
>>
>> 	
>>
>> reverted
>>
>> 	
>>
>> |rev a1|
>>
>> 	
>>
>> works
>>
>> 	
>>
>> GOOD
>>
>> Ubuntu 22.04 (standard)
>>
>> 	
>>
>> Linux 6.8
>>
>> 	
>>
>> none
>>
>> 	
>>
>> |rev ff|
>>
>> 	
>>
>> fails
>>
>> 	
>>
>> BAD
>>
>> Modern revert attempt
>>
>> 	
>>
>> Linux 6.2
>>
>> 	
>>
>> revert attempted
>>
>> 	
>>
>> conflict in |drivers/acpi/power.c|
>>
>> 	
>>
>> n/a
>>
>> 	
>>
>> not testable
>>
>> *Linux 5.15 is the standard in Ubuntu 20.04 but also available as
>> downgrade in Ubuntu 22.04
>>
>> Test summary CachyOS:
>>
>> Test Case
>>
>> 	
>>
>> Kernel / Commit
>>
>> 	
>>
>> Modification
>>
>> 	
>>
>> PCI State
>>
>> 	
>>
>> |Nvidia-smi/
>> NVIDIA Driver|
>>
>> 	
>>
>> Result
>>
>> Standard
>>
>> 	
>>
>> Linux 7.0.2
>>
>> 	
>>
>> none
>>
>> 	
>>
>> |rev a1|
>>
>> 	
>>
>> fails
>>
>> 	
>>
>> BAD
>>
>> LTS
>>
>> 	
>>
>> Linux 6.18
>>
>> 	
>>
>> none
>>
>> 	
>>
>> |rev a1|
>>
>> 	
>>
>> fails
>>
>> 	
>>
>> BAD
>>
>> Start parameter
>>
>> 	
>>
>> |Linux ||7.0.2|
>>
>> 	
>>
>> start parameter
>>
>> 	
>>
>> |-|
>>
>> 	
>>
>> fails
>>
>> 	
>>
>> BAD
>>
>> git
>>
>> 	
>>
>> |Linux ||5.15|
>>
>> 	
>>
>> none
>>
>> 	
>>
>>
>> 	
>>
>>
>> 	
>>
>> not testable system freeze
>>
>> git
>>
>> 	
>>
>> |Linux ||7.0.2|
>>
>> 	
>>
>> revert attempted
>>
>> 	
>>
>>
>> 	
>>
>>
>> 	
>>
>> not testable
>>
>>
>> Kind regards,
>> Matthias
>>
>> Am 11.05.2026 um 11:34 schrieb Matthias Dittrich:
>>> Dear Bjorn,
>>>
>>> Thank you for the quick response. For transparency, I used the AI tool
>>> Gemini during the bug-fixing and testing process. I am not an IT
>>> specialist and therefore cannot fully verify all of the AI’s
>>> conclusions in my last mail.
>>>
>>> All kernels were tested manually by installing the OS and kernel. The
>>> recommended boot parameters were also tested manually. The logs sent
>>> previously and in this mail are raw terminal outputs generated from
>>> the commands listed in the "Skript" file.
>>>
>>>
>>> The dmesg and |lspci|output from the newest CachyOS kernel is
>>> attached. Additionally, the following commands were also run for the
>>> Ubuntu 5.15 kernel for comparison:
>>>
>>> dmesg
>>> sudo lspci -vv > lspci-vv-ubuntu2205-K515-good.txt
>>> sudo lspci -vvv > lspci-vvv-ubuntu2205-K515-good.txt
>>> sudo lspci -vvxxxx > lspci-vvxxxx-ubuntu2205-K515-good.txt
>>> sudo lspci -s 02:00.0 -vvxxxx > lspci_gpu_$(uname -r).txt
>>> sudo lspci -t > lspci_tree_$(uname -r).txt
>>>
>>>
>>> Gemini recommended performing a git bisect with optimized parameters
>>> to reduce compilation time.
>>>
>>>    * Before starting the bisect tests, I tested different kernel
>>>      revisions. The "git" kernel 5.15 (with localmodconfig) appears to
>>>      work just like the newer Ubuntu 5.15 kernel, as the graphics card
>>>      status is shown as |(rev a1)|. The earliest kernel revision where
>>>      the status changes to |(rev ff)|starts with kernel 5.16 (tested
>>>      with localmodconfig). However, the NVIDIA driver itself could not
>>>      be tested.
>>>    * The bisect between 5.15 and 5.16 result in|
>>>       [342a67f0884293639bd17ea44df754ead799e669]|| NFS: Label the
>>>      dentry with a verifier in nfs_link(), nfs_symlink()|, which seems
>>>      incorrect, as the verification using |git checkout
>>>      342a67f0884293639bd17ea44df754ead799e669~1|also failed.
>>>    * An automated bisect was attempted without localmodconfig, but
>>>      there were technical issues and I have not yet been able to
>>>      complete the testing.
>>>
>>> I also noticed that the |lspci|results differ between CachyOS and Ubuntu:
>>>
>>> 02:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX250] (rev a1)
>>>
>>>    * |(rev a1)|— Ubuntu 22.04 Kernel 5.15 (works), CachyOS Kernel 6.1
>>>      LTS and Kernel 7, but NVIDIA MX150 does not work
>>>    * |(rev ff)|— Ubuntu 22.04 Kernel 5.16 and newer (localmodconfig)
>>>      and Kernel 6.8 and NVIDIA MX150 does not work
>>>
>>> Kind regards,
>>> Matthias
>>>
>>>
>>>
>>> Am 01.05.2026 um 18:55 schrieb Bjorn Helgaas:
>>>> [+cc Ilpo]
>>>>
>>>> On Fri, May 01, 2026 at 10:13:41AM +0200, Matthias Dittrich wrote:
>>>>> Dear Kernel Developers,
>>>>>
>>>>> I found a regression and did my best to identify the issue and find a
>>>>> workaround, but I am not a developer. I also published the regression in the
>>>>> NVIDIA Linux Developer Forum, but it appears to be a kernel regression and
>>>>> not a driver issue, as the latest drivers work on older kernels (e.g., 5.15)
>>>>> but fail on anything 6.x+. I did not perform a git bisect as compiling on
>>>>> this i5-8265U - because of its low performance I can only compile one kernel
>>>>> over night.
>>>>>
>>>>> **Description:**
>>>>> The NVIDIA MX250 GPU on Acer Swift 3 (SF314-56G / BIOS 1.14) is inaccessible
>>>>> on any Linux distribution using Kernel 6.x or 7.x. The device fails to
>>>>> initialize during the driver probe routine.
>>>> Thanks for the report.  With the newest kernel available to you, can
>>>> you please capture the complete dmesg and output of "sudo lspci -vv"?
>>>> Don't filter out things that don't seem relevant; we can easily do
>>>> that.
>>>>
>>>> Bjorn
Test summary.txt (text/plain, 3.6 KB)
Test summary Ubuntu:
Table in ASCII style:

+-----------------------+-------------------+------------------+-----------+------------------------------------+--------------+

| Test Case             | Kernel / Commit   | Modification     | PCI State | Nvidia-smi / NVIDIA Driver         | Result       |
+-----------------------+-------------------+------------------+-----------+------------------------------------+--------------+

| Baseline good         |                   |                  |           |                                    |              |
| Ubuntu 22.04          | Linux 5.15        | none             | rev a1    | works                              | GOOD         |

| Baseline bad          | Linux 5.16        | none             | rev ff    | fails                              | BAD          |
| Bisect parent         | a1224f34...~1     | none             | rev a1    | works                              | GOOD         |
| First bad commit      | a1224f34...       | none             | rev ff    | fails                              | BAD          |
| Revert verification   | a1224f34...       | reverted         | rev a1    | works                              | GOOD         |
| Forward revert test   | Linux 6.1         | reverted         | rev a1    | works                              | GOOD         |
| Ubuntu 22.04 (std.)   | Linux 6.8         | none             | rev ff    | fails                              | BAD          |
| Modern revert attempt | Linux 6.2         | revert attempted | conflict  | n/a (in drivers/acpi/power.c)      | not testable |
| Ubuntu 22.04, 26.04   | Linux 7.0 / 7.0.8 | none             | rev ff    | fails                              | BAD          |

| Ubuntu 22.04, 26.04   |                   |                  |           |                                    |              |
| Modern revert attempt | Linux 7.0.2       | revert attempted | rev a1    | works (Resolved conflict manually) | GOOD         |
+-----------------------+-------------------+------------------+-----------+------------------------------------+--------------+
*Linux 5.15 is the standard in Ubuntu 20.04 but also available as downgrade in Ubuntu 22.04


Test summary CachyOS:
+-------------------------------+-----------------+-----------------+-----------+--------------------------------------------+--------------+
| Test Case                     | Kernel / Commit | Modification    | PCI State | Nvidia-smi / NVIDIA Driver                 | Result       |
+-------------------------------+-----------------+-----------------+-----------+--------------------------------------------+--------------+
| Standard                      | Linux 7.0.2     | none            | rev a1    | fails                                      | BAD          |
| LTS                           | Linux 6.18      | none            | rev a1    | fails (modprobe: ERROR: No such device)    | BAD          |
| Cachyos kernel revert attempt | Linux 6.19*     | revert          | rev a1    | works                                      | GOOD         |
| Start parameter               | Linux 7.0.2     | start parameter | -         | fails                                      | BAD          |
| git                           | Linux 5.15      | none            | -         | - (system freeze)                          | not testable |
| git                           | Linux 7.0.2     | revert attempted| -         | -                                          | not testable |
+-------------------------------+-----------------+-----------------+-----------+--------------------------------------------+--------------+
lspci-vv-ubuntu2205-ubuntu2204-7.0.2-Revert-Test-good.txt (text/plain, 39.7 KB)
00:00.0 Host bridge: Intel Corporation Coffee Lake HOST and DRAM Controller (rev 0b)
	Subsystem: Acer Incorporated [ALI] Coffee Lake HOST and DRAM Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=10 <?>
	Kernel driver in use: skl_uncore

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

00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0b)
	Subsystem: Acer Incorporated [ALI] Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at a4210000 (64-bit, non-prefetchable) [size=32K]
	Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [d0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: proc_thermal
	Kernel modules: processor_thermal_device_pci_legacy

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

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

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

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

00:15.0 Serial bus controller: Intel Corporation Cannon Point-LP Serial IO I2C Controller #0 (rev 30)
	Subsystem: Acer Incorporated [ALI] Cannon Point-LP Serial IO I2C Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at a4226000 (64-bit, non-prefetchable) [virtual] [size=4K]
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D3 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] Vendor Specific Information: Len=14 <?>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:15.1 Serial bus controller: Intel Corporation Cannon Point-LP Serial IO I2C Controller #1 (rev 30)
	Subsystem: Acer Incorporated [ALI] Cannon Point-LP Serial IO I2C Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at a4227000 (64-bit, non-prefetchable) [virtual] [size=4K]
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D3 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] Vendor Specific Information: Len=14 <?>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

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

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

00:19.0 Serial bus controller: Intel Corporation Cannon Point-LP Serial IO I2C Host Controller (rev 30)
	Subsystem: Acer Incorporated [ALI] Cannon Point-LP Serial IO I2C Host Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 32
	Region 0: Memory at a4229000 (64-bit, non-prefetchable) [virtual] [size=4K]
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D3 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] Vendor Specific Information: Len=14 <?>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:1c.0 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port #1 (rev f0) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin ? routed to IRQ 120
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00005000-00005fff [size=4K]
	Memory behind bridge: 8f800000-8f9fffff [size=2M]
	Prefetchable memory behind bridge: 000000008fa00000-000000008fbfffff [size=2M]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 8GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes, Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
		LnkSta:	Speed 2.5GT/s (downgraded), Width x0 (downgraded)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #0, PowerLimit 0.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq+ LinkChg+
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCap: CRSVisible-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Via WAKE#, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee001f8  Data: 0000
	Capabilities: [90] Subsystem: Acer Incorporated [ALI] Cannon Point-LP PCI Express Root Port
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1c.4 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port #5 (rev f0) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 121
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 00003000-00003fff [size=4K]
	Memory behind bridge: a3000000-a3ffffff [size=16M]
	Prefetchable memory behind bridge: 0000000090000000-00000000a1ffffff [size=288M]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #5, Speed 8GT/s, Width x4, ASPM not supported
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
		LnkSta:	Speed 2.5GT/s (downgraded), Width x4 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #4, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCap: CRSVisible-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00238  Data: 0000
	Capabilities: [90] Subsystem: Acer Incorporated [ALI] Cannon Point-LP PCI Express Root Port
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt+ RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn+ NFERptEn+ FERptEn+
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
	Capabilities: [140 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [150 v1] Precision Time Measurement
		PTMCap: Requester:- Responder:+ Root:+
		PTMClockGranularity: 4ns
		PTMControl: Enabled:+ RootSelected:+
		PTMEffectiveGranularity: Unknown
	Capabilities: [200 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=40us PortTPowerOnTime=44us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
			   T_CommonMode=255us LTR1.2_Threshold=81920ns
		L1SubCtl2: T_PwrOn=44us
	Capabilities: [220 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [250 v1] Downstream Port Containment
		DpcCap:	INT Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
		DpcCtl:	Trigger:1 Cmpl- INT+ ErrCor- PoisonedTLP- SwTrigger- DL_ActiveErr-
		DpcSta:	Trigger- Reason:00 INT- RPBusy- TriggerExt:00 RP PIO ErrPtr:1f
		Source:	0000
	Kernel driver in use: pcieport

00:1d.0 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port #9 (rev f0) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin ? routed to IRQ 122
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 00006000-00006fff [size=4K]
	Memory behind bridge: 8fc00000-8fdfffff [size=2M]
	Prefetchable memory behind bridge: 000000008fe00000-000000008fffffff [size=2M]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #9, Speed 8GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes, Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
		LnkSta:	Speed 2.5GT/s (downgraded), Width x0 (downgraded)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #0, PowerLimit 0.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq+ LinkChg+
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCap: CRSVisible-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Via WAKE#, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00258  Data: 0000
	Capabilities: [90] Subsystem: Acer Incorporated [ALI] Cannon Point-LP PCI Express Root Port
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1d.4 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port #13 (rev f0) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 123
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: a4100000-a41fffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #13, Speed 8GT/s, Width x4, ASPM L1, Exit Latency L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
		LnkSta:	Speed 8GT/s (ok), Width x4 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #12, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCap: CRSVisible-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00278  Data: 0000
	Capabilities: [90] Subsystem: Acer Incorporated [ALI] Cannon Point-LP PCI Express Root Port
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt+ RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn+ NFERptEn+ FERptEn+
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
	Capabilities: [140 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [150 v1] Precision Time Measurement
		PTMCap: Requester:- Responder:+ Root:+
		PTMClockGranularity: 4ns
		PTMControl: Enabled:+ RootSelected:+
		PTMEffectiveGranularity: Unknown
	Capabilities: [200 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=40us PortTPowerOnTime=44us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
			   T_CommonMode=40us LTR1.2_Threshold=90112ns
		L1SubCtl2: T_PwrOn=44us
	Capabilities: [220 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [250 v1] Downstream Port Containment
		DpcCap:	INT Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
		DpcCtl:	Trigger:1 Cmpl- INT+ ErrCor- PoisonedTLP- SwTrigger- DL_ActiveErr-
		DpcSta:	Trigger- Reason:00 INT- RPBusy- TriggerExt:00 RP PIO ErrPtr:1f
		Source:	0000
	Kernel driver in use: pcieport

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

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

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

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

02:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX250] (rev a1)
	Subsystem: Acer Incorporated [ALI] GP108M [GeForce MX250]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 146
	Region 0: Memory at a3000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at 90000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at a0000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at 3000 [size=128]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00598  Data: 0000
	Capabilities: [78] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 25.000W
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (downgraded), Width x4 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range AB, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Via message, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp- ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [250 v1] Latency Tolerance Reporting
		Max snoop latency: 34326183936ns
		Max no snoop latency: 34326183936ns
	Capabilities: [258 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=255us PortTPowerOnTime=10us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
			   T_CommonMode=0us LTR1.2_Threshold=51200ns
		L1SubCtl2: T_PwrOn=44us
	Capabilities: [128 v1] Power Budgeting <?>
	Capabilities: [420 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
	Capabilities: [900 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Kernel driver in use: nvidia
	Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia

04:00.0 Non-Volatile memory controller: Micron/Crucial Technology P1 NVMe PCIe SSD (rev 03) (prog-if 02 [NVM Express])
	Subsystem: Micron/Crucial Technology P1 NVMe PCIe SSD
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at a4100000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable- Count=1/8 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [70] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 25.000W
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x4, ASPM L1, Exit Latency L1 <8us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x4 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp- ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [b0] MSI-X: Enable+ Count=16 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00002100
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [158 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [178 v1] Latency Tolerance Reporting
		Max snoop latency: 3145728ns
		Max no snoop latency: 3145728ns
	Capabilities: [180 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=10us PortTPowerOnTime=10us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
			   T_CommonMode=0us LTR1.2_Threshold=90112ns
		L1SubCtl2: T_PwrOn=44us
	Kernel driver in use: nvme
	Kernel modules: nvme
journalctl-ubuntu2204-7.0.2-Revert-Test-good.txt (text/plain, 345.8 KB) - not displayed
dmesg-ubuntu2204-7.0.2-Revert-Test-good.txt (text/plain, 77.5 KB)
[    0.000000] Linux version 7.0.2-7.0.2-Revert-Test+ (root@lxuser-Swift-SF314-56G) (gcc (Ubuntu 11.4.0-1ubuntu1~22.04.3) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP PREEMPT_DYNAMIC Sun May 17 17:01:45 CEST 2026
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-7.0.2-7.0.2-Revert-Test+ root=UUID=088509cc-58a9-4566-925d-e50e6c0d49d5 ro apparmor=0
[    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] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff]  System RAM
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff]  device reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008828dfff]  System RAM
[    0.000000] BIOS-e820: [mem 0x000000008828e000-0x0000000088e8dfff]  device reserved
[    0.000000] BIOS-e820: [mem 0x0000000088e8e000-0x0000000089b8dfff]  ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000089b8e000-0x0000000089c0dfff]  ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000089c0e000-0x0000000089c0efff]  System RAM
[    0.000000] BIOS-e820: [mem 0x0000000089c0f000-0x000000008f7fffff]  device reserved
[    0.000000] BIOS-e820: [gap 0x000000008f800000-0x00000000dfffffff]
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff]  device reserved
[    0.000000] BIOS-e820: [gap 0x00000000f0000000-0x00000000fdffffff]
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff]  device reserved
[    0.000000] BIOS-e820: [gap 0x00000000fe011000-0x00000000fed0ffff]
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff]  device reserved
[    0.000000] BIOS-e820: [gap 0x00000000fed1a000-0x00000000fed83fff]
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff]  device reserved
[    0.000000] BIOS-e820: [gap 0x00000000fed85000-0x00000000fedfffff]
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff]  device reserved
[    0.000000] BIOS-e820: [gap 0x00000000fee01000-0x00000000ff5fffff]
[    0.000000] BIOS-e820: [mem 0x00000000ff600000-0x00000000ffffffff]  device reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000036e7fffff]  System RAM
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.6 by INSYDE Corp.
[    0.000000] efi: ACPI=0x89c0d000 ACPI 2.0=0x89c0d014 TPMFinalLog=0x88e64000 SMBIOS=0x8855b000 SMBIOS 3.0=0x88559000 ESRT=0x8855c418 MOKvar=0x88542000 RNG=0x89b99018 TPMEventLog=0x89b99f18 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem42: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] device reserved
[    0.000000] efi: Not removing mem43: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem44: MMIO range=[0xfed10000-0xfed19fff] (40KB) from e820 map
[    0.000000] efi: Not removing mem45: MMIO range=[0xfed84000-0xfed84fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem46: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem47: MMIO range=[0xff600000-0xffffffff] (10MB) from e820 map
[    0.000000] e820: remove [mem 0xff600000-0xffffffff] device reserved
[    0.000000] SMBIOS 3.0.1 present.
[    0.000000] DMI: Acer Swift SF314-56G/Strongbow_WL, BIOS V1.14 08/12/2019
[    0.000000] DMI: Memory slots populated: 2/2
[    0.000000] tsc: Detected 1800.000 MHz processor
[    0.000013] e820: update [mem 0x00000000-0x00000fff] System RAM ==> device reserved
[    0.000017] e820: remove [mem 0x000a0000-0x000fffff] System RAM
[    0.000030] last_pfn = 0x36e800 max_arch_pfn = 0x400000000
[    0.000044] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[    0.000047] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000766] last_pfn = 0x89c0f max_arch_pfn = 0x400000000
[    0.013993] esrt: Reserving ESRT space from 0x000000008855c418 to 0x000000008855c450.
[    0.014005] Using GB pages for direct mapping
[    0.014451] Secure boot disabled
[    0.014452] RAMDISK: [mem 0x0860d000-0x30e24fff]
[    0.014461] ACPI: Early table checksum verification disabled
[    0.014465] ACPI: RSDP 0x0000000089C0D014 000024 (v02 ACRSYS)
[    0.014471] ACPI: XSDT 0x0000000089BE5188 00010C (v01 ACRSYS ACRPRDCT 00000002      01000013)
[    0.014479] ACPI: FACP 0x0000000089BE4000 00010C (v05 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.014488] ACPI: DSDT 0x0000000089BA3000 03CA19 (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.014492] ACPI: FACS 0x0000000089B2C000 000040
[    0.014496] ACPI: UEFI 0x0000000089C0C000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.014501] ACPI: SSDT 0x0000000089C08000 0030D7 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.014505] ACPI: SSDT 0x0000000089C06000 001B5F (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.014510] ACPI: SSDT 0x0000000089C02000 0031CE (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.014514] ACPI: UEFI 0x0000000089C01000 000042 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.014519] ACPI: SSDT 0x0000000089C00000 00045A (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.014523] ACPI: SSDT 0x0000000089BFF000 000046 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.014528] ACPI: TPM2 0x0000000089BFE000 000034 (v03 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.014532] ACPI: MSDM 0x0000000089BFD000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.014536] ACPI: SSDT 0x0000000089BF6000 00606D (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.014541] ACPI: LPIT 0x0000000089BF5000 000094 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.014545] ACPI: WSMT 0x0000000089BF4000 000028 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.014550] ACPI: SSDT 0x0000000089BF3000 000C2E (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.014554] ACPI: SSDT 0x0000000089BF1000 00149F (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.014558] ACPI: DBGP 0x0000000089BF0000 000034 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.014563] ACPI: DBG2 0x0000000089BEF000 000054 (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.014567] ACPI: SSDT 0x0000000089BED000 0011CC (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.014572] ACPI: SSDT 0x0000000089BE7000 005B68 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.014576] ACPI: ASF! 0x0000000089BE6000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.014581] ACPI: HPET 0x0000000089BE3000 000038 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.014585] ACPI: APIC 0x0000000089BE2000 00012C (v03 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.014590] ACPI: MCFG 0x0000000089BE1000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.014594] ACPI: DMAR 0x0000000089BA2000 0000A8 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.014598] ACPI: SSDT 0x0000000089B9E000 003A7B (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.014603] ACPI: SSDT 0x0000000089B9D000 000A4F (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.014607] ACPI: NHLT 0x0000000089B9B000 00181E (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.014612] ACPI: FPDT 0x0000000089BE0000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.014616] ACPI: BGRT 0x0000000089B9A000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.014620] ACPI: Reserving FACP table memory at [mem 0x89be4000-0x89be410b]
[    0.014622] ACPI: Reserving DSDT table memory at [mem 0x89ba3000-0x89bdfa18]
[    0.014623] ACPI: Reserving FACS table memory at [mem 0x89b2c000-0x89b2c03f]
[    0.014625] ACPI: Reserving UEFI table memory at [mem 0x89c0c000-0x89c0c235]
[    0.014626] ACPI: Reserving SSDT table memory at [mem 0x89c08000-0x89c0b0d6]
[    0.014627] ACPI: Reserving SSDT table memory at [mem 0x89c06000-0x89c07b5e]
[    0.014629] ACPI: Reserving SSDT table memory at [mem 0x89c02000-0x89c051cd]
[    0.014630] ACPI: Reserving UEFI table memory at [mem 0x89c01000-0x89c01041]
[    0.014631] ACPI: Reserving SSDT table memory at [mem 0x89c00000-0x89c00459]
[    0.014633] ACPI: Reserving SSDT table memory at [mem 0x89bff000-0x89bff045]
[    0.014634] ACPI: Reserving TPM2 table memory at [mem 0x89bfe000-0x89bfe033]
[    0.014635] ACPI: Reserving MSDM table memory at [mem 0x89bfd000-0x89bfd054]
[    0.014637] ACPI: Reserving SSDT table memory at [mem 0x89bf6000-0x89bfc06c]
[    0.014638] ACPI: Reserving LPIT table memory at [mem 0x89bf5000-0x89bf5093]
[    0.014639] ACPI: Reserving WSMT table memory at [mem 0x89bf4000-0x89bf4027]
[    0.014641] ACPI: Reserving SSDT table memory at [mem 0x89bf3000-0x89bf3c2d]
[    0.014642] ACPI: Reserving SSDT table memory at [mem 0x89bf1000-0x89bf249e]
[    0.014643] ACPI: Reserving DBGP table memory at [mem 0x89bf0000-0x89bf0033]
[    0.014644] ACPI: Reserving DBG2 table memory at [mem 0x89bef000-0x89bef053]
[    0.014646] ACPI: Reserving SSDT table memory at [mem 0x89bed000-0x89bee1cb]
[    0.014647] ACPI: Reserving SSDT table memory at [mem 0x89be7000-0x89becb67]
[    0.014648] ACPI: Reserving ASF! table memory at [mem 0x89be6000-0x89be60a4]
[    0.014650] ACPI: Reserving HPET table memory at [mem 0x89be3000-0x89be3037]
[    0.014651] ACPI: Reserving APIC table memory at [mem 0x89be2000-0x89be212b]
[    0.014653] ACPI: Reserving MCFG table memory at [mem 0x89be1000-0x89be103b]
[    0.014654] ACPI: Reserving DMAR table memory at [mem 0x89ba2000-0x89ba20a7]
[    0.014655] ACPI: Reserving SSDT table memory at [mem 0x89b9e000-0x89ba1a7a]
[    0.014657] ACPI: Reserving SSDT table memory at [mem 0x89b9d000-0x89b9da4e]
[    0.014658] ACPI: Reserving NHLT table memory at [mem 0x89b9b000-0x89b9c81d]
[    0.014659] ACPI: Reserving FPDT table memory at [mem 0x89be0000-0x89be0043]
[    0.014661] ACPI: Reserving BGRT table memory at [mem 0x89b9a000-0x89b9a037]
[    0.015021] No NUMA configuration found
[    0.015023] Faking a node at [mem 0x0000000000000000-0x000000036e7fffff]
[    0.015043] NODE_DATA(0) allocated [mem 0x36e7d5c40-0x36e7fffff]
[    0.015419] Reserving Intel graphics memory at [mem 0x8b800000-0x8f7fffff]
[    0.015805] ACPI: PM-Timer IO Port: 0x1808
[    0.015819] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.015822] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.015823] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.015825] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.015826] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.015827] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.015828] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.015830] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.015831] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.015832] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.015833] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.015835] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.015836] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.015837] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.015839] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.015840] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.015894] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.015899] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.015902] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.015909] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.015911] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.015921] e820: update [mem 0x781ec000-0x782dffff] System RAM ==> device reserved
[    0.015935] TSC deadline timer available
[    0.015940] CPU topo: Max. logical packages:   1
[    0.015942] CPU topo: Max. logical nodes:      1
[    0.015943] CPU topo: Num. nodes per package:  1
[    0.015947] CPU topo: Max. logical dies:       1
[    0.015948] CPU topo: Max. dies per package:   1
[    0.015957] CPU topo: Max. threads per core:   2
[    0.015958] CPU topo: Num. cores per package:     4
[    0.015959] CPU topo: Num. threads per package:   8
[    0.015960] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
[    0.015981] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.015984] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.015987] PM: hibernation: Registered nosave memory: [mem 0x781ec000-0x782dffff]
[    0.015990] PM: hibernation: Registered nosave memory: [mem 0x8828e000-0x89c0dfff]
[    0.015993] PM: hibernation: Registered nosave memory: [mem 0x89c0f000-0xffffffff]
[    0.015995] [gap 0x8f800000-0xfdffffff] available for PCI devices
[    0.015997] Booting paravirtualized kernel on bare hardware
[    0.016000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.016048] Zone ranges:
[    0.016049]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.016052]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.016055]   Normal   [mem 0x0000000100000000-0x000000036e7fffff]
[    0.016057]   Device   empty
[    0.016059] Movable zone start for each node
[    0.016063] Early memory node ranges
[    0.016064]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.016066]   node   0: [mem 0x0000000000100000-0x000000008828dfff]
[    0.016068]   node   0: [mem 0x0000000089c0e000-0x0000000089c0efff]
[    0.016070]   node   0: [mem 0x0000000100000000-0x000000036e7fffff]
[    0.016073] Initmem setup node 0 [mem 0x0000000000001000-0x000000036e7fffff]
[    0.016081] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.016129] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.020569] On node 0, zone DMA32: 6528 pages in unavailable ranges
[    0.040860] On node 0, zone Normal: 25585 pages in unavailable ranges
[    0.040920] On node 0, zone Normal: 6144 pages in unavailable ranges
[    0.040933] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.041449] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[    0.041459] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[    0.041462] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.041492] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-7.0.2-7.0.2-Revert-Test+ root=UUID=088509cc-58a9-4566-925d-e50e6c0d49d5 ro apparmor=0
[    0.041601] printk: log buffer data + meta data: 262144 + 1114112 = 1376256 bytes
[    0.043629] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.044641] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.044822] software IO TLB: area num 8.
[    0.061265] Fallback order for Node 0: 0 
[    0.061270] Built 1 zonelists, mobility grouping on.  Total pages: 3107373
[    0.061271] Policy zone: Normal
[    0.061282] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.105402] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.123497] ftrace: allocating 55882 entries in 220 pages
[    0.123501] ftrace: allocated 220 pages with 5 groups
[    0.124700] Dynamic Preempt: lazy
[    0.124820] rcu: Preemptible hierarchical RCU implementation.
[    0.124822] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.124824] 	Trampoline variant of Tasks RCU enabled.
[    0.124825] 	Rude variant of Tasks RCU enabled.
[    0.124826] 	Tracing variant of Tasks RCU enabled.
[    0.124827] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.124828] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.124843] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.124847] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.132358] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[    0.132706] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.133038] Console: colour dummy device 80x25
[    0.133042] printk: legacy console [tty0] enabled
[    0.133781] ACPI: Core revision 20251212
[    0.134278] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.134322] APIC: Switch to symmetric I/O mode setup
[    0.134328] DMAR: Host address width 39
[    0.134333] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.134346] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.134355] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.134364] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.134372] DMAR: RMRR base: 0x00000088e6c000 end: 0x00000088e8bfff
[    0.134378] DMAR: RMRR base: 0x0000008b000000 end: 0x0000008f7fffff
[    0.134385] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.134390] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.134395] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.136775] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.136781] x2apic enabled
[    0.136905] APIC: Switched APIC routing to: cluster x2apic
[    0.142571] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x19f2297dd97, max_idle_ns: 440795236593 ns
[    0.142585] Calibrating delay loop (skipped), value calculated using timer frequency.. 3600.00 BogoMIPS (lpj=7200000)
[    0.142634] x86/cpu: SGX disabled or unsupported by BIOS.
[    0.142646] CPU0: Thermal monitoring enabled (TM1)
[    0.142735] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.142740] Last level dTLB entries: 4KB 64, 2MB 32, 4MB 32, 1GB 4
[    0.142751] process: using mwait in idle threads
[    0.142756] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[    0.142769] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.142776] SRBDS: Mitigation: Microcode
[    0.142783] Spectre V2 : Mitigation: IBRS
[    0.142786] RETBleed: Mitigation: IBRS
[    0.142790] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.142794] MDS: Mitigation: Clear CPU buffers
[    0.142798] MMIO Stale Data: Mitigation: Clear CPU buffers
[    0.142802] VMSCAPE: Mitigation: IBPB before exit to userspace
[    0.142806] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.142812] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[    0.142819] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.142844] GDS: Mitigation: Microcode
[    0.142856] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.142865] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.142872] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.142880] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.142887] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.142895] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.142903] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.142911] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.142919] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.146582] Freeing SMP alternatives memory: 52K
[    0.146582] pid_max: default: 32768 minimum: 301
[    0.146582] landlock: Up and running.
[    0.146582] Yama: becoming mindful.
[    0.146582] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.146582] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.146582] VFS: Finished mounting rootfs on nullfs
[    0.146582] smpboot: CPU0: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz (family: 0x6, model: 0x8e, stepping: 0xb)
[    0.146582] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.146582] ... version:                   4
[    0.146582] ... bit width:                 48
[    0.146582] ... generic counters:          4
[    0.146582] ... generic bitmap:            000000000000000f
[    0.146582] ... fixed-purpose counters:    3
[    0.146582] ... fixed-purpose bitmap:      0000000000000007
[    0.146582] ... value mask:                0000ffffffffffff
[    0.146582] ... max period:                00007fffffffffff
[    0.146582] ... global_ctrl mask:          000000070000000f
[    0.146582] signal: max sigframe size: 2032
[    0.146582] Estimated ratio of average max frequency by base frequency (times 1024): 2104
[    0.146771] rcu: Hierarchical SRCU implementation.
[    0.146778] rcu: 	Max phase no-delay instances is 1000.
[    0.146869] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.147888] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.148024] smp: Bringing up secondary CPUs ...
[    0.148236] smpboot: x86: Booting SMP configuration:
[    0.148243] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.152262] 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.152262] 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.152262] VMSCAPE: SMT on, STIBP is required for full protection. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/vmscape.html for more details.
[    0.152262] smp: Brought up 1 node, 8 CPUs
[    0.152262] smpboot: Total of 8 processors activated (28800.00 BogoMIPS)
[    0.154770] Memory: 11340836K/12429492K available (20565K kernel code, 4628K rwdata, 8408K rodata, 5188K init, 4276K bss, 1070920K reserved, 0K cma-reserved)
[    0.155349] devtmpfs: initialized
[    0.155349] x86/mm: Memory block size: 128MB
[    0.158928] ACPI: PM: Registering ACPI NVS region [mem 0x88e8e000-0x89b8dfff] (13631488 bytes)
[    0.159045] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.159045] posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.159045] futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear).
[    0.159182] PM: RTC time: 15:43:54, date: 2026-05-17
[    0.160110] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.160710] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.160939] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.161183] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.161207] audit: initializing netlink subsys (disabled)
[    0.161244] audit: type=2000 audit(1779032634.000:1): state=initialized audit_enabled=0 res=1
[    0.161244] thermal_sys: Registered thermal governor 'fair_share'
[    0.161244] thermal_sys: Registered thermal governor 'bang_bang'
[    0.161244] thermal_sys: Registered thermal governor 'step_wise'
[    0.161244] thermal_sys: Registered thermal governor 'user_space'
[    0.161244] thermal_sys: Registered thermal governor 'power_allocator'
[    0.161244] cpuidle: using governor ladder
[    0.161244] cpuidle: using governor menu
[    0.172813] efi: Freeing EFI boot services memory: 68576K
[    0.172825] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.172834] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.173029] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.173063] PCI: Using configuration type 1 for base access
[    0.173198] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.173198] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.173198] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.173198] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.173198] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.175282] fbcon: Taking over console
[    0.175341] ACPI: Added _OSI(Module Device)
[    0.175348] ACPI: Added _OSI(Processor Device)
[    0.175355] ACPI: Added _OSI(Processor Aggregator Device)
[    0.288629] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.RP05._PR0], AE_ALREADY_EXISTS (20251212/dswload2-326)
[    0.288652] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20251212/psobject-220)
[    0.288672] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.RP05._PR2], AE_ALREADY_EXISTS (20251212/dswload2-326)
[    0.288688] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20251212/psobject-220)
[    0.288705] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.RP05._PR3], AE_ALREADY_EXISTS (20251212/dswload2-326)
[    0.288720] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20251212/psobject-220)
[    0.288737] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.RP05._S0W], AE_ALREADY_EXISTS (20251212/dswload2-326)
[    0.288751] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20251212/psobject-220)
[    0.288762] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.289780] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.314594] ACPI: \_SB_: platform _OSC: OS support mask [002e7eff]
[    0.314875] ACPI: \_SB_: platform _OSC: OS control mask [002e7eff]
[    0.315774] ACPI: Dynamic OEM Table Load:
[    0.315796] ACPI: SSDT 0xFFFF8F55016D2000 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.319025] ACPI: Dynamic OEM Table Load:
[    0.319045] ACPI: SSDT 0xFFFF8F5500361800 0004FD (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.322180] ACPI: Dynamic OEM Table Load:
[    0.322197] ACPI: SSDT 0xFFFF8F55002B6B00 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160422)
[    0.325258] ACPI: Dynamic OEM Table Load:
[    0.325275] ACPI: SSDT 0xFFFF8F5501681C00 000149 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.328319] ACPI: Dynamic OEM Table Load:
[    0.328338] ACPI: SSDT 0xFFFF8F55016D9800 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    0.331773] ACPI: Dynamic OEM Table Load:
[    0.331791] ACPI: SSDT 0xFFFF8F55016D8800 0005FC (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.335022] ACPI: Dynamic OEM Table Load:
[    0.335040] ACPI: SSDT 0xFFFF8F55016D3400 000317 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.338319] ACPI: Dynamic OEM Table Load:
[    0.338337] ACPI: SSDT 0xFFFF8F55001B8000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160422)
[    0.342754] ACPI: Dynamic OEM Table Load:
[    0.342771] ACPI: SSDT 0xFFFF8F55016D7800 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.352422] ACPI: EC: EC started
[    0.352429] ACPI: EC: interrupt blocked
[    0.372600] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.372637] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.372645] ACPI: Interpreter enabled
[    0.372953] ACPI: PM: (supports S0 S3 S4 S5)
[    0.372987] ACPI: Using IOAPIC for interrupt routing
[    0.373264] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.373298] PCI: Using E820 reservations for host bridge windows
[    0.383231] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.398115] ACPI: PM: Power Resource [USBC]
[    0.408479] ACPI: PM: Power Resource [PC01]
[    0.409360] ACPI: PM: Power Resource [PCRP]
[    0.424268] ACPI: PM: Power Resource [V0PR]
[    0.424797] ACPI: PM: Power Resource [V1PR]
[    0.425319] ACPI: PM: Power Resource [V2PR]
[    0.455082] ACPI: PM: Power Resource [WRST]
[    0.471653] ACPI: PM: Power Resource [PIN]
[    0.473586] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.473608] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.478027] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.478040] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.484192] PCI host bridge to bus 0000:00
[    0.484207] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.484218] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.484227] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.484237] pci_bus 0000:00: root bus resource [mem 0x8f800000-0xdfffffff window]
[    0.484247] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.484256] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.484446] pci 0000:00:00.0: [8086:3e34] type 00 class 0x060000 conventional PCI endpoint
[    0.484647] pci 0000:00:02.0: [8086:3ea0] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.484716] pci 0000:00:02.0: BAR 0 [mem 0xa2000000-0xa2ffffff 64bit]
[    0.484729] pci 0000:00:02.0: BAR 2 [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.484739] pci 0000:00:02.0: BAR 4 [io  0x4000-0x403f]
[    0.484789] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.485366] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
[    0.485425] pci 0000:00:04.0: BAR 0 [mem 0xa4210000-0xa4217fff 64bit]
[    0.486215] pci 0000:00:12.0: [8086:9df9] type 00 class 0x118000 conventional PCI endpoint
[    0.486331] pci 0000:00:12.0: BAR 0 [mem 0xa4224000-0xa4224fff 64bit]
[    0.486624] pci 0000:00:14.0: [8086:9ded] type 00 class 0x0c0330 conventional PCI endpoint
[    0.486730] pci 0000:00:14.0: BAR 0 [mem 0xa4200000-0xa420ffff 64bit]
[    0.486842] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.487767] pci 0000:00:14.2: [8086:9def] type 00 class 0x050000 conventional PCI endpoint
[    0.487891] pci 0000:00:14.2: BAR 0 [mem 0xa4220000-0xa4221fff 64bit]
[    0.487902] pci 0000:00:14.2: BAR 2 [mem 0xa4225000-0xa4225fff 64bit]
[    0.488267] pci 0000:00:14.3: [8086:9df0] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
[    0.488603] pci 0000:00:14.3: BAR 0 [mem 0xa4218000-0xa421bfff 64bit]
[    0.489127] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.490407] pci 0000:00:15.0: [8086:9de8] type 00 class 0x0c8000 conventional PCI endpoint
[    0.491526] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.493579] pci 0000:00:15.1: [8086:9de9] type 00 class 0x0c8000 conventional PCI endpoint
[    0.493746] pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.494666] pci 0000:00:16.0: [8086:9de0] type 00 class 0x078000 conventional PCI endpoint
[    0.494788] pci 0000:00:16.0: BAR 0 [mem 0xa4228000-0xa4228fff 64bit]
[    0.494920] pci 0000:00:16.0: PME# supported from D3hot
[    0.496087] pci 0000:00:17.0: [8086:9dd3] type 00 class 0x010601 conventional PCI endpoint
[    0.496187] pci 0000:00:17.0: BAR 0 [mem 0xa4222000-0xa4223fff]
[    0.496197] pci 0000:00:17.0: BAR 1 [mem 0xa422d000-0xa422d0ff]
[    0.496207] pci 0000:00:17.0: BAR 2 [io  0x4080-0x4087]
[    0.496216] pci 0000:00:17.0: BAR 3 [io  0x4088-0x408b]
[    0.496225] pci 0000:00:17.0: BAR 4 [io  0x4060-0x407f]
[    0.496234] pci 0000:00:17.0: BAR 5 [mem 0xa422c000-0xa422c7ff]
[    0.496328] pci 0000:00:17.0: PME# supported from D3hot
[    0.497313] pci 0000:00:19.0: [8086:9dc5] type 00 class 0x0c8000 conventional PCI endpoint
[    0.497462] pci 0000:00:19.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.498423] pci 0000:00:1c.0: [8086:9db8] type 01 class 0x060400 PCIe Root Port
[    0.498502] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.498657] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.500577] pci 0000:00:1c.4: [8086:9dbc] type 01 class 0x060400 PCIe Root Port
[    0.500620] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.500643] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.500655] pci 0000:00:1c.4:   bridge window [mem 0xa3000000-0xa3ffffff]
[    0.500683] pci 0000:00:1c.4:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.500844] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.500947] pci 0000:00:1c.4: PTM enabled (root), 4ns granularity
[    0.502891] pci 0000:00:1d.0: [8086:9db0] type 01 class 0x060400 PCIe Root Port
[    0.502970] pci 0000:00:1d.0: PCI bridge to [bus 03]
[    0.503146] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.505009] pci 0000:00:1d.4: [8086:9db4] type 01 class 0x060400 PCIe Root Port
[    0.505101] pci 0000:00:1d.4: PCI bridge to [bus 04]
[    0.505118] pci 0000:00:1d.4:   bridge window [mem 0xa4100000-0xa41fffff]
[    0.505344] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[    0.505441] pci 0000:00:1d.4: PTM enabled (root), 4ns granularity
[    0.507355] pci 0000:00:1f.0: [8086:9d84] type 00 class 0x060100 conventional PCI endpoint
[    0.508273] pci 0000:00:1f.3: [8086:9dc8] type 00 class 0x040100 conventional PCI endpoint
[    0.508440] pci 0000:00:1f.3: BAR 0 [mem 0xa421c000-0xa421ffff 64bit]
[    0.508462] pci 0000:00:1f.3: BAR 4 [mem 0xa4000000-0xa40fffff 64bit]
[    0.508630] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.510564] pci 0000:00:1f.4: [8086:9da3] type 00 class 0x0c0500 conventional PCI endpoint
[    0.510879] pci 0000:00:1f.4: BAR 0 [mem 0xa422a000-0xa422a0ff 64bit]
[    0.510909] pci 0000:00:1f.4: BAR 4 [io  0x4040-0x405f]
[    0.514856] pci 0000:00:1f.5: [8086:9da4] type 00 class 0x0c8000 conventional PCI endpoint
[    0.514856] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[    0.514856] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.514856] pci 0000:02:00.0: [10de:1d13] type 00 class 0x030200 PCIe Endpoint
[    0.514856] pci 0000:02:00.0: BAR 0 [mem 0xa3000000-0xa3ffffff]
[    0.514856] pci 0000:02:00.0: BAR 1 [mem 0x90000000-0x9fffffff 64bit pref]
[    0.514856] pci 0000:02:00.0: BAR 3 [mem 0xa0000000-0xa1ffffff 64bit pref]
[    0.514856] pci 0000:02:00.0: BAR 5 [io  0x3000-0x307f]
[    0.514856] pci 0000:02:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[    0.514856] pci 0000:02:00.0: Enabling HDA controller
[    0.514856] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.514856] pci 0000:00:1d.0: PCI bridge to [bus 03]
[    0.514856] pci 0000:04:00.0: [c0a9:2263] type 00 class 0x010802 PCIe Endpoint
[    0.514856] pci 0000:04:00.0: BAR 0 [mem 0xa4100000-0xa4103fff 64bit]
[    0.514856] pci 0000:00:1d.4: PCI bridge to [bus 04]
[    0.524232] Low-power S0 idle used by default for system suspend
[    0.534149] ACPI: EC: interrupt unblocked
[    0.534158] ACPI: EC: event unblocked
[    0.534174] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.534181] ACPI: EC: GPE=0x50
[    0.534188] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.534198] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.534609] iommu: Default domain type: Translated
[    0.534609] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.534961] SCSI subsystem initialized
[    0.538603] libata version 3.00 loaded.
[    0.538655] ACPI: bus type USB registered
[    0.538695] usbcore: registered new interface driver usbfs
[    0.538714] usbcore: registered new interface driver hub
[    0.538735] usbcore: registered new device driver usb
[    0.538790] pps_core: LinuxPPS API ver. 1 registered
[    0.538797] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    0.538810] PTP clock support registered
[    0.538844] EDAC MC: Ver: 3.0.0
[    0.538844] efivars: Registered efivars operations
[    0.539045] NetLabel: Initializing
[    0.539052] NetLabel:  domain hash size = 128
[    0.539059] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.539103] NetLabel:  unlabeled traffic allowed by default
[    0.539148] PCI: Using ACPI for IRQ routing
[    0.582160] PCI: pci_cache_line_size set to 64 bytes
[    0.582362] e820: register RAM buffer resource [mem 0x0009f000-0x0009ffff]
[    0.582372] e820: register RAM buffer resource [mem 0x781ec000-0x7bffffff]
[    0.582379] e820: register RAM buffer resource [mem 0x8828e000-0x8bffffff]
[    0.582386] e820: register RAM buffer resource [mem 0x89c0f000-0x8bffffff]
[    0.582393] e820: register RAM buffer resource [mem 0x36e800000-0x36fffffff]
[    0.582482] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.582482] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.582482] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.582482] vgaarb: loaded
[    0.582842] clocksource: Switched to clocksource tsc-early
[    0.583038] VFS: Disk quotas dquot_6.6.0
[    0.583063] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.583131] acpi PNP0C02:00: Could not reserve [mem 0x40000000-0x403fffff]
[    0.583530] acpi PNP0C02:01: Reserved [mem 0xfd000000-0xfd69ffff]
[    0.583540] acpi PNP0C02:01: Reserved [mem 0xfd6b0000-0xfd6cffff]
[    0.583548] acpi PNP0C02:01: Reserved [mem 0xfd6f0000-0xfdffffff]
[    0.583555] acpi PNP0C02:01: Could not reserve [mem 0xfe000000-0xfe01ffff]
[    0.583562] acpi PNP0C02:01: Reserved [mem 0xfe200000-0xfe7fffff]
[    0.583570] acpi PNP0C02:01: Reserved [mem 0xff000000-0xffffffff]
[    0.583577] acpi PNP0C02:01: Could not reserve [io  0x1800-0x18fe]
[    0.584113] acpi PNP0C02:02: Reserved [io  0x2000-0x20fe]
[    0.584136] acpi PNP0C02:03: Skipped [io  0x002e-0x002f]
[    0.584143] acpi PNP0C02:03: Skipped [io  0x004e-0x004f]
[    0.584149] acpi PNP0C02:03: Skipped [io  0x0061]
[    0.584155] acpi PNP0C02:03: Skipped [io  0x0063]
[    0.584161] acpi PNP0C02:03: Skipped [io  0x0065]
[    0.584167] acpi PNP0C02:03: Skipped [io  0x0067]
[    0.584173] acpi PNP0C02:03: Skipped [io  0x0070]
[    0.584178] acpi PNP0C02:03: Skipped [io  0x0080]
[    0.584184] acpi PNP0C02:03: Skipped [io  0x0092]
[    0.584190] acpi PNP0C02:03: Skipped [io  0x00b2-0x00b3]
[    0.584196] acpi PNP0C02:03: Reserved [io  0xffff]
[    0.584207] acpi PNP0C02:03: Reserved [io  0xffff]
[    0.584213] acpi PNP0C02:03: Reserved [io  0xffff]
[    0.584219] acpi PNP0C02:03: Could not reserve [io  0x1800-0x18fe]
[    0.584226] acpi PNP0C02:03: Skipped [io  0x0068-0x006f]
[    0.584233] acpi PNP0C02:03: Reserved [mem 0xfe800000-0xfe80ffff]
[    0.586638] acpi PNP0C02:05: Reserved [mem 0xfed10000-0xfed17fff]
[    0.586649] acpi PNP0C02:05: Reserved [mem 0xfed18000-0xfed18fff]
[    0.586657] acpi PNP0C02:05: Reserved [mem 0xfed19000-0xfed19fff]
[    0.586664] acpi PNP0C02:05: Reserved [mem 0xe0000000-0xefffffff]
[    0.586672] acpi PNP0C02:05: Reserved [mem 0xfed20000-0xfed3ffff]
[    0.586679] acpi PNP0C02:05: Could not reserve [mem 0xfed90000-0xfed93fff]
[    0.586687] acpi PNP0C02:05: Could not reserve [mem 0xfed45000-0xfed8ffff]
[    0.586695] acpi PNP0C02:05: Could not reserve [mem 0xfee00000-0xfeefffff]
[    0.586762] pnp: PnP ACPI init
[    0.590675] pnp: PnP ACPI: found 2 devices
[    0.598207] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.598341] NET: Registered PF_INET protocol family
[    0.598576] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.603766] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.603816] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.603937] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.604285] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.604688] TCP: Hash tables configured (established 131072 bind 65536)
[    0.604841] MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
[    0.604955] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.605088] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.605230] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.605245] NET: Registered PF_XDP protocol family
[    0.605258] pci 0000:02:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[    0.605293] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.605305] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    0.605317] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    0.605328] pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    0.605338] pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    0.605349] pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000 add_align 100000
[    0.605379] pci 0000:00:1c.0: bridge window [mem 0x8f800000-0x8f9fffff]: assigned
[    0.605390] pci 0000:00:1c.0: bridge window [mem 0x8fa00000-0x8fbfffff 64bit pref]: assigned
[    0.605399] pci 0000:00:1d.0: bridge window [mem 0x8fc00000-0x8fdfffff]: assigned
[    0.605409] pci 0000:00:1d.0: bridge window [mem 0x8fe00000-0x8fffffff 64bit pref]: assigned
[    0.605418] resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
[    0.605428] pci 0000:00:15.0: BAR 0 [mem 0xa4226000-0xa4226fff 64bit]: assigned
[    0.605459] resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
[    0.605468] pci 0000:00:15.1: BAR 0 [mem 0xa4227000-0xa4227fff 64bit]: assigned
[    0.605497] resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
[    0.605506] pci 0000:00:19.0: BAR 0 [mem 0xa4229000-0xa4229fff 64bit]: assigned
[    0.605536] pci 0000:00:1c.0: bridge window [io  0x5000-0x5fff]: assigned
[    0.605545] pci 0000:00:1d.0: bridge window [io  0x6000-0x6fff]: assigned
[    0.605556] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.605566] pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
[    0.605582] pci 0000:00:1c.0:   bridge window [mem 0x8f800000-0x8f9fffff]
[    0.605595] pci 0000:00:1c.0:   bridge window [mem 0x8fa00000-0x8fbfffff 64bit pref]
[    0.605613] pci 0000:02:00.0: ROM [mem size 0x00080000 pref]: can't assign; no space
[    0.605622] pci 0000:02:00.0: ROM [mem size 0x00080000 pref]: failed to assign
[    0.605630] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.605639] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.605648] pci 0000:00:1c.4:   bridge window [mem 0xa3000000-0xa3ffffff]
[    0.605667] pci 0000:00:1c.4:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.605680] pci 0000:00:1d.0: PCI bridge to [bus 03]
[    0.605689] pci 0000:00:1d.0:   bridge window [io  0x6000-0x6fff]
[    0.605704] pci 0000:00:1d.0:   bridge window [mem 0x8fc00000-0x8fdfffff]
[    0.605717] pci 0000:00:1d.0:   bridge window [mem 0x8fe00000-0x8fffffff 64bit pref]
[    0.605734] pci 0000:00:1d.4: PCI bridge to [bus 04]
[    0.605744] pci 0000:00:1d.4:   bridge window [mem 0xa4100000-0xa41fffff]
[    0.605758] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    0.605767] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.605775] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.605782] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.605790] pci_bus 0000:00: resource 7 [mem 0x8f800000-0xdfffffff window]
[    0.605797] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[    0.605805] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    0.605812] pci_bus 0000:01: resource 1 [mem 0x8f800000-0x8f9fffff]
[    0.605819] pci_bus 0000:01: resource 2 [mem 0x8fa00000-0x8fbfffff 64bit pref]
[    0.605827] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.605834] pci_bus 0000:02: resource 1 [mem 0xa3000000-0xa3ffffff]
[    0.605841] pci_bus 0000:02: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.605849] pci_bus 0000:03: resource 0 [io  0x6000-0x6fff]
[    0.605856] pci_bus 0000:03: resource 1 [mem 0x8fc00000-0x8fdfffff]
[    0.605863] pci_bus 0000:03: resource 2 [mem 0x8fe00000-0x8fffffff 64bit pref]
[    0.605871] pci_bus 0000:04: resource 1 [mem 0xa4100000-0xa41fffff]
[    0.608189] PCI: CLS 64 bytes, default 64
[    0.608268] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.608275] software IO TLB: mapped [mem 0x0000000083c3c000-0x0000000087c3c000] (64MB)
[    0.608355] Trying to unpack rootfs image as initramfs...
[    0.619389] Initialise system trusted keyrings
[    0.619419] Key type blacklist registered
[    0.619555] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.620333] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.620611] fuse: init (API version 7.45)
[    0.620880] integrity: Platform Keyring initialized
[    0.647292] Key type asymmetric registered
[    0.647306] Asymmetric key parser 'x509' registered
[    0.647367] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.647652] io scheduler mq-deadline registered
[    0.653996] ledtrig-cpu: registered to indicate activity on CPUs
[    0.654216] pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
[    0.654286] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.655224] pcieport 0000:00:1c.4: PME: Signaling with IRQ 121
[    0.655480] pcieport 0000:00:1c.4: AER: enabled with IRQ 121
[    0.655747] pcieport 0000:00:1c.4: DPC: enabled with IRQ 121
[    0.655761] pcieport 0000:00:1c.4: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.656106] pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
[    0.656182] pcieport 0000:00:1d.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.657024] pcieport 0000:00:1d.4: PME: Signaling with IRQ 123
[    0.657285] pcieport 0000:00:1d.4: AER: enabled with IRQ 123
[    0.657532] pcieport 0000:00:1d.4: DPC: enabled with IRQ 123
[    0.657545] pcieport 0000:00:1d.4: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.658510] ACPI: AC: AC Adapter [ADP1] (off-line)
[    0.658693] input: Lid Switch as /devices/platform/PNP0C0D:00/input/input0
[    0.658764] ACPI: button: Lid Switch [LID0]
[    0.658898] input: Sleep Button as /devices/platform/PNP0C0E:00/input/input1
[    0.658957] ACPI: button: Sleep Button [SLPB]
[    0.661670] Monitor-Mwait will be used to enter C-1 state
[    0.661740] Monitor-Mwait will be used to enter C-2 state
[    0.661816] Monitor-Mwait will be used to enter C-3 state
[    0.672042] acpi LNXTHERM:00: registered as thermal_zone0
[    0.672057] ACPI: thermal: Thermal Zone [TZ01] (54 C)
[    0.672618] acpi LNXTHERM:01: registered as thermal_zone1
[    0.672627] ACPI: thermal: Thermal Zone [TZ00] (45 C)
[    0.673163] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.675253] ACPI: battery: Slot [BAT0] (battery present)
[    0.678403] hpet_acpi_add: no address or irqs in _CRS
[    0.678476] Linux agpgart interface v0.103
[    0.683908] UEFI TPM log area empty
[    0.697254] loop: module loaded
[    0.697833] tun: Universal TUN/TAP device driver, 1.6
[    0.697952] PPP generic driver version 2.4.2
[    0.698380] VFIO - User Level meta-driver version: 0.3
[    0.698891] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.698907] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.700021] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    0.700525] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.700538] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.700549] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.700638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.00
[    0.700651] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.700660] usb usb1: Product: xHCI Host Controller
[    0.700667] usb usb1: Manufacturer: Linux 7.0.2-7.0.2-Revert-Test+ xhci-hcd
[    0.700676] usb usb1: SerialNumber: 0000:00:14.0
[    0.700994] hub 1-0:1.0: USB hub found
[    0.701027] hub 1-0:1.0: 12 ports detected
[    0.705409] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.00
[    0.705425] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.705435] usb usb2: Product: xHCI Host Controller
[    0.705442] usb usb2: Manufacturer: Linux 7.0.2-7.0.2-Revert-Test+ xhci-hcd
[    0.705450] usb usb2: SerialNumber: 0000:00:14.0
[    0.705719] hub 2-0:1.0: USB hub found
[    0.705747] hub 2-0:1.0: 6 ports detected
[    0.707149] usb: port power management may be unreliable
[    0.708118] i8042: PNP: PS/2 Controller [PNP0303:KBD0] at 0x60,0x64 irq 1
[    0.708131] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.708588] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.708779] mousedev: PS/2 mouse device common for all mice
[    0.709026] rtc_cmos 00:00: RTC can wake from S4
[    0.710319] rtc_cmos 00:00: registered as rtc0
[    0.710555] rtc_cmos 00:00: setting system clock to 2026-05-17T15:43:54 UTC (1779032634)
[    0.710615] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[    0.710637] i2c_dev: i2c /dev entries driver
[    0.716140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    0.718278] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.718324] device-mapper: uevent: version 1.0.3
[    0.718441] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: [email protected]
[    0.718459] intel_pstate: Intel P-state driver initializing
[    0.719211] intel_pstate: HWP enabled
[    0.719261] efifb: probing for efifb
[    0.719281] efifb: framebuffer at 0xb0000000, using 8100k, total 8100k
[    0.719285] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.719288] efifb: scrolling: redraw
[    0.719290] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.719389] Console: switching to colour frame buffer device 240x67
[    0.720217] fb0: EFI VGA frame buffer device
[    0.720313] drop_monitor: Initializing network drop monitor service
[    0.720419] NET: Registered PF_INET6 protocol family
[    0.720874] Segment Routing with IPv6
[    0.720901] In-situ OAM (IOAM) with IPv6
[    0.720923] NET: Registered PF_PACKET protocol family
[    0.721040] Key type dns_resolver registered
[    0.725662] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.733946] microcode: Current revision: 0x000000f6
[    0.733958] microcode: Updated early from: 0x000000a4
[    0.737798] IPI shorthand broadcast: enabled
[    0.739525] sched_clock: Marking stable (728110219, 9650257)->(820106744, -82346268)
[    0.739779] registered taskstats version 1
[    0.749983] Loading compiled-in X.509 certificates
[    0.750563] Loaded X.509 cert 'Build time autogenerated kernel key: 2cdf9ed38fe1caa9318929b6c2e75c38ddcae31e'
[    0.753019] Demotion targets for Node 0: null
[    0.753175] Key type .fscrypt registered
[    0.753182] Key type fscrypt-provisioning registered
[    0.753225] Key type trusted registered
[    0.949715] usb 1-5: new full-speed USB device number 2 using xhci_hcd
[    1.087882] usb 1-5: New USB device found, idVendor=1c7a, idProduct=0570, bcdDevice=10.41
[    1.087916] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.087925] usb 1-5: Product: EgisTec Touch Fingerprint Sensor
[    1.087934] usb 1-5: Manufacturer: EgisTec
[    1.087941] usb 1-5: SerialNumber: 0E0B55A9
[    1.205722] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[    1.349635] usb 1-7: New USB device found, idVendor=1bcf, idProduct=2cb0, bcdDevice= 0.04
[    1.349657] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.349667] usb 1-7: Product: HD User Facing
[    1.349693] usb 1-7: Manufacturer: KS0HD050139060123FLM04
[    1.469717] usb 1-10: new full-speed USB device number 4 using xhci_hcd
[    1.607451] usb 1-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
[    1.607470] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.645711] tsc: Refined TSC clocksource calibration: 1799.997 MHz
[    1.645736] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19f226b2958, max_idle_ns: 440795203083 ns
[    1.645805] clocksource: Switched to clocksource tsc
[    3.810835] Freeing initrd memory: 663648K
[    3.820834] Key type encrypted registered
[    3.820870] Loading compiled-in module X.509 certificates
[    3.821290] Loaded X.509 cert 'Build time autogenerated kernel key: 2cdf9ed38fe1caa9318929b6c2e75c38ddcae31e'
[    3.821302] ima: Allocated hash algorithm: sha1
[    3.835805] ima: No architecture policies found
[    3.836470] evm: Initialising EVM extended attributes:
[    3.837086] evm: security.selinux
[    3.837708] evm: security.SMACK64
[    3.838325] evm: security.SMACK64EXEC
[    3.838922] evm: security.SMACK64TRANSMUTE
[    3.839520] evm: security.SMACK64MMAP
[    3.840119] evm: security.apparmor
[    3.840699] evm: security.ima
[    3.841271] evm: security.capability
[    3.841890] evm: HMAC attrs: 0x1
[    3.843847] PM:   Magic number: 10:546:740
[    3.844550] RAS: Correctable Errors collector initialized.
[    3.844829] clk: Disabling unused clocks
[    3.845128] PM: genpd: Disabling unused power domains
[    3.846628] Freeing unused decrypted memory: 2036K
[    3.847705] Freeing unused kernel image (initmem) memory: 5188K
[    3.847995] Write protecting the kernel read-only data: 32768k
[    3.849342] Freeing unused kernel image (text/rodata gap) memory: 1960K
[    3.850190] Freeing unused kernel image (rodata/data gap) memory: 1832K
[    3.893183] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.893433] Run /init as init process
[    3.893721]   with arguments:
[    3.893722]     /init
[    3.893724]   with environment:
[    3.893725]     HOME=/
[    3.893741]     TERM=linux
[    3.979184] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WMBF method block execution control method not found
[    3.985932] wmi_bus wmi_bus-PNP0C14:01: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
[    3.986454] wmi_bus wmi_bus-PNP0C14:01: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
[    3.986898] wmi_bus wmi_bus-PNP0C14:01: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
[    3.987366] wmi_bus wmi_bus-PNP0C14:01: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
[    4.001700] hid: raw HID events driver (C) Jiri Kosina
[    4.004469] ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    4.004970] ahci 0000:00:17.0: 1/1 ports implemented (port mask 0x1)
[    4.005414] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst 
[    4.011579] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    4.012512] scsi host0: ahci
[    4.013131] ata1: SATA max UDMA/133 abar m2048@0xa422c000 port 0xa422c100 irq 132 lpm-pol 4
[    4.015441] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    4.015907] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    4.017420] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    4.045180] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    4.046006] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    4.055211] intel-lpss 0000:00:19.0: enabling device (0000 -> 0002)
[    4.114401] ACPI: bus type drm_connector registered
[    4.321755] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.323686] ata1.00: ATA-10: TOSHIBA MQ04ABF100, JU001J, max UDMA/100
[    4.325063] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    4.326049] ata1.00: Features: HIPM DIPM
[    4.329075] ata1.00: configured for UDMA/100
[    4.331017] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MQ04ABF1 1J   PQ: 0 ANSI: 5
[    4.332908] sd 0:0:0:0: [sda] Drive-managed SMR disk
[    4.332929] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.334310] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    4.336314] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    4.337245] sd 0:0:0:0: [sda] Write Protect is off
[    4.338164] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.338200] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.339176] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    4.425190]  sda: sda1
[    4.426583] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.445168] nvme nvme0: pci function 0000:04:00.0
[    4.452095] nvme nvme0: missing or invalid SUBNQN field.
[    4.457953] nvme nvme0: 8/0/0 default/read/poll queues
[    4.461581]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
[    4.538730] input: ELAN0504:00 04F3:3091 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN0504:00/0018:04F3:3091.0001/input/input3
[    4.540064] input: ELAN0504:00 04F3:3091 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN0504:00/0018:04F3:3091.0001/input/input5
[    4.541257] hid-generic 0018:04F3:3091.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0504:00 04F3:3091] on i2c-ELAN0504:00
[    4.854849] EXT4-fs (nvme0n1p8): mounted filesystem 088509cc-58a9-4566-925d-e50e6c0d49d5 ro with ordered data mode. Quota mode: none.
[    5.217786] systemd[1]: Inserted module 'autofs4'
[    5.357958] systemd[1]: systemd 249.11-0ubuntu3.20 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)
[    5.359266] systemd[1]: Detected architecture x86-64.
[    5.362436] systemd[1]: Hostname set to <lxuser-Swift-SF314-56G>.
[    5.415555] block nvme0n1: the capability attribute has been deprecated.
[    5.483125] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[    5.513904] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
[    5.554219] systemd[1]: /etc/systemd/system/automation-bisect.service:2: Assignment outside of section. Ignoring.
[    5.554593] systemd[1]: /etc/systemd/system/automation-bisect.service:4: Assignment outside of section. Ignoring.
[    5.555086] systemd[1]: automation-bisect.service: Service has no ExecStart=, ExecStop=, or SuccessAction=. Refusing.
[    5.604568] systemd[1]: automation-bisect.service: Cannot add dependency job, ignoring: Unit automation-bisect.service has a bad unit file setting.
[    5.606195] systemd[1]: Queued start job for default target Graphical Interface.
[    5.626900] systemd[1]: Created slice Slice /system/modprobe.
[    5.630164] systemd[1]: Created slice Slice /system/systemd-fsck.
[    5.633017] systemd[1]: Created slice User and Session Slice.
[    5.635526] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.638313] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.640797] systemd[1]: Reached target User and Group Name Lookups.
[    5.643185] systemd[1]: Reached target Remote File Systems.
[    5.645597] systemd[1]: Reached target Slice Units.
[    5.647851] systemd[1]: Reached target Mounting snaps.
[    5.650243] systemd[1]: Reached target Local Verity Protected Volumes.
[    5.652807] systemd[1]: Listening on Syslog Socket.
[    5.655207] systemd[1]: Listening on fsck to fsckd communication Socket.
[    5.657108] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    5.659251] systemd[1]: Listening on Journal Audit Socket.
[    5.660883] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.662472] systemd[1]: Listening on Journal Socket.
[    5.664239] systemd[1]: Listening on udev Control Socket.
[    5.665634] systemd[1]: Listening on udev Kernel Socket.
[    5.677919] systemd[1]: Mounting Huge Pages File System...
[    5.681915] systemd[1]: Mounting POSIX Message Queue File System...
[    5.685547] systemd[1]: Mounting Kernel Debug File System...
[    5.688381] systemd[1]: Mounting Kernel Trace File System...
[    5.692304] systemd[1]: Starting Journal Service...
[    5.694830] systemd[1]: Starting Set the console keyboard layout...
[    5.696878] systemd[1]: Starting Create List of Static Device Nodes...
[    5.699158] systemd[1]: Starting Load Kernel Module configfs...
[    5.701286] systemd[1]: Starting Load Kernel Module drm...
[    5.703134] systemd[1]: Starting Load Kernel Module efi_pstore...
[    5.704956] systemd[1]: Starting Load Kernel Module fuse...
[    5.705888] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    5.707884] systemd[1]: Starting Load Kernel Modules...
[    5.709764] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.710419] pstore: Using crash dump compression: deflate
[    5.713390] systemd[1]: Starting Coldplug All udev Devices...
[    5.719505] systemd[1]: Mounted Huge Pages File System.
[    5.721830] systemd[1]: Mounted POSIX Message Queue File System.
[    5.722884] systemd[1]: Mounted Kernel Debug File System.
[    5.723902] systemd[1]: Mounted Kernel Trace File System.
[    5.725229] systemd[1]: Finished Create List of Static Device Nodes.
[    5.726523] systemd[1]: [email protected]: Deactivated successfully.
[    5.727290] systemd[1]: Finished Load Kernel Module configfs.
[    5.730513] systemd[1]: [email protected]: Deactivated successfully.
[    5.733813] systemd[1]: Finished Load Kernel Module drm.
[    5.738140] lp: driver loaded but no devices found
[    5.738412] EXT4-fs (nvme0n1p8): re-mounted 088509cc-58a9-4566-925d-e50e6c0d49d5 r/w.
[    5.738613] systemd[1]: [email protected]: Deactivated successfully.
[    5.742222] systemd[1]: Finished Load Kernel Module fuse.
[    5.747208] systemd[1]: Finished Remount Root and Kernel File Systems.
[    5.747679] pstore: Registered efi_pstore as persistent store backend
[    5.748874] ppdev: user-space parallel port driver
[    5.749013] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    5.749777] systemd[1]: Finished Load Kernel Module efi_pstore.
[    5.751321] systemd[1]: Activating swap /swapfile...
[    5.753109] systemd[1]: Mounting FUSE Control File System...
[    5.755348] systemd[1]: Mounting Kernel Configuration File System...
[    5.756104] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    5.756269] Adding 2097148k swap on /swapfile.  Priority:-1 extents:6 across:2260988k SS
[    5.757420] systemd[1]: Starting Load/Save Random Seed...
[    5.759950] systemd[1]: Starting Create System Users...
[    5.762389] systemd[1]: Activated swap /swapfile.
[    5.763948] systemd[1]: Mounted FUSE Control File System.
[    5.764774] systemd[1]: Mounted Kernel Configuration File System.
[    5.765829] systemd[1]: Finished Load/Save Random Seed.
[    5.766719] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    5.767083] systemd[1]: Reached target Swaps.
[    5.771174] systemd[1]: Finished Load Kernel Modules.
[    5.772779] systemd[1]: Starting Apply Kernel Variables...
[    5.774030] systemd[1]: Started Journal Service.
[    5.782674] systemd-journald[256]: Received client request to flush runtime journal.
[    5.806458] loop0: detected capacity change from 0 to 8
[    5.808654] loop1: detected capacity change from 0 to 377752
[    5.811261] loop2: detected capacity change from 0 to 152112
[    5.812367] loop3: detected capacity change from 0 to 151512
[    5.817020] loop4: detected capacity change from 0 to 136904
[    5.818315] loop5: detected capacity change from 0 to 136816
[    5.819364] loop6: detected capacity change from 0 to 100584
[    5.824422] loop7: detected capacity change from 0 to 517744
[    5.825750] loop8: detected capacity change from 0 to 505096
[    5.826650] loop9: detected capacity change from 0 to 1034424
[    6.045251] ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20251212/nsprepkg-94)
[    6.071777] input: Intel HID events as /devices/platform/INT33D5:00/input/input6
[    6.074327] intel-hid INT33D5:00: platform supports 5 button array
[    6.080609] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input7
[    6.167452] mc: Linux media interface: v0.10
[    6.194934] acer_wmi: Acer Laptop ACPI-WMI Extras
[    6.194978] acer_wmi: Function bitmap for Communication Button: 0x0
[    6.210655] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    6.212370] input: Acer WMI hotkeys as /devices/virtual/input/input8
[    6.306456] videodev: Linux video capture interface: v2.00
[    6.363624] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.364106] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.364540] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    6.373661] raid6: avx2x4   gen() 23119 MB/s
[    6.394951] Bluetooth: Core ver 2.22
[    6.397030] NET: Registered PF_BLUETOOTH protocol family
[    6.397034] Bluetooth: HCI device and connection manager initialized
[    6.397038] Bluetooth: HCI socket layer initialized
[    6.397040] Bluetooth: L2CAP socket layer initialized
[    6.397045] Bluetooth: SCO socket layer initialized
[    6.398606] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    6.398619] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    6.398620] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.398622] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    6.398624] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    6.398625] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    6.411473] input: ELAN0504:00 04F3:3091 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN0504:00/0018:04F3:3091.0001/input/input9
[    6.441659] raid6: avx2x2   gen() 20159 MB/s
[    6.494969] intel_rapl_common: Found RAPL domain package
[    6.494977] intel_rapl_common: Found RAPL domain dram
[    6.509671] raid6: avx2x1   gen() 19072 MB/s
[    6.509677] raid6: using algorithm avx2x4 gen() 23119 MB/s
[    6.513988] usbcore: registered new interface driver btusb
[    6.517865] uvcvideo 1-7:1.0: Found UVC 1.00 device HD User Facing (1bcf:2cb0)
[    6.523837] Bluetooth: hci0: Found device firmware: intel/ibt-17-16-1.sfi
[    6.523935] Bluetooth: hci0: Boot Address: 0x40800
[    6.523937] Bluetooth: hci0: Firmware Version: 174-4.22
[    6.523940] Bluetooth: hci0: Firmware already loaded
[    6.535258] iwlwifi 0000:00:14.3: Detected crf-id 0x2816, cnv-id 0x1000100 wfpm id 0x80000000
[    6.535280] iwlwifi 0000:00:14.3: PCI dev 9df0/0034, rev=0x312, rfid=0x105110
[    6.535284] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560 160MHz
[    6.536421] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[    6.547093] iwlwifi 0000:00:14.3: WRT: Overriding region id 0
[    6.547099] iwlwifi 0000:00:14.3: WRT: Overriding region id 1
[    6.547102] iwlwifi 0000:00:14.3: WRT: Overriding region id 2
[    6.547104] iwlwifi 0000:00:14.3: WRT: Overriding region id 3
[    6.547106] iwlwifi 0000:00:14.3: WRT: Overriding region id 4
[    6.547108] iwlwifi 0000:00:14.3: WRT: Overriding region id 6
[    6.547110] iwlwifi 0000:00:14.3: WRT: Overriding region id 8
[    6.547112] iwlwifi 0000:00:14.3: WRT: Overriding region id 9
[    6.547115] iwlwifi 0000:00:14.3: WRT: Overriding region id 10
[    6.547117] iwlwifi 0000:00:14.3: WRT: Overriding region id 11
[    6.547119] iwlwifi 0000:00:14.3: WRT: Overriding region id 15
[    6.547122] iwlwifi 0000:00:14.3: WRT: Overriding region id 16
[    6.547124] iwlwifi 0000:00:14.3: WRT: Overriding region id 18
[    6.547127] iwlwifi 0000:00:14.3: WRT: Overriding region id 19
[    6.547129] iwlwifi 0000:00:14.3: WRT: Overriding region id 20
[    6.547131] iwlwifi 0000:00:14.3: WRT: Overriding region id 21
[    6.547134] iwlwifi 0000:00:14.3: WRT: Overriding region id 28
[    6.548110] iwlwifi 0000:00:14.3: loaded firmware version 46.fae53a8b.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
[    6.577662] raid6: .... xor() 9937 MB/s, rmw enabled
[    6.577671] raid6: using avx2x2 recovery algorithm
[    6.596082] usbcore: registered new interface driver uvcvideo
[    6.670704] xor: automatically using best checksumming function   avx       
[    6.670835] intel_rapl_common: Found RAPL domain package
[    6.670839] intel_rapl_common: Found RAPL domain core
[    6.670841] intel_rapl_common: Found RAPL domain uncore
[    6.670843] intel_rapl_common: Found RAPL domain dram
[    6.670845] intel_rapl_common: Found RAPL domain psys
[    6.691500] input: ELAN0504:00 04F3:3091 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN0504:00/0018:04F3:3091.0001/input/input11
[    6.700715] hid-multitouch 0018:04F3:3091.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0504:00 04F3:3091] on i2c-ELAN0504:00
[    7.032307] intel_tcc_cooling: Programmable TCC Offset detected
[    7.033983] Btrfs loaded, zoned=yes, fsverity=yes
[    7.121900] iwlwifi 0000:00:14.3: base HW address: 48:89:e7:03:a0:25, OTP minor version: 0x4
[    7.155689] sof-audio-pci-intel-cnl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    7.155701] sof-audio-pci-intel-cnl 0000:00:1f.3: enabling device (0000 -> 0002)
[    7.155848] sof-audio-pci-intel-cnl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[    7.365771] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    7.370463] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
[    8.033446] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.033451] Bluetooth: BNEP filters: protocol multicast
[    8.033456] Bluetooth: BNEP socket layer initialized
[    8.035199] Bluetooth: MGMT ver 1.23
[    8.041785] i915 0000:00:02.0: [drm] Found coffeelake/ult (device ID 3ea0) integrated display version 9.00 stepping N/A
[    8.043587] NET: Registered PF_ALG protocol family
[    8.045387] Console: switching to colour dummy device 80x25
[    8.045430] i915 0000:00:02.0: vgaarb: deactivate vga console
[    8.048609] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    8.050065] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    8.063588] Consider using thermal netlink events interface
[    8.097963] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[    8.121667] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[    8.124204] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    8.124406] input: Video Bus as /devices/pci0000:00/acpi.video_bus.0/input/input12
[    8.124476] ACPI: video: [Firmware Bug]: ACPI(PXSX) defines _DOD but not _DOS
[    8.124489] ACPI: video: Video Device [PXSX] (multi-head: yes  rom: yes  post: no)
[    8.124537] input: Video Bus as /devices/pci0000:00/0000:00:1c.4/acpi.video_bus.1/input/input13
[    8.133751] fbcon: i915drmfb (fb0) is primary device
[    8.150070] Console: switching to colour frame buffer device 240x67
[    8.150049] sof-audio-pci-intel-cnl 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[    8.157209] sof-audio-pci-intel-cnl 0000:00:1f.3: use msi interrupt mode
[    8.168262] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    8.209395] sof-audio-pci-intel-cnl 0000:00:1f.3: hda codecs found, mask 5
[    8.209399] sof-audio-pci-intel-cnl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[    8.209401] sof-audio-pci-intel-cnl 0000:00:1f.3: BT link detected in NHLT tables: 0x0
[    8.209403] sof-audio-pci-intel-cnl 0000:00:1f.3: DMICs detected in NHLT tables: 2
[    8.214900] sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware paths/files for ipc type 0:
[    8.214903] sof-audio-pci-intel-cnl 0000:00:1f.3:  Firmware file:     intel/sof/sof-cnl.ri
[    8.214904] sof-audio-pci-intel-cnl 0000:00:1f.3:  Topology file:     intel/sof-tplg/sof-hda-generic-2ch.tplg
[    8.216449] sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware info: version 2:0:0-b678a
[    8.216451] sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware: ABI 3:20:0 Kernel ABI 3:23:1
[    8.331410] sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware info: version 2:0:0-b678a
[    8.331414] sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware: ABI 3:20:0 Kernel ABI 3:23:1
[    8.343347] sof-audio-pci-intel-cnl 0000:00:1f.3: loading topology: intel/sof-tplg/sof-hda-generic-2ch.tplg
[    8.343493] sof-audio-pci-intel-cnl 0000:00:1f.3: Topology: ABI 3:20:0 Kernel ABI 3:23:1
[    8.343763] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
[    8.359477] snd_hda_codec_alc269 ehdaudio0D0: ALC256: picked fixup  for PCI SSID 1025:1300
[    8.359810] snd_hda_codec_alc269 ehdaudio0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    8.359813] snd_hda_codec_alc269 ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.359815] snd_hda_codec_alc269 ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    8.359816] snd_hda_codec_alc269 ehdaudio0D0:    mono: mono_out=0x0
[    8.359818] snd_hda_codec_alc269 ehdaudio0D0:    inputs:
[    8.359819] snd_hda_codec_alc269 ehdaudio0D0:      Headset Mic=0x19
[    8.575762] input: sof-hda-dsp Front Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input14
[    8.575853] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input15
[    8.575944] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16
[    8.575995] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17
[   10.317201] audit: type=1326 audit(1779032644.099:2): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=957 comm="cupsd" exe="/snap/cups/1183/sbin/cupsd" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f8c31bf1b1b code=0x50000
[   10.322279] audit: type=1326 audit(1779032644.107:3): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=957 comm="cupsd" exe="/snap/cups/1183/sbin/cupsd" sig=0 arch=c000003e syscall=50 compat=0 ip=0x7f8c31c036ab code=0x50000
[   11.466701] wlp0s20f3: authenticate with 38:43:7d:96:e1:66 (local address=48:89:e7:03:a0:25)
[   11.467749] wlp0s20f3: send auth to 38:43:7d:96:e1:66 (try 1/3)
[   11.529146] wlp0s20f3: authenticated
[   11.529756] wlp0s20f3: associate with 38:43:7d:96:e1:66 (try 1/3)
[   11.566629] wlp0s20f3: RX AssocResp from 38:43:7d:96:e1:66 (capab=0x511 status=0 aid=2)
[   11.571359] wlp0s20f3: associated
[   18.345648] Bluetooth: RFCOMM TTY layer initialized
[   18.345661] Bluetooth: RFCOMM socket layer initialized
[   18.345667] Bluetooth: RFCOMM ver 1.11
[   31.056649] audit: type=1326 audit(1779032664.839:4): auid=1000 uid=1000 gid=1000 ses=2 pid=1734 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/361/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f5d32ea06f1 code=0x50000
[   31.056654] audit: type=1326 audit(1779032664.839:5): auid=1000 uid=1000 gid=1000 ses=2 pid=1734 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/361/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=141 compat=0 ip=0x7f5d32f1a65b code=0x50000
[   31.061506] audit: type=1326 audit(1779032664.843:6): auid=1000 uid=1000 gid=1000 ses=2 pid=1734 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/361/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f5d32ea06f1 code=0x50000
[   31.072451] audit: type=1326 audit(1779032664.855:7): auid=1000 uid=1000 gid=1000 ses=2 pid=1734 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/361/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=141 compat=0 ip=0x7f5d32f1a65b code=0x50000
[   31.835996] rfkill: input handler disabled
[   33.318347] audit: type=1326 audit(1779032667.103:8): auid=1000 uid=1000 gid=1000 ses=2 pid=2056 comm="snap-store" exe="/snap/snap-store/1216/usr/bin/snap-store" sig=0 arch=c000003e syscall=41 compat=0 ip=0x7f4e3fc51bbb code=0x50000
[   33.318443] audit: type=1326 audit(1779032667.103:9): auid=1000 uid=1000 gid=1000 ses=2 pid=2056 comm="snap-store" exe="/snap/snap-store/1216/usr/bin/snap-store" sig=0 arch=c000003e syscall=41 compat=0 ip=0x7f4e3fc51bbb code=0x50000
[   33.447219] audit: type=1326 audit(1779032667.231:10): auid=1000 uid=1000 gid=1000 ses=2 pid=2056 comm="snap-store" exe="/snap/snap-store/1216/usr/bin/snap-store" sig=0 arch=c000003e syscall=41 compat=0 ip=0x7f4e3fc51bbb code=0x50000
[   34.023479] nvme nvme0: using unchecked data buffer
[   94.841562] audit: type=1326 audit(1779032728.846:11): auid=1000 uid=1000 gid=1000 ses=2 pid=2056 comm="pool-org.gnome." exe="/snap/snap-store/1216/usr/bin/snap-store" sig=0 arch=c000003e syscall=41 compat=0 ip=0x7f4e3fc51bbb code=0x50000
[  383.143564] nvidia: loading out-of-tree module taints kernel.
[  383.143573] nvidia: module license 'NVIDIA' taints kernel.
[  383.143574] Disabling lock debugging due to kernel taint
[  383.143577] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[  383.143578] nvidia: module license taints kernel.
[  383.312651] nvidia-nvlink: Nvlink Core is being initialized, major device number 508

[  383.319887] nvidia 0000:02:00.0: enabling device (0106 -> 0107)
[  383.436084] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  580.142  Tue Mar  3 20:04:04 UTC 2026
[  383.509328] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  580.142  Tue Mar  3 18:59:57 UTC 2026
[  383.526718] [drm] [nvidia-drm] [GPU ID 0x00000200] Loading driver
[  383.866259] [drm] Initialized nvidia-drm 0.0.0 for 0000:02:00.0 on minor 1
[  383.866275] nvidia 0000:02:00.0: [drm] No compatible format found
[  383.866278] nvidia 0000:02:00.0: [drm] Cannot find any crtc or sizes
[  383.900876] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[  887.474609] wlp0s20f3: deauthenticating from 38:43:7d:96:e1:66 by local choice (Reason: 3=DEAUTH_LEAVING)
[  887.607191] warning: `iwconfig' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[  945.336429] wlp0s20f3: authenticate with 38:43:7d:96:e1:66 (local address=48:89:e7:03:a0:25)
[  945.337508] wlp0s20f3: send auth to 38:43:7d:96:e1:66 (try 1/3)
[  945.396494] wlp0s20f3: authenticated
[  945.404677] wlp0s20f3: associate with 38:43:7d:96:e1:66 (try 1/3)
[  945.441365] wlp0s20f3: RX AssocResp from 38:43:7d:96:e1:66 (capab=0x511 status=0 aid=2)
[  945.444738] wlp0s20f3: associated
journalctl-ubuntu2204-7.0.8-zabbly-bad.txt (text/plain, 264.9 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.