<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi there,
<p>I'm trying to make the hsf drivers work under RedHat Linux 7.3. Of course,
there is no success, yet.
<br>The output from the listmodem application is as follows:
<br>&nbsp;
<p>=============================================================
<br>=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
RESULT OF MODEM QUERY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
=
<br>=============================================================
<p>MODEM #1:
<br>&nbsp; PCI CONFIGURATION INFORMATION READ:
<br>&nbsp;&nbsp;&nbsp;&nbsp; Vendor Id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
: 14F1
<br>&nbsp;&nbsp;&nbsp;&nbsp; Device Id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
: 2013
<br>&nbsp;&nbsp;&nbsp;&nbsp; Revision Id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
: 03
<br>&nbsp;&nbsp;&nbsp;&nbsp; Sub Vendor Id&nbsp;&nbsp;&nbsp;&nbsp; : 155D
<br>&nbsp;&nbsp;&nbsp;&nbsp; Sub Device Id&nbsp;&nbsp;&nbsp;&nbsp; : 6793
<p>&nbsp; DEDUCED INFORMATION:
<br>&nbsp;&nbsp;&nbsp;&nbsp; Vendor Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
: CONEXANT
<br>&nbsp;&nbsp;&nbsp;&nbsp; Device Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
: HSF Data/Fax
<br>&nbsp;&nbsp;&nbsp;&nbsp; Modem Type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
: HSF
<br>&nbsp;&nbsp;&nbsp;&nbsp; Download Site&nbsp;&nbsp;&nbsp;&nbsp; : <A HREF="http://www.mbsi.ca/cnxtlindrv/">http://www.mbsi.ca/cnxtlindrv/</A>
<br>&nbsp;
<p>so, apparently, the drivers should work fine. Indeed, the installation
process with the rpm binary did not complain at all. When running the hsfconfig
program I am told that there exists a precompiled driver,
<br>so I tell the script to go ahead with that ... and a link is placed
so that
<p>/dev/modem -> /dev/ttySHSF0
<p>Then I configured&nbsp; wvdial as follows,
<p>[Modem0]
<br>Modem = /dev/modem
<br>Baud = 57600
<br>SetVolume = 2
<br>Dial Command = ATDT
<br>Init1 = ATZ
<br>FlowControl = Hardware (CRTSCTS)
<br>[Dialer PSU]
<br>Phone = 8632222
<br>Password = <i>my_passwd</i>
<br>Username = <i>my_usrname</i>
<br>Stupid Mode = 1
<br>Inherits = Modem0
<p>So everything is set. I try to dial (I use the Redhat dialer) and a
nice window with the "Waiting ..." message appears in my monitor. And this
message stays there forever ... So it looks like wvdial doesn't like what
it
<br>finds in /dev/modem.
<p>If anyone got the HSF modem working under RedHat 7.3, please, tell me
how did you get that.
<p>Thanks,
<p>Jordi</html>