linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: 2.6.11rc4: irq 5, nobody cared
       [not found]   ` <4218C692.9040106@tiscali.de>
@ 2005-02-20 18:05     ` Rogério Brito
  2005-02-20 20:00       ` Matthias-Christian Ott
  2005-02-21 18:43       ` Bartlomiej Zolnierkiewicz
  0 siblings, 2 replies; 8+ messages in thread
From: Rogério Brito @ 2005-02-20 18:05 UTC (permalink / raw)
  To: Matthias-Christian Ott
  Cc: linux-kernel, linux-ide, bzolnier, bzolnier, B.Zolnierkiewicz

On Feb 20 2005, Matthias-Christian Ott wrote:
> Rogério Brito wrote:
> >I am willing to test any patch and configuration (let's call me a
> >"guinea pig"), but I don't know what I should do. I have, OTOH,
> >reported my problem many times in the past few days. :-(
> >
> >I will retry sending my message to the list once again, with the
> >details (in my case, the message I get is "irq 10: nobody cared!"
> >and it is regarding my primary HD on my secondary Promise PDC20265
> >controller).

First of all, Matthias-Christian, thank you very much for your kind
answer.

I have already tried contacting the linux-ide mailing list as a CC to my
earlier messages, but I got no response. I am including some details in
this e-mail. I included Bartlomiej in the CC, as he is listed as general
IDE maintainer in the MAINTAINERS file.

> Report it to http://bugzilla.kernel.org/. Maybe you'll get help there.

Thanks. I will try filing a bug on that system as soon as I get the
reply to create my account there.

(...)
> You see it's very difficult to fix such irq problems because some factors
> can cause such an error.

Yes, I understand that.

> Maybe contacting specific malinglists (e.g. for "broken" pci cards
> the pci mailinglist, etc.), maintainers or developers would be more
> efficient (cc the lkml) and solve your problem (faster), because
> this people are specialists are this type of hardware (e.g. pci).
> 
> What hardware is connect through irq 5?

In my case, my problem is not with irq 5, but with irq 10, as I
mentioned earlier.

The situation is this: I have an Asus A7V motherboard with 2 VIA
vt82c686a controllers and 2 Promise PDC20265 controllers.

I recently bought myself a new DVD recorder and since Alan Cox told
me[*] that the Promise controllers had problems with ATAPI devices, I
decided to arrange my system this way:

/dev/hda: the DVD recorder (VIA controller, master)
/dev/hdc: an old CD recorder (VIA controller, master)
/dev/hde: my first HD (Promise controller, master)
/dev/hdg: my second HD (Promise controller, master)

The Promise controller is able to control the HDs (which now have
exclusive 80-pin cables) at their maximum, but I get the following
stack trace if I have /dev/hdg turned on:

- - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - -
ACPI: PCI interrupt 0000:00:11.0[A] -> GSI 10 (level, low) -> IRQ 10
PDC20265: chipset revision 2
PDC20265: 100% native mode on irq 10
PDC20265: (U)DMA Burst Bit ENABLED Primary PCI Mode Secondary PCI Mode.
    ide2: BM-DMA at 0x7400-0x7407, BIOS settings: hde:pio, hdf:pio
    ide3: BM-DMA at 0x7408-0x740f, BIOS settings: hdg:pio, hdh:pio
Probing IDE interface ide2...
hde: QUANTUM FIREBALL CX13.0A, ATA DISK drive
ide2 at 0x8800-0x8807,0x8402 on irq 10
Probing IDE interface ide3...
hdg: QUANTUM FIREBALLlct15 30, ATA DISK drive
irq 10: nobody cared!
 [<c0128fc1>] __report_bad_irq+0x31/0x77
 [<c012906b>] note_interrupt+0x4c/0x71
 [<c0128c86>] __do_IRQ+0x93/0xbd
 [<c0104635>] do_IRQ+0x19/0x24
 [<c010335a>] common_interrupt+0x1a/0x20
 [<c011935c>] __do_softirq+0x2c/0x7d
 [<c01193cf>] do_softirq+0x22/0x26
 [<c010463a>] do_IRQ+0x1e/0x24
 [<c010335a>] common_interrupt+0x1a/0x20
 [<c0128d89>] enable_irq+0x88/0x8d
 [<c021edc0>] probe_hwif+0x2da/0x366
 [<c021a137>] ata_attach+0xa3/0xbd
 [<c021ee5c>] probe_hwif_init_with_fixup+0x10/0x74
 [<c0221597>] ide_setup_pci_device+0x72/0x7f
 [<c0216f82>] pdc202xx_init_one+0x15/0x18
 [<c039182e>] ide_scan_pcidev+0x34/0x59
 [<c039186f>] ide_scan_pcibus+0x1c/0x88
 [<c039179f>] probe_for_hwifs+0xb/0xd
 [<c03917e5>] ide_init+0x44/0x59
 [<c037c6ce>] do_initcalls+0x4b/0x99
 [<c0100272>] init+0x0/0xce
 [<c0100299>] init+0x27/0xce
 [<c0101245>] kernel_thread_helper+0x5/0xb
handlers:
[<c021c2a6>] (ide_intr+0x0/0xee)
Disabling IRQ #10
irq 10: nobody cared!
- - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - -

This is just an excerpt of the messages. I can provide much more
details if I know what is relevant.

I had already posted some old dmesg logs at my site
<http://www.ime.usp.br/~rbrito/ide-problem/>, but this was before I
got myself a second 80-ribbon cable (I expected that the problem would
go away, but it didn't).

Any other comments are more than welcome.


Thanks in advance, Rogério Brito.

[*] http://infocenter.guardiandigital.com/archive/linux-kernel/2004/Dec/2663.html
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Rogério Brito - rbrito@ime.usp.br - http://www.ime.usp.br/~rbrito
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

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

* Re: 2.6.11rc4: irq 5, nobody cared
  2005-02-20 18:05     ` 2.6.11rc4: irq 5, nobody cared Rogério Brito
@ 2005-02-20 20:00       ` Matthias-Christian Ott
  2005-02-21 18:43       ` Bartlomiej Zolnierkiewicz
  1 sibling, 0 replies; 8+ messages in thread
From: Matthias-Christian Ott @ 2005-02-20 20:00 UTC (permalink / raw)
  To: Rogério Brito
  Cc: linux-kernel, linux-ide, bzolnier, bzolnier, B.Zolnierkiewicz

Rogério Brito wrote:

>On Feb 20 2005, Matthias-Christian Ott wrote:
>  
>
>>Rogério Brito wrote:
>>    
>>
>>>I am willing to test any patch and configuration (let's call me a
>>>"guinea pig"), but I don't know what I should do. I have, OTOH,
>>>reported my problem many times in the past few days. :-(
>>>
>>>I will retry sending my message to the list once again, with the
>>>details (in my case, the message I get is "irq 10: nobody cared!"
>>>and it is regarding my primary HD on my secondary Promise PDC20265
>>>controller).
>>>      
>>>
>
>First of all, Matthias-Christian, thank you very much for your kind
>answer.
>
>I have already tried contacting the linux-ide mailing list as a CC to my
>earlier messages, but I got no response. I am including some details in
>this e-mail. I included Bartlomiej in the CC, as he is listed as general
>IDE maintainer in the MAINTAINERS file.
>
>  
>
>>Report it to http://bugzilla.kernel.org/. Maybe you'll get help there.
>>    
>>
>
>Thanks. I will try filing a bug on that system as soon as I get the
>reply to create my account there.
>
>(...)
>  
>
>>You see it's very difficult to fix such irq problems because some factors
>>can cause such an error.
>>    
>>
>
>Yes, I understand that.
>
>  
>
>>Maybe contacting specific malinglists (e.g. for "broken" pci cards
>>the pci mailinglist, etc.), maintainers or developers would be more
>>efficient (cc the lkml) and solve your problem (faster), because
>>this people are specialists are this type of hardware (e.g. pci).
>>
>>What hardware is connect through irq 5?
>>    
>>
>
>In my case, my problem is not with irq 5, but with irq 10, as I
>mentioned earlier.
>
>The situation is this: I have an Asus A7V motherboard with 2 VIA
>vt82c686a controllers and 2 Promise PDC20265 controllers.
>
>I recently bought myself a new DVD recorder and since Alan Cox told
>me[*] that the Promise controllers had problems with ATAPI devices, I
>decided to arrange my system this way:
>
>/dev/hda: the DVD recorder (VIA controller, master)
>/dev/hdc: an old CD recorder (VIA controller, master)
>/dev/hde: my first HD (Promise controller, master)
>/dev/hdg: my second HD (Promise controller, master)
>
>The Promise controller is able to control the HDs (which now have
>exclusive 80-pin cables) at their maximum, but I get the following
>stack trace if I have /dev/hdg turned on:
>
>- - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - -
>ACPI: PCI interrupt 0000:00:11.0[A] -> GSI 10 (level, low) -> IRQ 10
>PDC20265: chipset revision 2
>PDC20265: 100% native mode on irq 10
>PDC20265: (U)DMA Burst Bit ENABLED Primary PCI Mode Secondary PCI Mode.
>    ide2: BM-DMA at 0x7400-0x7407, BIOS settings: hde:pio, hdf:pio
>    ide3: BM-DMA at 0x7408-0x740f, BIOS settings: hdg:pio, hdh:pio
>Probing IDE interface ide2...
>hde: QUANTUM FIREBALL CX13.0A, ATA DISK drive
>ide2 at 0x8800-0x8807,0x8402 on irq 10
>Probing IDE interface ide3...
>hdg: QUANTUM FIREBALLlct15 30, ATA DISK drive
>irq 10: nobody cared!
> [<c0128fc1>] __report_bad_irq+0x31/0x77
> [<c012906b>] note_interrupt+0x4c/0x71
> [<c0128c86>] __do_IRQ+0x93/0xbd
> [<c0104635>] do_IRQ+0x19/0x24
> [<c010335a>] common_interrupt+0x1a/0x20
> [<c011935c>] __do_softirq+0x2c/0x7d
> [<c01193cf>] do_softirq+0x22/0x26
> [<c010463a>] do_IRQ+0x1e/0x24
> [<c010335a>] common_interrupt+0x1a/0x20
> [<c0128d89>] enable_irq+0x88/0x8d
> [<c021edc0>] probe_hwif+0x2da/0x366
> [<c021a137>] ata_attach+0xa3/0xbd
> [<c021ee5c>] probe_hwif_init_with_fixup+0x10/0x74
> [<c0221597>] ide_setup_pci_device+0x72/0x7f
> [<c0216f82>] pdc202xx_init_one+0x15/0x18
> [<c039182e>] ide_scan_pcidev+0x34/0x59
> [<c039186f>] ide_scan_pcibus+0x1c/0x88
> [<c039179f>] probe_for_hwifs+0xb/0xd
> [<c03917e5>] ide_init+0x44/0x59
> [<c037c6ce>] do_initcalls+0x4b/0x99
> [<c0100272>] init+0x0/0xce
> [<c0100299>] init+0x27/0xce
> [<c0101245>] kernel_thread_helper+0x5/0xb
>handlers:
>[<c021c2a6>] (ide_intr+0x0/0xee)
>Disabling IRQ #10
>irq 10: nobody cared!
>- - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - -
>
>This is just an excerpt of the messages. I can provide much more
>details if I know what is relevant.
>
>I had already posted some old dmesg logs at my site
><http://www.ime.usp.br/~rbrito/ide-problem/>, but this was before I
>got myself a second 80-ribbon cable (I expected that the problem would
>go away, but it didn't).
>
>Any other comments are more than welcome.
>
>
>Thanks in advance, Rogério Brito.
>
>[*] http://infocenter.guardiandigital.com/archive/linux-kernel/2004/Dec/2663.html
>  
>
Hi!
I'm not IDE specialist, but what about operating systems? Did you try a 
Windows or BSD CD (try it with a Windows 2000/XP CD, if you have one, 
else burn a NetBSD or FreeBSD/DragonflyBSD CD -- this is important to 
see if it's a linux bug or acpi bug)? Anyway this is very strange.

Good luck!
Matthias-Christian Ott

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

* Re: 2.6.11rc4: irq 5, nobody cared
  2005-02-20 18:05     ` 2.6.11rc4: irq 5, nobody cared Rogério Brito
  2005-02-20 20:00       ` Matthias-Christian Ott
@ 2005-02-21 18:43       ` Bartlomiej Zolnierkiewicz
  2005-02-21 18:50         ` Jeff Garzik
  1 sibling, 1 reply; 8+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2005-02-21 18:43 UTC (permalink / raw)
  To: Matthias-Christian Ott; +Cc: Rogério Brito, linux-kernel, linux-ide


On Sunday 20 February 2005 19:05, Rogério Brito wrote:
> On Feb 20 2005, Matthias-Christian Ott wrote:
> > Rogério Brito wrote:
> > >I am willing to test any patch and configuration (let's call me a
> > >"guinea pig"), but I don't know what I should do. I have, OTOH,
> > >reported my problem many times in the past few days. :-(
> > >
> > >I will retry sending my message to the list once again, with the
> > >details (in my case, the message I get is "irq 10: nobody cared!"
> > >and it is regarding my primary HD on my secondary Promise PDC20265
> > >controller).
> 
> First of all, Matthias-Christian, thank you very much for your kind
> answer.
> 
> I have already tried contacting the linux-ide mailing list as a CC to my
> earlier messages, but I got no response. I am including some details in
> this e-mail. I included Bartlomiej in the CC, as he is listed as general
> IDE maintainer in the MAINTAINERS file.

Hi,

There is no need to cc: me 3x times,
I'm subscribed to linux-kernel and linux-ide
so I got your mail 5x times...

If I don't reply it means that I'm busy doing other stuff.

Regards,
Bartlomiej

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

* Re: 2.6.11rc4: irq 5, nobody cared
  2005-02-21 18:43       ` Bartlomiej Zolnierkiewicz
@ 2005-02-21 18:50         ` Jeff Garzik
  2005-02-21 19:42           ` Wichert Akkerman
  0 siblings, 1 reply; 8+ messages in thread
From: Jeff Garzik @ 2005-02-21 18:50 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: Matthias-Christian Ott, Rogério Brito, linux-kernel,
	linux-ide

Bartlomiej Zolnierkiewicz wrote:
> On Sunday 20 February 2005 19:05, Rogério Brito wrote:
> 
>>On Feb 20 2005, Matthias-Christian Ott wrote:
>>
>>>Rogério Brito wrote:
>>>
>>>>I am willing to test any patch and configuration (let's call me a
>>>>"guinea pig"), but I don't know what I should do. I have, OTOH,
>>>>reported my problem many times in the past few days. :-(
>>>>
>>>>I will retry sending my message to the list once again, with the
>>>>details (in my case, the message I get is "irq 10: nobody cared!"
>>>>and it is regarding my primary HD on my secondary Promise PDC20265
>>>>controller).
>>
>>First of all, Matthias-Christian, thank you very much for your kind
>>answer.
>>
>>I have already tried contacting the linux-ide mailing list as a CC to my
>>earlier messages, but I got no response. I am including some details in
>>this e-mail. I included Bartlomiej in the CC, as he is listed as general
>>IDE maintainer in the MAINTAINERS file.
> 
> 
> Hi,
> 
> There is no need to cc: me 3x times,
> I'm subscribed to linux-kernel and linux-ide
> so I got your mail 5x times...

You should add this to your procmailrc :)

# Nuke duplicate messages
:0 Wh: msgid.lock
| $FORMAIL -D 32768 msgid.cache

	Jeff




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

* Re: 2.6.11rc4: irq 5, nobody cared
  2005-02-21 18:50         ` Jeff Garzik
@ 2005-02-21 19:42           ` Wichert Akkerman
  2005-02-21 20:32             ` Jeff Garzik
  2005-02-23 21:41             ` Bill Davidsen
  0 siblings, 2 replies; 8+ messages in thread
From: Wichert Akkerman @ 2005-02-21 19:42 UTC (permalink / raw)
  To: Jeff Garzik
  Cc: Bartlomiej Zolnierkiewicz, Matthias-Christian Ott,
	Rogério Brito, linux-kernel, linux-ide

Previously Jeff Garzik wrote:
> You should add this to your procmailrc :)
> 
> # Nuke duplicate messages
> :0 Wh: msgid.lock
> | $FORMAIL -D 32768 msgid.cache

That has the nasty side-effect of spreading messages for a single
discussion amongst many different mailboxes depending on which path
happens to be the first to deliver an email to you.

Wichert.

-- 
Wichert Akkerman <wichert@wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.

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

* Re: 2.6.11rc4: irq 5, nobody cared
  2005-02-21 19:42           ` Wichert Akkerman
@ 2005-02-21 20:32             ` Jeff Garzik
  2005-02-21 21:48               ` Wichert Akkerman
  2005-02-23 21:41             ` Bill Davidsen
  1 sibling, 1 reply; 8+ messages in thread
From: Jeff Garzik @ 2005-02-21 20:32 UTC (permalink / raw)
  To: Wichert Akkerman
  Cc: Bartlomiej Zolnierkiewicz, Matthias-Christian Ott,
	Rogério Brito, linux-kernel, linux-ide

Wichert Akkerman wrote:
> Previously Jeff Garzik wrote:
> 
>>You should add this to your procmailrc :)
>>
>># Nuke duplicate messages
>>:0 Wh: msgid.lock
>>| $FORMAIL -D 32768 msgid.cache
> 
> 
> That has the nasty side-effect of spreading messages for a single
> discussion amongst many different mailboxes depending on which path
> happens to be the first to deliver an email to you.

These are _duplicate_ messages.  The To/CC doesn't vary in my 
experience.  Therefore, sorting on To/CC always guarantees my messages 
go into the correct folder.

Maybe you are thinking of reply-to-munged lists, which eliminate 
duplicates by eliminating custom To/CC lists.

	Jeff


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

* Re: 2.6.11rc4: irq 5, nobody cared
  2005-02-21 20:32             ` Jeff Garzik
@ 2005-02-21 21:48               ` Wichert Akkerman
  0 siblings, 0 replies; 8+ messages in thread
From: Wichert Akkerman @ 2005-02-21 21:48 UTC (permalink / raw)
  To: Jeff Garzik
  Cc: Bartlomiej Zolnierkiewicz, Matthias-Christian Ott,
	Rogério Brito, linux-kernel, linux-ide

Previously Jeff Garzik wrote:
> These are _duplicate_ messages.  The To/CC doesn't vary in my 
> experience.  Therefore, sorting on To/CC always guarantees my messages 
> go into the correct folder.

It depends highly on how you filter. It do not use To/Cc headers
to choose the mailbox to deliver a message in since that will not work
with things like bounces and aliases. Using headers like List-Id or
X-Mailing-List is reliable, but does not work with the duplicate
filtering you suggested.

It is a matter of choosing your own preference. And ours seem to differ.

Wichert.

-- 
Wichert Akkerman <wichert@wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.

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

* Re: 2.6.11rc4: irq 5, nobody cared
  2005-02-21 19:42           ` Wichert Akkerman
  2005-02-21 20:32             ` Jeff Garzik
@ 2005-02-23 21:41             ` Bill Davidsen
  1 sibling, 0 replies; 8+ messages in thread
From: Bill Davidsen @ 2005-02-23 21:41 UTC (permalink / raw)
  To: Wichert Akkerman
  Cc: Jeff Garzik, Bartlomiej Zolnierkiewicz, Matthias-Christian Ott,
	Rogério Brito, linux-kernel, linux-ide

Wichert Akkerman wrote:
> Previously Jeff Garzik wrote:
> 
>>You should add this to your procmailrc :)
>>
>># Nuke duplicate messages
>>:0 Wh: msgid.lock
>>| $FORMAIL -D 32768 msgid.cache
> 
> 
> That has the nasty side-effect of spreading messages for a single
> discussion amongst many different mailboxes depending on which path
> happens to be the first to deliver an email to you.

It depends on how you process your mail, if you move to folders with 
determanent logic, checking various lists in order, then it always does 
the same thing. If you use the list header it could do what you suggest. 
I personally push a lot of the mailing lists to a news (usenet) server, 
since it allows a single copy of a message to be indexed in multiple 
groups, and some clients will skip what you have seen better than others.

-- 
    -bill davidsen (davidsen@tmr.com)
"The secret to procrastination is to put things off until the
  last possible moment - but no longer"  -me

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

end of thread, other threads:[~2005-02-23 21:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20050220155600.GD5049@vanheusden.com>
     [not found] ` <20050220164010.GA17806@ime.usp.br>
     [not found]   ` <4218C692.9040106@tiscali.de>
2005-02-20 18:05     ` 2.6.11rc4: irq 5, nobody cared Rogério Brito
2005-02-20 20:00       ` Matthias-Christian Ott
2005-02-21 18:43       ` Bartlomiej Zolnierkiewicz
2005-02-21 18:50         ` Jeff Garzik
2005-02-21 19:42           ` Wichert Akkerman
2005-02-21 20:32             ` Jeff Garzik
2005-02-21 21:48               ` Wichert Akkerman
2005-02-23 21:41             ` Bill Davidsen

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