All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Breit <mrproper@ximian.com>
To: Zwane Mwaikambo <zwane@linuxpower.ca>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Need fixing of a rebooting system
Date: Sun, 14 Sep 2003 19:50:07 -0400	[thread overview]
Message-ID: <3F64FEAF.1070601@ximian.com> (raw)
In-Reply-To: <Pine.LNX.4.53.0309141741050.5140@montezuma.fsmlabs.com>

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


  reply	other threads:[~2003-09-14 23:50 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-13 23:42 Need fixing of a rebooting system Kevin Breit
2003-09-13 23:46 ` Zwane Mwaikambo
2003-09-14 11:28   ` Kevin Breit
2003-09-14 13:05     ` Zwane Mwaikambo
2003-09-14 17:48       ` Kevin Breit
2003-09-14 21:42         ` Zwane Mwaikambo
2003-09-14 23:50           ` Kevin Breit [this message]
2003-09-15  0:57             ` Zwane Mwaikambo
2003-09-15 14:56               ` Kevin Breit
2003-09-15 16:20               ` Kevin Breit
2003-09-15 16:39               ` Kevin Breit
2003-09-15 18:27               ` Kevin Breit
2003-09-15 19:12                 ` Chris Meadors
2003-09-15 20:44                   ` Kevin Breit
2003-09-15 22:24                     ` Chris Meadors
2003-09-15 23:20                       ` Kevin Breit
2003-09-16  2:47                       ` Kevin Breit
2003-09-16  2:44                     ` Rahul Karnik
2003-09-16  4:30                 ` Zwane Mwaikambo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F64FEAF.1070601@ximian.com \
    --to=mrproper@ximian.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zwane@linuxpower.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.