Difference between revisions of "Conexant HSF modem drivers"

From ThinkWiki
Jump to: navigation, search
(BMDC-2)
(The Linuxant hsf driver)
Line 12: Line 12:
  
 
===The Linuxant hsf driver===
 
===The Linuxant hsf driver===
The commercial [http://www.linuxant.com/drivers/hsf/index.php Conexant HSF] driver from [http://www.linuxant.com 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).
+
The commercial [http://www.linuxant.com/drivers/hsf/index.php Conexant HSF] driver from [http://www.linuxant.com Linuxant] supports these modem and work also on ICH6 models (e.g., 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
 
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.
+
This driver works well with reliable connections. It does not support voice or telephony features.
  
 
====Installation====
 
====Installation====
Line 23: Line 25:
  
 
====Suspend/resume====
 
====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:
+
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
 
  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.
 
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.

Revision as of 14:08, 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 these modem and work also on ICH6 models (e.g., 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

This 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