I already have compile options 'device ed', and I can't find where rc scripts try to load module. Or it is ifconfig problem?
> -----Original Message----- > From: Doug White [mailto:[EMAIL PROTECTED] > Sent: Monday, August 11, 2003 10:47 AM > To: Andris > Cc: [EMAIL PROTECTED] > Subject: Re: FW: module_register > > > On Mon, 11 Aug 2003, Andris wrote: > > > Hello! > > > > I have the same problem, whats up? > > This is normal -- you already have the miibus device compiled > into your kernel for another ethernet device and the ed > driver depends on the miibus module since it needs it. Error > 17 means the necessary code is already loaded. > > If the message bothers you, either: > > 1. recompile your kernel, adding 'device ed' so you don't > have to load the module in the first place. > > or > > 2. recompile your kernel, removing 'device miibus' and all > ethernet devices that depend on it. Then when ed loads it > will also successfully load miibus. > > -- > Doug White | FreeBSD: The Power to Serve > [EMAIL PROTECTED] | www.FreeBSD.org > _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"