Author Topic: Suspend Not Working In Oz  (Read 7268 times)

jason123

  • Full Member
  • ***
  • Posts: 170
    • View Profile
Suspend Not Working In Oz
« on: August 07, 2007, 04:55:55 am »
I'm running Hentges 3.5.4.1 rom, with lots of cool stuff added after the fact ... but when i hold cancel to suspend my Z, it freezes and I have to flip the battery switch.  Not cool.  Anyone else have this problem, know how to further troubleshoot it, or even fix it?
SL-5500
Hentges 3.5.4.1
Kingmax 1gb SD
Lexar 1gb CF
Belkin IR Keyboard
Socket 56k Modem CF
Linksys 802.11b CF

chrisl

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
    • http://web.mac.com/iepfreaks/iWeb/Site/Main%20Page.html
Suspend Not Working In Oz
« Reply #1 on: August 13, 2007, 11:35:39 pm »
Quote
I'm running Hentges 3.5.4.1 rom, with lots of cool stuff added after the fact ... but when i hold cancel to suspend my Z, it freezes and I have to flip the battery switch.  Not cool.  Anyone else have this problem, know how to further troubleshoot it, or even fix it?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=165881\"][{POST_SNAPBACK}][/a][/div]

Yes, it was a VERY BIG problem for me. That is why I do not use that ROM anymore.

Chris--
Zaurus SL-5500, Kodak CF 32 & 256 MB, generic (pqi) 1 GB SD & polaroid 1 GB SD, tkc 2a3 with home on SD, Belkin F5D6060 CF WiFi Card, MacBook Pro 1.8 GHz Core Duo, OS X 10.4.10

Greg2

  • Hero Member
  • *****
  • Posts: 790
    • View Profile
    • http://
Suspend Not Working In Oz
« Reply #2 on: August 14, 2007, 05:12:41 pm »
Quote
I'm running Hentges 3.5.4.1 rom, with lots of cool stuff added after the fact ... but when i hold cancel to suspend my Z, it freezes
That's the old suspend bug. Suspending with the menu works OK using that Kernel and Image.

jason123

  • Full Member
  • ***
  • Posts: 170
    • View Profile
Suspend Not Working In Oz
« Reply #3 on: August 17, 2007, 02:37:06 pm »
is there any way to hack around that?
SL-5500
Hentges 3.5.4.1
Kingmax 1gb SD
Lexar 1gb CF
Belkin IR Keyboard
Socket 56k Modem CF
Linksys 802.11b CF

psion_mf

  • Newbie
  • *
  • Posts: 1
    • View Profile
Suspend Not Working In Oz
« Reply #4 on: September 16, 2007, 03:59:02 pm »
Yes, there's a workaround...

Put this in a file (suspend.sh):
Code: [Select]
#!/bin/sh
echo 1 >/proc/sys/pm/suspend

Now make an entry for the launcher (e.g. for the Settings tab in /opt/QtPalmtop/apps/Settings/suspend.desktop):

Code: [Select]
[Desktop Entry]
Exec=/path/to/suspend.sh
File=Unknown
Icon=exit
Type=Application
Name=Suspend

Now you have to suspend your Z using this entry in the launcher or in the Opie menu.
You have to reload the icons for the entry to appear.
« Last Edit: September 16, 2007, 03:59:19 pm by psion_mf »