LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-24-2005, 10:30 AM   #1
spaceballs
Member
 
Registered: Jan 2005
Location: Dallas, TX
Distribution: Slackware-current
Posts: 248

Rep: Reputation: 30
Dial Up ISP


I know this probably doesn't belong here, but I figured that I could get an answer. I am trying to find a dial up ISP. I have never dialed up using linux.

Could someone tell me exactly how to dial up using slack-current, and/or recommend an ISP that supports linux?
 
Old 08-24-2005, 10:38 AM   #2
tuxdev
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 2,012

Rep: Reputation: 115Reputation: 115
all dial-up ISPs use the ppp protocol, so all of them should work fine. The real problem is to set up the modem and dialer. If you have a internal winmodem, you will have to go to www.linmodems.org to set it up. I have done it with a Lucent LT. The dialer is your choice, but I could not get any of them but the intellegent wvdial to work.
 
Old 08-24-2005, 10:45 AM   #3
spaceballs
Member
 
Registered: Jan 2005
Location: Dallas, TX
Distribution: Slackware-current
Posts: 248

Original Poster
Rep: Reputation: 30
Has anyone ever dialed up using Earthlink & Slackware?
How?
 
Old 08-24-2005, 12:21 PM   #4
tuxdev
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 2,012

Rep: Reputation: 115Reputation: 115
I have not, but it should not matter. All ISPs use the same protocol, and Linux supports that, so you should be able to connect to whatever ISP you want to use. First things first, you need to be able to use your modem.
 
Old 08-24-2005, 12:59 PM   #5
spaceballs
Member
 
Registered: Jan 2005
Location: Dallas, TX
Distribution: Slackware-current
Posts: 248

Original Poster
Rep: Reputation: 30
I do not have an onboard modem, and it would have to be a PCI device - which shouldn't be expensive, or hard to come by. Can anyone recommend a manufacturer? The HCL didn't exactly make it apparant.
 
Old 08-24-2005, 01:08 PM   #6
tuxdev
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 2,012

Rep: Reputation: 115Reputation: 115
External serial modems are better, but if you absolutely have to use an internal modem, I have used the Lucent LT linmodem which has pretty good support for a linmodem, but a real modem would be better. Of course, Linux compatibility is the most important. A compatible linmodem would always be a better choice than a incompatible full modem. Really, the HCL is all that matters.
 
Old 08-24-2005, 03:22 PM   #7
spaceballs
Member
 
Registered: Jan 2005
Location: Dallas, TX
Distribution: Slackware-current
Posts: 248

Original Poster
Rep: Reputation: 30
Is it best to have a modem that is supported by the kernel? Or is it better to find one with a separate driver?
 
Old 08-24-2005, 03:39 PM   #8
tuxdev
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 2,012

Rep: Reputation: 115Reputation: 115
well, having one supported by the kernel would probably be easier, but as long as it works, it does not really matter IMO.
 
Old 08-26-2005, 12:13 AM   #9
Boow
Member
 
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669

Rep: Reputation: 32
yea goto linmodems.org read through their site also try linuxant.com if your modem has a conexant chipset but beware there driver isnt free. I ended up getting and external modem from pricewatch for 15 bucks
 
Old 08-26-2005, 01:39 AM   #10
n0sr
Member
 
Registered: Sep 2004
Location: 127.0.0.1
Distribution: Slackware 13; Ubuntu Raspberry Pi OS
Posts: 255

Rep: Reputation: 34
*ANY* external modem is compatible with Linux, without the need for any drivers or kernel modules. This is because they connect through the serial port (which Linux can talk to).

The configuration of the modem is done purely through the AT command set.

Now the earlier posts about all ISP's using the same protocol is true, however there is another piece that is missing, and that is the authentication protocol used: namely pap or chap.

Nearly all ISP's use pap or chap and it will cause your configuration to be a little different, but really not much. I would hands down buy an external modem and then shop around for an ISP. Ask them specifically if they use pap or chap for authentication. You'll find that some will know the answer and others won't. That in an of itself will help you weed out the morons.

You will not be able to use an ISP that requires you to use their dialer (like AOL or netzero, although netzero does have a linux version dialer now).

Configuration is actually straightforward, and fairly easy using CLI. Check out the PPP-HOWTO at http://www.linux.org/docs/ldp/howto/...WTO/index.html
 
Old 08-26-2005, 05:05 AM   #11
trey85stang
Senior Member
 
Registered: Sep 2003
Posts: 1,091

Rep: Reputation: 41
Look for one of these cards on the net, or you favorite auction site. It is a PCI hardware modem

Lucent Venus 56K V.90 PCI Hardware Modem
 
Old 08-26-2005, 07:32 PM   #12
liquidtenmilion
Member
 
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606

Rep: Reputation: 32
IF you get an external modem, do make sure you don't get a USB one, as i can guarantee you that won't work in linux. make sure it is serial.

pretty much any dial up service will work, and the app *I* use when i'm in X is kppp, which is just as easy to setup as it is in windows.
 
Old 08-27-2005, 07:46 AM   #13
Geist3
Member
 
Registered: Oct 2003
Location: Richmond, Virginia USA
Distribution: Slackware 12.2
Posts: 59

Rep: Reputation: 15
Network config and kppp is headache

I use Earthlink dialup with an external serial Multitech (~$100) modem. Sweet. Also a PCI US Robotics modem (~$30) on another machine. O.K.

The problem I have had -- and it's still unresolved -- is having both kppp and a configured network. I had kppp going fine for a long time, then I decided to network some machines together. kppp no longer worked. I tried lots of stuff, like reinstalling kppp -- no go. Now I use have to use an "untainted" Slack install on a different partition to get online. I just use a USB flash memory drive to schlepp files around.
 
Old 08-29-2005, 02:27 PM   #14
spaceballs
Member
 
Registered: Jan 2005
Location: Dallas, TX
Distribution: Slackware-current
Posts: 248

Original Poster
Rep: Reputation: 30
I have got a PCI dynex modem in there. I can't get anything to work yet. How can I just test my modem and make sure it works.
 
Old 08-29-2005, 03:08 PM   #15
steved123
Member
 
Registered: May 2002
Location: New Hampshire
Distribution: Fedora Core 6 X86-64
Posts: 82

Rep: Reputation: 15
dialup isp

I'm using dialup4less.com. It's reasonably priced too.
 
  


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
How to dial ISP whenever it's needed? registering Mandriva 6 04-29-2005 09:49 PM
All I FREAKING want to do is dial up my ISP!!... madonid Linux - Networking 1 06-25-2004 08:34 PM
Can dial into isp but cant go anywhere InsaneBob Linux - Software 3 04-30-2004 10:03 PM
Dial ISP (LOF)Chm0d Linux - Newbie 4 02-01-2003 09:25 PM
dial up isp humanveal Linux - Networking 0 06-16-2002 01:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:13 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