Lenovo ThinkPad T14 (AMD) Gen 1

HardwarePCI/USB IDWorking?
GPUYes
Wi-FiYes
Bluetooth8087:0029Yes
Webcam04f2:b6d0Yes
TrackPointYes
TouchpadYes
Fingerprint reader06cb:00bdYes
Smartcard reader058f:9540Yes
Mobile broadbandYes

This article covers the installation and configuration of Arch Linux on a Lenovo Thinkpad T14 (AMD) Gen 1 laptop. Everything seems to work pretty much out the box with linux≥5.9.0.

For a general overview of laptop-related articles and recommendations, see Laptop.

Firmware

Secure boot

As of January 2021 deleting Secure Boot keys and installing your own keys (for example by using KeyTool) will brick the device. This is a problem that is similar to one which has been reported on some other Lenovo laptops and is likely due to a faulty firmware. If the device is stuck in a boot loop after replacing the Secure Boot keys, the only way to repair it is by replacing the mainboard of the device. Hopefully, the issue will get fixed with a firmware update in the future.

Battery issues

In an ongoing Lenovo forums thread, there has been a discussion regarding battery drain issues in suspend/powered-off states. Presumably, laptops with AMD Renoir CPUs and relevant hardware are affected. As of now, BIOS firmware version 1.29 is suggested for use, as version 1.30 introduced significant battery drain; the battery loses up to 50% in 2-3 days while the laptop is in suspend mode.

There is also a suggestion that kernel updates could fix this behavior and that Lenovo and Canonical are working on it.

Keyboard

As of BIOS 1.35, keyboard event processing does not work correctly and can cause input problems with shortcuts involving the function key. Moreover, typing fast can lead to scrambled or missing keys which is caused by polling issues with the firmware.

Trackpad

As of BIOS 1.35, disabling the trackpad has no effect in Linux. In the graphical BIOS and in Windows, this function works as intended.

Since kernel 5.18, there are some issue with the track pad after resume (left button not working anymore). A workaround is to set parameter synaptics_intertouch=0 to the module psmouse.

In a Lenovo forums thread, there has been a discussion regarding touchpad issue with Synaptics firmware PR3584089. Downgrading the version to PR2909640 solves this.

Time stamp counter

As of BIOS 1.35, the time stamp counter (TSC) can be unusable on a cold boot, as indicated by the following log output:

$ dmesg | grep -i tsc
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1696.748 MHz processor
[    0.160394] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x18752743c99, max_idle_ns: 440795215663 ns
[    0.367627] clocksource: Switched to clocksource tsc-early
[    1.393773] tsc: Refined TSC clocksource calibration: 1699.720 MHz
[    1.393785] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x18801ecedab, max_idle_ns: 440795234673 ns
[    1.394099] clocksource: Switched to clocksource tsc
[    2.167096] clocksource: timekeeping watchdog on CPU3: Marking clocksource 'tsc' as unstable because the skew is too large:
[    2.167106] clocksource:                       'tsc' cs_nsec: 506681426 cs_now: 78dfa3a69 cs_last: 75aa51b22 mask: ffffffffffffffff
[    2.167109] clocksource:                       'tsc' is current clocksource.
[    2.167119] tsc: Marking TSC unstable due to clocksource watchdog
[    2.167132] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[    2.167653] clocksource: Checking clocksource tsc synchronization from CPU 13 to CPUs 0,2,8-9,11-12,14-15.

Renesas USB controller

As of BIOS 1.35, toggling the state of USB devices in the BIOS can cause the Renesas controller to fail. This will prevent the webcam from being initialized.

Docking stations

As of BIOS 1.35, video output is unrealiable on both USB3 and mechanical docking stations.

Webcam

Image quality can be improved by updating the webcam firmware. Unfortunately, webcam firmware updates are not shipped via LVFS. Some cameras firmwares can be possibly updated in Linux following steps.

Fingerprint sensor

The fingerprint sensor works with some recent firmware and software updates.

  1. Use fwupd to install the latest firmware for "Synaptics Prometheus Fingerprint Reader". The relevant firmwares are Prometheus Fingerprint Reader and Prometheus Fingerprint Reader Configuration.
  2. fprintd ≥ 1.90.1 and libfprint ≥ 1.90.1 are required.

fprint has more details on how to setup the fingerprint, for PAM-based authentication for example.

If the fingerprint reader is not detected by fwupd but is detected by lsusb, you will need to reset the fingerprint reader in the BIOS.

Backlight

Backlight works correctly by manipulating the values, between 0-255, inside /sys/class/backlight/amdgpu_bl0/brightness or using a backlight managing utility.

Suspend

S3 suspend works when setting Config > Power > Sleep to Linux in the BIOS.

Hibernation

As of kernel 5.15.2, the system occasionally has issues with resuming from hibernate, resulting in missing or distorted video output.

Mobile broadband

Tested, works with xmm7360-pci (see Xmm7360-pci):

$ lspci | grep XMM
05:00.0 Wireless controller [0d40]: Intel Corporation XMM7360 LTE Advanced Modem (rev 01)

Smartcard reader

Install ccid, opensc and pcsc-tools packages and start pcscd.service. then you can use the pcsc_scan command to read the card informations.

For more information check out Smartcards.

Wireless

The onboard wireless card is Intel AX200 and it may have microcode issues when used as-is. A possible fix for Wi-Fi disconnects is turning on iwlwifi antenna aggregation on by creating a modprobe configuration:

/etc/modprobe.d/iwlwifi.conf
options iwlwifi 11n_disable=8

Reboot afterwards. Look in Network configuration/Wireless#iwlwifi for details.

Microphone-LED

The LED of the microphone remains always on. As a workaround install the package alsa-utils and the LED should remain always off after a reboot. The microphone toggle itself should work anyway reliable.

Platform Profiles

Starting with kernel version 5.18, ACPI platform profiles work correctly on AMD ThinkPads and can be managed manually via sysfs(5) at /sys/firmware/acpi/platform_profile* or automatically via tlp. The following table shows power and thermal limits for the available profiles. The balanced profile is active by default.

ModeSTAPM (W)PPT-FAST (W)PPT-SLOW (W)THM-CORE (°C)STT_APU (°C)FAN (rpm)
low-power11111170453300
balanced20201586454400
performance25252396535000

Function keys

Key Visible?1 Marked?2 Effect
FnYesNoXF86WakeUp
Fn+EscNoYesToggles the Fn lock
Fn+F1YesYesXF86AudioMute
Fn+F2YesYesXF86AudioLowerVolume
Fn+F3YesYesXF86AudioRaiseVolume
Fn+F4YesYesXF86AudioMicMute
Fn+F5YesYesXF86MonBrightnessDown
Fn+F6YesYesXF86MonBrightnessUp
Fn+F7YesYesXF86Display
Fn+F8YesYesXF86WLAN
Fn+F9YesYesXF86NotificationCenter
Fn+F10YesYesXF86PickupPhone
Fn+F11YesYesXF86HangupPhone
Fn+F12YesYesXF86Favorites
Fn+EndYesNoInsert
Fn+4YesNoXF86Sleep
Fn+TabYesNoXF86FullScreen
Fn+sYesNoAlt_L Alt_L+Sys_Req
Fn+dNoNoToggles the PrivacyGuard feature
Fn+kYesNoScroll_Lock
Fn+pYesNoPause
Fn+bYesNoPause
Fn+Right ShiftYesNoXF86FnRightShift
Fn+SpaceNoYesControls the keyboard backlight
Fn+PrintYesNoXF86SelectiveScreenshot
Fn+Left ArrowYesNoHome
Fn+Right ArrowYesNoEnd
  1. The key is visible to xev and similar tools
  2. The physical key has a symbol on it, which describes its function

See also

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.