Hello,
I have trouble connecting to the internet using slmodemd-2.9.11 on my
laptop.
Country: Germany
#### Output of slmodemd:
slmodemd -a -c GERMANY hw:0,6
SmartLink Soft Modem: version 2.9.11 Dec 30 2006 11:49:29
symbolic link `/dev/ttySL0' -> `/dev/pts/1' created.
modem `hw:0,6' created. TTY is `/dev/pts/1'
Use `/dev/ttySL0' as modem device, Ctrl+C for termination.
#### Output of minicom
Welcome to minicom 2.1
OPTIONS: History Buffer, F-key Macros, Search History Buffer, I18n
Compiled on Jul 26 2006, 06:38:09.
Press CTRL-A Z for help on special keys
AT S7=45 S0=0 L1 V1 X4 &c1 E1
Q0
OK
#### End output minicom
#### Output of wvdial:
[root@client7 ~]# wvdial
--> WvDial: Internet dialer version 1.54.0
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: AT+GCI=42
AT+GCI=42
OK
--> Sending: ATQ0 V1 E1 S0=0 X3 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 X3 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT01920785
--> Waiting for carrier.
ATDT01920785
--> Timed out while dialing. Trying again.
--> Sending: ATDT01920785
--> Waiting for carrier.
NO CARRIER
ATDT01920785
--> No Carrier! Trying again.
--> Sending: ATDT01920785
--> Waiting for carrier.
NO CARRIER
Caught signal #2! Attempting to exit gracefully...
--> Disconnecting at Sun Dec 31 10:15:35 2006
#### End of output wvdial
I tried the script unloading, but no change.
#### Output of slmodemd --debug3:
SmartLink Soft Modem: version 2.9.11 Dec 30 2006 11:49:29
<665.370005> SmartLink Soft Modem: version 2.9.11 Dec 30 2006 11:49:29
<665.371160> hw:0,6: startup modem...
<665.371452> hw:0,6: update termios...
symbolic link `/dev/ttySL0' -> `/dev/pts/1' created.
modem `hw:0,6' created. TTY is `/dev/pts/1'
<665.372598> open file: /var/lib/slmodem/data.hw:0,6...
<665.372818> cannot open '/var/lib/slmodem/data.hw:0,6': No such file or directory
<665.374636> main: rt applyed: SCHED_FIFO, pri 99
Use `/dev/ttySL0' as modem device, Ctrl+C for termination.
<886.938506> main: signal 2: mark termination.
<886.938553> hw:0,6: modem_delete...
How do I create '/var/lib/slmodem/data.hw:0,6' ?
Any solutions?
------------------------------------------------------------------------
The files in this Modem/ folder have the following roles:
ModemData.txt - Diagnostics and accumulated information cogent to your modem and host system.
This is the ONLY file which should be sent to the List DISCUSS@xxxxxxxxxxxxx ,
if further help is needed. Send your email and attachments as plain text as
other formats are rejected by the List Server, to avoid virus transmission.
Always send the ENTIRE ModemData.txt, as It includes subtle diagnostic ouputs needed
to best guide you. Please in the covering email mention your Country, to enable Country
specific advice.
Always use the most recent update of scanModem accessed ONLY at
http://linmodems.technion.ac.il/packages/scanModem.gz
to produce ModemData.txt
URLs to cogent advice are regularly updated, so your problem may be solved therein.
Please Do NOT send Do NOT send other files in this folder Modem/
A file(s) specific to your modem chipset will be written, such as:
Smartlink.txt, Conexant.txt, Intel.txt , etc
YourModem.txt - Guidance about operating your particular System, for your benefit
It should NOT be sent to Discuss@xxxxxxxxxxxxx
Rational.txt - Motivations of this scanModem package.
DriverCompiling.txt - Explains the roles of additional files which may have to be installed
to support compiling of modem drivers, and the steps to take.
SoftModem.txt - Information and instructions about "soft modems".
For these modems, additional steps may be necessary for choice of supporting software.
The primary PCI ID is that of the host audio or modem controller, which can support diverse Subsystems. It is the chipset of the Subsystem which determines the software needed.
ModemTesting.txt SHOULD be read, but after drivers have been installed.
InfoGeneral.txt has general information about the status of winmodem support under Linux,
Do read it if ModemData.txt reports that your current modem is not supported under Linux.
Unsubscribe.txt - Howto terminate email tranmissions from the List.
If you are Linux newcomer, please do locate your local Linux group through:
http://www.linux.org/groups/index.html . If you are not comfortable with English,
a local Linux user can often be of substantial assistance in getting you on to the Internet.
------------------------------------------------------------------------
[Dialer defaults]
## filename /etc/wvdial.conf
# Lines begining with # are comments.
Modem = /dev/ttySL0
Init1 = ATZ
Init2 = AT+GCI=42
#Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
# Lack of dialtone acquisition can be due to low line voltage,
# a common problem in Italy.
# Try inserting a "dial without waiting": X3
Init3 = ATQ0 V1 E1 S0=0 X3 &C1 &D2 +FCLASS=0
# In case of connection instabilities, specify a lower frequency:
# Init3 = ATQ0 V1 E1 S0=0 X3 &C1 &D2 +MS=34
## See slmodemd --contrylist for your country
## this is for germany
ISDN = 0
Modem Type = Analog Modem
Phone = 01920785
# if going through a switch board, a perhaps necessary pause can
# produced with a comma:
# Phone = 1,Dialout_phone_number
Username = arcor
# if Internet Provider is MSN.net, use under Linux: MSN/LoginName
Password = internet
## if using the SmartLink slmodem drivers, uncomment
Carrier Check = no
## If CONNECT is achieved but browsing fails, try activating the
# following line
AutoDNS = yes
## To make a logfile wvdial.out
wvdial 2>&1 | tee wvdial.out
# # For some Internet providers, the following line is necessary
Stupid Mode = yes
## for other wvdial options, do "man wvdial" or see the
## documentation in /usr/share/doc/wvdial/
## End wvdial.conf