Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27

Thread: How to shut off system beep

  1. #11
    Join Date
    Mar 2009
    Beans
    14

    Re: How to shut off system beep

    Quote Originally Posted by Malalo View Post
    You'll need to open the file with admin priviledges.

    Type the following :

    Code:
    gksudo gedit /etc/modprobe.d/blacklist
    then add the line and save
    Ok, I got the admin priviledge code in...I'm still not doing something right. Do I need to open the file and add the code or do it via terminal?

  2. #12
    Join Date
    Jun 2007
    Location
    Montreal, Quebec
    Beans
    137
    Distro
    Ubuntu Studio

    Re: How to shut off system beep

    After typing

    Code:
     gksudo gedit /etc/modprobe.d/blacklist
    this will open the "gedit" text editor with the "blacklist" file.
    At the bottom of the file, add this line :

    Code:
    blacklist pcspkr
    then click "Save" then close.
    Remember to leave the terminal window open until you close gedit.

  3. #13
    Join Date
    Mar 2009
    Beans
    14

    Re: How to shut off system beep

    Quote Originally Posted by Malalo View Post
    After typing

    Code:
     gksudo gedit /etc/modprobe.d/blacklist
    this will open the "gedit" text editor with the "blacklist" file.
    At the bottom of the file, add this line :

    Code:
    blacklist pcspkr
    then click "Save" then close.
    Remember to leave the terminal window open until you close gedit.
    When I typed the first line, nothing happened...I checked and rechecked the code, still nothing

  4. #14
    Join Date
    Jun 2007
    Location
    Montreal, Quebec
    Beans
    137
    Distro
    Ubuntu Studio

    Re: How to shut off system beep

    Quote Originally Posted by Clueless163 View Post
    When I typed the first line, nothing happened...I checked and rechecked the code, still nothing
    Are you typing this in a terminal window ?
    Try by removing "gk" :

    Code:
    sudo gedit /etc/modprobe.d/blacklist
    it should then ask for the admin priviledge password within the terminal window.

  5. #15
    Join Date
    Mar 2009
    Beans
    14

    Re: How to shut off system beep

    Quote Originally Posted by Malalo View Post
    Are you typing this in a terminal window ?
    Try by removing "gk" :

    Code:
    sudo gedit /etc/modprobe.d/blacklist
    it should then ask for the admin priviledge password within the terminal window.

    Yes, I am typing in the terminal window..."sudo: gedit: command not found" is what it says typing that code in

  6. #16
    Join Date
    Mar 2009
    Beans
    14

    Re: How to shut off system beep

    ok, I shut the laptop off and rebooted...it prompts for a password when I enter the code with a gksudo but nothing else comes up

  7. #17
    Join Date
    Jun 2007
    Location
    Montreal, Quebec
    Beans
    137
    Distro
    Ubuntu Studio

    Re: How to shut off system beep

    "gedit : command notfound".... that surprised me...

    which version on Ubuntu are you using ?
    Haven't used Ubuntu in a while....
    Glad I came back !

  8. #18
    Join Date
    Mar 2009
    Beans
    14

    Re: How to shut off system beep

    Quote Originally Posted by Malalo View Post
    "gedit : command notfound".... that surprised me...

    which version on Ubuntu are you using ?
    xubuntu 8.10

  9. #19
    Join Date
    Jun 2007
    Location
    Montreal, Quebec
    Beans
    137
    Distro
    Ubuntu Studio

    Re: How to shut off system beep

    Aha... my mistake, should've asked this first...

    xubuntu's "gedit" equivalent is "mousepad" so try everything I suggested but replace "gedit" with "mousepad"
    Last edited by Malalo; March 31st, 2009 at 06:51 PM. Reason: Typo
    Haven't used Ubuntu in a while....
    Glad I came back !

  10. #20
    Join Date
    Apr 2006
    Beans
    72

    Re: How to shut off system beep

    For Xubuntu try gksudo mousepad /etc/modprobe.d/blacklist .

Page 2 of 3 FirstFirst 123 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
  •