Difference between revisions of "IBM High Rate Wireless LAN Mini-PCI Adapter with Modem II"

From ThinkWiki
Jump to: navigation, search
m (Linux WiFi driver)
(Linux Modem driver)
(16 intermediate revisions by 10 users not shown)
Line 5: Line 5:
 
=== IBM High Rate Wireless LAN Mini-PCI Adapter with Modem II ===
 
=== IBM High Rate Wireless LAN Mini-PCI Adapter with Modem II ===
 
This is a Mini-PCI combination WiFi and Modem Adapter that is installed in a Mini-PCI slot.
 
This is a Mini-PCI combination WiFi and Modem Adapter that is installed in a Mini-PCI slot.
 +
 
=== WiFi Features ===
 
=== WiFi Features ===
 
* Chipset: Harris Semiconductor Prism 2.5
 
* Chipset: Harris Semiconductor Prism 2.5
 
* IEEE Standards: 802.11b
 
* IEEE Standards: 802.11b
 
* PCI ID: 1260:3873
 
* PCI ID: 1260:3873
 +
 
=== Modem Features ===
 
=== Modem Features ===
 
* Chipset: Agere
 
* Chipset: Agere
Line 24: Line 26:
 
=== Also known (in IBM literature) as.... ===
 
=== Also known (in IBM literature) as.... ===
 
* IBM High Rate Wireless LAN Mini PCI Adapter
 
* IBM High Rate Wireless LAN Mini PCI Adapter
 +
=== Firmware ===
 +
[http://linux.junsun.net/intersil-prism/ Jun Sun's mini-HOWTO] explains how to update the firmware from Windows or Linux.  Station Firmware 1.7.4 is recommended if you need support for WPA.
 +
 +
A firmware update package for the wireless function of this adapter is available from Lenovo.<br>
 +
The available firmware version is 1.04.09.00 and is available [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-44289 here]. This updates the station firmware to 1.7.4
  
 
=== Linux WiFi driver ===
 
=== Linux WiFi driver ===
This adapter works with the '[[orinoco|orinoco_pci]]' driver as part of any recent 2.4 or 2.6 kernel.<br>
+
This adapter works with the '[[orinoco|orinoco_pci]]' driver. In addition the '[[hostap]]' driver can also be used.
In addition the '[[hostap]]' driver can also be used.
+
 
 +
The hostap driver supports WPA which the orinoco driver does not. WPA usage might require flashing the NIC's firmware, detailed intructions are available on [http://linux.junsun.net/intersil-prism/ this page].
  
 
=== Linux Modem driver ===
 
=== Linux Modem driver ===
The Linux driver from [http://www.smlink.com/ SmartLink] should work.<br>
+
The Linux driver from [http://linux.softpedia.com/get/System/Hardware/slmodem-8718.shtml SmartLink] supports this device.<br>
Latest version of this driver is 2.9.10 and supports both the 2.4 and 2.6 kernels
+
Latest version of this driver is 2.9.11.
 +
The modem works with the "ALSA method" which is detailed in the README that
 +
accompanies the SmartLink driver.
  
=== ThinkPad's this card may be found in ===
+
Note! Since kernel 2.6.12, there is a new ALSA mixer control "off-hook" which has to be
 +
unmuted before the modem can be used, e.g. by running "alsamixer -D hw:1".
 +
 
 +
You might also try if the newer userspace driver (sl-modem-daemon) works, as it avoids tainting your kernel, and does not require a recompile each time you update your kernel version.
 +
 
 +
=== ThinkPads this card may be found in ===
 
* {{T30}}
 
* {{T30}}
 
* {{X30}}
 
* {{X30}}
 +
* {{R32}}
 +
 +
===External Sources===
 +
*[http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-51424 IBMs page on Wireless configuration under Linux]
 +
*[http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-42480 Link to latest driver from Lenovo]
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 22:22, 18 March 2009

IBM High Rate Wireless LAN Mini-PCI Adapter with Modem II

This is a Mini-PCI combination WiFi and Modem Adapter that is installed in a Mini-PCI slot.

WiFi Features

  • Chipset: Harris Semiconductor Prism 2.5
  • IEEE Standards: 802.11b
  • PCI ID: 1260:3873

Modem Features

  • Chipset: Agere
  • AC'97 Modem

Mini-PCI WiFi Adapter

IBM Partnumbers

IBM Order PN (WW): 22P7701
IBM Order PN (China): 31P6501
IBM FRU PN (WW): 26P8437, 26P8442, 26P8437, 26P8518, 91P7215
IBM FRU PN (China): 26P8313, 91P7275

Also known (in IBM literature) as....

  • IBM High Rate Wireless LAN Mini PCI Adapter

Firmware

Jun Sun's mini-HOWTO explains how to update the firmware from Windows or Linux. Station Firmware 1.7.4 is recommended if you need support for WPA.

A firmware update package for the wireless function of this adapter is available from Lenovo.
The available firmware version is 1.04.09.00 and is available here. This updates the station firmware to 1.7.4

Linux WiFi driver

This adapter works with the 'orinoco_pci' driver. In addition the 'hostap' driver can also be used.

The hostap driver supports WPA which the orinoco driver does not. WPA usage might require flashing the NIC's firmware, detailed intructions are available on this page.

Linux Modem driver

The Linux driver from SmartLink supports this device.
Latest version of this driver is 2.9.11. The modem works with the "ALSA method" which is detailed in the README that accompanies the SmartLink driver.

Note! Since kernel 2.6.12, there is a new ALSA mixer control "off-hook" which has to be unmuted before the modem can be used, e.g. by running "alsamixer -D hw:1".

You might also try if the newer userspace driver (sl-modem-daemon) works, as it avoids tainting your kernel, and does not require a recompile each time you update your kernel version.

ThinkPads this card may be found in

External Sources