Page 3 of 8 FirstFirst 12345 ... LastLast
Results 21 to 30 of 74

Thread: Turn off (mute) system beep

  1. #21
    Join Date
    Dec 2006
    Beans
    4

    Re: Turn off (mute) system beep

    Great tutorial... I too was annoying the Ayche Eee Double Hockey Sticks out of my cube farm cohorts... what can I say, I do HAVE fat fingers.

    Thanks again!

  2. #22
    Join Date
    Jul 2006
    Beans
    78
    Distro
    Ubuntu

    Re: Turn off (mute) system beep

    This didn't do anything for me other than print the 33[10etc.) on the screen when I log in. I still get the beeps.

  3. #23
    Join Date
    Apr 2006
    Location
    Tejas
    Beans
    445
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Turn off (mute) system beep

    Quote Originally Posted by shoofy View Post
    This didn't do anything for me other than print the 33[10etc.) on the screen when I log in. I still get the beeps.
    Hmm, the only thing i can think is that you didn't type it exactly right. Did you try copying and pasting the exact code to avoiding typing errors?
    Quote Originally Posted by smcnally
    For me, it's all about the penguin...If the Linux mascot was a tiger or an elephant, I would have never even tried it.

  4. #24
    Join Date
    Jul 2006
    Beans
    78
    Distro
    Ubuntu

    Re: Turn off (mute) system beep

    I did. Didn't change anything. It seems logical that that's what it should be doing, doesn't it? Echo just prints back whatever comes after it...

  5. #25
    Join Date
    Apr 2006
    Location
    Tejas
    Beans
    445
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Turn off (mute) system beep

    Well, the -e option in echo enables blackslash escapes, which it seems are interpreted by the shell as commands/configuration options of some sort.
    Quote Originally Posted by smcnally
    For me, it's all about the penguin...If the Linux mascot was a tiger or an elephant, I would have never even tried it.

  6. #26
    Join Date
    Jul 2006
    Beans
    78
    Distro
    Ubuntu

    Re: Turn off (mute) system beep

    Quote Originally Posted by Peepsalot View Post
    Well, the -e option in echo enables blackslash escapes, which it seems are interpreted by the shell as commands/configuration options of some sort.
    That does not seem to be the case. I tried a few variations on the command in the terminal and they all came back exactly the same:
    Code:
    $ echo -e "\\33[10;0]\\33[11;0]"
    \33[10;0]\33[11;0]
    $ echo "\\33[10;0]\\33[11;0]"
    \33[10;0]\33[11;0]
    $ echo "\33[10;0]\33[11;0]"
    \33[10;0]\33[11;0]
    I get the sense that we're missing something here. Are you sure that that's the only line you added to .bash_profile?

  7. #27
    Join Date
    Apr 2006
    Location
    Tejas
    Beans
    445
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Turn off (mute) system beep

    Are you using something other than the default shell?

    What does "echo $SHELL" return?
    Quote Originally Posted by smcnally
    For me, it's all about the penguin...If the Linux mascot was a tiger or an elephant, I would have never even tried it.

  8. #28
    Join Date
    Jul 2006
    Beans
    78
    Distro
    Ubuntu

    Re: Turn off (mute) system beep

    Code:
    $ echo $SHELL
    /bin/bash

  9. #29
    Join Date
    Apr 2006
    Location
    Tejas
    Beans
    445
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Turn off (mute) system beep

    well, sorry I have no idea.
    Quote Originally Posted by smcnally
    For me, it's all about the penguin...If the Linux mascot was a tiger or an elephant, I would have never even tried it.

  10. #30
    Join Date
    Jul 2005
    Location
    Waterloo, Canada
    Beans
    42

    Re: Turn off (mute) system beep

    This only works in X. You can add those lines to your .xinitrc or .xsession
    (not .bashrc)

    Sorry, I should have clarified that orrigionally, but I didn't figure it out untill later.
    Jason Locklin
    Undergraduate Psychology Student, University of Waterloo
    Homepage

Page 3 of 8 FirstFirst 12345 ... LastLast

Bookmarks

Posting Permissions

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