Author Topic: Beep from Terminal using Default ROM?  (Read 8853 times)

ClintReese

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
Beep from Terminal using Default ROM?
« Reply #15 on: November 04, 2004, 07:11:28 pm »
Quote
If I understand correctly, libncurses provides this hybrid console GUI, which you may not need. For kismet you can install kismetQt, or whatever it's called, which provides a proper GUI for it. As far as buzzme is concerned you should just need to put the binary in your path and it will buzz for you, you shouldn't need any libraries. If you are having trouble finding the binary I'll mirror it for you here. Please let me know if it works.

Felipe
It didn't work. I copied it to the zaurus, did a
chmod 777 buzzme
and executed it by specifying the full path name.  No response except another command prompt.  No errors either.

Thanks, but it doesn't seem to be working.

Clint Reese
Clint Reese
C.H.E.I.F. - Cyborgs Having & Encouraging Individual Freedom
http://books.lulu.com/content/70176
Yahoo ID: justphilanthrope

ClintReese

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
Beep from Terminal using Default ROM?
« Reply #16 on: November 04, 2004, 07:14:04 pm »
Quote
Quote
If I understand correctly, libncurses provides this hybrid console GUI, which you may not need. For kismet you can install kismetQt, or whatever it's called, which provides a proper GUI for it. As far as buzzme is concerned you should just need to put the binary in your path and it will buzz for you, you shouldn't need any libraries. If you are having trouble finding the binary I'll mirror it for you here. Please let me know if it works.

Felipe
It didn't work. I copied it to the zaurus, did a
chmod 777 buzzme
and executed it by specifying the full path name.  No response except another command prompt.  No errors either.

Thanks, but it doesn't seem to be working.

Clint Reese
Oops! Duh!  I need to add it to my path and then make the command line call which you specified earlier... Hehehe.... Next time I need to think before I post.

Thanks again.  Off to try again.

Clint Reese
Clint Reese
C.H.E.I.F. - Cyborgs Having & Encouraging Individual Freedom
http://books.lulu.com/content/70176
Yahoo ID: justphilanthrope

ClintReese

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
Beep from Terminal using Default ROM?
« Reply #17 on: November 04, 2004, 07:16:55 pm »
Quote
If I understand correctly, libncurses provides this hybrid console GUI, which you may not need. For kismet you can install kismetQt, or whatever it's called, which provides a proper GUI for it. As far as buzzme is concerned you should just need to put the binary in your path and it will buzz for you, you shouldn't need any libraries. If you are having trouble finding the binary I'll mirror it for you here. Please let me know if it works.

Felipe
Hurray!!! It works!  It works!  It works!  It's alive!! It's alive!!!

Thank you, thank you, thank you.  

Is there any way that I can repay you? (within reason

Clint Reese
Clint Reese
C.H.E.I.F. - Cyborgs Having & Encouraging Individual Freedom
http://books.lulu.com/content/70176
Yahoo ID: justphilanthrope

ClintReese

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
Beep from Terminal using Default ROM?
« Reply #18 on: November 04, 2004, 07:27:46 pm »
Hurray!  It works!  Thanks again, jfv and radioz!  Let me know if there is something within reason that I can do for you.

Final solution:

1. Use the buzzme binary and the python cramfs which were suggested to me.  chmod, of course.

2. Use the following commands in Python, based on the path in which I had buzzme:

import os

os.system('/home/zaurus/buzzme -t')

It's a beautiful thing!  Thanks again.

Clint Reese
Clint Reese
C.H.E.I.F. - Cyborgs Having & Encouraging Individual Freedom
http://books.lulu.com/content/70176
Yahoo ID: justphilanthrope