<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jonas.bardino</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jonas.bardino"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Jonas.bardino"/>
	<updated>2026-05-02T13:51:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_11b/g/n_Wireless_LAN_Mini-PCI_Express_Adapter_III&amp;diff=52956</id>
		<title>ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_11b/g/n_Wireless_LAN_Mini-PCI_Express_Adapter_III&amp;diff=52956"/>
		<updated>2011-09-30T08:21:36Z</updated>

		<summary type="html">&lt;p&gt;Jonas.bardino: split instructions into recent and older kernel sections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III ==&lt;br /&gt;
This is a Mini-PCI Express WiFi Adapter, supported by a driver downloadable from Realtek and in official kernels from version 2.6.38.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Chipset: Realtek RTL8188CE&lt;br /&gt;
* IEEE Standards: 802.11b, 802.11g, 802.11n&lt;br /&gt;
* 1x2 MIMO&lt;br /&gt;
* PCI ID: 10ec:8176&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:RealtekWiFi.jpg|ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
=== Lenovo Partnumbers ===&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
== Linux support ==&lt;br /&gt;
This chip is supported by the rtlwifi/rtl8192ce driver, which was introduced [http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0c8173385e549f95cd80c3fff5aab87b4f881d8d in kernel 2.6.38]. There are two other options available, a Linux driver available for download from Realtek, or ndiswrapper.&lt;br /&gt;
&lt;br /&gt;
{{WARN|If you are not comfortable with running development code and have the option, order your ThinkPad with a different WiFi adapter. All other available WiFi options are supported by in-kernel drivers in modern Linux distributions}}&lt;br /&gt;
&lt;br /&gt;
=== rtlwifi/rtl8192ce ===&lt;br /&gt;
&lt;br /&gt;
The rtlwifi/rtl8192ce driver which supports this chip is included in kernel 2.6.38-rc1 and later. With earlier kernels you can install the driver from the [http://git.kernel.org/?p=linux/kernel/git/linville/wireless-next-2.6.git wireless-next kernel tree] or, if you are running a recent stable kernel, build only the drivers from the compat-wireless branch.&lt;br /&gt;
&lt;br /&gt;
See http://linuxwireless.org/en/users/Download/ for instructions about installing compat-wireless.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation on Linux Mint Debian Edition ===&lt;br /&gt;
&lt;br /&gt;
If you use 2.6.38 or later kernels the rtl8192ce driver is already included in the kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Log of install steps with the 2.6.38+ and 3.x kernels:'''&lt;br /&gt;
&lt;br /&gt;
''sudo aptitude install linux-image-amd64''&lt;br /&gt;
&lt;br /&gt;
where you should replace 'amd64' with '686' if you run a 32-bit installation. If in doubt you can run &lt;br /&gt;
&lt;br /&gt;
''uname -r''&lt;br /&gt;
&lt;br /&gt;
to find your current kernel flavor.&lt;br /&gt;
&lt;br /&gt;
''sudo aptitude install firmware-realtek''&lt;br /&gt;
&lt;br /&gt;
Now you can either manually load the driver with:&lt;br /&gt;
&lt;br /&gt;
''sudo modprobe -v rtl8192ce''&lt;br /&gt;
&lt;br /&gt;
or reboot to make the kernel load the driver automatically. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Log of install steps with the 2.6.32 kernel:'''&lt;br /&gt;
&lt;br /&gt;
''This section applies for most or all pre-2.6.38 kernels!''&lt;br /&gt;
&lt;br /&gt;
Installed iw package as recommended on compat-wireless page.&lt;br /&gt;
&lt;br /&gt;
Downloaded the latest daily compat-wireless tarball (compat-wireless-2011-02-28) from&lt;br /&gt;
[http://wireless.kernel.org/download/compat-wireless-2.6/] and built it:&lt;br /&gt;
&lt;br /&gt;
tar xvf compat-wireless-2011-02-28.tar.bz2&lt;br /&gt;
&lt;br /&gt;
cd compat-wireless-2011-02-28&lt;br /&gt;
&lt;br /&gt;
./scripts/driver-select rtlwifi&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
sudo make install&lt;br /&gt;
&lt;br /&gt;
sudo make wlunload&lt;br /&gt;
&lt;br /&gt;
sudo modprobe -v rtl8192ce&lt;br /&gt;
&lt;br /&gt;
dmesg said driver loaded but missing firmware&lt;br /&gt;
&lt;br /&gt;
Downloaded rtl8192cfw.bin firmware from linux-firmware git repo [http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=tree;f=rtlwifi;h=11251e0c39e90a9b1999bbd9097bf958a7331735;hb=HEAD] and copied it to /lib/firmware/rtlwifi/&lt;br /&gt;
&lt;br /&gt;
from compat-wireless dir:&lt;br /&gt;
&lt;br /&gt;
sudo make wlunload&lt;br /&gt;
&lt;br /&gt;
sudo modprobe -v rtl8192ce&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
reloaded network-manager service&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
dmesg still mentioned missing CRDA settings but wireless worked.&lt;br /&gt;
&lt;br /&gt;
Installed wireless-crda package with gdebi-gtk from ubuntu maverick (http://packages.ubuntu.com/maverick/amd64/wireless-crda/download)&lt;br /&gt;
&lt;br /&gt;
from compat-wireless dir:&lt;br /&gt;
&lt;br /&gt;
sudo make wlunload&lt;br /&gt;
&lt;br /&gt;
sudo modprobe -v rtl8192ce&lt;br /&gt;
&lt;br /&gt;
dmesg now loaded regulatory settings too and wireless still worked.&lt;br /&gt;
&lt;br /&gt;
=== Realtek Linux driver ===&lt;br /&gt;
&lt;br /&gt;
The Realtek Linux driver for this chip can be downloaded from the Realtek [http://www.realtek.com/downloads/downloadsView.aspx?Langid=1&amp;amp;PNid=48&amp;amp;PFid=48&amp;amp;Level=5&amp;amp;Conn=4&amp;amp;DownTypeID=3&amp;amp;GetDown=false&amp;amp;Downloads=true#2722 website]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please note:  use of this or a similar driver on Lenovo systems may results in unpredictable fatal crashes on some systems!  It's is *not* advised to choose this driver.  &lt;br /&gt;
&lt;br /&gt;
=== ndiswrapper ===&lt;br /&gt;
{{NOTE|The use of ndiswrapper is not recommended}}&lt;br /&gt;
&lt;br /&gt;
It may be possible to use the Windows drivers with Ndiswrapper.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads this card may be found in ===&lt;br /&gt;
* {{Edge 13&amp;quot;}} (Intel)&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Jonas.bardino</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=51434</id>
		<title>Category:Edge 13&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=51434"/>
		<updated>2011-04-19T17:13:19Z</updated>

		<summary type="html">&lt;p&gt;Jonas.bardino: /* Linux Mint Debian Edition */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; Series ===&lt;br /&gt;
This page gives an overview of all ThinkPad Edge 13&amp;quot; Series related topics. The Edge 13&amp;quot; exists both in Intel and AMD processor models.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (Intel) ===&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* 0196, 0217&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
*One of the following [[Intel Core 2 Duo (Penryn)|Intel® Core™2 Duo processor]] or [[Intel Core i3]] processors:&lt;br /&gt;
** [[Intel Core 2 Duo (Penryn)|Intel® Core™2 Duo processor]] SU7300 (1.3GHz, 3MB L2)&lt;br /&gt;
** Intel® Core™ i3-380UM Dual Core Processor (1.33 GHz), 3-MB L3 cache&lt;br /&gt;
* [[Intel Graphics Media Accelerator 4500MHD]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2, 3 or 4GB [[PC3-8500]] or [[PC3-10600]] memory standard upgradable to 4GB&lt;br /&gt;
* One of the following storage options&lt;br /&gt;
** 250GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 320GB 7200rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 500GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* Intel HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Wireless-N 1000]]&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
** [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III]]&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&lt;br /&gt;
=== Distribution Support (0196 model) ===&lt;br /&gt;
&lt;br /&gt;
This section covers the 0196 model with an Intel Core 2 Duo processor.&lt;br /&gt;
&lt;br /&gt;
Common to all distributions should be the following two issues:&lt;br /&gt;
* the trackpad's synaptics multitouch hardware isn't detected properly&lt;br /&gt;
* the built-in microphone does not work by default&lt;br /&gt;
&lt;br /&gt;
Refer to the linlap entry [http://www.linlap.com/wiki/lenovo+thinkpad+edge+13+-+intel] for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== (K)Ubuntu 10.04 LTS ====&lt;br /&gt;
See: [[Installing Kubuntu 10.04 (Lucid Lynx) on a ThinkPad Edge 13&amp;quot; (Intel)]]&lt;br /&gt;
&lt;br /&gt;
==== Ubuntu 10.10 ====&lt;br /&gt;
&lt;br /&gt;
Ubuntu 10.10 out-of-the-box supports pretty much all this machine's hardware, including:&lt;br /&gt;
* power (frequency scaling, hibernate)&lt;br /&gt;
* networking (wifi and ethernet)&lt;br /&gt;
* card reader (tested with SDHC card)&lt;br /&gt;
* webcam&lt;br /&gt;
* HDMI (video &amp;amp; audio (need to select the &amp;quot;HDMI Output&amp;quot; in Sound Preferences))&lt;br /&gt;
* combo headphone/mic jack (same kind of connector as many smartphones)&lt;br /&gt;
* bluetooth&lt;br /&gt;
* trackpad (but only in &amp;quot;pseudo-multitouch&amp;quot;, see above)&lt;br /&gt;
&lt;br /&gt;
What doesn't work:&lt;br /&gt;
* inbuilt microphone (see above)&lt;br /&gt;
&lt;br /&gt;
==== OpenSUSE 11.3 ====&lt;br /&gt;
&lt;br /&gt;
OpenSUSE 11.3 supports this model out-of-the-box, including 3D desktop effects, hibernate, built-in webcam and wireless.&lt;br /&gt;
&lt;br /&gt;
A workaround to enable the the built-in microphone is to add the following line at the beginning of {{path|/etc/modprobe.d/50-sound.conf}}:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;options snd-hda-intel model=olpc-xo-1_5&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Distribution Support (0217 model) ===&lt;br /&gt;
&lt;br /&gt;
This section covers the 0217 model with an Intel Core i3 processor.&lt;br /&gt;
&lt;br /&gt;
At least some models feature a Realtek 8188CE wireless MiniPCI express card which only just recently got official support in Linux (as of December 2010). The adapter is sold as ThinkPad 11a/b/g, but it is '''not''' the same adapter as either of the three other adapters sold under that same name.&lt;br /&gt;
Please refer to the [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III]] page for driver details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The hardware otherwise resembles the 0196 model so the issues mentioned for that model may also apply here.&lt;br /&gt;
&lt;br /&gt;
==== Linux Mint Debian Edition ====&lt;br /&gt;
&lt;br /&gt;
At least the basic features like suspend/resume, frequency scaling, wired networking, HDMI video and trackpad/trackpoint work out of the box. &lt;br /&gt;
The wireless network interface was '''not''' supported by default at the time of writing, but it was possible to make it work with the compat-wireless driver and the default linux-image-2.6.32-5-amd64 kernel. Now that the 2.6.38 kernel with full wlan driver support is available in Debian testing the problem can be solved by simply upgrading to that kernel.&lt;br /&gt;
Remaining hardware is not yet tested.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (AMD) ===&lt;br /&gt;
==== Machine Type====&lt;br /&gt;
* 0197&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[AMD Athlon Neo X2]] Dual-Core processor L325 (1.5GHz, 1MB L2)&lt;br /&gt;
* [[ATI Mobility Radeon HD 3200]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2, 3 or 4GB [[PC2-5300]] memory standard&lt;br /&gt;
* 250GB or 320GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with the following:&lt;br /&gt;
** [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II]]&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadEdge13.jpg|ThinkPad Edge 13&amp;quot;|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Edge]]&lt;/div&gt;</summary>
		<author><name>Jonas.bardino</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=50756</id>
		<title>Category:Edge 13&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=50756"/>
		<updated>2011-03-01T18:51:35Z</updated>

		<summary type="html">&lt;p&gt;Jonas.bardino: /* Standard Features */  link to new wireless adapter page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; Series ===&lt;br /&gt;
This page gives an overview of all ThinkPad Edge 13&amp;quot; Series related topics. The Edge 13&amp;quot; exists both in Intel and AMD processor models.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (Intel) ===&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* 0196, 0217&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
*One of the following [[Intel Core 2 Duo (Penryn)|Intel® Core™2 Duo processor]] or [[Intel Core i3]] processors:&lt;br /&gt;
** [[Intel Core 2 Duo (Penryn)|Intel® Core™2 Duo processor]] SU7300 (1.3GHz, 3MB L2)&lt;br /&gt;
** Intel® Core™ i3-380UM Dual Core Processor (1.33 GHz), 3-MB L3 cache&lt;br /&gt;
* [[Intel Graphics Media Accelerator 4500MHD]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2, 3 or 4GB [[PC3-8500]] or [[PC3-10600]] memory standard upgradable to 4GB&lt;br /&gt;
* One of the following storage options&lt;br /&gt;
** 250GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 320GB 7200rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 500GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* Intel HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Wireless-N 1000]]&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
** [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III]]&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&lt;br /&gt;
=== Distribution Support (0196 model) ===&lt;br /&gt;
&lt;br /&gt;
This section covers the 0196 model with an Intel Core 2 Duo processor.&lt;br /&gt;
&lt;br /&gt;
Common to all distributions should be the following two issues:&lt;br /&gt;
* the trackpad's synaptics multitouch hardware isn't detected properly&lt;br /&gt;
* the built-in microphone does not work by default&lt;br /&gt;
&lt;br /&gt;
Refer to the linlap entry [http://www.linlap.com/wiki/lenovo+thinkpad+edge+13+-+intel] for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== (K)Ubuntu 10.04 LTS ====&lt;br /&gt;
See: [[Installing Kubuntu 10.04 (Lucid Lynx) on a ThinkPad Edge 13&amp;quot; (Intel)]]&lt;br /&gt;
&lt;br /&gt;
==== Ubuntu 10.10 ====&lt;br /&gt;
&lt;br /&gt;
Ubuntu 10.10 out-of-the-box supports pretty much all this machine's hardware, including:&lt;br /&gt;
* power (frequency scaling, hibernate)&lt;br /&gt;
* networking (wifi and ethernet)&lt;br /&gt;
* card reader (tested with SDHC card)&lt;br /&gt;
* webcam&lt;br /&gt;
* HDMI (video &amp;amp; audio (need to select the &amp;quot;HDMI Output&amp;quot; in Sound Preferences))&lt;br /&gt;
* combo headphone/mic jack (same kind of connector as many smartphones)&lt;br /&gt;
* bluetooth&lt;br /&gt;
* trackpad (but only in &amp;quot;pseudo-multitouch&amp;quot;, see above)&lt;br /&gt;
&lt;br /&gt;
What doesn't work:&lt;br /&gt;
* inbuilt microphone (see above)&lt;br /&gt;
&lt;br /&gt;
==== OpenSUSE 11.3 ====&lt;br /&gt;
&lt;br /&gt;
OpenSUSE 11.3 supports this model out-of-the-box, including 3D desktop effects, hibernate, built-in webcam and wireless.&lt;br /&gt;
&lt;br /&gt;
A workaround to enable the the built-in microphone is to add the following line at the beginning of {{path|/etc/modprobe.d/50-sound.conf}}:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;options snd-hda-intel model=olpc-xo-1_5&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Distribution Support (0217 model) ===&lt;br /&gt;
&lt;br /&gt;
This section covers the 0217 model with an Intel Core i3 processor.&lt;br /&gt;
&lt;br /&gt;
At least some models feature a Realtek 8188CE wireless MiniPCI express card which only just recently got official support in Linux (as of December 2010). The adapter is sold as ThinkPad 11a/b/g, but it is '''not''' the same adapter as either of the three other adapters sold under that same name.&lt;br /&gt;
Please refer to the [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III]] page for driver details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The hardware otherwise resembles the 0196 model so the issues mentioned for that model may also apply here.&lt;br /&gt;
&lt;br /&gt;
==== Linux Mint Debian Edition ====&lt;br /&gt;
&lt;br /&gt;
At least the basic features like suspend/resume, frequency scaling, wired networking, HDMI video and trackpad/trackpoint work out of the box. &lt;br /&gt;
The wireless network interface is '''not''' supported by default, but it is possible to make it work with the compat-wireless driver and the default linux-image-2.6.32-5-amd64 kernel.&lt;br /&gt;
Remaining hardware is not yet tested.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (AMD) ===&lt;br /&gt;
==== Machine Type====&lt;br /&gt;
* 0197&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[AMD Athlon Neo X2]] Dual-Core processor L325 (1.5GHz, 1MB L2)&lt;br /&gt;
* [[ATI Mobility Radeon HD 3200]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2, 3 or 4GB [[PC2-5300]] memory standard&lt;br /&gt;
* 250GB or 320GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with the following:&lt;br /&gt;
** [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II]]&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadEdge13.jpg|ThinkPad Edge 13&amp;quot;|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Edge]]&lt;/div&gt;</summary>
		<author><name>Jonas.bardino</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_11b/g/n_Wireless_LAN_Mini-PCI_Express_Adapter_III&amp;diff=50755</id>
		<title>ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_11b/g/n_Wireless_LAN_Mini-PCI_Express_Adapter_III&amp;diff=50755"/>
		<updated>2011-03-01T18:30:07Z</updated>

		<summary type="html">&lt;p&gt;Jonas.bardino: /* rtlwifi */ added LMDE instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III ==&lt;br /&gt;
This is a Mini-PCI Express WiFi Adapter, supported by a driver downloadable from Realtek and in official kernels from version 2.6.38.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Chipset: Realtek RTL8188CE&lt;br /&gt;
* IEEE Standards: 802.11b, 802.11g, 802.11n&lt;br /&gt;
* 1x2 MIMO&lt;br /&gt;
* PCI ID: 10ec:8176&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:RealtekWiFi.jpg|ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
=== Lenovo Partnumbers ===&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
== Linux support ==&lt;br /&gt;
This chip is supported by the rtlwifi/rtl8192ce driver, which was introduced [http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0c8173385e549f95cd80c3fff5aab87b4f881d8d in kernel 2.6.38]. There are two other options available, a Linux driver available for download from Realtek, or ndiswrapper.&lt;br /&gt;
&lt;br /&gt;
{{WARN|If you are not comfortable with running development code and have the option, order your ThinkPad with a different WiFi adapter. All other available WiFi options are supported by in-kernel drivers in modern Linux distributions}}&lt;br /&gt;
&lt;br /&gt;
=== rtlwifi/rtl8192ce ===&lt;br /&gt;
&lt;br /&gt;
The rtlwifi/rtl8192ce driver which supports this chip is included in kernel 2.6.38-rc1 and later. With earlier kernels you can install the driver from the [http://git.kernel.org/?p=linux/kernel/git/linville/wireless-next-2.6.git wireless-next kernel tree] or, if you are running a recent stable kernel, build only the drivers from the compat-wireless branch.&lt;br /&gt;
&lt;br /&gt;
See http://linuxwireless.org/en/users/Download/ for instructions about installing compat-wireless.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation on Linux Mint Debian Edition ===&lt;br /&gt;
Installed iw package as recommended on compat-wireless page.&lt;br /&gt;
&lt;br /&gt;
Downloaded the latest daily compat-wireless tarball (compat-wireless-2011-02-28) from&lt;br /&gt;
[http://wireless.kernel.org/download/compat-wireless-2.6/] and built it:&lt;br /&gt;
&lt;br /&gt;
tar xvf compat-wireless-2011-02-28.tar.bz2&lt;br /&gt;
&lt;br /&gt;
cd compat-wireless-2011-02-28&lt;br /&gt;
&lt;br /&gt;
./scripts/driver-select rtlwifi&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
sudo make install&lt;br /&gt;
&lt;br /&gt;
sudo make wlunload&lt;br /&gt;
&lt;br /&gt;
sudo modprobe -v rtl8192ce&lt;br /&gt;
&lt;br /&gt;
dmesg said driver loaded but missing firmware&lt;br /&gt;
&lt;br /&gt;
Downloaded rtl8192cfw.bin firmware from linux-firmware git repo [http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=tree;f=rtlwifi;h=11251e0c39e90a9b1999bbd9097bf958a7331735;hb=HEAD] and copied it to /lib/firmware/rtlwifi/&lt;br /&gt;
&lt;br /&gt;
from compat-wireless dir:&lt;br /&gt;
&lt;br /&gt;
sudo make wlunload&lt;br /&gt;
&lt;br /&gt;
sudo modprobe -v rtl8192ce&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
reloaded network-manager service&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
dmesg still mentioned missing CRDA settings but wireless worked.&lt;br /&gt;
&lt;br /&gt;
Installed wireless-crda package with gdebi-gtk from ubuntu maverick (http://packages.ubuntu.com/maverick/amd64/wireless-crda/download)&lt;br /&gt;
&lt;br /&gt;
from compat-wireless dir:&lt;br /&gt;
&lt;br /&gt;
sudo make wlunload&lt;br /&gt;
&lt;br /&gt;
sudo modprobe -v rtl8192ce&lt;br /&gt;
&lt;br /&gt;
dmesg now loaded regulatory settings too and wireless still worked.&lt;br /&gt;
&lt;br /&gt;
=== Realtek Linux driver ===&lt;br /&gt;
&lt;br /&gt;
The Realtek Linux driver for this chip can be downloaded from the Realtek [http://www.realtek.com/downloads/downloadsView.aspx?Langid=1&amp;amp;PNid=48&amp;amp;PFid=48&amp;amp;Level=5&amp;amp;Conn=4&amp;amp;DownTypeID=3&amp;amp;GetDown=false&amp;amp;Downloads=true#2722 website]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please note:  use of this or a similar driver on Lenovo systems may results in unpredictable fatal crashes on some systems!  It's is *not* advised to choose this driver.  &lt;br /&gt;
&lt;br /&gt;
=== ndiswrapper ===&lt;br /&gt;
{{NOTE|The use of ndiswrapper is not recommended}}&lt;br /&gt;
&lt;br /&gt;
It may be possible to use the Windows drivers with Ndiswrapper.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads this card may be found in ===&lt;br /&gt;
* {{Edge 13&amp;quot;}} (Intel)&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Jonas.bardino</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_11b/g/n_Wireless_LAN_Mini-PCI_Express_Adapter_III&amp;diff=50754</id>
		<title>ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_11b/g/n_Wireless_LAN_Mini-PCI_Express_Adapter_III&amp;diff=50754"/>
		<updated>2011-03-01T18:23:59Z</updated>

		<summary type="html">&lt;p&gt;Jonas.bardino: /* Linux support */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III ==&lt;br /&gt;
This is a Mini-PCI Express WiFi Adapter, supported by a driver downloadable from Realtek and in official kernels from version 2.6.38.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Chipset: Realtek RTL8188CE&lt;br /&gt;
* IEEE Standards: 802.11b, 802.11g, 802.11n&lt;br /&gt;
* 1x2 MIMO&lt;br /&gt;
* PCI ID: 10ec:8176&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:RealtekWiFi.jpg|ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
=== Lenovo Partnumbers ===&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
== Linux support ==&lt;br /&gt;
This chip is supported by the rtlwifi/rtl8192ce driver, which was introduced [http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0c8173385e549f95cd80c3fff5aab87b4f881d8d in kernel 2.6.38]. There are two other options available, a Linux driver available for download from Realtek, or ndiswrapper.&lt;br /&gt;
&lt;br /&gt;
{{WARN|If you are not comfortable with running development code and have the option, order your ThinkPad with a different WiFi adapter. All other available WiFi options are supported by in-kernel drivers in modern Linux distributions}}&lt;br /&gt;
&lt;br /&gt;
=== rtlwifi ===&lt;br /&gt;
&lt;br /&gt;
The rtlwifi driver which supports this chip is included in kernel 2.6.38-rc1 and later. With earlier kernels you can install the driver from the [http://git.kernel.org/?p=linux/kernel/git/linville/wireless-next-2.6.git wireless-next kernel tree] or, if you are running a recent stable kernel, build only the drivers from the compat-wireless branch.&lt;br /&gt;
&lt;br /&gt;
See http://linuxwireless.org/en/users/Download/ for instructions about installing compat-wireless.&lt;br /&gt;
&lt;br /&gt;
=== Realtek Linux driver ===&lt;br /&gt;
&lt;br /&gt;
The Realtek Linux driver for this chip can be downloaded from the Realtek [http://www.realtek.com/downloads/downloadsView.aspx?Langid=1&amp;amp;PNid=48&amp;amp;PFid=48&amp;amp;Level=5&amp;amp;Conn=4&amp;amp;DownTypeID=3&amp;amp;GetDown=false&amp;amp;Downloads=true#2722 website]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please note:  use of this or a similar driver on Lenovo systems may results in unpredictable fatal crashes on some systems!  It's is *not* advised to choose this driver.  &lt;br /&gt;
&lt;br /&gt;
=== ndiswrapper ===&lt;br /&gt;
{{NOTE|The use of ndiswrapper is not recommended}}&lt;br /&gt;
&lt;br /&gt;
It may be possible to use the Windows drivers with Ndiswrapper.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads this card may be found in ===&lt;br /&gt;
* {{Edge 13&amp;quot;}} (Intel)&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Jonas.bardino</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_11b/g/n_Wireless_LAN_Mini-PCI_Express_Adapter_III&amp;diff=50753</id>
		<title>ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_11b/g/n_Wireless_LAN_Mini-PCI_Express_Adapter_III&amp;diff=50753"/>
		<updated>2011-03-01T18:23:10Z</updated>

		<summary type="html">&lt;p&gt;Jonas.bardino: reused page for similar adapter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III ==&lt;br /&gt;
This is a Mini-PCI Express WiFi Adapter, supported by a driver downloadable from Realtek and in official kernels from version 2.6.38.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Chipset: Realtek RTL8188CE&lt;br /&gt;
* IEEE Standards: 802.11b, 802.11g, 802.11n&lt;br /&gt;
* 1x2 MIMO&lt;br /&gt;
* PCI ID: 10ec:8176&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:RealtekWiFi.jpg|ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
=== Lenovo Partnumbers ===&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
== Linux support ==&lt;br /&gt;
This chip is supported by the rtlwifi/rtl8192ce driver, which was introduced [http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0c8173385e549f95cd80c3fff5aab87b4f881d8d | in kernel 2.6.38]. There are two other options available, a Linux driver available for download from Realtek, or ndiswrapper.&lt;br /&gt;
&lt;br /&gt;
{{WARN|If you are not comfortable with running development code and have the option, order your ThinkPad with a different WiFi adapter. All other available WiFi options are supported by in-kernel drivers in modern Linux distributions}}&lt;br /&gt;
&lt;br /&gt;
=== rtlwifi ===&lt;br /&gt;
&lt;br /&gt;
The rtlwifi driver which supports this chip is included in kernel 2.6.38-rc1 and later. With earlier kernels you can install the driver from the [http://git.kernel.org/?p=linux/kernel/git/linville/wireless-next-2.6.git wireless-next kernel tree] or, if you are running a recent stable kernel, build only the drivers from the compat-wireless branch.&lt;br /&gt;
&lt;br /&gt;
See http://linuxwireless.org/en/users/Download/ for instructions about installing compat-wireless.&lt;br /&gt;
&lt;br /&gt;
=== Realtek Linux driver ===&lt;br /&gt;
&lt;br /&gt;
The Realtek Linux driver for this chip can be downloaded from the Realtek [http://www.realtek.com/downloads/downloadsView.aspx?Langid=1&amp;amp;PNid=48&amp;amp;PFid=48&amp;amp;Level=5&amp;amp;Conn=4&amp;amp;DownTypeID=3&amp;amp;GetDown=false&amp;amp;Downloads=true#2722 website]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please note:  use of this or a similar driver on Lenovo systems may results in unpredictable fatal crashes on some systems!  It's is *not* advised to choose this driver.  &lt;br /&gt;
&lt;br /&gt;
=== ndiswrapper ===&lt;br /&gt;
{{NOTE|The use of ndiswrapper is not recommended}}&lt;br /&gt;
&lt;br /&gt;
It may be possible to use the Windows drivers with Ndiswrapper.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads this card may be found in ===&lt;br /&gt;
* {{Edge 13&amp;quot;}} (Intel)&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Jonas.bardino</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=50752</id>
		<title>Category:Edge 13&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=50752"/>
		<updated>2011-03-01T18:05:52Z</updated>

		<summary type="html">&lt;p&gt;Jonas.bardino: /* Distribution Support (0217 model) */  move wireless adapter information to sub page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; Series ===&lt;br /&gt;
This page gives an overview of all ThinkPad Edge 13&amp;quot; Series related topics. The Edge 13&amp;quot; exists both in Intel and AMD processor models.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (Intel) ===&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* 0196, 0217&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
*One of the following [[Intel Core 2 Duo (Penryn)|Intel® Core™2 Duo processor]] or [[Intel Core i3]] processors:&lt;br /&gt;
** [[Intel Core 2 Duo (Penryn)|Intel® Core™2 Duo processor]] SU7300 (1.3GHz, 3MB L2)&lt;br /&gt;
** Intel® Core™ i3-380UM Dual Core Processor (1.33 GHz), 3-MB L3 cache&lt;br /&gt;
* [[Intel Graphics Media Accelerator 4500MHD]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2, 3 or 4GB [[PC3-8500]] or [[PC3-10600]] memory standard upgradable to 4GB&lt;br /&gt;
* One of the following storage options&lt;br /&gt;
** 250GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 320GB 7200rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 500GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* Intel HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Wireless-N 1000]]&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
** ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&lt;br /&gt;
=== Distribution Support (0196 model) ===&lt;br /&gt;
&lt;br /&gt;
This section covers the 0196 model with an Intel Core 2 Duo processor.&lt;br /&gt;
&lt;br /&gt;
Common to all distributions should be the following two issues:&lt;br /&gt;
* the trackpad's synaptics multitouch hardware isn't detected properly&lt;br /&gt;
* the built-in microphone does not work by default&lt;br /&gt;
&lt;br /&gt;
Refer to the linlap entry [http://www.linlap.com/wiki/lenovo+thinkpad+edge+13+-+intel] for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== (K)Ubuntu 10.04 LTS ====&lt;br /&gt;
See: [[Installing Kubuntu 10.04 (Lucid Lynx) on a ThinkPad Edge 13&amp;quot; (Intel)]]&lt;br /&gt;
&lt;br /&gt;
==== Ubuntu 10.10 ====&lt;br /&gt;
&lt;br /&gt;
Ubuntu 10.10 out-of-the-box supports pretty much all this machine's hardware, including:&lt;br /&gt;
* power (frequency scaling, hibernate)&lt;br /&gt;
* networking (wifi and ethernet)&lt;br /&gt;
* card reader (tested with SDHC card)&lt;br /&gt;
* webcam&lt;br /&gt;
* HDMI (video &amp;amp; audio (need to select the &amp;quot;HDMI Output&amp;quot; in Sound Preferences))&lt;br /&gt;
* combo headphone/mic jack (same kind of connector as many smartphones)&lt;br /&gt;
* bluetooth&lt;br /&gt;
* trackpad (but only in &amp;quot;pseudo-multitouch&amp;quot;, see above)&lt;br /&gt;
&lt;br /&gt;
What doesn't work:&lt;br /&gt;
* inbuilt microphone (see above)&lt;br /&gt;
&lt;br /&gt;
==== OpenSUSE 11.3 ====&lt;br /&gt;
&lt;br /&gt;
OpenSUSE 11.3 supports this model out-of-the-box, including 3D desktop effects, hibernate, built-in webcam and wireless.&lt;br /&gt;
&lt;br /&gt;
A workaround to enable the the built-in microphone is to add the following line at the beginning of {{path|/etc/modprobe.d/50-sound.conf}}:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;options snd-hda-intel model=olpc-xo-1_5&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Distribution Support (0217 model) ===&lt;br /&gt;
&lt;br /&gt;
This section covers the 0217 model with an Intel Core i3 processor.&lt;br /&gt;
&lt;br /&gt;
At least some models feature a Realtek 8188CE wireless MiniPCI express card which only just recently got official support in Linux (as of December 2010). The adapter is sold as ThinkPad 11a/b/g, but it is '''not''' the same adapter as either of the three other adapters sold under that same name.&lt;br /&gt;
Please refer to the [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter III]] page for driver details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The hardware otherwise resembles the 0196 model so the issues mentioned for that model may also apply here.&lt;br /&gt;
&lt;br /&gt;
==== Linux Mint Debian Edition ====&lt;br /&gt;
&lt;br /&gt;
At least the basic features like suspend/resume, frequency scaling, wired networking, HDMI video and trackpad/trackpoint work out of the box. &lt;br /&gt;
The wireless network interface is '''not''' supported by default, but it is possible to make it work with the compat-wireless driver and the default linux-image-2.6.32-5-amd64 kernel.&lt;br /&gt;
Remaining hardware is not yet tested.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (AMD) ===&lt;br /&gt;
==== Machine Type====&lt;br /&gt;
* 0197&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[AMD Athlon Neo X2]] Dual-Core processor L325 (1.5GHz, 1MB L2)&lt;br /&gt;
* [[ATI Mobility Radeon HD 3200]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2, 3 or 4GB [[PC2-5300]] memory standard&lt;br /&gt;
* 250GB or 320GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with the following:&lt;br /&gt;
** [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II]]&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadEdge13.jpg|ThinkPad Edge 13&amp;quot;|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Edge]]&lt;/div&gt;</summary>
		<author><name>Jonas.bardino</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=50751</id>
		<title>Category:Edge 13&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=50751"/>
		<updated>2011-03-01T17:54:03Z</updated>

		<summary type="html">&lt;p&gt;Jonas.bardino: /* Standard Features */  do not link to similar but different wireless adapter page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; Series ===&lt;br /&gt;
This page gives an overview of all ThinkPad Edge 13&amp;quot; Series related topics. The Edge 13&amp;quot; exists both in Intel and AMD processor models.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (Intel) ===&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* 0196, 0217&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
*One of the following [[Intel Core 2 Duo (Penryn)|Intel® Core™2 Duo processor]] or [[Intel Core i3]] processors:&lt;br /&gt;
** [[Intel Core 2 Duo (Penryn)|Intel® Core™2 Duo processor]] SU7300 (1.3GHz, 3MB L2)&lt;br /&gt;
** Intel® Core™ i3-380UM Dual Core Processor (1.33 GHz), 3-MB L3 cache&lt;br /&gt;
* [[Intel Graphics Media Accelerator 4500MHD]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2, 3 or 4GB [[PC3-8500]] or [[PC3-10600]] memory standard upgradable to 4GB&lt;br /&gt;
* One of the following storage options&lt;br /&gt;
** 250GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 320GB 7200rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 500GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* Intel HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Wireless-N 1000]]&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
** ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&lt;br /&gt;
=== Distribution Support (0196 model) ===&lt;br /&gt;
&lt;br /&gt;
This section covers the 0196 model with an Intel Core 2 Duo processor.&lt;br /&gt;
&lt;br /&gt;
Common to all distributions should be the following two issues:&lt;br /&gt;
* the trackpad's synaptics multitouch hardware isn't detected properly&lt;br /&gt;
* the built-in microphone does not work by default&lt;br /&gt;
&lt;br /&gt;
Refer to the linlap entry [http://www.linlap.com/wiki/lenovo+thinkpad+edge+13+-+intel] for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== (K)Ubuntu 10.04 LTS ====&lt;br /&gt;
See: [[Installing Kubuntu 10.04 (Lucid Lynx) on a ThinkPad Edge 13&amp;quot; (Intel)]]&lt;br /&gt;
&lt;br /&gt;
==== Ubuntu 10.10 ====&lt;br /&gt;
&lt;br /&gt;
Ubuntu 10.10 out-of-the-box supports pretty much all this machine's hardware, including:&lt;br /&gt;
* power (frequency scaling, hibernate)&lt;br /&gt;
* networking (wifi and ethernet)&lt;br /&gt;
* card reader (tested with SDHC card)&lt;br /&gt;
* webcam&lt;br /&gt;
* HDMI (video &amp;amp; audio (need to select the &amp;quot;HDMI Output&amp;quot; in Sound Preferences))&lt;br /&gt;
* combo headphone/mic jack (same kind of connector as many smartphones)&lt;br /&gt;
* bluetooth&lt;br /&gt;
* trackpad (but only in &amp;quot;pseudo-multitouch&amp;quot;, see above)&lt;br /&gt;
&lt;br /&gt;
What doesn't work:&lt;br /&gt;
* inbuilt microphone (see above)&lt;br /&gt;
&lt;br /&gt;
==== OpenSUSE 11.3 ====&lt;br /&gt;
&lt;br /&gt;
OpenSUSE 11.3 supports this model out-of-the-box, including 3D desktop effects, hibernate, built-in webcam and wireless.&lt;br /&gt;
&lt;br /&gt;
A workaround to enable the the built-in microphone is to add the following line at the beginning of {{path|/etc/modprobe.d/50-sound.conf}}:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;options snd-hda-intel model=olpc-xo-1_5&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Distribution Support (0217 model) ===&lt;br /&gt;
&lt;br /&gt;
This section covers the 0217 model with an Intel Core i3 processor.&lt;br /&gt;
&lt;br /&gt;
At least some models feature a Realtek 8188CE wireless MiniPCI express card which only just recently got official support in Linux (as of December 2010). &lt;br /&gt;
Realtek provided an out-of-kernel driver for a longer while but users have reported limited success and some system instability when using it. The Linux kernel developers are now working with Realtek on properly [[http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0c8173385e549f95cd80c3fff5aab87b4f881d8d | integrating it in the Linux kernel from version 2.6.38]]. Some distributions including Ubuntu have backported or included the original out-of-kernel driver in earlier kernels. &lt;br /&gt;
It is possible to manually build and use the rtl8192ce driver from compat-wireless with earlier kernels, and once the 2.6.38 kernel becomes common this card may start consistently working out of the box.&lt;br /&gt;
&lt;br /&gt;
The hardware resembles the 0196 model so the issues mentioned for that model may also apply here.&lt;br /&gt;
&lt;br /&gt;
==== Linux Mint Debian Edition ====&lt;br /&gt;
&lt;br /&gt;
At least the basic features like suspend/resume, frequency scaling, wired networking, HDMI video and trackpad/trackpoint work out of the box. &lt;br /&gt;
The wireless network interface is '''not''' supported by default, but it is possible to make it work with the compat-wireless driver and the default linux-image-2.6.32-5-amd64 kernel.&lt;br /&gt;
Remaining hardware is not yet tested.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (AMD) ===&lt;br /&gt;
==== Machine Type====&lt;br /&gt;
* 0197&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[AMD Athlon Neo X2]] Dual-Core processor L325 (1.5GHz, 1MB L2)&lt;br /&gt;
* [[ATI Mobility Radeon HD 3200]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2, 3 or 4GB [[PC2-5300]] memory standard&lt;br /&gt;
* 250GB or 320GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with the following:&lt;br /&gt;
** [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II]]&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadEdge13.jpg|ThinkPad Edge 13&amp;quot;|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Edge]]&lt;/div&gt;</summary>
		<author><name>Jonas.bardino</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=50750</id>
		<title>Category:Edge 13&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=50750"/>
		<updated>2011-03-01T17:48:54Z</updated>

		<summary type="html">&lt;p&gt;Jonas.bardino: /* Distribution Support */  split into 0196 and 0217 models and document limited wireless support on 0217 model&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; Series ===&lt;br /&gt;
This page gives an overview of all ThinkPad Edge 13&amp;quot; Series related topics. The Edge 13&amp;quot; exists both in Intel and AMD processor models.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (Intel) ===&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* 0196, 0217&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
*One of the following [[Intel Core 2 Duo (Penryn)|Intel® Core™2 Duo processor]] or [[Intel Core i3]] processors:&lt;br /&gt;
** [[Intel Core 2 Duo (Penryn)|Intel® Core™2 Duo processor]] SU7300 (1.3GHz, 3MB L2)&lt;br /&gt;
** Intel® Core™ i3-380UM Dual Core Processor (1.33 GHz), 3-MB L3 cache&lt;br /&gt;
* [[Intel Graphics Media Accelerator 4500MHD]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2, 3 or 4GB [[PC3-8500]] or [[PC3-10600]] memory standard upgradable to 4GB&lt;br /&gt;
* One of the following storage options&lt;br /&gt;
** 250GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 320GB 7200rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 500GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* Intel HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Wireless-N 1000]]&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
** [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II]]&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&lt;br /&gt;
=== Distribution Support (0196 model) ===&lt;br /&gt;
&lt;br /&gt;
This section covers the 0196 model with an Intel Core 2 Duo processor.&lt;br /&gt;
&lt;br /&gt;
Common to all distributions should be the following two issues:&lt;br /&gt;
* the trackpad's synaptics multitouch hardware isn't detected properly&lt;br /&gt;
* the built-in microphone does not work by default&lt;br /&gt;
&lt;br /&gt;
Refer to the linlap entry [http://www.linlap.com/wiki/lenovo+thinkpad+edge+13+-+intel] for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== (K)Ubuntu 10.04 LTS ====&lt;br /&gt;
See: [[Installing Kubuntu 10.04 (Lucid Lynx) on a ThinkPad Edge 13&amp;quot; (Intel)]]&lt;br /&gt;
&lt;br /&gt;
==== Ubuntu 10.10 ====&lt;br /&gt;
&lt;br /&gt;
Ubuntu 10.10 out-of-the-box supports pretty much all this machine's hardware, including:&lt;br /&gt;
* power (frequency scaling, hibernate)&lt;br /&gt;
* networking (wifi and ethernet)&lt;br /&gt;
* card reader (tested with SDHC card)&lt;br /&gt;
* webcam&lt;br /&gt;
* HDMI (video &amp;amp; audio (need to select the &amp;quot;HDMI Output&amp;quot; in Sound Preferences))&lt;br /&gt;
* combo headphone/mic jack (same kind of connector as many smartphones)&lt;br /&gt;
* bluetooth&lt;br /&gt;
* trackpad (but only in &amp;quot;pseudo-multitouch&amp;quot;, see above)&lt;br /&gt;
&lt;br /&gt;
What doesn't work:&lt;br /&gt;
* inbuilt microphone (see above)&lt;br /&gt;
&lt;br /&gt;
==== OpenSUSE 11.3 ====&lt;br /&gt;
&lt;br /&gt;
OpenSUSE 11.3 supports this model out-of-the-box, including 3D desktop effects, hibernate, built-in webcam and wireless.&lt;br /&gt;
&lt;br /&gt;
A workaround to enable the the built-in microphone is to add the following line at the beginning of {{path|/etc/modprobe.d/50-sound.conf}}:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;options snd-hda-intel model=olpc-xo-1_5&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Distribution Support (0217 model) ===&lt;br /&gt;
&lt;br /&gt;
This section covers the 0217 model with an Intel Core i3 processor.&lt;br /&gt;
&lt;br /&gt;
At least some models feature a Realtek 8188CE wireless MiniPCI express card which only just recently got official support in Linux (as of December 2010). &lt;br /&gt;
Realtek provided an out-of-kernel driver for a longer while but users have reported limited success and some system instability when using it. The Linux kernel developers are now working with Realtek on properly [[http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0c8173385e549f95cd80c3fff5aab87b4f881d8d | integrating it in the Linux kernel from version 2.6.38]]. Some distributions including Ubuntu have backported or included the original out-of-kernel driver in earlier kernels. &lt;br /&gt;
It is possible to manually build and use the rtl8192ce driver from compat-wireless with earlier kernels, and once the 2.6.38 kernel becomes common this card may start consistently working out of the box.&lt;br /&gt;
&lt;br /&gt;
The hardware resembles the 0196 model so the issues mentioned for that model may also apply here.&lt;br /&gt;
&lt;br /&gt;
==== Linux Mint Debian Edition ====&lt;br /&gt;
&lt;br /&gt;
At least the basic features like suspend/resume, frequency scaling, wired networking, HDMI video and trackpad/trackpoint work out of the box. &lt;br /&gt;
The wireless network interface is '''not''' supported by default, but it is possible to make it work with the compat-wireless driver and the default linux-image-2.6.32-5-amd64 kernel.&lt;br /&gt;
Remaining hardware is not yet tested.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (AMD) ===&lt;br /&gt;
==== Machine Type====&lt;br /&gt;
* 0197&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[AMD Athlon Neo X2]] Dual-Core processor L325 (1.5GHz, 1MB L2)&lt;br /&gt;
* [[ATI Mobility Radeon HD 3200]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2, 3 or 4GB [[PC2-5300]] memory standard&lt;br /&gt;
* 250GB or 320GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with the following:&lt;br /&gt;
** [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II]]&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadEdge13.jpg|ThinkPad Edge 13&amp;quot;|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Edge]]&lt;/div&gt;</summary>
		<author><name>Jonas.bardino</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=50749</id>
		<title>Category:Edge 13&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=50749"/>
		<updated>2011-03-01T16:56:18Z</updated>

		<summary type="html">&lt;p&gt;Jonas.bardino: /* Standard Features */  update with 0217 model specs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; Series ===&lt;br /&gt;
This page gives an overview of all ThinkPad Edge 13&amp;quot; Series related topics. The Edge 13&amp;quot; exists both in Intel and AMD processor models.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (Intel) ===&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* 0196, 0217&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
*One of the following [[Intel Core 2 Duo (Penryn)|Intel® Core™2 Duo processor]] or [[Intel Core i3]] processors:&lt;br /&gt;
** [[Intel Core 2 Duo (Penryn)|Intel® Core™2 Duo processor]] SU7300 (1.3GHz, 3MB L2)&lt;br /&gt;
** Intel® Core™ i3-380UM Dual Core Processor (1.33 GHz), 3-MB L3 cache&lt;br /&gt;
* [[Intel Graphics Media Accelerator 4500MHD]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2, 3 or 4GB [[PC3-8500]] or [[PC3-10600]] memory standard upgradable to 4GB&lt;br /&gt;
* One of the following storage options&lt;br /&gt;
** 250GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 320GB 7200rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 500GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* Intel HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Wireless-N 1000]]&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
** [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II]]&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&lt;br /&gt;
=== Distribution Support ===&lt;br /&gt;
&lt;br /&gt;
Common to all distributions should be the following two issues:&lt;br /&gt;
* the trackpad's synaptics multitouch hardware isn't detected properly&lt;br /&gt;
* the built-in microphone does not work by default&lt;br /&gt;
&lt;br /&gt;
Refer to the linlap entry [http://www.linlap.com/wiki/lenovo+thinkpad+edge+13+-+intel] for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== (K)Ubuntu 10.04 LTS ====&lt;br /&gt;
See: [[Installing Kubuntu 10.04 (Lucid Lynx) on a ThinkPad Edge 13&amp;quot; (Intel)]]&lt;br /&gt;
&lt;br /&gt;
==== Ubuntu 10.10 ====&lt;br /&gt;
&lt;br /&gt;
Ubuntu 10.10 out-of-the-box supports pretty much all this machine's hardware, including:&lt;br /&gt;
* power (frequency scaling, hibernate)&lt;br /&gt;
* networking (wifi and ethernet)&lt;br /&gt;
* card reader (tested with SDHC card)&lt;br /&gt;
* webcam&lt;br /&gt;
* HDMI (video &amp;amp; audio (need to select the &amp;quot;HDMI Output&amp;quot; in Sound Preferences))&lt;br /&gt;
* combo headphone/mic jack (same kind of connector as many smartphones)&lt;br /&gt;
* bluetooth&lt;br /&gt;
* trackpad (but only in &amp;quot;pseudo-multitouch&amp;quot;, see above)&lt;br /&gt;
&lt;br /&gt;
What doesn't work:&lt;br /&gt;
* inbuilt microphone (see above)&lt;br /&gt;
&lt;br /&gt;
==== OpenSUSE 11.3 ====&lt;br /&gt;
&lt;br /&gt;
OpenSUSE 11.3 supports this model out-of-the-box, including 3D desktop effects, hibernate, built-in webcam and wireless.&lt;br /&gt;
&lt;br /&gt;
A workaround to enable the the built-in microphone is to add the following line at the beginning of {{path|/etc/modprobe.d/50-sound.conf}}:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;options snd-hda-intel model=olpc-xo-1_5&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (AMD) ===&lt;br /&gt;
==== Machine Type====&lt;br /&gt;
* 0197&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[AMD Athlon Neo X2]] Dual-Core processor L325 (1.5GHz, 1MB L2)&lt;br /&gt;
* [[ATI Mobility Radeon HD 3200]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2, 3 or 4GB [[PC2-5300]] memory standard&lt;br /&gt;
* 250GB or 320GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with the following:&lt;br /&gt;
** [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II]]&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadEdge13.jpg|ThinkPad Edge 13&amp;quot;|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Edge]]&lt;/div&gt;</summary>
		<author><name>Jonas.bardino</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=50748</id>
		<title>Category:Edge 13&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=50748"/>
		<updated>2011-03-01T16:35:44Z</updated>

		<summary type="html">&lt;p&gt;Jonas.bardino: /* Machine Type */ add core i3 model number&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; Series ===&lt;br /&gt;
This page gives an overview of all ThinkPad Edge 13&amp;quot; Series related topics. The Edge 13&amp;quot; exists both in Intel and AMD processor models.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (Intel) ===&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* 0196, 0217&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[Intel Core 2 Duo (Penryn)|Intel® Core™2 Duo processor]] SU7300 (1.3GHz, 3MB L2)&lt;br /&gt;
* [[Intel Graphics Media Accelerator 4500MHD]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2 or 3GB [[PC3-8500]] memory standard upgradable to 4GB&lt;br /&gt;
* One of the following storage options&lt;br /&gt;
** 250GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 320GB 7200rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* Intel HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Wireless-N 1000]]&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&lt;br /&gt;
=== Distribution Support ===&lt;br /&gt;
&lt;br /&gt;
Common to all distributions should be the following two issues:&lt;br /&gt;
* the trackpad's synaptics multitouch hardware isn't detected properly&lt;br /&gt;
* the built-in microphone does not work by default&lt;br /&gt;
&lt;br /&gt;
Refer to the linlap entry [http://www.linlap.com/wiki/lenovo+thinkpad+edge+13+-+intel] for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== (K)Ubuntu 10.04 LTS ====&lt;br /&gt;
See: [[Installing Kubuntu 10.04 (Lucid Lynx) on a ThinkPad Edge 13&amp;quot; (Intel)]]&lt;br /&gt;
&lt;br /&gt;
==== Ubuntu 10.10 ====&lt;br /&gt;
&lt;br /&gt;
Ubuntu 10.10 out-of-the-box supports pretty much all this machine's hardware, including:&lt;br /&gt;
* power (frequency scaling, hibernate)&lt;br /&gt;
* networking (wifi and ethernet)&lt;br /&gt;
* card reader (tested with SDHC card)&lt;br /&gt;
* webcam&lt;br /&gt;
* HDMI (video &amp;amp; audio (need to select the &amp;quot;HDMI Output&amp;quot; in Sound Preferences))&lt;br /&gt;
* combo headphone/mic jack (same kind of connector as many smartphones)&lt;br /&gt;
* bluetooth&lt;br /&gt;
* trackpad (but only in &amp;quot;pseudo-multitouch&amp;quot;, see above)&lt;br /&gt;
&lt;br /&gt;
What doesn't work:&lt;br /&gt;
* inbuilt microphone (see above)&lt;br /&gt;
&lt;br /&gt;
==== OpenSUSE 11.3 ====&lt;br /&gt;
&lt;br /&gt;
OpenSUSE 11.3 supports this model out-of-the-box, including 3D desktop effects, hibernate, built-in webcam and wireless.&lt;br /&gt;
&lt;br /&gt;
A workaround to enable the the built-in microphone is to add the following line at the beginning of {{path|/etc/modprobe.d/50-sound.conf}}:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;options snd-hda-intel model=olpc-xo-1_5&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (AMD) ===&lt;br /&gt;
==== Machine Type====&lt;br /&gt;
* 0197&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[AMD Athlon Neo X2]] Dual-Core processor L325 (1.5GHz, 1MB L2)&lt;br /&gt;
* [[ATI Mobility Radeon HD 3200]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2, 3 or 4GB [[PC2-5300]] memory standard&lt;br /&gt;
* 250GB or 320GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with the following:&lt;br /&gt;
** [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II]]&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadEdge13.jpg|ThinkPad Edge 13&amp;quot;|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Edge]]&lt;/div&gt;</summary>
		<author><name>Jonas.bardino</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=50747</id>
		<title>Category:Edge 13&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Edge_13%22&amp;diff=50747"/>
		<updated>2011-03-01T16:28:18Z</updated>

		<summary type="html">&lt;p&gt;Jonas.bardino: /* ThinkPad Edge 13&amp;quot; Series */ prepare for multiple intel models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; Series ===&lt;br /&gt;
This page gives an overview of all ThinkPad Edge 13&amp;quot; Series related topics. The Edge 13&amp;quot; exists both in Intel and AMD processor models.&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (Intel) ===&lt;br /&gt;
==== Machine Type ====&lt;br /&gt;
* 0196&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[Intel Core 2 Duo (Penryn)|Intel® Core™2 Duo processor]] SU7300 (1.3GHz, 3MB L2)&lt;br /&gt;
* [[Intel Graphics Media Accelerator 4500MHD]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2 or 3GB [[PC3-8500]] memory standard upgradable to 4GB&lt;br /&gt;
* One of the following storage options&lt;br /&gt;
** 250GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 320GB 7200rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* Intel HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel Centrino Wireless-N 1000]]&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]]&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&lt;br /&gt;
=== Distribution Support ===&lt;br /&gt;
&lt;br /&gt;
Common to all distributions should be the following two issues:&lt;br /&gt;
* the trackpad's synaptics multitouch hardware isn't detected properly&lt;br /&gt;
* the built-in microphone does not work by default&lt;br /&gt;
&lt;br /&gt;
Refer to the linlap entry [http://www.linlap.com/wiki/lenovo+thinkpad+edge+13+-+intel] for details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== (K)Ubuntu 10.04 LTS ====&lt;br /&gt;
See: [[Installing Kubuntu 10.04 (Lucid Lynx) on a ThinkPad Edge 13&amp;quot; (Intel)]]&lt;br /&gt;
&lt;br /&gt;
==== Ubuntu 10.10 ====&lt;br /&gt;
&lt;br /&gt;
Ubuntu 10.10 out-of-the-box supports pretty much all this machine's hardware, including:&lt;br /&gt;
* power (frequency scaling, hibernate)&lt;br /&gt;
* networking (wifi and ethernet)&lt;br /&gt;
* card reader (tested with SDHC card)&lt;br /&gt;
* webcam&lt;br /&gt;
* HDMI (video &amp;amp; audio (need to select the &amp;quot;HDMI Output&amp;quot; in Sound Preferences))&lt;br /&gt;
* combo headphone/mic jack (same kind of connector as many smartphones)&lt;br /&gt;
* bluetooth&lt;br /&gt;
* trackpad (but only in &amp;quot;pseudo-multitouch&amp;quot;, see above)&lt;br /&gt;
&lt;br /&gt;
What doesn't work:&lt;br /&gt;
* inbuilt microphone (see above)&lt;br /&gt;
&lt;br /&gt;
==== OpenSUSE 11.3 ====&lt;br /&gt;
&lt;br /&gt;
OpenSUSE 11.3 supports this model out-of-the-box, including 3D desktop effects, hibernate, built-in webcam and wireless.&lt;br /&gt;
&lt;br /&gt;
A workaround to enable the the built-in microphone is to add the following line at the beginning of {{path|/etc/modprobe.d/50-sound.conf}}:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;options snd-hda-intel model=olpc-xo-1_5&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad Edge 13&amp;quot; (AMD) ===&lt;br /&gt;
==== Machine Type====&lt;br /&gt;
* 0197&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[AMD Athlon Neo X2]] Dual-Core processor L325 (1.5GHz, 1MB L2)&lt;br /&gt;
* [[ATI Mobility Radeon HD 3200]]&lt;br /&gt;
* 13.3&amp;quot; [[TFT display]] with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
* 2, 3 or 4GB [[PC2-5300]] memory standard&lt;br /&gt;
* 250GB or 320GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* [[Realtek Gigabit Ethernet (10/100/1000)]]&lt;br /&gt;
* HD Audio with a [[CX20582]] codec&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with the following:&lt;br /&gt;
** [[ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II]]&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1)|Bluetooth]] on select models&lt;br /&gt;
* 0.3MP [[Integrated camera]]&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* Multicard reader 5-in-1 (MMC, MS, MS Pro, SD, SDHC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadEdge13.jpg|ThinkPad Edge 13&amp;quot;|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Edge]]&lt;/div&gt;</summary>
		<author><name>Jonas.bardino</name></author>
		
	</entry>
</feed>