Results 1 to 5 of 5

Thread: 12.04 System Bell or beep not working

  1. #1
    Join Date
    May 2008
    Beans
    174

    12.04 System Bell or beep not working

    The System Bell or the "beep" program was not working after a install of 12.04

    I am talking about the PC speaker, the one inside the case that beeps at power up and when you do things in a console / terminal.

    Not too hard to fix.

    As root, edit the file /etc/modprobe.d/blacklist.conf

    Look for the line that says "blacklist pcspkr" and comment it out.

    # blacklist pcspkr

    Then as root do this to load that module

    modprobe pcspkr

    And everything should be good at the next reboot also.

    Some idiot out there made a really stupid decision to disable the PC speaker in this distro.

    Next time, just find the speaker plug on your PC and pull it if it bugs you that much. I use the beep command for stuff here and like the terminal bell.

  2. #2
    Join Date
    May 2011
    Location
    St.Petersburg, Russia
    Beans
    3
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: 12.04 System Bell or beep not working

    Thank you. This hepled me really.

  3. #3
    Join Date
    Jul 2007
    Beans
    9

    Re: 12.04 System Bell or beep not working

    Unfortunately, this does not work for me, though I wish it did.

  4. #4
    Join Date
    Jul 2007
    Beans
    9

    Re: 12.04 System Bell or beep not working

    This answer is what worked for me.

    I think it was specifically the bit to remove the pulseaudio-module-x11 package

  5. #5
    Join Date
    Dec 2009
    Beans
    6

    Re: 12.04 System Bell or beep not working

    Commenting "blacklist pcspkr" and running "modprobe pcspkr" worked for me - beep works now.
    alsamixer still does not show the PC speaker though - oh well...
    Thank you
    .

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
  •