A line: Carrier Check = no must be added to /etc/wvdial.conf Sometimes a driver dies when loaded. Doing: /etc/init.s/sl-modem-daemon restart will unload, reload the driver, and then reset the modem. MarvS On Fri, Jan 9, 2009 at 11:58 AM, seyyedali hosseini <seyyedonline@xxxxxxxxx> wrote: > hi marvin > i can not connect to internet because: > root@SeyyedOnline:/home/seyyedali# wvdial > --> WvDial: Internet dialer version 1.56 > --> 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: ATDT9095119700 > --> Waiting for carrier. > ATDT9095119700 > NO CARRIER > --> No Carrier! Trying again. > --> Sending: ATDT9095119700 > --> Waiting for carrier. > ATDT9095119700 > NO DIALTONE > --> No dial tone. > > --> Disconnecting at Fri Jan 9 20:18:34 2009 > > please help me Tank you > > On Fri, Jan 9, 2009 at 5:05 PM, Marvin Stodolsky > <marvin.stodolsky@xxxxxxxxx> wrote: > >> seyyedali >> >> For your System >> CPU=i686, >> Linux version 2.6.24-parsix-23 (root@memphis-mobile) (gcc version >> 4.2.3 (Debian 4.2.3-5)) >> >> with modem >> PCI slot PCI ID SubsystemID Name >> ---------- --------- --------- -------------- >> 00:11.6 1106:3068 1543:4c21 Communication controller: >> VIA >> Technologies, Inc. AC'97 Modem Controller >> >> archival records predict an output like >> >> PCIDEV=1106:3068 >> SUBSYS=1543:4c21 >> SOFT=1106:3068.MC97 >> CodecArchived=SIL21 >> IDENT=slmodemd >> SLMODEMD_DEVICE=modem:1 >> Driver=snd-via82xx-modem >> ======= >> >> But the ALSA diagnostics did not detect an activated modem, suggesting >> the driver snd-via82xx-modem was not loaded. What is displayed by: >> $ lsmod | grep modem >> If snd-via82xx-modem is not displayed, please as Root do: >> # modprobe snd-via82xx-modem >> and again run the diagnostics >> # ./scanModem >> >> >> Download from http://linmodems.technion.ac.il/packages/smartlink/ >> the package SLMODEMD_gcc4.tar.gz having a compiled slmodemd. Unpack >> under Linux with: >> $ tar zxf SLMODEMD_gcc4.2.tar.gz >> and read instructions therein. >> >> This will replace an older >> /usr/sbin/slmodemd >> installed by the sl-modem-daemon package with the current version 2.9.11. >> >> CHeck this with: >> # /etc/init.d/ sl-modem-daemon stop >> Check the slmodemd version with: >> $ slmodemd --help >> $ slmodemd --version >> SmartLink Soft Modem: version 2.9.11 >> --------- >> should now be reported. >> >> Use >> # gedit /etc/defaul/sl-modem-daemon >> to set the COUNTRY setting to IRAN, from USA >> >> Then the scripts on bootup should automate >> slmodemd -c IRAN --alsa modem:1 >> with dynamic creation of ports: >> /dev/ttySL0 --> /dev/pts/N , with N some number >> or this can bedone manually by >> # /etc/init.d/ sl-modem-daemon restart >> >> If modem ports are reported by: >> $ ls -l /dev/ttySL0 >> >> The modem should be found by: >> # wvdialconf /etc/wvdial.conf >> >> REport back presently >> >> Marv S >> >> >> On Fri, Jan 9, 2009 at 6:04 AM, seyyedali hosseini >> <seyyedonline@xxxxxxxxx> wrote: >>> hi i am seyyedali hosseini from iran. >>> i use scanmodem to find modem driver but i have to understand >>> modemdate file. please help me. >>> Tank You >>> >> > >