Lan Barnes wrote:
On Mon, January 8, 2007 10:27 pm, Gus Wirth wrote:
Lan Barnes wrote:
I hope the following attachment speaks for itself.
There is a lot of weirdness here.

Do this to see what the real interface names are:

Blacklist all the ethernet and wireless modules. Then reboot the system
into single mode. After the system has rebooted, take a look in the
following directory:

# ls /sys/class/net/
lo

If the blacklisting worked properly the only directory you will see is
for the loopback interface, lo.

When I do this, I get both wifi0 and wlan0 as well as lo. I cannot find
out what is creating them. I've renamed network-scripts and networking,
but they still get created.

I'm doing a grep -R wifi from the root right now (long running). Something
must be creating those.
[snip]

If you come up in Single mode (achieved by appending "single" (no quotes) to the kernel arguments in grub when it boots), supposedly only stuff in the rc1.d directory gets run. Take a look in /etc/rc.d/rc1.d The only things starting with an S should be:

S00single
S06cpuspeed

Looking at the S00single script and /etc/rc.d/rc.sysinit it looks like it starts udev and then checks for some modules in /etc/sysconfig/modules/ I need to look at that a closer.

Which modules do you see loaded when you do an lsmod after booting to single user mode?

Gus


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to