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

From ThinkWiki
Jump to: navigation, search
(added categorization)
 
(25 intermediate revisions by 15 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;">
 
=== IBM High Rate Wireless LAN Mini-PCI Adapter with Modem ===
 
=== IBM High Rate Wireless LAN Mini-PCI Adapter with Modem ===
This is a Mini-PCI combination WiFi and Modem Adapter that is installed in a Mini-PCI slot.
+
This is a Type IIIa form factor Mini-PCI combination of WiFi and Modem Adapter. It is installed in a Mini-PCI slot.
 +
 
 
=== WiFi Features ===
 
=== WiFi Features ===
 
* Chipset: Harris Semiconductor Prism 2.5
 
* Chipset: Harris Semiconductor Prism 2.5
Line 11: Line 12:
 
=== Modem Features ===
 
=== Modem Features ===
 
* Chipset: Actiontec
 
* Chipset: Actiontec
 +
* Bus: AC'97
 
</div>
 
</div>
 
|style="vertical-align:top" |
 
|style="vertical-align:top" |
 
[[image:mini-pci-wifi-card.gif|Mini-PCI WiFi Adapter]]
 
[[image:mini-pci-wifi-card.gif|Mini-PCI WiFi Adapter]]
 
|}
 
|}
=== IBM Partnumbers ===
 
IBM FRU PN: 26P8092, 26P8160, 26P8472, 12P3637, 12P3657, 91P7661
 
  
=== Also known (in IBM literature) as.... ===
+
=== Part numbers ===
* Mini PCI 802.11b/v.92 modem combo card (ACTIONTEC)
+
* 26P8092, 26P8160, 26P8472, 12P3637, 12P3657, 91P7661, 26P8294, 26P8295
* Actiontec (802.11b wireless / 56K modem)
+
 
* Actiontec IEEE 802.11b/Modem
+
=== Upgrade the card to support WPA ===
* High rate wireless/modem Mini PCI combo card
+
Please visit the following [http://linux.junsun.net/intersil-prism/ link] for some excellent instructions on how to upgrade the card. This has been tested on an A30p.
  
 
=== Linux WiFi driver ===
 
=== Linux WiFi driver ===
Line 29: Line 29:
  
 
=== Linux Modem driver ===
 
=== Linux Modem driver ===
??
+
The Linux driver from [http://linmodems.technion.ac.il/packages/smartlink/ SmartLink] supports this device.<br>
 +
Latest version of this driver is 2.9.11.
 +
 
 +
If your ThinkPad reports having a AC'97 modem device ({{cmd|lspci<nowiki>|</nowiki>grep Modem|}}) then the ('''snd_intel8x0m''') driver should be used instead of the proprietary kernel module from SmartLink (see README ALSA mode), as it avoids tainting your kernel, and does not require a recompile each time you update your kernel version.
  
=== ThinkPad's this card may be found in ===
+
If you do not have a AC'97 modem device, you will have to compile the proprietary Smartlink kernel modules, or install them from your distribution vendor, if supplied.
 +
 
 +
For Debian this is sl-modem-daemon deb.
 +
 
 +
====Fedora====
 +
There is a slmodem rpm in the [http://rpmfusion.org RPM-Fusion] nonfree repository.
 +
{{NOTE|The following instructions assume you have a AC'97 modem device, if you do not the settings in the slmodem config file will be different}}
 +
Once you have installed the package, you need to edit {{Path|/etc/sysconfig/slmodem}} and set INTERFACE=alsa and ALSA_DEVICE=modem:1
 +
 
 +
{{NOTE|If ALSA_DEVICE<nowiki>=</nowiki>modem:1 does not work, run {{cmd|cat /proc/asound/cards|}} and use the number before the Modem line}}
 +
 
 +
In addition you can set the country for the correct recognition of dialling and busy tones, and to adhere to any local (possibly legal) requirements. If you do not set the country, it will default to USA.
 +
 
 +
You can then start the service, and set it to autostart on boot
 +
service slmodem start
 +
chkconfig slmodem on
 +
 
 +
After this you should have a /dev/ttySL0 device
 +
 
 +
== This card may be found in ==
 
* {{A30}}, {{A30p}}, {{A31}}, {{A31p}}
 
* {{A30}}, {{A30p}}, {{A31}}, {{A31p}}
 +
* {{T23}}, {{T30}}
 +
* {{X22}}, {{X23}}, {{X24}}
 
* {{R30}}, {{R31}}, {{R32}}
 
* {{R30}}, {{R31}}, {{R32}}
* {{T23}}
 
* {{X22}}, {{X23}}, {{X24}}
 
  
=== Related Links ===
+
===External Sources===
 
*Specifications: [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-44033 MIGR-44033]
 
*Specifications: [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-44033 MIGR-44033]
 
*Users Guide: [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-44134 MIGR-44134]
 
*Users Guide: [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-44134 MIGR-44134]
 
*Service Parts: [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-44051 MIGR-44051]
 
*Service Parts: [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-44051 MIGR-44051]
 +
*[http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-51424 IBMs page on Wireless configuration under Linux]
  
 
+
[[Category:Modem Devices]] [[Category:WLAN Adapters]]
[[Category:Components]]
 

Latest revision as of 12:29, 16 November 2020

IBM High Rate Wireless LAN Mini-PCI Adapter with Modem

This is a Type IIIa form factor Mini-PCI combination of WiFi and Modem Adapter. It 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: Actiontec
  • Bus: AC'97

Mini-PCI WiFi Adapter

Part numbers

  • 26P8092, 26P8160, 26P8472, 12P3637, 12P3657, 91P7661, 26P8294, 26P8295

Upgrade the card to support WPA

Please visit the following link for some excellent instructions on how to upgrade the card. This has been tested on an A30p.

Linux WiFi driver

This adapter works with the 'orinoco_pci' driver as part of any recent 2.4 or 2.6 kernel.
In addition the 'hostap' driver can also be used.

Linux Modem driver

The Linux driver from SmartLink supports this device.
Latest version of this driver is 2.9.11.

If your ThinkPad reports having a AC'97 modem device (lspci|grep Modem) then the (snd_intel8x0m) driver should be used instead of the proprietary kernel module from SmartLink (see README ALSA mode), as it avoids tainting your kernel, and does not require a recompile each time you update your kernel version.

If you do not have a AC'97 modem device, you will have to compile the proprietary Smartlink kernel modules, or install them from your distribution vendor, if supplied.

For Debian this is sl-modem-daemon deb.

Fedora

There is a slmodem rpm in the RPM-Fusion nonfree repository.

NOTE!
The following instructions assume you have a AC'97 modem device, if you do not the settings in the slmodem config file will be different

Once you have installed the package, you need to edit /etc/sysconfig/slmodem and set INTERFACE=alsa and ALSA_DEVICE=modem:1

NOTE!
If ALSA_DEVICE=modem:1 does not work, run cat /proc/asound/cards and use the number before the Modem line

In addition you can set the country for the correct recognition of dialling and busy tones, and to adhere to any local (possibly legal) requirements. If you do not set the country, it will default to USA.

You can then start the service, and set it to autostart on boot

service slmodem start
chkconfig slmodem on

After this you should have a /dev/ttySL0 device

This card may be found in

External Sources