On Thu, 23 Mar 2006, walt wrote:
> Hi,
> I emailed Dave Miller, who re-directed me to this mail list.
>
> I update from Linus's git repository every morning, and today
> I got this error:
>
> tg3.c:v3.53 (Mar 22, 2006)
> PCI: Enabling device 0000:00:09.0 (0014 -> 0016)
> ACPI: PCI Interrupt 0000:00:09.0[A] -> GSI 18 (level, low) -> IRQ 17
> tg3: Could not obtain valid ethernet address, aborting.
> ACPI: PCI interrupt for device 0000:00:09.0 disabled
> tg3: probe of 0000:00:09.0 failed with error -22
>
> Here is the dmesg from yesterday:
> tg3.c:v3.52 (Mar 06, 2006)
> PCI: Enabling device 0000:00:09.0 (0014 -> 0016)
> ACPI: PCI Interrupt 0000:00:09.0[A] -> GSI 18 (level, low) -> IRQ 17
> eth0: Tigon3 [partno(BCM95702A20) rev 1002 PHY(5703)] (PCI:33MHz:32-bit)
> 10/100/1000BaseT Ethernet 00
> :e0:18:d2:a6:c1
> eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[1]
> TSOcap[1]
> eth0: dma_rwctrl[763f0000] dma_mask[64-bit]
>
> I'd be happy to try patches or whatever if I can help with debugging.
Hi Walt,
I don't know if it's at all related, but I just tried building a 2.6.15.6
kernel, and all my built-in tg3 interfaces disappeared (on an AMD x86-64
system). In my case I only got the messages:
Mar 20 14:45:22 vela ifup: tg3 device eth0 does not seem to be present, delaying
initialization.
Mar 20 14:45:22 vela network: Bringing up interface eth0: failed
Mar 20 14:45:22 vela ifup: tg3 device eth1 does not seem to be present, delaying
initialization.
Mar 20 14:45:22 vela network: Bringing up interface eth1: failed
In my case I made 2 changes to my config to get working tg3 interfaces
once more. I enabled ACPI and then I enabled PCI_MMCONFIG (which was
dependent on ACPI being enabled). Perhaps enabling PCI_MMCONFIG is
the critical step, but because of the dependency on ACPI, I had to
enable it first. I've been meaning to test what would happen with
ACPI enabled but PCI_MMCONFIG disabled, but I haven't had time yet.
I believe the default for PCI_MMCONFIG is disabled, so in case it is
important, you might want to try enabling it if it isn't already enabled
in your config.
-Bill
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html