RE :> There is no problems with modem in Windows. - modem's utility usually displays V.44 protocol) Read the wvdial.txt about exceptional cases.For the Init2 lne tryInit2 = ATQ0 V1 E1 S0=0 &C1 &D2 +MS=34 If that works, next tryInit2 = ATQ0 V1 E1 S0=0 &C1 &D2 +MS=90 More broadly read Jacques PostInstall HowTo at http://linmodems.technion.ac.il MarvS On Dec 10, 2007 11:17 AM, Ferat D <ferat_d@xxxxxxx> wrote:> Marvin, Firas>> Thank you for your help.>> I've installed the slamr-2.6.22-14-generic.tar.gz compiled by Firas and driver seems to be working now.>> Also I tried to compile by myself folowing Marvin's instructions and DriverCompiling.txt but got some errors in a preparation stage ("make bzImage"), anyway it doesn't matter now.>>> There is another problem with connecting.> When I'am trying to connect by "sudo wvdial" I get this:>> ferat@ferat-desktop:~$ sudo wvdial> [sudo] password for ferat:> WvDial<*1>: WvDial: Internet dialer version 1.56> WvModem<*1>: Cannot get information for serial port.> WvDial<*1>: Initializing modem.> WvDial<*1>: Sending: ATZ> WvDial Modem<*1>: ATZ> WvDial Modem<*1>: OK> WvDial<*1>: Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0> WvDial Modem<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0> WvDial Modem<*1>: OK> WvDial<*1>: Modem initialized.> WvDial<*1>: Sending: ATDTp1739199> WvDial<*1>: Waiting for carrier.> WvDial Modem<*1>: ATDTp1739199> WvDial Modem<*1>: CONNECT 42667> WvDial Modem<*1>: User Access Verification> WvDial Modem<*1>: Username:> WvDial<*1>: Carrier detected. Waiting for prompt.> WvDial Modem<*1>: NO CARRIER> WvDial<Notice>: Don't know what to do! Starting pppd and hoping for the best.> WvDial<Notice>: Starting pppd at Mon Dec 10 17:23:15 2007> WvDial<Notice>: Pid of pppd: 6853> WvDial<*1>: Using interface ppp0> WvDial<*1>: pppd: [10]п [06][08]п п [06][08]> WvDial<*1>: pppd: [10]п [06][08]п п [06][08]>> This is my wvdial.conf:>> [Dialer Defaults]> Init1 = ATZ> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0> Modem Type = Analog Modem> Baud = 460800> New PPPD = yes> Modem = /dev/ttySL0> ISDN = 0> Phone = p1739199> Password = test> Username = test> Carrier check = no>> I tried to change dialup information and connect to several ISP's but didn't get connection with none of them>> There is no problems with modem in Windows.> (maybe it will be useful - modem's utility usually displays V.44 protocol)>>> -----Original Message----->> Here goes : ftp://itsuki.fkraiem.org/pub/slamr-2.6.22-14-generic.tar.gz>> Firas>> P.S. : For compiling on Ubuntu 7.10, the ungrab-winmodem_20070426.tar.gz> source archive didn't work. I used the ungrab-winmodem_20070430.tar.gz.>>> -----Original Message----->>> Folks> Would someone using Ubuntu and compiling proficient fix my package per> issue below.> > > From .http://linmodems.technion.ac.il/packages/smartlink/Ubuntu/> > > get the slamr-2.6.22-14-generic.tar.gz with compiled drivers.>> Ferat>> Apologies, I forgot to add the ungrab-winmodem into the slamr package> and am traveling for 10 days more without Linux tools>> From http://linmodems.technion.ac.il/packages/smartlink/ get the package> ungrab-winmodem_20070426.tar.gz> Under Linux do> $ tar zxf ungrab*.tar.gz> to unpack it>> $ ls> Will show the unpacked folder. Move in> $ cd ungrab-winmodem_20070426> $ ls> $ make clean> $ make> will compile the driver, Install with> $ sudo make install>> This will compensate. Just again in the slamr folder, run the> $ sudo ./setup> There will still be warning messages. But all needed will be properly installed>> After the install, an edit will be needed in file> /etc/default/sl-modem-daemon (or similar name)> $ sudo gedit /etc/default/sl-modem-daemon> Just change the country setting to RUSSIA, from USA>> During the setup, there should have been generated a file> /etc/wvdial.conf , also needing an edit> $ sudo gedit /etc/wvdial.conf> Remove the ; < > symbols and put in your dialout information.> There should already be a last line:> Carrier Check = no> but add it if necessary.> Save>> Do> $ sudo cp /etc/wvdial.conf /etc/wvdial.conf .backup> because if the setup is run again, it will overwrite /etc/wvdial.conf> But a 2nd usage of ./setup should not be done>> Reboot and the modem should be ready to use, with> $ sudo wvdial>> MarvS>>