From owner-freebsd-stable Sun May 6 13:50:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id F064937B423; Sun, 6 May 2001 13:50:33 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 3979D10F40F; Sun, 6 May 2001 15:50:37 -0500 (CDT) Message-ID: <003701c0d66e$32ee5280$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Matthew Emmerton" , Cc: , , References: <002101c0d667$b0a7b3d0$1200a8c0@gsicomp.on.ca> Subject: Re: Broken module loading and kernel dependencies Date: Sun, 6 May 2001 15:50:35 -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.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I did not have to statically compile pppoe support in the kernel. Here are the modules I loaded ng_pppoe ng_ppp ng_socket ng_ether netgraph it all seemed to work good. I did have another problem though with conflicting modules if_dc and if_rl the 2 nics I had in the machine were kingston and a realtek 8139. I forget the model of the kingston, but I can get that. If I did kldload if_rl it would pick up the kingston but not the realtek, if I loaded if_dc it would pick up the kingston and then I would try to load if_rl and it would tell me its already loaded and wouldn't pick up the realtek, but I could not get both nic's to work until I compiled them into the kernel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message