From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040124 Galeon/1.3.14 Description of problem: After having installed the system, during the boot I got an error telling that a line on modprobe.conf was wrong. I checked it and there was a bogus ethernet alias. My system has 3 ethernet cards, and theyr aliases was set correctly, i.e.: alias eth0 8139too alias eth1 sk98lin alias eth2 dmfe The problem is that there was also that bogus line: alias dmfe Of course it's wrong and also superfluous. Alex Version-Release number of selected component (if applicable): The one shipped with FC2 test2 How reproducible: Always Steps to Reproduce: 1. Install FC2 Test2 2. Configure First ethernet card as dhcp, leave second one not enabled, configure third one with static address 3. Reboot the system, the bogus line appear in modprobe.conf Additional info:
Here is the /etc/modprobe.conf created by the installer: alias eth0 dmfe alias eth1 sk98lin alias eth2 8139too alias scsi_hostadapter sata_via alias scsi_hostadapter1 sata_promise alias dmfe alias eth3 sk98lin alias sound-slot-0 snd-emu10k1 install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-emu10k1 alias char-major-81 bttv alias usb-controller ehci-hcd alias usb-controller1 uhci-hcd alias ieee1394-controller ohci1394 Also, I think the driver sata_via should not be loaded, since only sata_promise is necessary and sufficient to use my sata drive.
Can you also provide /etc/modprobe.conf~? I'm wondering if kudzu is adding them when we run it post-install. Also, you have via sata on your motherboard, so we have to load the driver (there's no way to tell if there are drivers or not otherwise :)
This should be fixed post-test2.