From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI,NICE_REPLY_A autolearn=unavailable autolearn_force=no version=4.0.0 Received: from relay.pair.com (relay1.pair.com [209.68.1.20]) by chiba.3jane.net (Postfix) with SMTP id B39222015D81 for ; Mon, 18 Feb 2002 11:26:27 -0600 (CST) Received: (qmail 48072 invoked from network); 18 Feb 2002 17:24:33 -0000 Received: from apastourelles-102-1-2-15.abo.wanadoo.fr (HELO flux) (217.128.208.15) by relay1.pair.com with SMTP; 18 Feb 2002 17:24:33 -0000 X-pair-Authenticated: 217.128.208.15 Date: Mon, 18 Feb 2002 18:37:04 +0100 From: linux-dev To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] PPPoE? Message-Id: <20020218183704.41c21241.linux-dev@dialectique.org> In-Reply-To: <20020218164837.46752.qmail@web21108.mail.yahoo.com> References: <20020218164837.46752.qmail@web21108.mail.yahoo.com> X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: a8c11d7f-5c8e-41e0-b2be-2a7e35be2705 X-Archives-Hash: 07f121d76db9c13363c0a9aa7153ace9 > 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