linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ACPI Bug: 2.6.0-test11, Incomplete pci bus scan
@ 2003-12-09 20:03 Andrew Walrond
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Walrond @ 2003-12-09 20:03 UTC (permalink / raw)
  To: linux-kernel; +Cc: len.brown

Asus PR-DLS Dual Xeon (P4) motherboard

2.6.0-test11 kernel with acpi configured.

If I boot normally, the e1000 device is not recognised.
If I boot with pci=noacpi, the e1000 is recognised ( but e100/e1000 are 
assigned opposite ethx compared to 2.4)

lspci in both cases gives these devices

00:00.0 Host bridge: ServerWorks CMIC-LE (rev 13)
00:00.1 Host bridge: ServerWorks CMIC-LE
00:00.2 Host bridge: ServerWorks: Unknown device 0000
00:02.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 10)
00:03.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
00:0f.0 ISA bridge: ServerWorks CSB5 South Bridge (rev 93)
00:0f.1 IDE interface: ServerWorks CSB5 IDE Controller (rev 93)
00:0f.3 Host bridge: ServerWorks GCLE Host Bridge
00:10.0 Host bridge: ServerWorks: Unknown device 0101 (rev 03)
00:10.2 Host bridge: ServerWorks: Unknown device 0101 (rev 03)
00:11.0 Host bridge: ServerWorks: Unknown device 0101 (rev 03)
00:11.2 Host bridge: ServerWorks: Unknown device 0101 (rev 03)

But these extra devices only appear when booting with pci=noacpi. Net access 
to a machine can also be arranged if it would help

02:04.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 (rev 07)
02:04.1 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 (rev 07)
03:02.0 Ethernet controller: Intel Corp. 82544GC Gigabit Ethernet Controller 
(LOM) (rev 02)

If I can give any further info, let me know.

As a seperate issue, with pci=noacpi, both the net interfaces are recognised, 
but in reverse order to 2.4 kernel (eth0 <=> eth1)

Andrew Walrond


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ACPI Bug: 2.6.0-test11, Incomplete pci bus scan
  2003-12-09 20:49 ` J.A. Magallon
@ 2003-12-09 20:51   ` Andrew Walrond
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Walrond @ 2003-12-09 20:51 UTC (permalink / raw)
  To: J.A. Magallon, Brown, Len; +Cc: linux-kernel

On Tuesday 09 Dec 2003 8:49 pm, J.A. Magallon wrote:
>
> Sorry, I know, but...
> I have my PhD exam in a couple days, so I have been busy.
> I will work on that again soon, I promise...
> Perhaps if I'm a 'doctor' I can make a better diagnose ;)

Good luck!

In the meantime, I am willing/able to put time into solving this, so feel free 
to ask

Andrew


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ACPI Bug: 2.6.0-test11, Incomplete pci bus scan
  2003-12-09 20:28 Brown, Len
@ 2003-12-09 20:49 ` J.A. Magallon
  2003-12-09 20:51   ` Andrew Walrond
  0 siblings, 1 reply; 4+ messages in thread
From: J.A. Magallon @ 2003-12-09 20:49 UTC (permalink / raw)
  To: Brown, Len; +Cc: Andrew Walrond, linux-kernel


On 12.09, "Brown, Len" wrote:
> Andrew,
> This may be a duplicate of a dual P3 serverworks failure:
> http://bugzilla.kernel.org/show_bug.cgi?id=1585
> 
> But as I've got no feedback on that bug, feel free to file a new one --
> worst case we'll end up closing it as a dupe when we get to the bottom
> of it.
> 

Sorry, I know, but...
I have my PhD exam in a couple days, so I have been busy.
I will work on that again soon, I promise...
Perhaps if I'm a 'doctor' I can make a better diagnose ;)

-- 
J.A. Magallon <jamagallon()able!es>     \                 Software is like sex:
werewolf!able!es                         \           It's better when it's free
Mandrake Linux release 10.0 (Cooker) for i586
Linux 2.6.0-test11-jam1 (gcc 3.3.1 (Mandrake Linux 9.2 3.3.1-4mdk))

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: ACPI Bug: 2.6.0-test11, Incomplete pci bus scan
@ 2003-12-09 20:28 Brown, Len
  2003-12-09 20:49 ` J.A. Magallon
  0 siblings, 1 reply; 4+ messages in thread
From: Brown, Len @ 2003-12-09 20:28 UTC (permalink / raw)
  To: Andrew Walrond, linux-kernel

Andrew,
This may be a duplicate of a dual P3 serverworks failure:
http://bugzilla.kernel.org/show_bug.cgi?id=1585

But as I've got no feedback on that bug, feel free to file a new one --
worst case we'll end up closing it as a dupe when we get to the bottom
of it.

Thanks,
-Len

How to file a bug against ACPI:

http://bugzilla.kernel.org/
Category: Power Management
Component: ACPI

Please attach the output from dmidecode, available in /usr/sbin/, or
here: 
http://www.nongnu.org/dmidecode/

Please attach the output from acpidmp, available in /usr/sbin/, or in
here
http://www.intel.com/technology/iapc/acpi/downloads/pmtools-20010730.tar
.gz

Please attach /proc/interrupts and the dmesg output showing the failure,
if possible.

> -----Original Message-----
> From: Andrew Walrond [mailto:andrew@walrond.org] 
> Sent: Tuesday, December 09, 2003 3:03 PM
> To: linux-kernel@vger.kernel.org
> Cc: Brown, Len
> Subject: ACPI Bug: 2.6.0-test11, Incomplete pci bus scan
> 
> 
> Asus PR-DLS Dual Xeon (P4) motherboard
> 
> 2.6.0-test11 kernel with acpi configured.
> 
> If I boot normally, the e1000 device is not recognised.
> If I boot with pci=noacpi, the e1000 is recognised ( but 
> e100/e1000 are 
> assigned opposite ethx compared to 2.4)
> 
> lspci in both cases gives these devices
> 
> 00:00.0 Host bridge: ServerWorks CMIC-LE (rev 13)
> 00:00.1 Host bridge: ServerWorks CMIC-LE
> 00:00.2 Host bridge: ServerWorks: Unknown device 0000
> 00:02.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet 
> Pro 100] (rev 10)
> 00:03.0 VGA compatible controller: ATI Technologies Inc Rage 
> XL (rev 27)
> 00:0f.0 ISA bridge: ServerWorks CSB5 South Bridge (rev 93)
> 00:0f.1 IDE interface: ServerWorks CSB5 IDE Controller (rev 93)
> 00:0f.3 Host bridge: ServerWorks GCLE Host Bridge
> 00:10.0 Host bridge: ServerWorks: Unknown device 0101 (rev 03)
> 00:10.2 Host bridge: ServerWorks: Unknown device 0101 (rev 03)
> 00:11.0 Host bridge: ServerWorks: Unknown device 0101 (rev 03)
> 00:11.2 Host bridge: ServerWorks: Unknown device 0101 (rev 03)
> 
> But these extra devices only appear when booting with 
> pci=noacpi. Net access 
> to a machine can also be arranged if it would help
> 
> 02:04.0 SCSI storage controller: LSI Logic / Symbios Logic 
> 53c1030 (rev 07)
> 02:04.1 SCSI storage controller: LSI Logic / Symbios Logic 
> 53c1030 (rev 07)
> 03:02.0 Ethernet controller: Intel Corp. 82544GC Gigabit 
> Ethernet Controller 
> (LOM) (rev 02)
> 
> If I can give any further info, let me know.
> 
> As a seperate issue, with pci=noacpi, both the net interfaces 
> are recognised, 
> but in reverse order to 2.4 kernel (eth0 <=> eth1)
> 
> Andrew Walrond
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-12-09 20:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-09 20:03 ACPI Bug: 2.6.0-test11, Incomplete pci bus scan Andrew Walrond
2003-12-09 20:28 Brown, Len
2003-12-09 20:49 ` J.A. Magallon
2003-12-09 20:51   ` Andrew Walrond

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).