public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] PPPoE?
@ 2002-02-18 16:48 Christopher Henderson
  2002-02-18 17:37 ` linux-dev
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Henderson @ 2002-02-18 16:48 UTC (permalink / raw
  To: gentoo-dev

I need PPPoE support to get online - is the source
installer PPPoE friendly? If not thats okay, the
binary install will work - does the binary iso image
contain PPPoE support?  Thnx!

~Christopher

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] PPPoE?
  2002-02-18 16:48 [gentoo-dev] PPPoE? Christopher Henderson
@ 2002-02-18 17:37 ` linux-dev
  0 siblings, 0 replies; 2+ messages in thread
From: linux-dev @ 2002-02-18 17:37 UTC (permalink / raw
  To: gentoo-dev

> I need PPPoE support to get online - is the source
> installer PPPoE friendly? 

as far as i know, pppoe is not included on the gentoo
installer.  i used a version of ppp from:
http://big.uwaterloo.ca/~mostrows/

and you can get pppoe from:
http://www.roaringpenguin.com/pppoe/

burn them to a disk 

here are some instructions that worked for me...

(before doing anything)
modprobe ppp_generic (if you need to)
modprobe (yr_eth_card)


(after setting up filesystems and building the archive on the installer)
have pppoe and ppp on a cd ready to be copied over.

from the outside shell:

mount /dev/cdroms/cdrom0 /mnt/cdrom -o ro -t iso9660
mkdir /mnt/gentoo/usr/local/pppoe
cp /mnt/cdrom/ppp241pp.tgz /mnt/gentoo/usr/local/pppoe/
  ((same for rp-pppoe))
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile

mknod /dev/ppp c 108 0
chmod 600 /dev/ppp
cd /usr/local/pppoe/
tar -zvxf ppp-241-p.gz
   ((install ppp ))

unpack rp-pppoe   ./go
follow setup instructions...

(exit)
   ifconfig eth0 up  (from exited screen)
(chroot back in)
   adsl-start        (from shell)

exit
try ping.  if it works...
   
reenter. then yr ready for emerge action!


good luck,
/r


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-02-18 17:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-18 16:48 [gentoo-dev] PPPoE? Christopher Henderson
2002-02-18 17:37 ` linux-dev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox