No Audio Ubuntu 17.04

Asked by Ashton Spina

Upgraded to Ubuntu 17.04 (fresh install). Found that there's no audio whatsoever. There's no audio controls on the right of the top bar. I've looked at alsamixer and noticed that some items, eg. headphones, is set to 0 and everytime I try and turn it up it just resets to 0. (Don't know if that's relevant?). Any ideas? Is there a way to reset alsamixer to default configuration?

Question information

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

What is the output of:

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

Thanks

Revision history for this message
Ashton Spina (laminatedlama) said :
#2

~$ wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh
--2017-05-05 16:27:35-- 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]
--2017-05-05 16:27:35-- 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’

alsa-info.sh [ <=> ] 28,03K --.-KB/s in 0,05s

2017-05-05 16:27:35 (559 KB/s) - ‘alsa-info.sh’ saved [28707]

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.

Switched to 16.04 to try and fix it, but same issue.

@actionparsnip

Revision history for this message
Ashton Spina (laminatedlama) said :
#4

I solved my issue using this. I don't know what was wrong but reinstalling pulseaudio brought back audio.

https://askubuntu.com/questions/426648/how-to-reinstall-pulseaudio-ubuntu-12-04