Rami Daoud wrote:
Hi all
who can troubleshoot this dilemma!
Is the file copied by uoi below REALLY /etc/wvdial.conf , or perhaps
some other file?
[Dialer Defaults]
Modem = /dev/modem
Baud = 517200
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Country = SYRIA
Phone = 198799
Username = 30725902
Password = 28511997
Carrier Check = no
a@a:~$ sudo wvdial
--> WvDial: Internet dialer version 1.60
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Configuration does not specify a valid phone number.
--> Configuration does not specify a valid login name.
--> Configuration does not specify a valid password.
----- Original Message ----
From: Antonio Olivares <olivares14031@xxxxxxxxx>
To: Rami Daoud <ramidawod34@xxxxxxxxx>
Sent: Thu, April 1, 2010 3:14:06 AM
Subject: Re: Rami, Syria kernel 2.6.28-11-generic
Oops,
Sorry I overlooked it :(
Try commenting ";" adding a ";" before Stupid Mode = yes, and see if
that makes a difference?
Regards,
Antonio
On 3/31/10, Rami Daoud <ramidawod34@xxxxxxxxx> wrote:
I already mentioned that I added carrier check = no
--- On Wed, 3/31/10, Antonio Olivares <olivares14031@xxxxxxxxx> wrote:
From: Antonio Olivares <olivares14031@xxxxxxxxx>
Subject: Re: Rami, Syria kernel 2.6.28-11-generic
To: "Rami Daoud" <ramidawod34@xxxxxxxxx>
Cc: "Linmodems" <discuss@xxxxxxxxxxxxx>
Date: Wednesday, March 31, 2010, 3:03 PM
Rami,
Try to add a line to /etc/wvdial.conf file:
Carrier Check = no;
and see if you can connect.
On Wed, Mar 31, 2010 at 1:43 PM, Rami Daoud <ramidawod34@xxxxxxxxx>
wrote:
modem is booting fine but it is not detecting a
carrie:
a@a:~$ sudo wvdial
--> WvDial: Internet dialer version 1.60
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2
+FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT198999
--> Waiting for carrier.
ATDT198999
NO CARRIER
--> No Carrier! Trying again.
And here is my config details
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
Carrier Check = no
Stupid Mode = yes
Baud = 460800
New PPPD = yes
Modem = /dev/modem
ISDN = 0
Phone = 198999
Password = 23363437616
Username = 33331274536
--- On Wed, 3/31/10, Antonio Olivares <olivares14031@xxxxxxxxx>
wrote:
From: Antonio Olivares <olivares14031@xxxxxxxxx>
Subject: Re: Rami, Syria kernel 2.6.28-11-generic
To: "Rami Daoud" <ramidawod34@xxxxxxxxx>
Cc: discuss@xxxxxxxxxxxxx
Date: Wednesday, March 31, 2010, 8:19 AM
Rami,
scanModem detects that your modem is supported
through
hsfmodem
drivers available from linuxant:
Predictive diagnostics for card in bus 00:07.0:
Modem chipset detected on
NAME="Audio device: nVidia Corporation MCP67 High
Definition Audio "
CLASS=0403
PCIDEV=10de:055c
SUBSYS=103c:30ea
IRQ=21
HDA2=00:07.0
SOFT=10de:055c.HDA
ArchivedChip=0x14f12bfa
CodecClass=14f1
IDENT=hsfmodem
Driver=hsfmodem-drivers
For candidate modem in: 00:07.0
0403 Audio device: nVidia Corporation
MCP67 High Definition Audio
Primary device ID: 10de:055c
Subsystem PCI_id 103c:30ea
Softmodem codec or chipset from
diagnostics:
from Archives: 0x14f12bfa
Support type needed or chipset: hsfmodem
For owners of a Dell PCs with Conexant HSF modems,
a driver
source
package with full speed enabled is available, but
requires
driver
compiling. Read DOCs/Conexant.txt
From
http://www.linuxant.com/drivers/hsf/full/downloads-ubuntu-x86.php
download
hsfmodem-7.80.02.05full_k2.6.28_11_generic_ubuntu_i386.deb.zip
Under Linux unpack with:
$ unzip hsfmodem*.zip
Then install with:
$ sudo dpkg -i hsfmodem*.deb
Subsequently, the modem should be found with
$ sudo wvdialconf /etc/wvdial.conf
Edit in your personal information with:
$ sudo gedit /etc/wvdial.conf
and try dialing out with:
$ sudo wvdial.
See DOCs/Testing.txt for details.
NOTE: You may need to install alsa-1.0.23?
package
from linuxant
check the linuxant page/site for more details.
Regards,
Antonio
On 3/31/10, Rami Daoud <ramidawod34@xxxxxxxxx>
wrote: