From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Fn4kH-0000rC-8q for garchives@archives.gentoo.org; Mon, 05 Jun 2006 02:23:09 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k552Lhqj013737; Mon, 5 Jun 2006 02:21:43 GMT Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k552FlFA024586 for ; Mon, 5 Jun 2006 02:15:47 GMT Received: by wr-out-0506.google.com with SMTP id 69so1363256wri for ; Sun, 04 Jun 2006 19:15:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=hjrlAZzHh4W4Q9ODZmQiN1AqFzQ9hqRf5VjKa7JQIajh1R5/ufII4ihRRac5lPj4YfYnwSz0vG4gxV38YAmGl6rx+abuY595Gr1Qta1t9+nMcXHrnow0c4xQssk66Yk5D74GThMIw1jM6MFmEJQrziTQxyJ4WfLuWPXx76hh3ZY= Received: by 10.65.191.20 with SMTP id t20mr3084963qbp; Sun, 04 Jun 2006 19:15:40 -0700 (PDT) Received: by 10.65.248.8 with HTTP; Sun, 4 Jun 2006 19:15:40 -0700 (PDT) Message-ID: <5cd9791d0606041915w340705cdq9ffb1ab9f8c4bd98@mail.gmail.com> Date: Mon, 5 Jun 2006 10:15:40 +0800 From: "fei huang" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] pppoe connect problem after updates In-Reply-To: <20060605001354.GA4624@sympatico.ca> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2513_15065035.1149473740742" References: <20060605001354.GA4624@sympatico.ca> X-Archives-Salt: 615ee875-b354-4817-a7bf-839dfd822884 X-Archives-Hash: fac29d307f600e5b0fe3aa9b23a4f611 ------=_Part_2513_15065035.1149473740742 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 6/5/06, Philip Webb wrote: > > I've just spent several hours trying permutations to get ADSL to connect > after updating to Baselayout-1.12.0 & Ppp-2.4.3 . > I've read /etc/conf.d/net.example & copied what seem the needed lines : > > config_eth0=( "192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255" > ) > config_ppp0=( "ppp" ) > link_ppp0="eth0" > plugins_ppp0=( "pppoe" ) > username_ppp0='user@isp' > pppd_ppp0=( "updetach" "noauth" "defaultroute" "usepeerdns" "persist" ) > > I've also made the symlink : 'cd /etc/init.d ; ln -s net.lo net.ppp0'. your config looks not correct, I remember there should be a line like something ( "adsl") in it, my config contains no more than three lines. we might have different version though, just follow the gentoo guide regarding to this topic, it really make sense. There are no boot error msgs, the "start eth0" line returns "ok" > & the "start ntpd" line also says "ok", but the connection isn't made. > The 1st "ok" comes back very quickly -- 2 - 3 seconds -- , > whereas a successful connection normally takes 10 seconds. I don't exactly know how that works, wrong parameters, I think. I have no problem when I return to using Rp-pppoe-3.8 > (after changing to my old version of 'net' & removing the symlink). > > When I emerged Ppp-2.4.3 it gave warnings that I do not have > CONFIG_PPP_DEFLATE & CONFIG_PPP_BSDCOMP in my kernel (2.6.14). > Before I recompile the kernel, can anyone confirm that might be the > problem ? I think you must already have chosen the PPPOE option while compile the kernel, otherwise, the previous version might not work properly either, Nevertheless, you may check option within that warning in your kernel config file to make sure. There's nothing useful on the Forum & I've exhausted my own thoughts: > does anyone have any other useful suggestions ? > > -- > ========================,,============================================ > SUPPORT ___________//___, Philip Webb : purslow@chass.utoronto.ca > ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies > TRANSIT `-O----------O---' University of Toronto > -- > gentoo-user@gentoo.org mailing list > > good luck daniel ------=_Part_2513_15065035.1149473740742 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

On 6/5/06, Philip Webb <purslow@sympatico.ca> wrote:
I've just spent several hours trying permutations to get ADSL to connect
after updating to Baselayout-1.12.0 & Ppp-2.4.3 .
I've read  /etc/conf.d/net.example  & copied what seem the needed lines :

  config_eth0=( " 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255" )
  config_ppp0=( "ppp" )
  link_ppp0="eth0"
  plugins_ppp0=( "pppoe" )
  username_ppp0='user@isp'
  pppd_ppp0=( "updetach" "noauth" "defaultroute" "usepeerdns" "persist" )

I've also made the symlink : 'cd /etc/init.d ; ln -s net.lo net.ppp0'.

your config looks  not  correct,  I remember there should be  a line  like something ( "adsl") in it, my config contains no more than three lines.
we might have different version though, just follow the gentoo guide regarding to this topic, it really make sense.

There are no boot error msgs, the "start eth0" line returns "ok"
& the "start ntpd" line also says "ok", but the connection isn't made.
The 1st "ok" comes back very quickly -- 2 - 3 seconds -- ,
whereas a successful connection normally takes 10 seconds.

I don't exactly know how that works, wrong parameters, I think.

I have no problem when I return to using Rp-pppoe-3.8
(after changing to my old version of 'net' & removing the symlink).

When I emerged Ppp-2.4.3 it gave warnings that I do not have
CONFIG_PPP_DEFLATE  &  CONFIG_PPP_BSDCOMP  in my kernel ( 2.6.14).
Before I recompile the kernel, can anyone confirm that might be the problem ?

I think  you must already have  chosen the  PPPOE option while compile the kernel, otherwise, the previous version might not work properly either, Nevertheless, you may check option within that warning in your kernel config file to make sure.

There's nothing useful on the Forum & I've exhausted my own thoughts:
does anyone have any other useful suggestions ?

--
========================,,============================================
SUPPORT     ___________//___,  Philip Webb : purslow@chass.utoronto.ca
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT    `-O----------O---'  University of Toronto
--
gentoo-user@gentoo.org mailing list


good luck

daniel
------=_Part_2513_15065035.1149473740742-- -- gentoo-user@gentoo.org mailing list