Author Topic: Cacko With Sl-c3000 Won't Suspend!  (Read 3260 times)

Mersault

  • Newbie
  • *
  • Posts: 17
    • View Profile
    • http://
Cacko With Sl-c3000 Won't Suspend!
« on: January 06, 2006, 06:14:55 am »
Greez! I have had Cacko ROM couple of days. I think in the beginning I didn't have any problems. However now it seems, I can't get the device suspended. On/off button does nothing, neither can I suspend my Zaurus from menu command 'Suspend'.

Now the only way to prevent battery being drained is to remove battery every time I stop working with my Zaurus. I have installed some packages - Opera, KA/Pi, KO/Pi, OM/Pi, PWM/Pi, Kismet (not working), qpdf2 (not working), ksharpDTM etc. etc.

Could any of these packages cause this malfunction. Otherwise my Zaurus SL-C3000 is just perfect!

Yours,
-Mersault-
/ Medical Doctor - Helsinki, Finland (hometown of Linus Torvalds) /
/ Sharp Zaurus SL-C3000 - HP iPAQ 2215 - Dell Axim X5 /

drnick

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
Cacko With Sl-c3000 Won't Suspend!
« Reply #1 on: January 06, 2006, 07:17:05 am »
Quote
Greez! I have had Cacko ROM couple of days. I think in the beginning I didn't have any problems. However now it seems, I can't get the device suspended. On/off button does nothing, neither can I suspend my Zaurus from menu command 'Suspend'.

Now the only way to prevent battery being drained is to remove battery every time I stop working with my Zaurus. I have installed some packages - Opera, KA/Pi, KO/Pi, OM/Pi, PWM/Pi, Kismet (not working), qpdf2 (not working), ksharpDTM etc. etc.

Could any of these packages cause this malfunction. Otherwise my Zaurus SL-C3000 is just perfect!

Yours,
-Mersault-
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109785\"][{POST_SNAPBACK}][/a][/div]

Do you have sudo installed? My Z wouldnt suspend when I had sudo installed from either the ZUG feed or the Cacko feed.  From the terminal as root and as zaurus run "susp.sh" and look at the error messages.  The version of sudo that is built into the cacko rom however works fine and can suspend fine.
Current Toshiba Libretto U100 Owner
Previous SL-C3000 Owner
Waiting for next Z.  Will still hang out here to offer help when I can.

Mersault

  • Newbie
  • *
  • Posts: 17
    • View Profile
    • http://
Cacko With Sl-c3000 Won't Suspend!
« Reply #2 on: January 06, 2006, 04:19:23 pm »
Quote
Quote
I can't get the device suspended. On/off button does nothing, neither can I suspend my Zaurus from menu command 'Suspend'.

Yours, -Mersault-
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109785\"][{POST_SNAPBACK}][/a][/div]
Do you have sudo installed? My Z wouldnt suspend when I had sudo installed from either the ZUG feed or the Cacko feed.  From the terminal as root and as zaurus run "susp.sh" and look at the error messages.  The version of sudo that is built into the cacko rom however works fine and can suspend fine.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109789\"][{POST_SNAPBACK}][/a][/div]
Thank you for your reply. I don't have sudo installed. However I have the packages mentioned + some other I don't even know what they are for. I couldn't find the file "susp.sh" nor to get it executed. I didn't even find it with "find susp.sh" in console root.

Is this susp.sh a batch to be executed when the on/off is pressed? Could I download it from somewhere?

Thanks,
-Mersault-
/ Medical Doctor - Helsinki, Finland (hometown of Linus Torvalds) /
/ Sharp Zaurus SL-C3000 - HP iPAQ 2215 - Dell Axim X5 /

drnick

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
Cacko With Sl-c3000 Won't Suspend!
« Reply #3 on: January 06, 2006, 05:19:20 pm »
Quote
Is this susp.sh a batch to be executed when the on/off is pressed? Could I download it from somewhere?

Thanks,
-Mersault-
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109845\"][{POST_SNAPBACK}][/a][/div]

Code: [Select]
su
find / -name 'susp*'
yields a number of entries for me.  

you could also (as root) execute
Code: [Select]
apm -s to suspend from the commandline
Current Toshiba Libretto U100 Owner
Previous SL-C3000 Owner
Waiting for next Z.  Will still hang out here to offer help when I can.

Mersault

  • Newbie
  • *
  • Posts: 17
    • View Profile
    • http://
Cacko With Sl-c3000 Won't Suspend!
« Reply #4 on: January 07, 2006, 10:25:49 am »
Quote
Code: [Select]
su
find / -name 'susp*'
yields a number of entries for me. 

you could also (as root) execute
Code: [Select]
apm -s to suspend from the commandline
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109852\"][{POST_SNAPBACK}][/a][/div]
Hello.I can now find susp.sh, thanks to your advice. This may sound stupid but how can I execute the file?

"apm -s" gives this error message:

/usr/local/bin/apm: /usr/bin/sudo: No such file or directory
/usr/local/bin/apm: /usr/bin/sudo: No such file or directory
/usr/local/bin/apm: /usr/bin/sudo: No such file or directory

So..should I install sudo, after all..?

Yours,
-Mersault-
/ Medical Doctor - Helsinki, Finland (hometown of Linus Torvalds) /
/ Sharp Zaurus SL-C3000 - HP iPAQ 2215 - Dell Axim X5 /

DaemonsGR

  • Full Member
  • ***
  • Posts: 237
    • View Profile
Cacko With Sl-c3000 Won't Suspend!
« Reply #5 on: January 07, 2006, 12:55:23 pm »
Quote
Quote
Code: [Select]
su
find / -name 'susp*'
yields a number of entries for me. 

you could also (as root) execute
Code: [Select]
apm -s to suspend from the commandline
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109852\"][{POST_SNAPBACK}][/a][/div]
Hello.I can now find susp.sh, thanks to your advice. This may sound stupid but how can I execute the file?

"apm -s" gives this error message:

/usr/local/bin/apm: /usr/bin/sudo: No such file or directory
/usr/local/bin/apm: /usr/bin/sudo: No such file or directory
/usr/local/bin/apm: /usr/bin/sudo: No such file or directory

So..should I install sudo, after all..?

Yours,
-Mersault-
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109905\"][{POST_SNAPBACK}][/a][/div]

OR check the puth to sudo on your system and make a link (with ln).
Tasos Varoudis (Tech)
Tasos Varoudis (Architecture)

Zaurus sl-c3100 + Wlan, Lan ,BT ,etc
NOW running... pdaXrom 1.1.0beta3 + OOo + custom apps/setup + debian +.. not yet installed OpenBSD snapshot

WAS:Cacko 1.23 + X/QT + debian

Home-Net
Debian WIFI Router ,OpenBSD Bridge Firewall ,Win 2k Domain Server , :) Sun Fire v120 , :) Gentoo Main Server: Dual PIII

Mersault

  • Newbie
  • *
  • Posts: 17
    • View Profile
    • http://
Cacko With Sl-c3000 Won't Suspend!
« Reply #6 on: January 09, 2006, 02:17:31 pm »
Quote
OR check the puth to sudo on your system and make a link (with ln).
Maybe I'm too much a newbie with Linux to be able to follow your advice. I quite simply just restored OS and formatted the hdd [OK+ON -> 3 -> 1], and after that installed Cacko again. Then I installed only the packages I really need. So far this works perfectly, ON\OFF is ok, sync with Outlook works like a dream. What more could I ask...

Anyway, thanks for you folks! I'll go and paypal some money to the russian person behind Cacko...

Yours,
-Mersault-
/ Medical Doctor - Helsinki, Finland (hometown of Linus Torvalds) /
/ Sharp Zaurus SL-C3000 - HP iPAQ 2215 - Dell Axim X5 /