Lenovo ThinkPad T14/T14s (Intel) Gen 2

From ArchWiki
Hardware PCI/USB ID Working?
Touchpad 06CB:CE68 Yes
TrackPoint PS/2 Yes
GPU (Intel) 8086:9A49 Yes
Webcam 13D3:5439 Yes
Bluetooth 8087:0026 Yes
Audio 8086:A0C8 Yes
Wireless 8086:A0F0 Yes
Ethernet 8086:15FC Yes
Mobile broadband 1EAC:2001 Yes
Fingerprint reader 06CB:00F9 Yes

The Lenovo ThinkPad T14/T14s (Intel) Gen 2 was introduced in 2020. It features a 14" screen, 11th-gen Intel Core processors, and integrated Intel Iris Xe graphics. Everything seems to work pretty much out the box with kernel >=5.16.0.

To ensure you have this version, install the package dmidecode and run:

# dmidecode -s system-version
ThinkPad T14s Gen 2i

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

Installation

Intel Turbo Boost

Check that IntelĀ® Turbo Boost Technology 2.0 is enabled using

$ cat /sys/devices/system/cpu/intel_pstate/no_turbo

An output of 1 means it is not enabled, so you will have to reset your BIOS to defaults. After doing that, running the command again should print 0. You should be able to see your CPU boosting way higher.

Suspend

The BIOS has two options for suspend: Windows and Linux (aka S0ix or "modern standby") and Linux S3. Both S0ix and S3 modes work on this system, but there is a bug that causes the trackpad to become laggy after resuming from S3 suspend.

Graphics

The onboard Intel Iris Xe graphics requires linux-firmware and also accepts these experimental kernel parameters:

i915.enable_gvt=1 i915.enable_guc=0 i915.force_probe=!9a49 xe.force_probe=9a49

Screen Tearing might be visible on some desktop environments on this machines built-in display. Installing the xf86-video-intel package resolves the issue. Note that there might be caveats in installing the packages as discussed in Intel graphics.

Fingerprint reader

If using gnome and gdm, nothing other than installing fprintd is required to get the fingerprint reader working.

Sound

This laptop requires ALSA firmware for the internal sound card to work. Installing sof-firmware should be enough to have audio devices show up in Gnome's Control Center.

Mobile broadband

The Quectel EM120 WWAN (4G / LTE) is supported but needs an FCC unlock first.

You may also need to swap to the active physical SIM in case its stuck with no eSIM profiles.

 # mmcli -m /org/freedesktop/ModemManager1/Modem/3 --set-primary-sim-slot=1

Accessibility

Note: Blind users should request the help of a sighted person to change firmware settings.

The UEFI BIOS defaults to classic text and phone OCR will work well. The BIOS has an option to use classic text display instead of graphical by navigating to Config followed by Setup UI and choosing Simple Text.

You can choose an external USB drive to boot off by pressing the Enter key, waiting 10 seconds followed by F12 to choose the device, usually found at the bottom of the list.

The default BIOS configuration will beep when normal startup is interrupted with F1 / Enter / F12 providing audio feedback.

Audio notifications (beep) for Lenovo Power On / TCG OPAL passwords can be enabled by navigating to Config followed by Beep and Alarm and enabling both Password Beep and Keyboard Beep.

Firmware

fwupd

fwupd supports updating the UEFI BIOS, NVMe SSD, and fingerprint reader (via the LVFS testing remote) out of the box.

Function keys

Key Visible?1 Marked?2 Effect
Fn+Esc No Yes Enables Fn lock
Fn Yes Yes XF86WakeUp
Fn+F1 Yes Yes XF86AudioMute
Fn+F2 Yes Yes XF86AudioLowerVolume
Fn+F3 Yes Yes XF86AudioRaiseVolume
Fn+F4 Yes Yes XF86AudioMicMute
Fn+F5 Yes Yes XF86MonBrightnessDown
Fn+F6 Yes Yes XF86MonBrightnessUp
Fn+F7 Yes Yes XF86Display
Fn+F8 Yes Yes XF86WLAN
Fn+F9 Yes Yes XF86Tools
Fn+F10 Yes Yes XF86Bluetooth
Fn+F11 No Yes Unknown
Fn+F12 Yes Yes XF86Favorites
Fn+Space No Yes Toggle Keyboard Backlight
  1. The key is visible to xev and similar tools.
  2. The physical key has a symbol on it, which describes its function.

Keyboard backlight

Works out of the box. There is no button on the keyboard to toggle it, but it can be controlled by software.

Automatically turn on backlight when typing

If the keyboard backlight does not automatically turn on when typing, you can enable it with either of:

- https://aur.archlinux.org/packages/keyboard-backlightd

- https://wiki.archlinux.org/title/Lenovo_ThinkPad_X1_Carbon_(Gen_2)#Automatically_turn_on_keyboard_backlight_when_typing

Display

Panel part number is: LP140WF9-SPF2. The color calibration file is available here at the "Download ICC File" link.

See also

T14 links

T14s links