Date: Fri, 9 Nov 2001 15:53:44 -0800 (PST) From: "f.johan.beisser" <jan@caustic.org> To: Yuichiro Abe <y_abe@sprynet.com> Cc: FreeBSD <freebsd-questions@FreeBSD.ORG> Subject: Re: About PPPoE Message-ID: <20011109154640.E867-100000@localhost> In-Reply-To: <000801c1696d$dde1d080$689efea9@oemcomputer>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011109154640.E867-100000>