Speakers not working on Ubuntu 12.04 LTS

Asked by Rahul

I have a Dell Inspiron Laptop that had its speakers working till 2 days ago. Now the sound output comes only via Headphones and no speakers.

The following is the output of the command.

wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh

rahul@rahul-Inspiron-3542:~$ wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh
--2016-04-05 23:06:26-- http://www.alsa-project.org/alsa-info.sh
Resolving www.alsa-project.org (www.alsa-project.org)... 77.48.224.243
Connecting to www.alsa-project.org (www.alsa-project.org)|77.48.224.243|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://git.alsa-project.org/?p=alsa-utils.git;a=blob_plain;f=alsa-info/alsa-info.sh [following]
--2016-04-05 23:06:28-- http://git.alsa-project.org/?p=alsa-utils.git;a=blob_plain;f=alsa-info/alsa-info.sh
Resolving git.alsa-project.org (git.alsa-project.org)... 77.48.224.243
Connecting to git.alsa-project.org (git.alsa-project.org)|77.48.224.243|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-sh]
Saving to: `alsa-info.sh'

    [ <=> ] 27,872 146K/s in 0.2s

2016-04-05 23:06:29 (146 KB/s) - `alsa-info.sh' saved [27872]

ALSA Information Script v 0.4.64
--------------------------------

This script visits the following commands/files to collect diagnostic
information about your ALSA installation and sound related hardware.

  dmesg
  lspci
  lsmod
  aplay
  amixer
  alsactl
  /proc/asound/
  /sys/class/sound/
  ~/.asoundrc (etc.)

See './alsa-info.sh --help' for command line options.

Automatically upload ALSA information to www.alsa-project.org? [y/N] : y
Uploading information to www.alsa-project.org ... Done!

Your ALSA information is located at http://www.alsa-project.org/db/?f=43d2b03e0e540db1f77dc2cd9340178518c6dba1

Please inform the person helping you.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Check volume levels in alsamixer

Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#2

Please run these Terminal commands:

sudo apt-get update

sudo apt-get install linux-headers-3.13.0-85-generic

sudo apt-get install linux-image-3.13.0-85-generic

sudo apt-get install linux-image-extra-3.13.0-85-generic

Then reboot into GNU/Linux kernel version 3.13.0-85-generic and retest sound output.

Please also check that all mixer channels are set to 100% volume and unmuted in alsamixer.

Revision history for this message
Rahul (rahul27raina) said :
#3

Hi Mark,
That was very helpul as i have volume and sound coming from my speakers now. But now there is no wifi being detected in my new kernel version.Any help for that?

THANKS for your help!

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#4

Please set this thread to "solved", as I solved the original audio issue.

Please create a separate thread for the wireless issue here:

https://answers.launchpad.net/ubuntu/+addquestion

Revision history for this message
Rahul (rahul27raina) said :
#5

Thank you Mark for the solution.
Here is my new issue.

https://answers.launchpad.net/ubuntu/+question/290110

Revision history for this message
Rahul (rahul27raina) said :
#6

Thanks Mark Rijckenberg, that solved my question.