Hello guys, thank you for your help. Actually now it was correctly detected. When i call wvdial, it asks for a valid phone number, login and pswd. Now if i restart, will i have to reinstall it again? Also is this modem a voice modem, so i can play an answer machine with it or not? thanks kind regards, Sherif -------- Original-Nachricht -------- > Datum: Fri, 5 Feb 2010 15:20:05 -0500 > Von: Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx> > An: sherif omran <sherif.omran@xxxxxx> > CC: discuss@xxxxxxxxxxxxx > Betreff: Re: Installing modem driver under linux Centos > Cntrl-C kills slmodemd, so nothing will work after that. > Linux typically support any number of consoles, check with Centos > assistance on how to other more. > > But you can alternately do: > # slmodemd -c GERMANY --alsa modem:1 & > where & means "put the process into the background". > Thus you can still use the same console for other commands. > Later > # fg slmodemd > will bring slmodemd "into the fore ground", so that it can be stopped > with Ctrl-C > > MarvS > > > On Fri, Feb 5, 2010 at 10:15 AM, sherif omran <sherif.omran@xxxxxx> wrote: > > I have only one consule (command line) and don't know how to create a > second consule, i don't have KDE or Gnome. > > > > when i give ./slmodem -c GERMANY --alsa modem:1 > > It reports symbolic link created, press Ctrl+C for termination. > > > > I pressed Ctrl+C and gave > > ls -l /dev/ttySL0 /dev/pts/* > > output: > > > > ls: /dev/ttySL0: No such file or directory > > ls: /dev/pts/* : No such file or directory > > > > # > > > > Is it possible to create the link manually with ln? > > > > regards, > > sherif > > > > > > > > -------- Original-Nachricht -------- > >> Datum: Fri, 5 Feb 2010 08:32:55 -0500 > >> Von: Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx> > >> An: sherif omran <sherif.omran@xxxxxx> > >> CC: discuss@xxxxxxxxxxxxx > >> Betreff: Re: Installing modem driver under linux Centos > > > >> Sherif, > >> > >> If slmodemd was installed to /usr/sbin/slmodemd, as indicated by the > >> success: > >> > Smartlink Soft Modem: Version 2.9.11 Feb 17 2008 09:31:10 > >> > symbolic link '/dev/ttySL0' -> '/dev/pts/0' created > >> > modem 'modem:1' created. TTY is '/dev/pts/0' > >> > use '/dev/ttySL0' as modem device > >> If will suffice in the future to run as Admin/Root: > >> # slmodemd -c GERMANY --alsa modem:1 > >> > >> Check again for the port creation with: > >> # ls -l /dev/ttySL0 /dev/pts/* > >> Note that this "0" is a "zero", not the capital letter O > >> > >> Leaving slmodemd active, open a 2nd console and as Root: > >> # wvdialconf > >> > >> Read the wvdial.txt for details. > >> > >> MarvS > >> > >> > >> > >> On Fri, Feb 5, 2010 at 4:23 AM, sherif omran <sherif.omran@xxxxxx> > wrote: > >> > Hi Marv, > >> > > >> > applying the command > >> > > >> > ./slmodem -c GERMANY --alsa modem:1 > >> > > >> > results in an output > >> > Smartlink Soft Modem: Version 2.9.11 Feb 17 2008 09:31:10 > >> > symbolic link '/dev/ttySL0' -> '/dev/pts/0' created > >> > modem 'modem:1' created. TTY is '/dev/pts/0' > >> > use '/dev/ttySL0' as modem device > >> > > >> > Now searching for the symbolic link > >> > > >> > ls /dev/ttySL0 > >> > > >> > i don't see it???? > >> > > >> > going next to wvdial > >> > > >> > wvdial produces > >> > > >> > --> WvDial: Internet dialer version 1.54.0 > >> > --> Cannot open /dev/ttySL0: No such file or directory > >> > > >> > > >> > In WvDial.conf i have > >> > [Dialer Defaults] > >> > Modem = /dev/ttySL0 > >> > Baud = 9600 > >> > Init = ATZ > >> > Init2 = AT S11=50 > >> > Carrier Check = no > >> > > >> > [Dialer pulse] > >> > Dial Command = ATDP > >> > > >> > > >> > > >> > any idea how to continue? > >> > > >> > thanks in advance, > >> > kind regards, > >> > > >> > Sherif > >> > > >> > > >> > > >> > -------- Original-Nachricht -------- > >> >> Datum: Thu, 4 Feb 2010 19:28:45 -0500 > >> >> Von: Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx> > >> >> An: Sherif Omran <sherif.omran@xxxxxx> > >> >> CC: discuss@xxxxxxxxxxxxx > >> >> Betreff: Re: Installing modem driver under linux Centos > >> > > >> >> Sherif > >> >> > >> >> Under > >> >> CPU=i686, CentOS release 5.4 (Final) > >> >> Linux version 2.6.18-92.1.22.el5 (mockbuild@xxxxxxxxxxxxxxxxxxxx) > (gcc > >> >> version 4.1 > >> >> > >> >> with > >> >> "Modem: Silicon Integrated Systems [SiS] AC'97 Modem Controller " > >> >> CLASS=0703 > >> >> PCIDEV=1039:7013 > >> >> SUBSYS=17c0:1059 > >> >> IRQ=11 > >> >> SOFT=1039:7013.MC97 > >> >> CodecArchived=SIL27 > >> >> CodecDiagnosed=SIL27 > >> >> CodecClass=SIL > >> >> IDENT=slmodemd > >> >> SLMODEMD_DEVICE=modem:1 > >> >> Driver=snd-intel8x0m > >> >> > >> >> Support type needed or chipset: slmodemd > >> >> --------------------- > >> >> An ALSA (Advanced Linux Sound Architecture) modem driver: > >> snd-intel8x0m > >> >> provides Low Level support enabling contact with the modem > hardware. > >> >> Complementary High Level support is through a Smartlink utility: > >> >> slmodemd > >> >> > >> >> Download from http://linmodems.technion.ac.il/packages/smartlink/ > >> >> the package SLMODEMD.gcc4.1.tar.gz having a compiled slmodemd. > Unpack > >> >> under Linux with: > >> >> $ tar zxf SLMODEMD.gcc4.1.tar.gz > >> >> and read instructions therein. But briefly, the modem is setup > with > >> >> command: > >> >> slmodemd -c GERMANY --alsa modem:1 > >> >> reporting dynamic creation of ports: > >> >> /dev/ttySL0 --> /dev/pts/N , with N some number > >> >> Read DOCs/Smartlink.txt and Modem/DOCs/YourSystem.txt for follow > >> >> through guidance. > >> >> > >> >> Read the occapanying documentation. > >> >> To /etc/wvdial.conf there should be added a line: > >> >> Carrier Check = no > >> >> > >> >> MarvS > >> >> > >> >> On Thu, Feb 4, 2010 at 3:41 PM, Sherif Omran <sherif.omran@xxxxxx> > >> wrote: > >> >> > Hi Marvin, > >> >> > > >> >> > here is the ModemData.txt file. I would appreciate if any body can > >> help > >> >> me. > >> >> > > >> >> > waiting your reply, > >> >> > > >> >> > regards, > >> >> > Sheirf > >> >> > > >> >> > > >> >> > On 2/4/2010 2:10 AM, Marvin Stodolsky wrote: > >> >> >> > >> >> >> Sherif > >> >> >> > >> >> >> Sorry I overlooked that you already ran scanModem. > >> >> >> Please send us the entire ModemData.txt that was ouput. > >> >> >> > >> >> >> MarvS > >> >> >> > >> >> >> > >> >> >> On Wed, Feb 3, 2010 at 8:08 PM, Marvin Stodolsky > >> >> >> <marvin.stodolsky@xxxxxxxxx> wrote: > >> >> >> > >> >> >>> > >> >> >>> Sherif > >> >> >>> > >> >> >>> Modem - Lucent Technologies Soft Modem AMR > >> >> >>> will be supported by your onboard snd-intel8x0m driver, plus a > >> >> >>> slmodemd helper utility. > >> >> >>> To get details > >> >> >>> Browse http://linmodems.technion.ac.il and download > >> scanModem.gz . > >> >> >>> Within a Linux partition > >> >> >>> gunzip scanModem.gz > >> >> >>> To make it executable: > >> >> >>> chmod +x scanModem > >> >> >>> Run diagnositics with: > >> >> >>> ./scanModem > >> >> >>> > >> >> >>> MarvS > >> >> >>> > >> >> >>> On Wed, Feb 3, 2010 at 7:55 PM, Sherif > Omran<sherif.omran@xxxxxx> > >> >> wrote: > >> >> >>> > >> >> >>>> > >> >> >>>> Dear developers, > >> >> >>>> > >> >> >>>> I am trying to install my modem under centos. My modem is Ambit > >> >> T60M283 > >> >> >>>> in a > >> >> >>>> fujitsu siemens Amilo D 6820, there is a driver under windows > >> >> >>>> > >> >> >>>> > >> >> >>>> > >> >> > >> > http://support.ts.fujitsu.com/Download/ShowDescription.asp?SoftwareGUID=04C90241-F78F-4677-B9DD-647E410044EC&OSID=665F4A20-6E31-43C3-82C2-D98CE773007C&Status=True&Component=Ambit%20T60M283 > >> >> >>>> > >> >> >>>> When i tried to use scanmodem, it detects an SIS sound card > >> available > >> >> >>>> but > >> >> >>>> the lucent modem is not detected. > >> >> >>>> > >> >> >>>> Could any body please help > >> >> >>>> > >> >> >>>> thanks in advance > >> >> >>>> kind regards, > >> >> >>>> Sherif > >> >> >>>> > >> >> >>>> > >> >> >>>> > >> >> >>>> > >> >> >>> > >> >> >>> > >> >> >> > >> >> >> > >> >> > > >> > > >> > -- > >> > GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! > >> > Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 > >> > > > > > -- > > Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox > 3.5 - > > sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser > > -- NEU: Mit GMX DSL über 1000,- ¿ sparen! http://portal.gmx.net/de/go/dsl02