The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    debian: annoying beeps

    Discussion in 'Linux Compatibility and Software' started by graycolor, May 20, 2009.

  1. graycolor

    graycolor Notebook Evangelist

    Reputations:
    30
    Messages:
    459
    Likes Received:
    0
    Trophy Points:
    30
    Well the title basically explains it how do I get rid of the annoying beeps in debian. I also get it sometimes in the synaptic package manager.

    The beeps started after I upgraded the linux kernel to 2.6.29-1-686.
     
  2. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    The PC speaker uses a kernel module called pcspkr. Edit /etc/modprobe.d/blacklist.conf and add:
    Code:
    blacklist pcspkr
    You can also just modprobe -r pcspkr. But that won't stick after a reboot obviously.
     
  3. graycolor

    graycolor Notebook Evangelist

    Reputations:
    30
    Messages:
    459
    Likes Received:
    0
    Trophy Points:
    30
    Im still getting those annoying beeps any other ideas?
     
  4. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    It's not the PC speaker beep then? It's got a distinct sound... if it's not that look in your sound preferences:

    Desktop > Preferences > Sound > System Bell > Visual feedback

    Edit: or try this maybe:
    Code:
    xset b off
     
  5. graycolor

    graycolor Notebook Evangelist

    Reputations:
    30
    Messages:
    459
    Likes Received:
    0
    Trophy Points:
    30
    I can't try the first thing you suggest because I'm currently school. The second suggestion does work xset b off, but on reboot the beeps return. Is there a way so this command can run automatically before the login window?
     
  6. graycolor

    graycolor Notebook Evangelist

    Reputations:
    30
    Messages:
    459
    Likes Received:
    0
    Trophy Points:
    30
    Hey, changing the sound preferences works thanks. Now the only beep I hear now is from the login screen, but I can live with it.

    Thanks ALLurGroceries.
     
  7. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    If you go to System > Administration > Login Window > Accessibility there is an option for 'Login screen ready'.

    Hope this helps :)
     
  8. graycolor

    graycolor Notebook Evangelist

    Reputations:
    30
    Messages:
    459
    Likes Received:
    0
    Trophy Points:
    30
    Haha, thankyou everything is absolutely silent at last. No more deaf ears(i always use headphones). :)