lkml.org 
[lkml]   [2003]   [Sep]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Need fixing of a rebooting system
On Sun, 14 Sep 2003, Kevin Breit wrote:

> On Sun, 2003-09-14 at 09:05, Zwane Mwaikambo wrote:
> > On Sun, 14 Sep 2003, Kevin Breit wrote:
> >
> > > I set the CPU type to PII/Celeron and recompiled. It was at
> > > PIII/Celeron but it still won't work. It is still rebooting.
> >
> > Please send your .config and a dmesg from a working kernel.
>
> The files should be attached. If they aren't, please let me know!
>
> Thanks for your help.

Can you try with the following patch, courtesy of Adam Belay, my box
panicked with your .config without it.

--- a/sound/pci/ens1370.c 2003-09-13 19:28:45.000000000 +0000
+++ b/sound/pci/ens1370.c 2003-09-13 19:30:02.000000000 +0000
@@ -2354,7 +2354,11 @@
}

static struct pci_driver driver = {
- .name = "Ensoniq AudioPCI",
+#ifdef CHIP1371
+ .name = "Ensoniq 1371",
+#else
+ .name = "Ensoniq 1370",
+#endif
.id_table = snd_audiopci_ids,
.probe = snd_audiopci_probe,
.remove = __devexit_p(snd_audiopci_remove),
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.052 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site