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. |
Translation(s): none
Contents
Models covered
Lenovo ThinkPad T420
4177, 14.0" (1600x900), Intel Core i7-2640M, 8GB, 256 GB SSD, Intel HD Graphics 3000, Intel Centrino Ultimate-N 6300, Bluetooth 3.0, DVD burner, SD card reader, modem, express card reader.
Overall Status
Core Components |
||
Boot Standard Kernel: |
|
|
LAN network card (Generic Ethernet): |
|
|
Detect CD/DVD (Generic DVD+RW) : |
|
|
Sound: |
|
|
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) |
|
|
Bluetooth |
[?] |
|
Webcam |
|
|
Wireless/Wifi |
|
|
Keyboard's Hotkeys |
|
|
Modem |
[?] |
|
Express card reader |
[?] |
|
SD card reader |
[?] |
|
External dock |
|
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
Configuration
Audio
The snd_hda_intel driver included in alsa-base works out of the box.
Dock audio
TODO
Power Management
Suspend-to-RAM works out of the box.
To prevent the laptop from suspending when the lid is closed, set the following in /etc/systemd/logind.conf:
HandleLidSwitch=lock
Putting the following kernel module options in /etc/modprobe.d/i915.conf has been suggested to reduce the power consumption of the GPU at rest:
options i915 i915_enable_rc6=7 i915_enable_fbc=1 lvds_downclock=1
laptop-mode-tools
WiFi
Wireless did not work out-of-the box, but required installation of the non-free Debian package firmware-iwlwifi.
System Summary
lspci
lsusb
TODO
Resources
Attachments
Some configuration files and sample outputs.