[tinysofa-devel] Anaconda bug in tcs2.0?

Mikael Bak mikael at tinysofa.org
Tue Jan 17 20:44:05 UTC 2006


On Monday 16 January 2006 22.57, Jaakko Heinonen wrote:
> /etc/modprobe.conf was OK after installation? Can you post
> /etc/modprobe.conf, lsmod and lspci output when both interfaces are up?
>

No, /etc/modprobe.conf said:
# cat /etc/modprobe.conf
alias eth0 e1000
alias scsi_hostadapter ata_piix
alias usb-controller uhci-hcd
alias usb-controller1 ehci-hcd
alias eth2 e1000

After editing it and add ifcfg-eth1 it works.
# lsmod
Module                  Size  Used by
ipv6                  263744  15
e1000                 104500  0
usb_storage            70976  0
usbhid                 49760  0
ehci_hcd               38792  0
uhci_hcd               35728  0
ext3                  132104  2
jbd                    79128  1 ext3
raid1                  22784  3
ata_piix                9604  8
libata                 47108  1 ata_piix
sd_mod                 19968  10
scsi_mod              144232  3 usb_storage,libata,sd_mod

# lspci
00:00.0 Host bridge: Intel Corp. E7520 Memory Controller Hub (rev 09)
00:02.0 PCI bridge: Intel Corp. E7525/E7520/E7320 PCI Express Port A (rev 09)
00:1d.0 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI 
Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI 
Controller #2 (rev 02)
00:1d.7 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI 
Controller (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corp. 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge 
(rev 02)
00:1f.1 IDE interface: Intel Corp. 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 
02)
00:1f.2 IDE interface: Intel Corp. 82801EB (ICH5) SATA Controller (rev 02)
01:00.0 PCI bridge: Intel Corp. 6700PXH PCI Express-to-PCI Bridge A (rev 09)
01:00.2 PCI bridge: Intel Corp. 6700PXH PCI Express-to-PCI Bridge B (rev 09)
02:04.0 Ethernet controller: Intel Corp. 82541GI/PI Gigabit Ethernet 
Controller (rev 05)
04:03.0 Ethernet controller: Intel Corp. 82541GI/PI Gigabit Ethernet 
Controller (rev 05)
04:0d.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY 
[Radeon 7000/VE]


> It's also possible that the bug is in kudzu. Please check if you have
> two network interfaces in /etc/sysconfig/hwconf. In addition you can try
> to run kudzu and see if it want's to remove eth1.
>

Relevant part of /etc/sysconfig/hwconf:

-
class: NETWORK
bus: PCI
detached: 0
device: eth0
driver: e1000
desc: "Intel Corp.|82541GI/PI Gigabit Ethernet Controller"
vendorId: 8086
deviceId: 1076
subVendorId: 1028
subDeviceId: 019a
pciType: 1
pcibus:  2
pcidev:  4
pcifn:  0
-
class: NETWORK
bus: PCI
detached: 0
device: eth2
driver: e1000
desc: "Intel Corp.|82541GI/PI Gigabit Ethernet Controller"
vendorId: 8086
deviceId: 1076
subVendorId: 1028
subDeviceId: 019a
pciType: 1
pcibus:  4
pcidev:  3
pcifn:  0
-

I wonder why it's recognized as eth2...
But after installation I did not have 
any /etc/sysconfig/network-scripts/ifcfg-eth2

>
> I wonder if it's reproducible without multiport NIC. Currently I don't
> have one for testing.

I don't understand why the installation insists to make the second interface 
eth2.
Please tell me what else you want me to test.

Thanks,
Mikael



More information about the Tinysofa-devel mailing list