Popular Guides
View more guides at Linux Wiki Guides
This is a compatibility guide to running Linux with the Intel variant of the Lenovo ThinkPad Edge 13 laptop.
This page is just for discussing using Linux on the Lenovo ThinkPad Edge 13 - Intel. For a general discussion about this laptop you can visit the Lenovo ThinkPad Edge 13 - Intel page on LapWik.
If you would like to edit this page please first view our Editing Guidelines.
For full specifications see the Lenovo ThinkPad Edge 13 - Intel specifications page.
| Name | Lenovo ThinkPad Edge 13 - Intel, model 0196 |
| Processor | Intel® ULV SU4100, SU7300 |
| Screen | 13.3” (1366×768) Widescreen |
| RAM | Up to 4GB |
| HDD | 160GB to 500GB |
| Optical Drive | None |
| Express Card | None |
| MODEM | None |
| Graphics | Intel Graphics Media Accelerator 4500MHD |
| Network | 10/100/1000 Ethernet Realtek® 802.11 bgn Intel® 802.11 n (1 x 2) Intel® 802.11 n + WiMax (2 x 2) |
| Device | Compatibility | Comments |
|---|---|---|
| Processor | Tested | (1) Works |
| Power Management | Tested | (1,2) Works, tested suspend and hibernate |
| Screen | Tested | (1) Works |
| HDD | Tested | (1) 160GB, 250GB Works |
| Graphics | Tested | (1) Works |
| Sound | Tested | (1) Speakers work. USB Plantronics mic/headset works. The smartphone audio jack works with a tweak to /etc/modprobe.d/alsa-base.conf as described below. |
| Sound | Tested | (1,2) Builtin speakers work. The combo headphone/microphone (“smartphone”) audio jack works. Inbuilt microphone does not work, ref. below |
| Ethernet | Tested | (1) Works |
| Wireless | Tested | (1) Works, no WiMax on this machine |
| Wireless - Intel Wireless-N 1000 | Tested | (2) Works, 802.11n disabled by default, ref. below |
| Bluetooth | Tested | (1) Works. I am using a Thinkpad Bluetooth mouse. |
| USB | Tested | (1) Works |
| Card Reader | Tested | (2) Works, tested with SDHC only |
| Camera | Tested | (1,2) Works |
(1) Ubuntu 10.04, Dual boot machine, Win 7 (64), Ubuntu 10.04 (32). Be sure to have Bluetooth on in Win 7 if you want it to work after you install Ubuntu.
(2) Ubuntu 10.10
As of Ubuntu 10.10, the inbuilt microphone does not work out-of-the-box, ref. https://bugs.launchpad.net/bugs/683487.
An incomplete workaround is to use the snd-hda-intel module's model=olpc-xo-1_5 or model=laptop option (e.g. edit /etc/modprobe.d/alsa-base.conf in Ubuntu), however this disables the external microphone/headphone combo jack.
The following is on Ubuntu 10.10, though probably applies to other environments. If you go to System → Preferences → Mouse → Touchpad, you'll see that “Two-finger scrolling” is disabled (grayed out).
The xserver-xorg-input-synaptics included in 10.10 does not yet support true “multi-touch” out of the box (on many or all platforms; e.g. bug/554980).
There are two solutions: install a bleeding edge synaptics package from bus/308191 comment #115, or use emulated two-finger scrolling as below.
For emulated two-finger scrolling a workaround is as follows (after ubuntuforums):
Create the file /etc/X11/xorg.conf with the following content:
Section “InputClass”
Identifier “touchpad twofinger and SHMConfig”
MatchIsTouchpad “on”
Driver “synaptics”
Option “SHMConfig” “on”
Option “HorizTwoFingerScroll” “on”
Option “EmulateTwoFingerMinZ” “4”
EndSection
You'll need to remember to remove this workaround when you update to a kernel that provides proper device support.
You then need to enable the “Two-finger scrolling” option via the back door: open gconf-editor, navigate to desktop→gnome→peripherals→touchpad and set scroll_method to 2.
The Intel Centrino Wireless-N 1000 wifi is supported, but suffers from a firmware bug that causes 802.11n connections to be occasionally dropped. Ref. ThinkWiki page. Ubuntu 10.10 has 802.11n disabled by default.
Works fine at 802.11bg.
Discussion
Hello,
I can't get the headset / microphone “combo” jack working. If I plug in an headset or external speakers it works, but for an external microphone it doesn't. (I'm using fedora). I added the options in dist-alsa.conf but that doesn't affect this. Otherwise everything works out of the box for me.
But that's quite painful, since I rip vinyls…
What about the battery life?
Do you have 4 or 6 cells model?
What about the noise?
Thank you!
editing alsa-base.conf with either ““olpc-xo-1_5” or “ideapad” works only for the first time, later it stops working, whatever u do. Reediting doesn't help!!
I've fixed it using model = thinkpad instead of “olpc-xp-1_5”
With that, it works with the internal and external jacks (haven't tested an external microphone though)
I tried xxz's fix again, putting:
# This line is supposed to fix the audio jack – Ubuntu bug 549289
options snd-hda-intel model=“olpc-xo-1_5”
into /etc/modprobe.d/alsa-base.conf
It now works just fine.
xxz:
I cannot find ”/etc/modprobe.conf/alsa-base.conf ”
I do find ”/etc/modprobe.d/alsa-base.conf ”
Making the change there does nothing, if this is supposed to help the audio jack problem.
Ideas?
Hi
Headphones output does not work alone, i can make it work simulteanously with speakers but not alone.
Regards
options snd-hda-intel model=“olpc-xo-1_5”…to the end of /etc/modprobe.conf/alsa-base.conf
awesome,
worked for me too (I'm on crunchbang linux – should work on debian squeeze too)