From owner-freebsd-questions Fri Nov 9 16: 6:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by hub.freebsd.org (Postfix) with ESMTP id C108337B41C for ; Fri, 9 Nov 2001 16:06:17 -0800 (PST) Received: from xena.gsicomp.on.ca ([216.209.80.3]) by tomts6-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011109230232.NVLS6233.tomts6-srv.bellnexxia.net@xena.gsicomp.on.ca>; Fri, 9 Nov 2001 18:02:32 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.1) with SMTP id fA9MsJW95489; Fri, 9 Nov 2001 17:54:20 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <006201c16972$9cd2bf50$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Yuichiro Abe" , "FreeBSD" References: <20011109134115.H867-100000@localhost> <000801c1696d$dde1d080$689efea9@oemcomputer> Subject: Re: About PPPoE Date: Fri, 9 Nov 2001 18:02:31 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 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 > > > I have a question about PPPoE. I am trying to connect to the net using > > > PPPoE. But I always get an error which is below: > > > > > > /kernel: module_register: module netgraph already exists! > > > /kernel: module_register: module netgraph already exists! > > > /kernel: linker_file_sysinit: "netgraph.ko" failed to register! 17 > > > /kernel: linker_file_sysinit: "netgraph.ko" failed to register! 17 > > > > > > Could anybody tell me what this means? I need someone's help. Thank you. > > > 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? If you're not manually loading netgraph.ko with kldload, then you need to make sure you've got *all* of the required netgraph modules compiled into your kernel. (There is a long-outstanding bug with auto-loading kernel modules that causes this problem.) In my kernel, which does PPPoE, I've got the following netgraph modules compiled in: options NETGRAPH options NETGRAPH_SOCKET options NETGRAPH_ETHER options NETGRAPH_PPPOE Once you recompile your kernel with all of these, then you won't see this error anymore when trying to use PPPoE. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message