Find the answer to your Linux question:
Results 1 to 2 of 2
hey everyone, i want to script the system bell / beep for a notification for myself. I was trying various things like echo -en "

Thread: help - can't make system beep / bell

7" to no avail, when i ...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    27

    help - can't make system beep / bell

    hey everyone, i want to script the system bell / beep for a notification for myself.

    I was trying various things like echo -en "\007" to no avail, when i saw the 'beep' package in the repository. I issued a :
    Code:
    aptitude install beep
    and now have a beep program installed; however, even when i execute the beep command i hear no beep. i have done
    Code:
    xset b on
    setterm -blength 100
    but i still hear no system beep sound... any help would be awesome. thanks everyone

    EDIT: okay, so i restarted and it works now, apparently the combination above WORKS. lol

  2. #2
    Just Joined!
    Join Date
    Dec 2007
    Posts
    27

    i spoke too soon

    i spoke too soon...

    while it worked once after restart, now it doesn't again. i've issued the same commands, and restarted again just to make sure. no luck... any help ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •