Linmodems.org
Jin
Every duty is essentially duty to God.
-- not sure who said it.
# running commands
---------------------------------
tra@geb:~$ sudo wvdial
[sudo] password for tra:
--> WvDial: Internet dialer version 1.60
--> Cannot open /dev/ttySL0: No such file or directory
--> Cannot open /dev/ttySL0: No such file or directory
--> Cannot open /dev/ttySL0: No such file or directory
tra@geb:~$ ls -l /dev/ttySL0
ls: cannot access /dev/ttySL0: No such file or directory
tra@geb:~$ ls -l /etc/wvdial.conf
-rw-r--r-- 1 root root 297 2010-02-01 04:49 /etc/wvdial.conf (shouldn't " wvdial " be executable?)
tra@geb:~$ sudo gedit /etc/wvdial.conf
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Username = * (edit out by me)
Password = * " "
ISDN = 0
Phone = 9728520780
Phone1 = 9727590480
Phone2 = 9729939606
Phone3 = 9725354047
Phone4 = 9725354006
Modem Type = Analog Modem
Baud = 460800
Modem = /dev/ttySL0
Carrier check = no
tra@geb:~$ sudo wvdialconf
Editing `/etc/wvdial.conf'.
Scanning your serial ports for a modem.
Modem Port Scan<*1>: S0 S1 S2 S3
Sorry, no modem was detected! Is it in use by another program?
Did you configure it properly with setserial?
Please read the FAQ at http://open.nit.ca/wiki/?WvDial
If you still have problems, send mail to <wvdial-list@xxxxxxxxxxxx>.
tra@geb:~$
# now, it seems to dial out when I run:
sudo slmodemd -c GREECE --alsa hw:0,6
tra@geb:~$ sudo wvdial
[sudo] password for tra:
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> 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: ATDT9728520780
--> Waiting for carrier.
ATDT9728520780
NO CARRIER (why?)
--> No Carrier! Trying again.
--> Sending: ATDT9728520780
--> Waiting for carrier.
ATDT9728520780
(can heart modem dialing out.)
--------------------