From owner-freebsd-questions Fri Nov 9 15:53:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pogo.caustic.org (caustic.org [64.163.147.186]) by hub.freebsd.org (Postfix) with ESMTP id CAD8737B419 for ; Fri, 9 Nov 2001 15:53:46 -0800 (PST) Received: from localhost (jan@localhost) by pogo.caustic.org (8.11.6/8.11.6) with ESMTP id fA9Nrj527904; Fri, 9 Nov 2001 15:53:45 -0800 (PST) (envelope-from jan@caustic.org) Date: Fri, 9 Nov 2001 15:53:44 -0800 (PST) From: "f.johan.beisser" X-X-Sender: To: Yuichiro Abe Cc: FreeBSD Subject: Re: About PPPoE In-Reply-To: <000801c1696d$dde1d080$689efea9@oemcomputer> Message-ID: <20011109154640.E867-100000@localhost> X-Ignore: This statement isn't supposed to be read by you X-TO-THE-FBI-CIA-AND-NSA: HI! HOW YA DOIN? MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 9 Nov 2001, Yuichiro Abe wrote: > > yes. it means that netgraph is already compiled or loaded in to the > > kernel. > > Thank you very much. But let me ask you one more thing. How should I do to > fix this problem? the simple fix is to stop trying to load the netgraph module. the more complex fix is to rebuild your kernel. after the machine is booted, please do a kldstat, and see what kernel modules are loaded at that time. if you see something akin to "netgraph.ko" you're doing ok. after this, you should just need to load the ng_pppoe.ko module. even if you don't see this, attempt to load ng_pppoe.ko with the command "kldload ng_pppoe". no quotes, of course. hope this helps a bit, -- jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message