irq event 5: bogus return value 19
- From: "Professor Moriarty" <bofh.h4x@xxxxxxxxx>
- Date: Sun, 30 Apr 2006 12:19:50 -0700
On debugging a soundcard driver (the Riptide driver from linuxant,
ported by me to 2.6), I seem to have 2 weird bugs that are giving me a
headache:
Both occur when I try to actually play a file
The first: ppos != &file->f_pos
If I comment that check out, I get a kernelpanic. If I comment out the
schedule_work() to run the bottom half of the IRQ handler, I get the
message:
irq event 5: bogus return value 19
Followed by:
kernel: Disabling IRQ #5
At this point, the first 4K of raw PCM plays, and then /dev/dsp
blocks, while the speakers repeat the 4K of data repeatedly until I
ctrl+C mplayer. Trying to cat data to /dev/dsp plays first 4K, then
cat says /dev/dsp is out of space.
Any ideas?
~ Vasily Ivanov
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: irq event 5: bogus return value 19
- From: Jiri Slaby
- Re: irq event 5: bogus return value 19
- Prev by Date: Re: [FYI] whitespace removal
- Next by Date: Hello dear
- Previous by thread: Fwd: [patch 00/14] remap_file_pages protection support
- Next by thread: Re: irq event 5: bogus return value 19
- Index(es):
Relevant Pages
|