<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2716.2200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=baudiliosiris@hotmail.com
href="mailto:baudiliosiris@hotmail.com">Andy Cor</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=hsflinux@lists.mbsi.ca
href="mailto:hsflinux@lists.mbsi.ca">hsflinux@lists.mbsi.ca</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, August 28, 2002 6:21
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [hsflinux] error NO CARRIER on
hsflinmodem (14F1:2F10)</DIV>
<DIV><BR></DIV>
<DIV><FONT face=Arial
size=2>===========================================<BR>=
RESULT OF MODEM
QUERY
=<BR>===========================================</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>MODEM #1:<BR> PCI CONFIGURATION INFORMATION
READ:<BR> Vendor
Id :
14F1<BR> Device
Id :
2F10<BR> Revision
Id : 01<BR> Sub
Vendor Id : 16EC<BR> Sub
Device Id : 2013</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> DEDUCED
INFORMATION:<BR> Vendor
Name :
CONEXANT<BR> Device
Name : HSF US
Data/Fax<BR> Modem
Type :
HSF<BR> Download Site : <A
href="http://www.conexant.com/cnxt/customer/modem_support.htm">http://www.conexant.com/cnxt/customer/modem_support.htm</A></FONT></DIV>
<DIV> </DIV><FONT face=Arial size=2>
<DIV><BR>I'm trying to work in linux with this modem. But my connection
fails.</DIV>
<DIV> </DIV>
<DIV>When I try to use:<BR>pppd /dev/ttySHSF0 57600 debug connect "chat -v ''
AT OK ATD<mynumber> CONNECT ogin: <mylogin> assword:
<mypassword>"</DIV>
<DIV> </DIV>
<DIV>And monitoring ppp (/var/log/ppp) with:<BR>tail -f /var/log/ppp</DIV>
<DIV> </DIV>
<DIV>I obtain:</DIV>
<DIV> </DIV>
<DIV>Aug 24 14:34:42 localhost chat[3413]: expect (CONNECT)<BR>Aug 24 14:34:42
localhost chat[3413]: ^M<BR>Aug 24 14:35:13 localhost chat[3413]:
ATD<mynumber>^M^M<BR>Aug 24 14:35:13 localhost chat[3413]:
CONNECT<BR>Aug 24 14:35:13 localhost chat[3413]: -- got it <BR>Aug 24
14:35:13 localhost chat[3413]: send (ogin:^M)<BR>Aug 24 14:35:13 localhost
chat[3413]: expect (<mylogin>)<BR>Aug 24 14:35:13 localhost
chat[3413]: 57600 ^M<BR>Aug 24 14:35:17 localhost chat[3413]: ^M<BR>Aug
24 14:35:17 localhost chat[3413]: NO CARRIER^M<BR>Aug 24 14:35:58 localhost
chat[3413]: alarm<BR>Aug 24 14:35:58 localhost chat[3413]: Failed<BR>Aug 24
14:35:58 localhost pppd[3409]: Connect script failed<BR>Aug 24 14:35:59
localhost pppd[3409]: Exit.</DIV>
<DIV> </DIV>
<DIV>I can listen the modem sound, but the modem is disconnected in short time
(a lot of seconds).</DIV>
<DIV> </DIV>
<DIV>When I try to use wvdial, I obtain:</DIV>
<DIV> </DIV>
<DIV>--> WvDial: Internet dialer version 1.41<BR>--> Warning: section
[Dialer Defaults] does not exist in wvdial.conf.<BR>--> Initializing
modem.<BR>--> Sending: ATZ<BR>ATZ<BR>OK<BR>--> Modem
initialized.<BR>--> Configuration does not specify a valid phone
number.<BR>--> Configuration does not specify a valid login name.<BR>-->
Configuration does not specify a valid password.</DIV>
<DIV> </DIV>
<DIV>But wvdial is already configured.</DIV>
<DIV> </DIV>
<DIV>Internet configuration wizard generates similar errors</DIV>
<DIV> </DIV>
<DIV>Questions:<BR> 1. ¿What is "NO CARRIER"?<BR> 2. ¿Do you have
any init string for this modem?<BR> 3. ¿Do you have any example of pppd
that works correctly?<BR> 4. ¿Do you have any example of wvdial.conf that
works correctly?<BR> 5. ¿Where I find any complete guide to start a
internet connection in text mode?<BR> 6. ¿How can I work within linux on
this modem?</DIV>
<DIV> </DIV>
<DIV>Thank you very much</DIV>
<DIV> </DIV>
<DIV>Good Bye!!!<BR>************************************************</DIV>
<DIV>1 - you get "no carrier" maybe because your modem has dial-out option
fixed on X4.Do you have minicom on your box? To check where is the
problem you have to login on your box as root and type # minicom -s this
command will start minicom configuration program: only you have to set serial
port on /dev/ttySHSF0 and set (only if you want) the speed on 115200 bps. So
when you enter the command line let's type:</DIV>
<DIV>ATZ </DIV>
<DIV>OK #the modem responding</DIV>
<DIV>ATX3 </DIV>
<DIV>OK #the modem responding</DIV>
<DIV>AT&K3 (set the hardware flow control RTS/CTS)</DIV>
<DIV>OK #the modem responding</DIV>
<DIV>ATDT any_telephone_number </DIV>
<DIV>now it should be work, if it's X4 the real problem!</DIV>
<DIV>and if you don't have minicom on your box, you have to find a good
dial-out stuff like minicom or seyon too.</DIV>
<DIV>2- about pppd script it seems to be right, maybe too short: you have also
to fill in "ATZ OK" this resetting your modem before dialing your ISP number,
and give ATDT instead of ATD.</DIV>
<DIV>A good init string for your modem could be : ATZ ATX3 AT&K3 ATQ0 ATV1
ATE1 ATS0=0 AT&C1 AT&D2 ATS11=55 AT+FCLASS=0</DIV>
<DIV>3- about wvdial, type on your linux box #man wvdial there's in all you
need to know about it.</DIV>
<DIV>4-for connecting you box to internet using ppp-scripts you have to
download the document "PPP-HOWTO" from the ftp site:</DIV>
<DIV><A href="ftp://ftp.tldp.org">ftp.tldp.org</A> the access is anonymous,
only you have to insert your complete e-mail address to login. The path maybe
is /pub/linux/doc/HOWTO or only /pub/linux/HOWTO i don't rimember. That's
all!</DIV>
<DIV>Greetings , Gianmario Tamagnone</DIV>
<DIV> </DIV>
<DIV>PS: Do you know the difference between a phisycal serial port and a
virtual serial port? Can you help me setting a virtual serial port? Have you
ever heard anything like? Bye!</DIV></FONT></BLOCKQUOTE></BODY></HTML>