suspend/resume intimate
curly <[email protected]>
| Newsgroups | gmane.comp.handhelds.linux.intimate |
|---|---|
| Message-ID | <20011111182340.66B3D3CC3B__4531.75624502382$1115030565$gmane$org@curly.hn.org> |
hi all, got a big problem, i've got familiar 0.5 and intimate installed. intimate is on a microdrive in pccard jacket. so my problem: i can suspend intimate with the power-button (i copied pm_helper to /sbin ,before that nothing happend when i pushed the power-button) but when i will resume the ipaq with the button, the ipaq awakes and blackbox or icewm is responding but no application is starting. when i suspend wait short time and then resume everything is allright(sound works :-) but when i wait a little longer and resume it then nothing can be done. i found out that the microdrive is no longer mounted or responding. and because of that no application can be started. :-( btw msg in minicom is : ide0: reset : success after that only reset-button works to boot again and to work with the ipaq. my question : how can i fix this ? i searched all mailing list and the same question was asked a few times but nobody answered it. and without suspend/resume i think nobody can really take his ipaq to work and really work with it and that is what i want to do. thankx curly Received: from wacka.mjr.org (postfix@[194.153.168.20]) by handhelds.org (8.9.3/8.9.3) with ESMTP id KAA31287 for <[email protected]>; Mon, 12 Nov 2001 10:40:51 -0800 Received: from localhost (localhost [127.0.0.1]) by wacka.mjr.org (Postfix) with ESMTP id B4114226FC for <[email protected]>; Mon, 12 Nov 2001 19:48:07 +0000 (GMT) Received: by wacka.mjr.org (Postfix, from userid 1000) id 42BC322612; Mon, 12 Nov 2001 19:48:06 +0000 (GMT) Date: Mon, 12 Nov 2001 19:48:06 +0000 To: [email protected] Message-ID: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.22i From: [email protected] (Paul Hedderly) X-Virus-Scanned: by AMaViS perl-11 Subject: [Intimate] installer updates Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0beta2 Precedence: bulk List-Id: The intimate project - Full blown linux on the Compaq iPAQ <intimate.handhelds.org> I've done a couple of small changes to the intimate installer script. 98,99c98 < OURBASENAME=`basename $0` < OURMD5SUM=`md5sum $OURBASENAME` --- > OURMD5SUM=`md5sum $0` 101,105c100 < write "The md5sum of this program is:" < write "$OURMD5SUM" < write "The website says the md5sum should be:" < cat installer.md5sum < write "MD5SUM Bad... exiting." --- > write "Bad... exiting." The first is to allow running as "./installer" (passing $0 through basename) The second (at Tangents suggestion) is to print the installer.md5sum file from the website if the check fails - so that we can publish a message in the .md5sum if we need to pull it quickly. Hope I've not done anything daft... has been tested -- Paul