Translation(s): none
DebianOn is an effort to document how to install, configure and use Debian on some specific hardware. Therefore potential buyers would know if that hardware is supported and owners would know how get the best out of that hardware. The purpose is not to duplicate the Debian Official Documentation, but to document how to install Debian on some specific hardware. If you need help to get Debian running on your hardware, please have a look at our user support channels where you may find specific channels (mailing list, IRC channel) dedicated to certain types of hardware. |
Models covered
Thinkpad x220
- type: 4290-43u or 4290-a68
- fingerprint scanner (not tested)
- bluetooth
- graphics: Intel
- wifi (Intel Centrino Advanced-N 6205 firmware)
- gigabit network (Intel 82579LM)
- flash card reader: Ricoh Co Ltd MMC/SD
VGA & ?DisplayPort output (DP not working, but could be a hardware problem)
Contents
Overall Status
Core Components |
||
Boot Standard Kernel: |
|
|
LAN network card: |
|
|
Detect CD/DVD: |
[-] |
|
Detect hard drives: |
|
|
Extra Features |
||
CPU Frequency Scaling |
|
|
Hibernation |
|
|
Sleep / Suspend |
|
|
Xorg |
|
|
- OpenGL |
|
|
- Resize-and-Rotate(randr) |
|
|
Switch to External Screen |
|
|
Mouse |
|
|
- Built-in (Trackpoint) |
|
|
- Built-in (Touchpad) |
|
|
Modem |
[-] |
|
Wireless/Wifi |
|
|
Keyboard's Hotkeys |
|
Legend :
= OK ; Unsupported(No Driver) ; = Error (Couldn't get it working); [?] Unknown, Not Test ; [-] Not-applicable
= Configuration Required; = Only works with a non-free driver and or firmware
Important Note
This machine was not actually installed from scratch: a working install was migrated from a x120e that was previously working, so hacks that were done at the time might be missing here.
Configuration
Display
Works out of the box.
Audio
Seems to work out of the box without problem.
Mouse
There is a known problem with the touchpad on x220 laptops, if the BIOS was updated. Here's how to tell which version you are running:
$ sudo dmesg | grep 'Touchpad' [ 2.130525] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd002a3/0x940300/0x123800/0x0, board id: 1611, fw id: 1099905
Above shows the problematic version (fw: 8.1), the previous version (fw: 8.0) is apparently fine.
The symptom is that the touchpad cursor movement is "jumpy" and imprecise. The Fedora bug #1264453 has a good description and a workaround.
In my configuration, the bug was also bound to the synaptics driver, so the fix was simply:
apt-get remove xserver-xorg-input-synaptics
Another workaround is documented in the Arch wiki and consists of this hwdb hack in, say, /etc/udev/hwdb.d/90-libinput-x220-touchpad-fw81.hwdb:
touchpad:i8042:* LIBINPUT_MODEL_LENOVO_X220_TOUCHPAD_FW81=1
Then run:
udevadm hwdb --update && udevadm control --reload-rules && udevadm trigger
Power Management
Suspend and hibernate work out of the box.
WiFi
Requires the non-free firmware-iwlwifi package.
Keyboard's hotkeys
To have the backlight keys work properly under i3, I had to do a special configuration in Xorg, otherwise the xbacklight program wouldn't work properly. Drop this in /etc/X11/xorg.conf.d/20-thinkpad-x220-backlight.conf:
Section "Device" Identifier "Card0" Driver "intel" Option "Backlight" "intel_backlight" EndSection
Then xbacklight should work, which I configured in .i3config as:
bindsym XF86MonBrightnessDown exec xbacklight -dec 5 bindsym XF86MonBrightnessUp exec xbacklight -inc 5
This seems to work out of the box in GNOME, however, so it might not be necessary in your desktop environment.
System Summary
lspci
00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 09)
00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network Connection [8086:1502] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 04)
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 04)
00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b4)
00:1c.1 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12] (rev b4)
00:1c.3 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 [8086:1c16] (rev b4)
00:1c.4 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 [8086:1c18] (rev b4)
00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation QM67 Express Chipset Family LPC Controller [8086:1c4f] (rev 04)
00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller [8086:1c03] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 04)
03:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] [8086:0085] (rev 34)
0d:00.0 System peripheral [0880]: Ricoh Co Ltd MMC/SD Host Controller [1180:e822] (rev 07)
lsusb
lsusb -v | grep -E '\<(Bus|iProduct|bDeviceClass|bDeviceProtocol)' 2>/dev/null
Bus 002 Device 005: ID 0bdb:1911 Ericsson Business Mobile Networks BV bDeviceClass 2 Communications bDeviceProtocol 0 idVendor 0x0bdb Ericsson Business Mobile Networks BV iProduct 2 F5521gw bDeviceClass 2 Communications bDeviceProtocol 0 (Bus Powered) Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub bDeviceClass 9 Hub bDeviceProtocol 1 Single TT iProduct 0 bDeviceClass 9 Hub bDeviceProtocol 0 Full speed (or root) hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub bDeviceClass 9 Hub bDeviceProtocol 0 Full speed (or root) hub iProduct 2 EHCI Host Controller Bus 001 Device 005: ID 04f2:b217 Chicony Electronics Co., Ltd Lenovo Integrated Camera (0.3MP) bDeviceClass 239 Miscellaneous Device bDeviceProtocol 1 Interface Association iProduct 2 Integrated Camera (Bus Powered) bDeviceClass 239 Miscellaneous Device bDeviceProtocol 1 Interface Association (Bus Powered) Bus 001 Device 004: ID 0a5c:217f Broadcom Corp. BCM2045B (BDC-2.1) bDeviceClass 224 Wireless bDeviceProtocol 1 Bluetooth iProduct 2 Broadcom Bluetooth Device Bus 001 Device 003: ID 147e:2016 Upek Biometric Touchchip/Touchstrip Fingerprint Sensor bDeviceClass 0 (Defined at Interface level) bDeviceProtocol 0 iProduct 2 Biometric Coprocessor (Bus Powered) (Bus Powered) Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub bDeviceClass 9 Hub bDeviceProtocol 1 Single TT iProduct 0 bDeviceClass 9 Hub bDeviceProtocol 0 Full speed (or root) hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub bDeviceClass 9 Hub bDeviceProtocol 0 Full speed (or root) hub iProduct 2 EHCI Host Controller
Resources
Attachments
Some configuration files and sample outputs.
Useful Links
http://x220.mcdonnelltech.com/resources/