No sound after upgrade to 16.04.05 LTS on Dell Latitude E7270











up vote
1
down vote

favorite












Sound was working great on 14, but after upgrade to 16, there is not sound.



aplay seems to find the sound card:



$ aplay -l
**** List of PLAYBACK Hardware Devices ****

card 0: PCH [HDA Intel PCH], device 0: ALC3235 Analog [ALC3235 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0


Per advice on other threads, I reinstalled alsa-base and pulseaudio



On alsamixer (and gnome-alsamixer) the speaker is not muted.



On system settings-->audio, the "Play sound through" box is blank, and the mute box is not checked.



$ uname -r
4.4.0-139-generic

$ find /lib/modules/$(uname -r) | grep snd


shows plenty of drivers



========
Here is what dmesg shows:



$ dmesg | grep -iE 'snd|hda'
[ 5.291111] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915_bpo])
[ 5.375131] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3235: line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
[ 5.375139] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 5.375142] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[ 5.375144] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 5.375146] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 5.375148] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x18
[ 5.375150] snd_hda_codec_realtek hdaudioC0D0: Dock Mic=0x19
[ 5.375153] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x1a
[ 5.375155] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x13
[ 5.423487] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 5.423550] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 5.423604] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 5.423658] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 5.423694] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 5.423729] input: HDA Intel PCH HDMI/DP,pcm=8 as /device/pci0000:000000:00:1f.3/sound/card0/input16









share|improve this question









New contributor




Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • You may want to query dmesg, such as dmesg | grep -iE 'sdn|hda'.
    – mikewhatever
    Nov 23 at 17:17










  • mikewhatever, thanks for the suggestion. I put the results of dmesg in the original question. (Grepping for snd rather than sdn)
    – Chris
    Nov 23 at 18:04















up vote
1
down vote

favorite












Sound was working great on 14, but after upgrade to 16, there is not sound.



aplay seems to find the sound card:



$ aplay -l
**** List of PLAYBACK Hardware Devices ****

card 0: PCH [HDA Intel PCH], device 0: ALC3235 Analog [ALC3235 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0


Per advice on other threads, I reinstalled alsa-base and pulseaudio



On alsamixer (and gnome-alsamixer) the speaker is not muted.



On system settings-->audio, the "Play sound through" box is blank, and the mute box is not checked.



$ uname -r
4.4.0-139-generic

$ find /lib/modules/$(uname -r) | grep snd


shows plenty of drivers



========
Here is what dmesg shows:



$ dmesg | grep -iE 'snd|hda'
[ 5.291111] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915_bpo])
[ 5.375131] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3235: line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
[ 5.375139] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 5.375142] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[ 5.375144] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 5.375146] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 5.375148] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x18
[ 5.375150] snd_hda_codec_realtek hdaudioC0D0: Dock Mic=0x19
[ 5.375153] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x1a
[ 5.375155] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x13
[ 5.423487] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 5.423550] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 5.423604] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 5.423658] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 5.423694] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 5.423729] input: HDA Intel PCH HDMI/DP,pcm=8 as /device/pci0000:000000:00:1f.3/sound/card0/input16









share|improve this question









New contributor




Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • You may want to query dmesg, such as dmesg | grep -iE 'sdn|hda'.
    – mikewhatever
    Nov 23 at 17:17










  • mikewhatever, thanks for the suggestion. I put the results of dmesg in the original question. (Grepping for snd rather than sdn)
    – Chris
    Nov 23 at 18:04













up vote
1
down vote

favorite









up vote
1
down vote

favorite











Sound was working great on 14, but after upgrade to 16, there is not sound.



aplay seems to find the sound card:



$ aplay -l
**** List of PLAYBACK Hardware Devices ****

card 0: PCH [HDA Intel PCH], device 0: ALC3235 Analog [ALC3235 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0


Per advice on other threads, I reinstalled alsa-base and pulseaudio



On alsamixer (and gnome-alsamixer) the speaker is not muted.



On system settings-->audio, the "Play sound through" box is blank, and the mute box is not checked.



$ uname -r
4.4.0-139-generic

$ find /lib/modules/$(uname -r) | grep snd


shows plenty of drivers



========
Here is what dmesg shows:



$ dmesg | grep -iE 'snd|hda'
[ 5.291111] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915_bpo])
[ 5.375131] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3235: line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
[ 5.375139] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 5.375142] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[ 5.375144] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 5.375146] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 5.375148] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x18
[ 5.375150] snd_hda_codec_realtek hdaudioC0D0: Dock Mic=0x19
[ 5.375153] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x1a
[ 5.375155] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x13
[ 5.423487] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 5.423550] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 5.423604] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 5.423658] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 5.423694] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 5.423729] input: HDA Intel PCH HDMI/DP,pcm=8 as /device/pci0000:000000:00:1f.3/sound/card0/input16









share|improve this question









New contributor




Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











Sound was working great on 14, but after upgrade to 16, there is not sound.



aplay seems to find the sound card:



$ aplay -l
**** List of PLAYBACK Hardware Devices ****

card 0: PCH [HDA Intel PCH], device 0: ALC3235 Analog [ALC3235 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0


Per advice on other threads, I reinstalled alsa-base and pulseaudio



On alsamixer (and gnome-alsamixer) the speaker is not muted.



On system settings-->audio, the "Play sound through" box is blank, and the mute box is not checked.



$ uname -r
4.4.0-139-generic

$ find /lib/modules/$(uname -r) | grep snd


shows plenty of drivers



========
Here is what dmesg shows:



$ dmesg | grep -iE 'snd|hda'
[ 5.291111] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915_bpo])
[ 5.375131] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3235: line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
[ 5.375139] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 5.375142] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[ 5.375144] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 5.375146] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 5.375148] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x18
[ 5.375150] snd_hda_codec_realtek hdaudioC0D0: Dock Mic=0x19
[ 5.375153] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x1a
[ 5.375155] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x13
[ 5.423487] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 5.423550] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 5.423604] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 5.423658] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 5.423694] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 5.423729] input: HDA Intel PCH HDMI/DP,pcm=8 as /device/pci0000:000000:00:1f.3/sound/card0/input16






16.04 sound alsa






share|improve this question









New contributor




Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Nov 23 at 18:03





















New contributor




Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 23 at 16:59









Chris

62




62




New contributor




Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • You may want to query dmesg, such as dmesg | grep -iE 'sdn|hda'.
    – mikewhatever
    Nov 23 at 17:17










  • mikewhatever, thanks for the suggestion. I put the results of dmesg in the original question. (Grepping for snd rather than sdn)
    – Chris
    Nov 23 at 18:04


















  • You may want to query dmesg, such as dmesg | grep -iE 'sdn|hda'.
    – mikewhatever
    Nov 23 at 17:17










  • mikewhatever, thanks for the suggestion. I put the results of dmesg in the original question. (Grepping for snd rather than sdn)
    – Chris
    Nov 23 at 18:04
















You may want to query dmesg, such as dmesg | grep -iE 'sdn|hda'.
– mikewhatever
Nov 23 at 17:17




You may want to query dmesg, such as dmesg | grep -iE 'sdn|hda'.
– mikewhatever
Nov 23 at 17:17












mikewhatever, thanks for the suggestion. I put the results of dmesg in the original question. (Grepping for snd rather than sdn)
– Chris
Nov 23 at 18:04




mikewhatever, thanks for the suggestion. I put the results of dmesg in the original question. (Grepping for snd rather than sdn)
– Chris
Nov 23 at 18:04















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Chris is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1095442%2fno-sound-after-upgrade-to-16-04-05-lts-on-dell-latitude-e7270%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








Chris is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















Chris is a new contributor. Be nice, and check out our Code of Conduct.













Chris is a new contributor. Be nice, and check out our Code of Conduct.












Chris is a new contributor. Be nice, and check out our Code of Conduct.















 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1095442%2fno-sound-after-upgrade-to-16-04-05-lts-on-dell-latitude-e7270%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局