You are not logged in.

#1 2023-08-06 14:50:18

darkmav
Member
Registered: 2012-01-21
Posts: 127

Lenovo X1 Carbon Gen 11 - journalctl

I recently installed Arch on a Lenovo X1 Carbon Gen 11. Most things work after firmware updates (fwupdmgr).

# uname -a
Linux spock 6.4.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 03 Aug 2023 16:02:01 +0000 x86_64 GNU/Linux
# systemctl --failed
  UNIT LOAD ACTIVE SUB DESCRIPTION
0 loaded units listed.

The output of

 journalctl -p 3 -b

is

Aug 06 10:41:51 spock kernel: pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
Aug 06 10:41:51 spock kernel: pci 0000:00:07.2: DPC: RP PIO log size 0 is invalid
Aug 06 10:41:52 spock kernel: spi-nor spi0.0: unrecognized JEDEC id bytes: f7 f0 30 09 03 00
Aug 06 10:41:52 spock kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Aug 06 10:41:53 spock kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Aug 06 10:41:53 spock kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Aug 06 10:41:55 spock kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Aug 06 10:42:58 spock konsole[6380]: kf.xmlgui: Shortcut for action  "" "Show Quick Commands" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
Aug 06 10:42:58 spock konsole[6380]: kf.xmlgui: Shortcut for action  "" "Show SSH Manager" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
Aug 06 10:43:00 spock konsole[7574]: kf.xmlgui: Shortcut for action  "" "Show Quick Commands" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
Aug 06 10:43:00 spock konsole[7574]: kf.xmlgui: Shortcut for action  "" "Show SSH Manager" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.

As far as I can tell, these errors are not leading to any problems. Should they be ignored at this point?

Offline

#2 2023-08-07 11:31:12

cloverskull
Member
Registered: 2018-09-30
Posts: 277

Re: Lenovo X1 Carbon Gen 11 - journalctl

I think these look innocuous, the four related to konsole are a userspace thing that you may or may not care to fix. The iwlwifi issues happen for me as well, I think it’s fairly common. The Bluetooth MSFT vendor thing happens on every computer I’ve installed linux on tongue

The two RP PIO log size issues are interesting…what are those PCI devices?

The spi-nor one is new to me as well.

I think you’re probably fine but I’d be curious to investigate the RP PIO log size and the spi-nor message as well.

Offline

#3 2023-08-07 14:54:45

darkmav
Member
Registered: 2012-01-21
Posts: 127

Re: Lenovo X1 Carbon Gen 11 - journalctl

cloverskull wrote:

I think these look innocuous, the four related to konsole are a userspace thing that you may or may not care to fix. The iwlwifi issues happen for me as well, I think it’s fairly common. The Bluetooth MSFT vendor thing happens on every computer I’ve installed linux on tongue

The two RP PIO log size issues are interesting…what are those PCI devices?

The spi-nor one is new to me as well.

I think you’re probably fine but I’d be curious to investigate the RP PIO log size and the spi-nor message as well.

Here is the output of

lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:a706]
00:02.0 VGA compatible controller [0300]: Intel Corporation Raptor Lake-P [Iris Xe Graphics] [8086:a7a0] (rev 04)
00:04.0 Signal processing controller [1180]: Intel Corporation Device [8086:a71d]
00:06.0 PCI bridge [0604]: Intel Corporation Device [8086:a74d]
00:07.0 PCI bridge [0604]: Intel Corporation Device [8086:a76e]
00:07.2 PCI bridge [0604]: Intel Corporation Device [8086:a72f]
00:08.0 System peripheral [0880]: Intel Corporation GNA Scoring Accelerator module [8086:a74f]
00:0a.0 Signal processing controller [1180]: Intel Corporation Device [8086:a77d] (rev 01)
00:0d.0 USB controller [0c03]: Intel Corporation Device [8086:a71e]
00:0d.2 USB controller [0c03]: Intel Corporation Device [8086:a73e]
00:0d.3 USB controller [0c03]: Intel Corporation Device [8086:a76d]
00:14.0 USB controller [0c03]: Intel Corporation Alder Lake PCH USB 3.2 xHCI Host Controller [8086:51ed] (rev 01)
00:14.2 RAM memory [0500]: Intel Corporation Alder Lake PCH Shared SRAM [8086:51ef] (rev 01)
00:14.3 Network controller [0280]: Intel Corporation Device [8086:51f1] (rev 01)
00:15.0 Serial bus controller [0c80]: Intel Corporation Alder Lake PCH Serial IO I2C Controller #0 [8086:51e8] (rev 01)
00:16.0 Communication controller [0780]: Intel Corporation Alder Lake PCH HECI Controller [8086:51e0] (rev 01)
00:16.3 Serial controller [0700]: Intel Corporation Alder Lake AMT SOL Redirection [8086:51e3] (rev 01)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:519d] (rev 01)
00:1f.3 Audio device [0403]: Intel Corporation Device [8086:51ca] (rev 01)
00:1f.4 SMBus [0c05]: Intel Corporation Alder Lake PCH-P SMBus Host Controller [8086:51a3] (rev 01)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Alder Lake-P PCH SPI Controller [8086:51a4] (rev 01)
04:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller PM9A1/PM9A3/980PRO [144d:a80a]

Does it help?

The spi-nor message has been discussed to some extent here: https://github.com/thirtythreeforty/bus … /issues/11. Not sure what to do about it yet.

Offline

#4 2023-08-08 03:17:49

cloverskull
Member
Registered: 2018-09-30
Posts: 277

Re: Lenovo X1 Carbon Gen 11 - journalctl

I think everything looks good here. Thanks for the output. I wouldn't worry about any of these.

Offline

Board footer

Powered by FluxBB