LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-10-2005, 07:31 AM   #1
bong.mau
Member
 
Registered: Apr 2004
Posts: 391

Rep: Reputation: 30
dialer


Hi
i'm dialing succesfully to network (modem 56k) using a graphical ppp dialer
is there a program (script or executable) that perform the same thing without graphical (uneseful) interface ?
(this pgm or script must also permit to add an additional initialization command to the modem )
thanks in advance
Maurizio
 
Old 09-10-2005, 07:42 AM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
I think you are looking for wvdial:
http://wiki.linuxquestions.org/wiki/Wvdial
 
Old 09-10-2005, 08:43 AM   #3
dracolich
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 1,274

Rep: Reputation: 63
There's also this one:
http://www.muquit.com/muquit/software/mppp/mppp.html

Other than ppp-go and wvdial this is the only CL dialer I've found.
 
Old 09-10-2005, 08:44 AM   #4
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
or pppsetup
 
Old 09-10-2005, 11:56 AM   #5
bong.mau
Member
 
Registered: Apr 2004
Posts: 391

Original Poster
Rep: Reputation: 30
Hi

i will try also this two dialers,but in the mean time i tried to install wvdial....see the results..



now before proceeding i need to unsertand how linux works regarding packaging apply...
i'm alinux newbye but not a computer newbye....
My operating system is mandrake 10.1 kernel 2.6
below the line i listed the error i got applying the package and my comment
i rescue all packages from a set of Fedora CDroms
because mandrake 10.1 CDs does not provide wvdial and dependencies...
the error i get is clear.....it does not proceed because a code regression....
now before proceeding i have to clarify my doubts.....
doubts are about rpm and source installations.....
i worked many years on mainframes where product were installed in the same way
with an application similar to rpm that check all dependencies before proceeding..
in this way a database keep track about what is installed in the system....
then it was possible to just compile and link the source code ....
i see that the same happens in the linux operating system...
who estabilish rpm dependencies.....?
is the one that build the rpm package ? or there is an universal rule
recognized by all the linux distributions ?
example i installed mozilla from the fedora Cd,it calls some dependencies...it
works fine .then i unistalled mandrake and dep ,and i installed from the mandrake cd
and it call other very different dependencies,and it works fine too
so i'm a little bit confused.....
version of mandrake where 1.7.3 (fedora) and 1.7.2 (Mandrake)....
modification 2 instead of 3....
i installed in the past some linux products having the source code...
it needs the compiler libraries,and the kernel source libraries(i immagine to
rescue some system macroes needeed to compile)....but in this way we have
not the dependencies check...
what means ? that the source code already provide all needed libraries ?
(may be then in the system we can have some duplicated file of a different version?)
.....
now returning to my situation...in order to have wvdial operating what i have to do ?
install the source code ? (where is possible to download ?)
or copying only the dep libraries libcrypto.so.4 libssl.so.4 from somewhere..
it is possible to extract it from rpm package ?
(libwvstreams is available as source from the mandrake rpm....)
thanks in advance.
Maurizio
___________________________________________________________________________________
comment :
(wvdial requires two libraries,this two libraries are contianed into libwvstream
package,that requires two other libraries contained into openssl
openssl is already installed in newer version that does not contain the two libraries...

[root@localhost i386]# rpm -iv wvdial-1.54.0-3.i386.rpm
warning: wvdial-1.54.0-3.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
libwvstreams.so.3.75 is needed by wvdial-1.54.0-3
libwvutils.so.3.75 is needed by wvdial-1.54.0-3
[root@localhost i386]# rpm -iv libwvstreams-3.75.0-2.i386.rpm
warning: libwvstreams-3.75.0-2.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
libcrypto.so.4 is needed by libwvstreams-3.75.0-2
libssl.so.4 is needed by libwvstreams-3.75.0-2
[root@localhost i386]# rpm -iv openssl-0.9.7a-40.i686.rpm
warning: openssl-0.9.7a-40.i686.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
Preparing packages for installation...
package openssl-0.9.7d-1mdk (which is newer than openssl-0.9.7a-40) is already installed
file /usr/bin/openssl from install of openssl-0.9.7a-40 conflicts with file from package openssl-0.9.7d-1mdk
 
Old 09-10-2005, 01:17 PM   #6
bong.mau
Member
 
Registered: Apr 2004
Posts: 391

Original Poster
Rep: Reputation: 30
hi

news...
i checked the presence of some files.....
openssl is already installed so
libcrypto.so.0.9.7 is installed on my linux
libbssl.so.0.9.7 is installed on my linux
at this point can i proceed to install libwvstreams forcing a nocheck of dependencies ?
thanks in advance

Maurizio
 
Old 09-11-2005, 11:49 AM   #7
bong.mau
Member
 
Registered: Apr 2004
Posts: 391

Original Poster
Rep: Reputation: 30
ok ..wvdial runs fine...
i put two symbolik links to
libcrypto.so.0.9.7 & libbssl.so.0.9.7
then i installed libwvstreams and vwdial
and i was able to connect
Maurizio
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dialer for console tiredoflogins Linux - Software 5 10-16-2004 06:43 PM
Is there any dialer available? randomx Linux - Software 2 10-15-2004 06:19 PM
dialer question visxera Linux - Newbie 1 04-13-2004 10:58 PM
Dialer allelopath Linux - Software 2 04-26-2003 11:23 PM
dialer TES Linux - Newbie 3 01-04-2003 04:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration