Amos, Please always send to the Linmodems listserver, as the group expertise is much broader than mine alone, and I don't have the time to respond to all queries. With respect to your questions below. Just use $ su - root # gedit /etc/wvdial.conf to make changes. You must add a line: Carrier check = no and put in your personal login info at the indicated lines, as illustrated in the wvdial.txt Save. With slmodemd left running, open a 2nd console, or TAB on your current one. Then you may be able to CONNECT to the Internet with: # wvdial The other information in the sample wvdial.txt are potential remedies, if the dialout is not successful MarvS On Dec 10, 2007 5:04 PM, amosse@xxxxxxxxx <amosse@xxxxxxxxx> wrote: > > Amos > > > > The low level modem driver is the snd-intel8x0m (plus dependent > > modules) already provided with your Linux installation. > > The slmoded is a non-driver helper with most of the COMM smarts, > > provided compiled for Newbies. If you want to compile it yourself for > > fun, read the Smartlink.txt for details. > > > > Or more simply: > > $ su - root > > Copy the slmodemd over: > > # cp slmodemd /usr/sbin/slmodemd > > # chmod +x /usr/sbin/slmodemd > > > > # slmodemd --help > > # slmodemd -c ITALY --alsa modem:1 > > > reporting dynamic creation of ports: > > > /dev/ttySL0 --> /dev/pts/N , with N some number > > Open another console and therein > > # wvdialconf /etc/wvdial.conf > > should find your modem > > Read the wvdial.txt about features often needed in Italy > > > > MarvS > > Many thanks for your reply. > I did as per your instruction: > > # slmodemd -c ITALY --alsa modem:1 > > SmartLink Soft Modem: version 2.9.11 Nov 21 2007 09:03:10 > symbolic link `/dev/ttySL0' -> `/dev/pts/2' created. > modem `modem:1' created. TTY is `/dev/pts/2' > Use `/dev/ttySL0' as modem device, Ctrl+C for termination. > > # wvdialconf /etc/wvdial.conf > > Editing `/etc/wvdial.conf'. > Scanning your serial ports for a modem. > ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud > ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud > ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up. > Modem Port Scan<*1>: S1 S2 S3 > ttyS4<Info>: No such device or address > Modem Port Scan<*1>: S4 > ttyS5<Info>: No such device or address > Modem Port Scan<*1>: S5 > ttyS6<Info>: No such device or address > Modem Port Scan<*1>: S6 > ttyS7<Info>: No such device or address > Modem Port Scan<*1>: S7 > WvModem<*1>: Cannot get information for serial port. > ttySL0<*1>: ATQ0 V1 E1 -- OK > ttySL0<*1>: ATQ0 V1 E1 Z -- OK > ttySL0<*1>: ATQ0 V1 E1 S0=0 -- OK > ttySL0<*1>: ATQ0 V1 E1 S0=0 &C1 -- OK > ttySL0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 -- OK > ttySL0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK > ttySL0<*1>: Modem Identifier: ATI -- SmartLink Soft Modem > ttySL0<*1>: Speed 4800: AT -- OK > ttySL0<*1>: Speed 9600: AT -- OK > ttySL0<*1>: Speed 19200: AT -- OK > ttySL0<*1>: Speed 38400: AT -- OK > ttySL0<*1>: Speed 57600: AT -- OK > ttySL0<*1>: Speed 115200: AT -- OK > ttySL0<*1>: Speed 230400: AT -- OK > ttySL0<*1>: Speed 460800: AT -- OK > ttySL0<*1>: Max speed is 460800; that should be safe. > ttySL0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK > Found a modem on /dev/ttySL0. > Modem configuration written to /etc/wvdial.conf. > ttySL0<Info>: Speed 460800; init "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0" > > I checked wvdial.conf, and I find more or less this set up: > > Dialer defaults] > # Lines begining with # are comments. > # wvdial will look for this file at /etc/wvdial.conf or /home/LoginName/.wvdial.rc > # Redhat/Fedora have an Internet Connection Wizard in the popup menus > # ICW will write a two part /etc/wvdial.conf supporting multiple modem usage. > Modem = /dev/ttySL0 > Init1 = ATZ > Init2 = 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 > # Init2 = ATQ0 V1 E1 S0=0 X3 &C1 &D2 +FCLASS=0 > # In case of connection instabilities, specify a lower frequency: > # Init2 = ATQ0 V1 E1 S0=0 X3 &C1 &D2 +MS=34 > ISDN = 0 > Modem Type = Analog Modem > Phone = Dialout_phone_number > # if going through a switch board, a perhaps necessary pause can produced with a comma: > # Phone = 1,Dialout_phone_number > Username = LoginName > # if Internet Provider is MSN.net, use under Linux: MSN/LoginName > Password = YourPassWord > # the following lines is NEEDED only by slmodemd > Carrier check = no > # Kinternet appears to add it automatically. > ## If CONNECT is achieved but browsing fails, try activating the following line > # Auto DNS = 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 > > What I have to do now, modify wvdial.conf as per wvdial.txt suggestion? And can I do it from YaST2? > Because modem is still not working. > > Amos > > > >