Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262071AbTINXuc (ORCPT ); Sun, 14 Sep 2003 19:50:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262143AbTINXuc (ORCPT ); Sun, 14 Sep 2003 19:50:32 -0400 Received: from [141.154.95.10] ([141.154.95.10]:64205 "EHLO peabody.ximian.com") by vger.kernel.org with ESMTP id S262071AbTINXu2 (ORCPT ); Sun, 14 Sep 2003 19:50:28 -0400 Message-ID: <3F64FEAF.1070601@ximian.com> Date: Sun, 14 Sep 2003 19:50:07 -0400 From: Kevin Breit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Zwane Mwaikambo CC: linux-kernel@vger.kernel.org Subject: Re: Need fixing of a rebooting system References: <1063496544.3164.2.camel@localhost.localdomain> <3F6450D7.7020906@ximian.com> <1063561687.10874.0.camel@localhost.localdomain> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1435 Lines: 58 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/