From: Takashi Iwai <tiwai@suse.de>
To: Linux Kernel Mailinglist <linux-kernel@vger.kernel.org>
Subject: Re: irq 7: nobody cared! (intel8x0 sound / 2.6.2-rc3-mm1)
Date: Mon, 09 Feb 2004 19:56:48 +0100 [thread overview]
Message-ID: <s5hd68o2ia7.wl@alsa2.suse.de> (raw)
In-Reply-To: <4023BEA8.5060306@vision.ee>
[-- Attachment #1: Type: text/plain, Size: 837 bytes --]
At Fri, 06 Feb 2004 18:19:52 +0200,
Lenar Lõhmus wrote:
>
> Got this when tried to run mplayer (mplayer played something audible for
> 1 sec and then stalled):
>
> irq 7: nobody cared!
> Call Trace:
> [<c010c0f4>] __report_bad_irq+0x24/0x80
> [<c010c1d1>] note_interrupt+0x61/0x90
> [<c010c46d>] do_IRQ+0x10d/0x120
> [<c0279e1c>] common_interrupt+0x18/0x20
> [<c010c093>] handle_IRQ_event+0x23/0x60
> [<c010c3e3>] do_IRQ+0x83/0x120
> [<c0279e1c>] common_interrupt+0x18/0x20
>
> handlers:
> [<f99a1720>] (snd_intel8x0_interrupt+0x0/0x1e0 [snd_intel8x0])
> Disabling IRQ #7
>
> sound module in use is intel8x0 as seen above. Chip itself is nforce2
> integrated audio.
could you check the status register value when this happens with the
attached patch?
--
Takashi Iwai <tiwai@suse.de> ALSA Developer - www.alsa-project.org
[-- Attachment #2: Type: text/plain, Size: 372 bytes --]
--- linux/sound/pci/intel8x0.c 6 Feb 2004 17:47:49 -0000 1.115
+++ linux/sound/pci/intel8x0.c 9 Feb 2004 18:49:02 -0000
@@ -807,6 +807,7 @@
if (status)
iputdword(chip, chip->int_sta_reg, status);
spin_unlock(&chip->reg_lock);
+ printk(KERN_DEBUG "intel8x0: ignored irq, status = 0x%x, sta_mask = 0x%x\n", status, chip->int_sta_mask);
return IRQ_NONE;
}
next prev parent reply other threads:[~2004-02-09 18:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-06 16:19 irq 7: nobody cared! (intel8x0 sound / 2.6.2-rc3-mm1) Lenar Lõhmus
2004-02-09 18:56 ` Takashi Iwai [this message]
2004-02-10 17:26 ` Lenar Lõhmus
2004-02-10 19:05 ` Takashi Iwai
2004-02-10 19:50 ` Ralf Gerbig
2004-02-10 20:23 ` Linus Torvalds
2004-02-10 20:49 ` Ralf Gerbig
2004-02-11 10:42 ` Takashi Iwai
2004-02-11 20:11 ` Ralf Gerbig
2004-02-13 11:05 ` Takashi Iwai
2004-02-10 19:09 ` Ralf Gerbig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hd68o2ia7.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.