Bug 197959

Summary: Inaudible low volume or no sound on rear jack with a ICH10 audio device
Product: Drivers Reporter: Óscar García Amor (ogarcia)
Component: Sound(ALSA)Assignee: Jaroslav Kysela (perex)
Status: NEW ---    
Severity: high CC: tiwai
Priority: P1    
Hardware: Intel   
OS: Linux   
Kernel Version: 4.13.3 and newer Subsystem:
Regression: No Bisected commit-id:
Attachments: alsa-info-working (4.9.64-lts)
alsa-info-non-working (4.14.1)
alsa-info-working-again-with-alsa-utils (4.14.1)
Fix patch

Description Óscar García Amor 2017-11-22 09:43:18 UTC
In my Z400 workstation after update kernel to 4.13.3 or newer I have or very low volume sound (in 4.13) or no sound (in 4.14).

My sound device is a Intel Corporation 82801JI (ICH10 Family) HD Audio Controller.

All problems seem related to kernel commit 99b5c5bb9a5435a5ae5d46445ac0f2bf6aa5ee52. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=99b5c5bb9a5435a5ae5d46445ac0f2bf6aa5ee52

More info about this:
In Arch Linux bugtracker: https://bugs.archlinux.org/task/55797
In this thread of Arch Linux forum: https://bbs.archlinux.org/viewtopic.php?id=230379
Comment 1 Takashi Iwai 2017-11-22 10:00:57 UTC
Could you give alsa-info.sh outputs on both working and non-working kernels?
Run the script with --no-upload option, and attach the outputs to Bugzilla (don't paste).
Comment 2 Óscar García Amor 2017-11-22 11:07:14 UTC
Created attachment 260781 [details]
alsa-info-working (4.9.64-lts)

Sound working with 4.9.64-lts
Comment 3 Óscar García Amor 2017-11-22 11:08:17 UTC
Created attachment 260783 [details]
alsa-info-non-working (4.14.1)

Non working with 4.14.1
Comment 4 Óscar García Amor 2017-11-22 11:09:46 UTC
Created attachment 260785 [details]
alsa-info-working-again-with-alsa-utils (4.14.1)

Working again after install alsa-utils and reboot!
Comment 5 Óscar García Amor 2017-11-22 11:14:42 UTC
Running the alsa-info.sh script I discover this behavior:

- With 4.9.64-lts works well (with or without alsa-utils).
- With 4.14.1 no audio if the package alsa-utils is not installed.
- With 4.14.1 booted with alsa-utils package installed works well.

Install the alsa-utils package in 4.14.1 don't fix the issue until system reboot.
Comment 6 Takashi Iwai 2017-11-22 11:40:15 UTC
Thanks, this clarified the problem in the previous fix.

Please try the patch below.  It should bring the initial volume as expected again.
Comment 7 Takashi Iwai 2017-11-22 11:40:41 UTC
Created attachment 260787 [details]
Fix patch
Comment 8 Óscar García Amor 2017-11-22 19:01:01 UTC
Sorry for delay. My computer take some time to compile the kernel.

With the patch the issue is fixed :). Sound works well with or without alsa-utils.