From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from systemhalted (CPE0080c82c70ca.cpe.net.cable.rogers.com [24.112.140.233]) by dsl2.external.hp.com (Postfix) with ESMTP id 32E4D486A for ; Tue, 2 Jul 2002 13:21:46 -0600 (MDT) Date: Tue, 2 Jul 2002 15:21:47 -0400 From: Carlos O'Donell To: Ralf Hildebrandt Cc: Thibaut VARENE , parisc-linux@lists.parisc-linux.org Subject: Re: [parisc-linux] Power Button doesn't turn machine off anymore Message-ID: <20020702192147.GC3678@systemhalted> References: <20020702183558.GO25586@charite.de> <20020702185708.GP25586@charite.de> <20020702190606.GA3678@systemhalted> <20020702190842.GR25586@charite.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20020702190842.GR25586@charite.de> Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: > > Okie. Time to ask questions. > > What toolchain did you use to build your kernel? > > Toolchain? > I'm running Debian unstable on the box and built it directly on the > box, using make-kpkg (as usual) > Excellent. This means you are using the toolchain provided by debian (and not rolling your own... some of us are doing this and I wanted to clarify your position). I'm not running any PARISC boxes in unstable (although I'm going to so I can test stuff like this)... so could you tell me the version of your compilier and linker? # gcc -v # ld -v Things can and will go wrong... but debugging info always helps :) Trying to segregate toolchain issues is going to be my new quest. As Willy said "I'm so happy to see someone interested in toolchain work!" ;) If you could apply the following patch and test your power button again: --- ./arch/parisc/kernel/power.c Tue Jul 2 15:17:59 2002 +++ ./arch/parisc/kernel/power.c Tue Jul 2 15:18:12 2002 @@ -55,6 +55,7 @@ #include #include +#define DEBUG #ifdef DEBUG # define DPRINTK(x) printk x