Difference between revisions of "ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II"

From ThinkWiki
Jump to: navigation, search
(IBM Partnumbers)
(Undo revision 53263 by Defriesse (talk))
(34 intermediate revisions by 12 users not shown)
Line 4: Line 4:
 
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;">
 
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;">
 
== ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II ==
 
== ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II ==
This is a Mini-PCI Express WiFi Adapter, supported by the ??? driver
+
This is a Mini-PCI Express WiFi Adapter, supported by a driver downloadable from Realtek.
  
 
== Features ==
 
== Features ==
* Chipset: Realtek RTL8192SE
+
* Chipset: Realtek RTL8192SE / RTL8188CE
 
* IEEE Standards: 802.11b, 802.11g, 802.11n
 
* IEEE Standards: 802.11b, 802.11g, 802.11n
 
* 1x2 MIMO
 
* 1x2 MIMO
* PCI ID: 10ec:8172
+
* PCI ID:
 +
** RTL8192SE: 10ec:8172  
 +
** RTL8188CE: 10ec:8176
 
</div>
 
</div>
 
|style="vertical-align:top" |
 
|style="vertical-align:top" |
Line 16: Line 18:
 
|}
 
|}
 
=== Lenovo Partnumbers ===
 
=== Lenovo Partnumbers ===
* ?
+
* 04W1409
  
 
== Linux support ==
 
== Linux support ==
This chip is currently not supported by any in-kernel driver. There are two options available, a Linux driver available for download from Realtek, or ndiswrapper.
+
This chip is supported by the rtlwifi/rtl8192se driver, which was [http://linuxwireless.org/News/2011-07-22 included in kernel in 3.0]. There are two other options available, a Linux driver available for download from Realtek, or ndiswrapper.
=== Linux driver ===
+
(Ubuntu 10.4 support it now).
 +
 
 +
{{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}}
 +
 
 +
=== rtlwifi ===
 +
 
 +
The rtlwifi driver which supports this chip was included in kernel 3.0. In some cases the RealTek driver below can be more reliable than the kernel driver.
 +
 
 +
=== Realtek Linux driver ===
  
 
The Realtek Linux driver for this chip can be downloaded from the Realtek [http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=21&PFid=48&Level=5&Conn=4&ProdID=226&DownTypeID=3&GetDown=false&Downloads=true#2281 website]
 
The Realtek Linux driver for this chip can be downloaded from the Realtek [http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=21&PFid=48&Level=5&Conn=4&ProdID=226&DownTypeID=3&GetDown=false&Downloads=true#2281 website]
  
 
More information about using the Realtek native driver in Ubuntu: [https://bugs.launchpad.net/ubuntu/+source/linux/+bug/401126?comments=all]
 
More information about using the Realtek native driver in Ubuntu: [https://bugs.launchpad.net/ubuntu/+source/linux/+bug/401126?comments=all]
 +
 +
Please note:  use of this driver on Lenovo systems results in unpredictable fatal crashes on some systems!  It's is *not* advised to choose this driver. 
 +
 +
One method that appears to drastically reduce the crashes and connection drops is to comment out "-DENABLE_LPS" from the Makefiles while building the Realtek Linux driver. This also reduces the "noise" in the syslog kernel messages generated by LPS. However, it may reduce the battery life since LPS is an acronym for Low Power State.
 +
 +
Known problems:
 +
* Connections randomly drop out after a few minutes (seems to be fixed in version 015)
 +
  This problem has been observed with version 015 too. Realtek has been contacted about the problem.
 +
* When using WPA Enterprise, entire system will freeze after a few minutes, requiring reboot
 +
* Freezes also happen with Ad-Hoc mode from time to time
 +
 +
The RealTek driver maybe packaged for your distrobution, for example [http://aur.archlinux.org/packages.php?ID=46797 in the AUR for Arch].
  
 
=== ndiswrapper ===
 
=== ndiswrapper ===
Line 32: Line 54:
  
 
=== ThinkPads this card may be found in ===
 
=== ThinkPads this card may be found in ===
* {{Edge}} (AMD)
+
* {{Edge 13"}} (AMD)
 +
* {{Edge 14"}}, {{Edge 15"}}
 +
* {{L412}}, {{L512}}
 
* {{R400}}, {{R500}}
 
* {{R400}}, {{R500}}
 
* {{SL410}}, {{SL510}}
 
* {{SL410}}, {{SL510}}
 
* {{T400}}, {{T410}}, {{T410s}}, {{T500}}, {{T510}}
 
* {{T400}}, {{T410}}, {{T410s}}, {{T500}}, {{T510}}
* {{X100e}}, {{X200s}}, {{X200 Tablet}}
+
* {{X100e}}, {{X200s}}, {{X200 Tablet}}, {{X201}}, {{X220}}
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 01:17, 29 December 2011

ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II

This is a Mini-PCI Express WiFi Adapter, supported by a driver downloadable from Realtek.

Features

  • Chipset: Realtek RTL8192SE / RTL8188CE
  • IEEE Standards: 802.11b, 802.11g, 802.11n
  • 1x2 MIMO
  • PCI ID:
    • RTL8192SE: 10ec:8172
    • RTL8188CE: 10ec:8176

ThinkPad 11b/g/n Wireless LAN Mini-PCI Express Adapter II

Lenovo Partnumbers

  • 04W1409

Linux support

This chip is supported by the rtlwifi/rtl8192se driver, which was included in kernel in 3.0. There are two other options available, a Linux driver available for download from Realtek, or ndiswrapper. (Ubuntu 10.4 support it now).

ATTENTION!
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

rtlwifi

The rtlwifi driver which supports this chip was included in kernel 3.0. In some cases the RealTek driver below can be more reliable than the kernel driver.

Realtek Linux driver

The Realtek Linux driver for this chip can be downloaded from the Realtek website

More information about using the Realtek native driver in Ubuntu: [1]

Please note: use of this driver on Lenovo systems results in unpredictable fatal crashes on some systems! It's is *not* advised to choose this driver.

One method that appears to drastically reduce the crashes and connection drops is to comment out "-DENABLE_LPS" from the Makefiles while building the Realtek Linux driver. This also reduces the "noise" in the syslog kernel messages generated by LPS. However, it may reduce the battery life since LPS is an acronym for Low Power State.

Known problems:

* Connections randomly drop out after a few minutes (seems to be fixed in version 015)
  This problem has been observed with version 015 too. Realtek has been contacted about the problem.
* When using WPA Enterprise, entire system will freeze after a few minutes, requiring reboot
* Freezes also happen with Ad-Hoc mode from time to time

The RealTek driver maybe packaged for your distrobution, for example in the AUR for Arch.

ndiswrapper

NOTE!
The use of ndiswrapper is not recommended

More information on using the Windows drivers with Ndiswrapper can be found here:[2].

ThinkPads this card may be found in