Re: Need fixing of a rebooting system

From: Kevin Breit
Date: Sun Sep 14 2003 - 18:51:44 EST


Zwane Mwaikambo wrote:

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


This unfortunately didn't help. It still reboots right after it uncompresses the kernel.

Thanks

Kevin Breit

-
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/