LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 04-30-2002, 10:38 AM   #16
pilotgi
Member
 
Registered: Apr 2002
Location: ks
Distribution: openSUSE Tumbleweed
Posts: 495

Original Poster
Rep: Reputation: 33

Thanks, DMR, for keeping up with this thread and sharing your knowledge and experience.

To continue on with uncommenting, the readme file says: Not all systems can support the sync option. Uncomment the next line if yours can. #SYNC=sync.

If you want your PPPoE connection to automatically reconnect, uncomment the next line. #PERSIST=persist.

So, if I need to, how do I uncomment these two?

Another instruction I don't understand: If you have the files /release/pppoed-2.0 /release/pppoed-2.2, ( I have both) rename the file that corresponds to your OS version number to pppoed.

Don't have a clue what they're talking about here.

Last edited by pilotgi; 04-30-2002 at 10:40 AM.
 
Old 04-30-2002, 08:31 PM   #17
DMR
Member
 
Registered: Jun 2001
Location: Fairfax, California
Distribution: RH 9.0, RH 7.3, Mandrake 8.0
Posts: 986

Rep: Reputation: 30
Quote:
To continue on with uncommenting, the readme file says: Not all systems can support the sync option. Uncomment the next line if yours can. #SYNC=sync.

If you want your PPPoE connection to automatically reconnect, uncomment the next line. #PERSIST=persist.

So, if I need to, how do I uncomment these two?
The sync option can reduce the load that pppoed puts on the CPU, which is a Good Thing. If your system doesn't support it, I think the sync option just gets ignored (but I'm not positive). Persist is self-explanatory, and sounds useful to me, although I don't know if there are detrimental issues with the function.
To uncomment the lines in question, all you have to do is open the file that the readme refers to in a text editor, delete the "#" at the beginning of the lines, and save the file. * Make a backup copy of the file before you modify it!! *

Quote:
Another instruction I don't understand: If you have the files /release/pppoed-2.0 /release/pppoed-2.2, ( I have both) rename the file that corresponds to your OS version number to pppoed.

Don't have a clue what they're talking about here.
The pppoed-2.0 and pppoed-2.2 files appear to be precompiled (ready to use) versions of the PPPoE client. The "2.0" means that pppoed-2.0 was compiled for kernel version 2.0, and the "2.2" means that pppoed-2.2 was compiled for kernel version 2.2. What the readme is saying is that if your Linux version uses kernel version 2.2, rename "pppoed-2.2" to just "pppoed"; if you use kernel version 2.0, rename pppoed-2.0 to "pppoed". pppoed is the real name of the client, regardless of kernel; the 2.x numbers were just added to differentiate the versions of the client program. The readme's use of the term "OS version number" is vague, and I'm not surprised it had you scratching your head.

Your version of Mandrake is using a newer 2.4.x version of the kernel, so neither of the ready-made files will work for you, and you'd need to compile a new version from source. I don't know what specific instructions your package has for this, but I've got a sneaking feeling that the compile would fail miserably (for a number of ugly reasons that I won't go into). Also, I don't think this particular client is meant to work with 2.4 kernels anyway, as the 2.4 kernels now have built-in support for PPPoE (although it may not be enabled by default). If your ISP isn't Linux-savy, they probably aren't aware of the recent changes, so they just gave you what they had.

The PPPoE client that most Linux DSL users seem to use is a program from Roaring Penguin. I'll suggest that you at least check it out, but as I said, I don't use DSL so I can't offer any advice about the program.

Last edited by DMR; 04-30-2002 at 08:34 PM.
 
Old 05-01-2002, 11:58 AM   #18
pilotgi
Member
 
Registered: Apr 2002
Location: ks
Distribution: openSUSE Tumbleweed
Posts: 495

Original Poster
Rep: Reputation: 33
I visited Roaring Penquin. Sounds good to me, although I'm not sure which download to choose. They have these options:

Binary RPM for Red Hat 6.2 (Intel) rp-pppoe-3.3-1.i386.rpm
Source RPM for RPM-based distributions (includes GUI) rp-pppoe-3.3-1.src.rpm
Source gzipped tar file (includes GUI) rp-pppoe-3.3.ar.gz and GPG Signature
Patched ppp software for kernel-mode PPPoE ppp-2.4.1-pppoe2.tgz
GUI -- download the GUI packages in addition to the core software. GUI Binary RPM for Red Hat 6.2 (ntel)

I'm guessing: Source RPM for RPM-based distros.
 
Old 05-01-2002, 12:29 PM   #19
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
Hi, hi.

hey, I have DSL right now, an dI use Roaring pinguin, it's really good.
What you want to do, is download the Tar sourceball, in other words the file that ends with a .tar.gz extension.
That's very easy to unzip and install.
now, for easier use, download the GUI version, which stands for graphical user interface, , you just wanna click buttons on a nice looking window.
So download the one that has GUI in the file name and the one that ends in .tar.gz

then after you downloaded just go like

tar -zxf filename.tar.gz

you'll get a folder, go into the folder and read the README file...but if I recall correctly, you just need to ./config ./make ./makeinstall(as root)

and then you should be set.
Or, you can download the rpm version...same with the GUI in the file name, and then just type rpm -Uhv filename.rpm
and you'll find your rpKpppoe under the Internet menu in your startup menu,
good luck, let me know if you got any problems.

zLinuxz
 
Old 05-06-2002, 01:50 PM   #20
pilotgi
Member
 
Registered: Apr 2002
Location: ks
Distribution: openSUSE Tumbleweed
Posts: 495

Original Poster
Rep: Reputation: 33
I downloaded the tar.gz. file and the GPG signature. According to the readme file for the tar.gz, all I had to do was type ./go or ./go-gui and it would compile, and install. When I did this:

bash: ./go-gui: no such file or directory

The read me file said if that did't work, unpack the file with this command: tar xzvf rp-pppoe-xxx.tar.gz. I did that and got these errors:

tar (child): rp-pppoe-xxx.tar.gz: cannot open: no such file or directory
tar(child): error is not recoverable:exiting now
tar: child returned status 2
tar:error exit delayed from previous errors.

What am I doing to make linux call me a child?

Last edited by pilotgi; 05-06-2002 at 01:52 PM.
 
  


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
Driver for DSL USB Modem X7005Q shikan_taza Linux - Networking 9 11-09-2010 07:23 AM
Driver for Prolink Hurricance 8000 DSL Modem Adventurer Debian 2 08-28-2005 05:54 AM
dsl modem driver install problems 54az Linux - Newbie 4 11-18-2004 11:44 AM
Aztech dsl 100U modem driver timberwolf Linux - Networking 4 06-30-2004 10:11 AM
Optimizing linux for Squid-cache, network and USB DSL driver mbayeb Linux - Software 0 07-02-2003 08:39 AM

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

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