0

I have upgraded to Ubuntu 14.04LTS from 13.10. Before upgrade sound was working fine, but after that its not working. I tried solving this issue from a reference link

Sound not working in Ubuntu 14.04

but still my problem is not resolved.

Deepak Singh
  • 193
  • 1
  • 10

1 Answers1

1

Could you apply this procedure let us know if you see any error message. Pulseaudio Log

Don't paste your log file in this site but use this one Paste Bin and share the link.

Sometimes uninstall pulseaudio and resintall it solve the problem

sudo apt-get remove –purge pulseaudio gstreamer* esound*

I put Esound package for be sure unisntalled because it's obsolete and occur bug (never mind). Following a reboot apply:

sudo apt-get install pulseaudio

Add you login in the audio group:

 sudo adduser $USER audio

then reboot

May help.

dubis
  • 187
  • Hi,I have tried your procedure but not getting any error, but still last command not terminating....any thing is going wrong.. – Deepak Singh Nov 02 '14 at 18:07
  • Hi, sorry i forget to terminate that command. I got the logs from pulseverbose.log and have posted into Paste Bin link which you have given. – Deepak Singh Nov 02 '14 at 18:17
  • Better if you share the link, and I put an upgrade in my answer may help. – dubis Nov 03 '14 at 09:38
  • Hi, Tried your given answer but its also not solving problem, but after doing this sound icon it self disappear which was showing near battery icon. And after playing videos its showing "An error occurred Could not initialize supporting library" error message. – Deepak Singh Nov 03 '14 at 16:21
  • Did you you reinstall pulseaudio? check with sudo dpkg -l |grep pulseaudio |grep ^i – dubis Nov 03 '14 at 17:45
  • Hi, I have reinstall pulseaudio. – Deepak Singh Nov 03 '14 at 17:52
  • After running that command its showing gstreamer plugin for pulseaudio, pulseaudio sound server, bluetooth module for pulseaudio sound server.... – Deepak Singh Nov 03 '14 at 18:01
  • Hi, Please find below the link where pulseaudio logs are there.....http://pastebin.com/u/deepak8625 – Deepak Singh Nov 08 '14 at 17:10
  • type alsamixer in a terminal then type on "F6" and choice "HDA intel PCH" as card sound. Then check all volume are up. Follow this may help : https://wiki.ubuntu.com/Audio/AlsaInfo – dubis Nov 09 '14 at 13:56
  • Hi,I have already selected HDA intel PCH" as card sound and also uploaded information in the alsa-project server below link.... http://www.alsa-project.org/db/?f=a2e186b28c607b7191ac40bf4b37ae90a7de2209 – Deepak Singh Nov 09 '14 at 14:44
  • I put a add in my first anwser be sure that you loggin is in the audio Check that. I can not help anymore as I've got some problem with my sound card too. :-/ – dubis Nov 09 '14 at 14:48
  • Hi, Its not adding user can please tell me how to add. My user is deepak so i run .. sudo adduser -G audio $deepak command, but its not working its asking Option g is ambiguous (gecos, gid, group). – Deepak Singh Nov 09 '14 at 14:59
  • this one is better : sudo adduser $USER audio Did you have your sound card activated in your BIOS – dubis Nov 09 '14 at 17:33
  • Hi, I have checked from BOIS not getting any option for sound card. can you please tell me any other option how to check this. – Deepak Singh Nov 11 '14 at 08:26
  • Hi, I have checked from BOIS not getting any option for sound card. can you please tell me any other option how to check this. First time boot sound option is not showing, but when unckecking and again checking point from All Setting->Sound->Show sound volume in the menu bar them only sound icon is showing near battery symbol. But always its showing muted and not able to change to unmute. If playing any videos its showing "An error occurred Could not initialize supporting library" error message is coming. – Deepak Singh Nov 11 '14 at 08:36
  • Hi, I have solved my problem for headset but still speakers are not working. I have taken the reference form the links.....http://askubuntu.com/questions/483397/missing-sound-volume-icon-on-screen-top-14-04 and https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS .But after boot sound icon not visible but if run command "pulseaudio --start" then sound icon is visible. – Deepak Singh Nov 13 '14 at 16:05