Lenovo ThinkPad X220

HardwarePCI/USB IDWorking?
TouchpadYes
TrackPointYes
KeyboardYes
Video8086:0126Yes
WebcamYes
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.

Tip: Noise cancellation is preferred: it also mutes the internal fans. See the pulseaudio documentation for more information.

Touchpad

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

/etc/udev/hwdb.d/90-libinput-x220-touchpad-fw81.hwdb
touchpad:i8042:*
 LIBINPUT_MODEL_LENOVO_X220_TOUCHPAD_FW81=1

then run

See Fedora bug #1264453 for more details.

Function keys

Key Visible?1 Marked?2 Effect
YesYesKEY_PROG1
YesYes
YesYes
YesYesKEY_VOLUMEDOWN
YesYes
Fn+F1Yes
YesYes
YesYesKEY_BATTERY
YesYes
YesYes
Fn+F6YesYes
YesYes
YesYesKEY_F21
YesYes
YesYes
YesYesKEY_BRIGHTNESSDOWN
YesYes
YesYes
YesYes
Fn+UpYesYes
YesYes
  1. The key is visible to 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.