Conexant HSF modem drivers

From ThinkWiki
Revision as of 12:52, 21 December 2005 by Thinker (Talk | contribs) (factored out information from several articles)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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