Comment 3 for bug 570434

Revision history for this message
Oltion Kola (oltion-kola-gmail) wrote : Re: IRQ conflict with pci sata vt6421 with two hd

Hi Jeremy,
First, thanks for the reply. I tested today the newest kernel for Lucid as you asked.
the latest version was:

linux-image-2.6.34-999-generic_2.6.34-999.201004291005_i386.deb

The original problem seems to not be present (system hang) but there is something else that might be the cause of the problem anyway. During boot I see the following message:

pci 0000:01:09.0: address space collision: [mem 0xfea00000-0xfea03fff pref] conflicts with 0000:01:05.3 [mem 0xfea00000-0xfea0ffff pref]

It looks like there is a memory conflict between the network controller and the raid controller:

$lspci
......
01:05.3 RAID bus controller: VIA Technologies, Inc. VT6421 IDE RAID Controller (rev 50)
01:09.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
.....

Now I can not access one of the disks. The system boots even with the two sata disks attached but only one of them gets recognised by the system.

Let me know what can I do next.