Messages in this thread Patch in this message |  | | Date | Fri, 26 Oct 2001 10:37:53 +0900 | From | Tachino Nobuhiro <> | Subject | Re: SiS/Trident 4DWave sound driver oops |
| |
Hello,
At 25 Oct 2001 09:24:21 -0400, Michael F. Robbins <compumike@compumike.com> wrote: > > I just grabbed 2.4.12-ac6 and the OOPS continues. This is with > soundcore, ac97_codec, and trident all built as modules. > > Again, like my previous report (which was on Linus' 2.4.12), I can > 'modprobe soundcore' and 'modprobe ac97_codec' with no problems. Once I > do the 'modprobe trident', I get the oops. After the oops, the system > is still responsive, and just like Stuart Young reported, the trident > module is stuck in "initalizing". > > See below for the details including the oops report itself. > > Mike Robbins > compumike@compumike.com > (Please also cc your reply to me.)
Following patch may fix your oops. Please try.
diff -u -r linux-2.4.12-ac5.org/drivers/sound/ac97_codec.c linux-2.4.12-ac5/drivers/sound/ac97_codec.c --- linux-2.4.12-ac5.org/drivers/sound/ac97_codec.c Mon Oct 22 09:34:21 2001 +++ linux-2.4.12-ac5/drivers/sound/ac97_codec.c Fri Oct 26 10:26:41 2001 @@ -143,7 +143,6 @@ {0x83847656, "SigmaTel STAC9756/57", &sigmatel_9744_ops}, {0x83847684, "SigmaTel STAC9783/84?", &null_ops}, {0x57454301, "Winbond 83971D", &null_ops}, - {0,} }; static const char *ac97_stereo_enhancements[] = - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |