LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-04-2004, 01:06 PM   #1
ss_vikas
LQ Newbie
 
Registered: Jul 2004
Location: India
Distribution: Redhat
Posts: 1

Rep: Reputation: 0
how to establish dial up internet connection through linux?


hello all,

as the forum says i'am new to the linux environment i'am able access internet through dial up connection from windows environment now i want to access internet from linux environment.


how to establish dial up internet connection through linux?

i would be very thankfull to the group if any one could help me out.


thank u very much

sincerely,

vikas
 
Old 08-04-2004, 01:24 PM   #2
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
Most distributions have some sort of “modem” or “internet” connection built into their configuration tools. Which distribution are you using?

If you're running KDE, you can use the kppp program to create a network connection. You might need to run this as root in order to get access to your modem.

— Robert J. Lee
 
Old 08-04-2004, 01:53 PM   #3
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
do you have a dialup modem? what kind? manufacturer/model #? is it a soft or hard modem?
 
Old 08-04-2004, 02:33 PM   #4
vearn2000
LQ Newbie
 
Registered: Jul 2004
Distribution: RedHat and Suse
Posts: 1

Rep: Reputation: 0
u can connect easily using KPPP or if u prefer CLI u can use wvdial .
what type of modem u have?
 
Old 08-04-2004, 03:13 PM   #5
max_sipos
Member
 
Registered: Jul 2004
Posts: 96

Rep: Reputation: 15
If you want a traditional (console-based) introduction to setting up PPP, there is a tutorial:

http://gd.tuwien.ac.at/opsys/linux/L...linux-ppp.html

I went through the tutorial and dial-up, PPP connection works great.

Best,

--
Maksim Sipos
 
Old 08-04-2004, 03:20 PM   #6
pony85
LQ Newbie
 
Registered: Aug 2004
Location: Bangalore
Distribution: Redhat Linux 9.0
Posts: 25

Rep: Reputation: 15
Hello

I feel you can use KPPP i feel its really good and it even detects the modem. But i could only use an external modem DLINK 33.6 KBPS
However if you have a winmodem then it wont be supported in Linux.
 
Old 08-04-2004, 03:26 PM   #7
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
Quote:
However if you have a winmodem then it wont be supported in Linux.
This is untrue. Some windmodems have linux drivers: ie the Intel537ep
this is my modem, internal, winmodem, and it works better than it does in windoze
 
Old 08-04-2004, 03:31 PM   #8
pony85
LQ Newbie
 
Registered: Aug 2004
Location: Bangalore
Distribution: Redhat Linux 9.0
Posts: 25

Rep: Reputation: 15
Oh i really didnt know that.
Sorry for the wrong info buddy.
Thanks a lot John.

cheers
Pavan ( pony85)
 
Old 08-04-2004, 03:42 PM   #9
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there
i have an ecternal modem
it is detected in linux

i have ppp support
then too internet connection s not possible
i am pasting down here the output of my unsuccessfull wvdial

root@gaurav root]# wvdial
--> WvDial: Internet dialer version 1.53
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: AT S11=50
AT S11=50
OK
--> Modem initialized.
--> Sending: ATDT1500
--> Waiting for carrier.
ATDT1500
CONNECT 57600
--> Carrier detected. Waiting for prompt.
Welcome to 3Com Total Control HiPer ARC (TM)
Networks That Go The Distance (TM)
login:
--> Looks like a login prompt.
--> Sending: smartlad3150
smartlad3150
Password:
--> Looks like a password prompt.
--> Sending: (password)
Welcome To Mantrafreenet
Test Number~[7f]}#@!}!}!} }?}!}$}%j}"}&[7f][7f][7f][7f]}%}&W[19]}:v}'}"}(}"}1}$}%j}3}#} 5%~~[7f]}#@!}!}"} }?}!}$}%j}"}&[7f][7f][7f][7f]}%}&W[19]}:v}'}"}(}"}1}$}%j}3}#} D~
--> PPP negotiation detected.
--> Starting pppd at Wed Aug 4 20:40:05 2004
--> pid of pppd: 3186
--> Disconnecting at Wed Aug 4 20:40:40 2004
--> The PPP daemon has died: A modem hung up the phone (exit code = 16)
--> man pppd explains pppd error codes in more detail.
--> Try again and look into /var/log/messages and the wvdial and pppd man pages for more information.

~
~


pl. help
regards
gaurav
 
Old 08-05-2004, 03:25 AM   #10
max_sipos
Member
 
Registered: Jul 2004
Posts: 96

Rep: Reputation: 15
Maybe the ISP you are calling is using PAP or CHAP (My ISP does that). In that case I connect from minicom, up to the part with the login prompt. Then I go out of minicom (without hanging up) and start pppd. pppd knows how to pass the username/password itself by analyzing /etc/ppp/pap-secrets
 
Old 08-05-2004, 03:25 AM   #11
max_sipos
Member
 
Registered: Jul 2004
Posts: 96

Rep: Reputation: 15
Maybe the ISP you are calling is using PAP or CHAP (My ISP does that). In that case I connect from minicom, up to the part with the login prompt. Then I go out of minicom (without hanging up) and start pppd. pppd knows how to pass the username/password itself by analyzing /etc/ppp/pap-secrets and chap-secrets.

--
Maksim Sipos
 
Old 08-05-2004, 04:03 AM   #12
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
I had the same error but solved the problem by setting the modem to "stupid mode on". You can do it in YAST, perhaps in KPPP or you can directly edit wvdial.conf and set there "stupidmode=1".
 
Old 08-05-2004, 09:55 AM   #13
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi JZL240I-U

i tried the stupid mode that too also not working here
 
Old 08-05-2004, 10:00 AM   #14
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Okay, then like max_sipos suggested, switch between PAP and CHAP, it's probably possible to change in KPPP or look into YAST again.
 
Old 08-05-2004, 01:36 PM   #15
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi
what is YAST and should i start minicom and thenstart pppd by simply
#pppd
 
  


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
cannot establish adsl internet connection pat@studio Linux - Networking 2 05-11-2005 02:08 PM
How to establish dial-up connection from bash ? yesfixit SUSE / openSUSE 2 04-01-2005 10:37 PM
cannot establish dial up connection Mr_C Linux - Networking 5 06-03-2004 10:32 PM
Can't figure out how to establish dial-up connection vascoignus Arch 1 04-27-2004 05:08 AM
cannot establish a connection to my internet Jjurk Linux - Newbie 7 03-05-2004 04:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:00 AM.

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