No startup sound in ubuntu 11.10

Solution 1:

sudo cp /usr/share/sounds/ubuntu/stereo/* /usr/share/sounds/

Do this in a terminal and your login sound should play. The above command copies the content of directory /usr/share/sounds/ubuntu/stereo to directory /usr/share/sounds

Solution 2:

There are several possible reasons, check these.

  1. The sound may be muted or has been set to zero value.

    For this, look in the top right corner, click on the sound icon, and raise your sound volume.

  2. The login sound could be disabled from Startup Applications. It can be found in the top right corner of your screen in the same menu as Log Out.

    For this, verify that a check mark is there on gnome login sound.

Or if you changed something accidentally and don't know what you changed, then use this method.

  1. Install dconf Editor from ubuntu software center, and run it.
  2. Go to org/ gnome/desktop/application/sound.
  3. Point your cursor to event-sounds, and below dconf editor there is a Set to Default option. Click on it.
  4. Log out and log in to your account.

Solution 3:

When you are logged in with your user, take a look into Startup Applications inside the Ubuntu Configuration and check if the login sound was disabled. This documentation is a bit old, but it shows how the Startup Applications program looks like.

https://help.ubuntu.com/community/AddingProgramToSessionStartup