Difference between revisions of "Conexant HSF modem drivers"

From ThinkWiki
Jump to: navigation, search
Line 25: Line 25:
 
* Gentoo: the hsfmodem package is in portage.
 
* Gentoo: the hsfmodem package is in portage.
  
If you are running a 2.6.15.* kernel, you might consider running hsfconfig --patch first, and apply the appropriate
+
If you are running a 2.6.15.* kernel, you might consider running:
patch (there is an issue with hsfmodem and 2.6.15 tree that results in kernel oops. The patch provided by Conexant fixes
+
# hsfconfig --patch  
that.)
+
first, and apply the appropriate patch (there is an issue with hsfmodem and 2.6.15 tree that results in kernel oops.  
 +
The patch provided by Conexant fixes that)
 
====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:

Revision as of 00:32, 29 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.
  • Gentoo: the hsfmodem package is in portage.

If you are running a 2.6.15.* kernel, you might consider running:

# hsfconfig --patch 

first, and apply the appropriate patch (there is an issue with hsfmodem and 2.6.15 tree that results in kernel oops. The patch provided by Conexant fixes that)

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  12 service hsf start