linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* e100 in 2.6.15 fails unless irqpoll ist used
@ 2006-01-11 13:57 Nils Rennebarth
  2006-01-11 18:25 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Nils Rennebarth @ 2006-01-11 13:57 UTC (permalink / raw)
  To: linux-kernel


Hi,

An upgrade from 2.6.14.3 to 2.6.15 on my testmachine disabled my network cards: 
no packets are sent or received.

There is the following in dmesg:

usbcore: registered new driver usbfs
usbcore: registered new driver hub
USB Universal Host Controller Interface driver v2.3
irq 11: nobody cared (try booting with the "irqpoll" option)
  [<c012ae21>] __report_bad_irq+0x31/0x77
  [<c012aef4>] note_interrupt+0x75/0x99
  [<c012a9f0>] __do_IRQ+0x65/0x91
...

Rebooting with irqpoll will make the network cards work. The above message will 
appeare nonetheless.

lspci output:

0000:00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory 
Controller Hub (rev 04)
0000:00:02.0 VGA compatible controller: Intel Corp. 82815 CGC [Chipset Graphics 
Controller] (rev 04)
0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 11)
0000:00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 11)
0000:00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 11)
0000:00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 11)
0000:00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 11)
0000:00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 11)
0000:01:00.0 SCSI storage controller: Adaptec AHA-2940U/UW/D / AIC-7881U
0000:01:03.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 08)
0000:01:04.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 08)

What does irqpoll do?
Any more info needed?


-- 

Mit freundlichen Grüßen / with kind regards

Nils Rennebarth
--
VarySys Technologies GmbH & Co. KG
Moenchhaldenstraße 28
70191 Stuttgart
Germany
Tel +49 711 2501198
Fax +49 711 2501197
mailto:Nils.Rennebarth@packetalarm.com
http://www.packetalarm.com

Download the free software trial version of PacketAlarm now
http://www.packetalarm.com/download/

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

* Re: e100 in 2.6.15 fails unless irqpoll ist used
  2006-01-11 13:57 e100 in 2.6.15 fails unless irqpoll ist used Nils Rennebarth
@ 2006-01-11 18:25 ` Andrew Morton
  2006-01-16  9:59   ` Nils Rennebarth
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2006-01-11 18:25 UTC (permalink / raw)
  To: Nils Rennebarth; +Cc: linux-kernel

Nils Rennebarth <nils.rennebarth@packetalarm.com> wrote:
>
> An upgrade from 2.6.14.3 to 2.6.15 on my testmachine disabled my network cards: 
>  no packets are sent or received.
> 
>  There is the following in dmesg:
> 
>  usbcore: registered new driver usbfs
>  usbcore: registered new driver hub
>  USB Universal Host Controller Interface driver v2.3
>  irq 11: nobody cared (try booting with the "irqpoll" option)
>    [<c012ae21>] __report_bad_irq+0x31/0x77
>    [<c012aef4>] note_interrupt+0x75/0x99
>    [<c012a9f0>] __do_IRQ+0x65/0x91
>  ...
> 
>  Rebooting with irqpoll will make the network cards work. The above message will 
>  appeare nonetheless.

This means that your IRQ routing broke and the card's interrupt requests
are not getting through.

This is likely to be an ACPI regression.  Please raise a report at
bugzilla.kernel.org, generate full `dmesg -s 1000000' output for both
2.6.14.3 and for 2.6.15 and attach them to the report, thanks.

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

* Re: e100 in 2.6.15 fails unless irqpoll ist used
  2006-01-11 18:25 ` Andrew Morton
@ 2006-01-16  9:59   ` Nils Rennebarth
  0 siblings, 0 replies; 3+ messages in thread
From: Nils Rennebarth @ 2006-01-16  9:59 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Andrew Morton wrote:
> Nils Rennebarth <nils.rennebarth@packetalarm.com> wrote:
> 
>>An upgrade from 2.6.14.3 to 2.6.15 on my testmachine disabled my network cards: 
>> no packets are sent or received.
>>
>> There is the following in dmesg:
>>
>> usbcore: registered new driver usbfs
>> usbcore: registered new driver hub
>> USB Universal Host Controller Interface driver v2.3
>> irq 11: nobody cared (try booting with the "irqpoll" option)
>>   [<c012ae21>] __report_bad_irq+0x31/0x77
>>   [<c012aef4>] note_interrupt+0x75/0x99
>>   [<c012a9f0>] __do_IRQ+0x65/0x91
>> ...
>>
>> Rebooting with irqpoll will make the network cards work. The above message will 
>> appeare nonetheless.
> 
> 
> This means that your IRQ routing broke and the card's interrupt requests
> are not getting through.
> 
> This is likely to be an ACPI regression.  Please raise a report at
> bugzilla.kernel.org, generate full `dmesg -s 1000000' output for both
> 2.6.14.3 and for 2.6.15 and attach them to the report, thanks.
Thanks for your fast reply.

As I do not have access to my work machine from home I could only answer today, 
and try what I might, I am not able to reproduce the mentioned behaviour any more.

The first thing I tried last Wednesday was to pull out an unused Adaptec 
AHA-2940U SCSI controller which happened to be in the machine for testing 
purposes only.

This "fixed" the network cards as well and now reinserting the SCSI adapter does 
not break them again, neither can I reproduce the "nobody cared" message. 
Unfortunately I also overwrote the saved dmesg from a boot where the network 
cards *did* break.

So the only thing I have is a dmesg (which I cannot reproduce) where irqpoll 
seems to have fixed the problem, and apart form the missing "nobody cares" plus 
the backtrace, it differs from the current one in the order the hardware is 
detected.

I'll be more cautious to save useful information if said behaviour raises its 
ugly head again, but for now, thanks and sorry for the noise.


-- 

Mit freundlichen Grüßen / with kind regards

Nils Rennebarth
--
VarySys Technologies GmbH & Co. KG
Moenchhaldenstraße 28
70191 Stuttgart
Germany
Tel +49 711 2501198
Fax +49 711 2501197
mailto:Nils.Rennebarth@packetalarm.com
http://www.packetalarm.com

Download the free software trial version of PacketAlarm now
http://www.packetalarm.com/download/

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

end of thread, other threads:[~2006-01-16 10:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-11 13:57 e100 in 2.6.15 fails unless irqpoll ist used Nils Rennebarth
2006-01-11 18:25 ` Andrew Morton
2006-01-16  9:59   ` Nils Rennebarth

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).