Lenovo ThinkPad X220

HardwarePCI/USB IDWorking?
TouchpadYes
TrackPointYes
KeyboardYes
Video8086:0126Yes
Webcam04f2:b217Yes
Ethernet8086:1502Yes
BluetoothUntested
SD-card reader1180:e823Yes
Audio8086:1c20Yes
Wireless8086:0085Yes
Fingerprint Reader147e:2016Yes

Installation

The X220 can not boot from a GPT disk in Legacy BIOS mode, it is necessary to either switch to UEFI booting or create a MBR Partition Table.

Firmware

fwupd does not support this device yet.

To update the firmware on the device, get the latest bootable CD and follow the steps in Flashing BIOS from Linux#Bootable optical disk emulation.

Power management

After waking up the device from suspend, the device might get stuck in a reboot loop. This can be caused by the EFI storage getting too full. Run the following commands as root to free up some space.

 # First clear the pstore
 mkdir -p /dev/pstore
 mount -t pstore pstore /dev/pstore
 ls /dev/pstore # <- Nothing important should be here, but check first anyway
 rm /dev/pstore/*
 # Next some EFI variables. These are used/created by pstore, but I have had them even though 
 #I deleted the pstore data using the above commands. YMMV.
 rm /sys/firmware/efi/efivars/dump-type0-*

Microphone

The internal microphone can generate a lot of static or hissing, the workaround is to mute the right mic input channel.

Touchpad

If the touchpad is jumpy/imprecise, copy the two lines below into a new file:

then run

See Fedora bug #1264453 for more details.

Function keys

Key Visible?1 Marked?2 Effect
YesYesKEY_PROG1
Audio muteYesYes
YesYes
YesYes
YesYes
YesKEY_FN_F1
Fn+F2YesYes
YesYes
YesYes
YesYes
YesYes
Fn+F7YesYesKEY_SWITCHVIDEOMODE
YesYes
YesYes
YesYes
YesYes
Fn+SpaceYesYes
YesYes
Fn+RightYesYes
YesYes
YesYes
  1. The key is visible to and similar tools
  2. The physical key has a symbol on it, which describes its function
gollark: https://cdn.discordapp.com/avatars/341618941317349376/8a0d99397854a4c9bc1da9f3e24927c8.png?size=256
gollark: Ruuusessssstt.t
gollark: Rust.
gollark: Wait. It checks out: they aren't good.
gollark: Except those who make and use PhP.

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.