________________________________ From: kernelnewbies-bounce@xxxxxxxxxxxx [mailto:kernelnewbies-bounce@xxxxxxxxxxxx] On Behalf Of Irfan Ahmed Sent: 06 June 2007 03:56 PM To: kernelnewbies@xxxxxxxxxxxx Subject: Re: FATAL error while loading IPv6 module Yes .. so why it is not showing in module list i.e lsmod It means the IPv6 kernel module is not loaded. Is there any way that I can load the module...or confirm whether the kernel module is runnig or not. This is because IPv6 seems to be compiled into the kernel. If the code is compiled into the kernel (i.e. an integrl part of it) rather than being compiled as a module, it will not show up through lsmod. Only code compiled as loaded as modules will show up in lsmod. The IPv6 code is "loaded" in that it has been compiled into the kernel, not as a module. Either: * Stop the code being compiled into the kernel and load the module. The module should then show up in lsmod. "/proc/net/if_inet6" should exist when the kernel module is loaded. * Leave it compiled into the kernel and forget about adding the code as a module. "/proc/net/if_inet6" should exist all the time when the IPv6 code is compiled into the kernel. Martyn ---- Martyn Welch Principal Software Engineer Radstone Digital Processing Part of GE Fanuc Embedded Systems Phone: +44 (0) 1327 322748 email: martyn.welch@xxxxxxxxxxxxxx web: www.radstone.com ________________________________________________________________________ This e-mail has been scanned for all viruses by Star.The service is powered by MessageLabs. ________________________________________________________________________ -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ