Lenovo ThinkPad X270

HardwarePCI/USB IDWorking?
TouchpadYes
TrackPointYes
KeyboardYes
GPU8086:1916Yes
8086:5916Yes
Webcam (Acer)5986:111cYes
5986:2118Partial
Webcam (Chicony)04f2:b5abYes
Webcam (Lite-On)04ca:7066Partial
Ethernet8086:15d8Yes
8086:1570Yes
Yes
Yes
Bluetooth8087:0a2bYes
SD card readerYes
Audio8086:9d70Yes
Yes
WirelessYes
Yes
WWAN (Sierra)Yes
WWAN (Fibocom)
Smart card readerYes
Fingerprint readerYes
TPMYes

Firmware

In August of 2018 Lenovo has joined the Linux Vendor Firmware Service (LVFS) project, which enables firmware updates from within the OS. BIOS updates can be queried for and installed through fwupd.

Fingerprint reader

Install the python-validityAUR package. Once you have done that, continue with . If that command returns , please check the status of the python3-validity service. If the status of the service is not active, stop the service and reset the device , . Start the python3-validity service & run again.

If the fingerprint reader does not work after resume from suspend check if both services and are enabled. Since mid 2021 this may not be working, too. A workaround can be found in this forum thread in the last post.

No audio over HDMI

Use to list all audio devices. Use speaker-test to find the correct device-id for HDMI audio, e.g.

$ speaker-test -c 2 -r 48000 -D hw:0,7

Once you have identified the correct audio device id, add the device at the end of your :

/etc/pulse/default.pa
load-module module-alsa-sink device=hw:0,7 channels=2 rate=48000 sink_properties=device.description=HDMI

Finally:

$ killall pulseaudio
$ pulseaudio --check

About webcam partial support

The Lite-On webcam works with or VLC, but not . This may be related to https://gitlab.gnome.org/GNOME/cheese/-/issues/134.

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.