Difference between revisions of "Modem Daughter Card (MDC)"

From ThinkWiki
Jump to: navigation, search
(Linux driver)
(changed categorization)
 
(23 intermediate revisions by 7 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;">
 
=== Modem Daughter Card (MDC) ===
 
=== Modem Daughter Card (MDC) ===
This is a Modem Adapter that is installed in a CDC slot.
+
This is an AC'97 Modem Adapter card that is installed in a [[CDC slot]].
 +
 
 
=== Features ===
 
=== Features ===
* Chipset: Ambit (formerly Lucent Microelectronics)
+
* Chipset: Agere LU97 Scorpio Softmodem DSP
 +
* Speeds: 33.6/56.6 Kbps (V.34/V.90)
 +
* PCI ID: Varies, depends on the AC'97 modem controller's PCI ID
 +
* Headers: One 2-pin connector
 
</div>
 
</div>
 
|style="vertical-align:top" |
 
|style="vertical-align:top" |
 
|}
 
|}
=== IBM Partnumbers ===
+
=== Part numbers ===
IBM FRU PN: 91P7657, 26P8477, 26P8256
+
* 91P7657, 26P8477, 26P8256, 26P8219, 08K3137
 +
 
 +
=== Linux driver ===
 +
The Linux driver from [http://linmodems.technion.ac.il/packages/smartlink/ SmartLink] supports this device. As of now, the latest version of this driver is 2.9.11.
 +
 
 +
The ALSA AC'97 modem driver ('''snd_intel8x0m''') 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.
 +
 
 +
For Debian there is a sl-modem-daemon deb.
 +
 
 +
==== Fedora ====
 +
There is a slmodem rpm in the [http://rpmfusion.org RPM-Fusion] nonfree repository.
 +
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}}
  
=== Also known (in IBM literature) as.... ===
+
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.
* CDC Modem Card
 
* V.90 Modem Daughter Card (MDC)
 
* Modem Card, Ambit
 
* Ambit Modem Daughter Card
 
  
=== Linux driver ===
+
You can then start the service, and set it to autostart on boot
The Linux driver from [http://www.smlink.com/ SmartLink] may work.<br>
+
service slmodem start
Latest version of this driver is 2.9.10 and supports both the 2.4 and 2.6 kernels.
+
chkconfig slmodem on
  
Otherwise try using the slightly dated [http://www.heby.de/ltmodem/ ltmodem driver for Linux].<br>
+
After this you should have a /dev/ttySL0 device
The latest version of this driver is 8.31a10 and supports both the 2.4 and 2.6 kernels.
 
  
=== ThinkPad's this card may be found in ===
+
== This card may be found in ==
* [[:Category:A30|A30]], [[:Category:A30p|A30p]], [[:Category:A31|A31]], [[:Category:A31p|A31p]]
+
* {{A30}}, {{A30p}}, {{A31}}, {{A31p}}
* [[:Category:G40|G40]], [[:Category:G41|G41]]
+
* {{T30}}, {{T40}}, {{T40p}}, {{T41}}, {{T41p}}
* [[:Category:R30|R30]], [[:Category:R31|R31]], [[:Category:R32|R32]]
+
* {{X30}}, {{X31}}
* [[:Category:R40|R40]], [[:Category:R40e|R40e]]
+
* {{R30}}, {{R31}}, {{R32}}, {{R40}}, {{R40e}}, {{R50}}
* [[:Category:R50|R50]], [[:Category:R50p|R50p]]
+
* {{G40}}
* [[:Category:T30|T30]]
+
* {{S30}}, {{S31}}
* [[:Category:T40|T40]], [[:Category:T40p|T40p]], [[:Category:T41|T41]], [[:Category:T41p|T41p]]
 
* [[:Category:X30|X30]], [[:Category:X31|X31]]
 
  
[[Category:Components]] [[Category:A30]] [[Category:A30p]] [[Category:A31]] [[Category:A31p]] [[Category:G40]] [[Category:G41]] [[Category:R30]] [[Category:R31]] [[Category:R32]] [[Category:R40]] [[Category:R40e]] [[Category:R50]] [[Category:R50p]] [[Category:T30]] [[Category:T40]] [[Category:T40p]] [[Category:T41]] [[Category:T41p]] [[Category:X30]] [[Category:X31]]
+
[[Category:Modem Devices]]

Latest revision as of 13:15, 13 April 2020

Modem Daughter Card (MDC)

This is an AC'97 Modem Adapter card that is installed in a CDC slot.

Features

  • Chipset: Agere LU97 Scorpio Softmodem DSP
  • Speeds: 33.6/56.6 Kbps (V.34/V.90)
  • PCI ID: Varies, depends on the AC'97 modem controller's PCI ID
  • Headers: One 2-pin connector

Part numbers

  • 91P7657, 26P8477, 26P8256, 26P8219, 08K3137

Linux driver

The Linux driver from SmartLink supports this device. As of now, the latest version of this driver is 2.9.11.

The ALSA AC'97 modem driver (snd_intel8x0m) 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.

For Debian there is a sl-modem-daemon deb.

Fedora

There is a slmodem rpm in the RPM-Fusion nonfree repository. 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