Difference between revisions of "Conexant HSF modem drivers"

From ThinkWiki
Jump to: navigation, search
(factored out information from several articles)
 
(BMDC-2)
Line 3: Line 3:
 
* [[ThinkPad 56K Modem (MDC-1.5)]]
 
* [[ThinkPad 56K Modem (MDC-1.5)]]
 
* [[IBM Integrated 56K Modem (MDC-2)]]
 
* [[IBM Integrated 56K Modem (MDC-2)]]
 +
* [[IBM Integrated Bluetooth III with 56K Modem (BMDC-2)]]
 
* [[IBM Integrated Bluetooth IV with 56K Modem (BMDC-3)]]
 
* [[IBM Integrated Bluetooth IV with 56K Modem (BMDC-3)]]
  

Revision as of 13:54, 21 December 2005

The following modems, available in some ThinkPad models, use the Conexant HSF softmodem chip, and require an appropriate driver:

Two drivers are currently available.

The Smartlink smlink driver

The Linux driver for Agere modems from SmartLink supports both 2.4 and 2.6 kernels. However, it does not work with the newer Intel ICH6 controllers (used, e.g., on the ThinkPad R52 and T43; trouble on the G41 has also been reported). Some users report that AT commands work but dialing does not.

The Linuxant hsf driver

The commercial Conexant HSF driver from Linuxant supports this modem and works on the ThinkPad R52, R51 and T43. It offers free limited evaluation at 14.4kbps, and the full version costs $15).

Download: http://www.linuxant.com/drivers/hsf/full/downloads.php

The hsfmodem driver works well with reliable connections. It does not support voice or telephony features.

Installation

  • Fedora Core: use the provided RPMs.
  • Debian: run # dpkg -i hsfblablabla.deb. When asked you for the code, enter "FREE" for the 14.4kbps evaluation.

Suspend/resume

The hsfmodem driver may prevent your machine from going into suspend. If so, you may remove them prior to sleep by adding to your suspend script:

modprobe -r hsfmc97ich hsfserial hsfengine hsfosspec hsfsoar

The drivers should be automatically re-loaded upon resume by the hotplug system, if not, just manually restart hotplug or modprobe the individual drivers, adding this to your suspend script if needed.

If you use the hibernate script on Fedora Core, simple add this to /etc/hibernate/hibernate.conf:

OnSuspend 12 service hsf stop
OnResume  98 service hsf start