Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #61542 > unrolled thread

Bug#904428: linux-image-4.17.0-1-amd64: sound pops/clicks with snd_hda_intel unless power saving is disabled

Started byGard Spreemann <gspreemann@gmail.com>
First post2018-07-24 10:40 +0200
Last post2018-09-12 07:40 +0200
Articles 6 — 4 participants

Back to article view | Back to linux.debian.kernel


Contents

  Bug#904428: linux-image-4.17.0-1-amd64: sound pops/clicks with snd_hda_intel unless power saving is disabled Gard Spreemann <gspreemann@gmail.com> - 2018-07-24 10:40 +0200
    Bug#904428: linux-image-4.17.0-1-amd64: sound pops/clicks with snd_hda_intel unless power saving is disabled Romain Perier <romain.perier@gmail.com> - 2018-08-29 20:30 +0200
    Bug#904428: linux-image-4.17.0-1-amd64: sound pops/clicks with snd_hda_intel unless power saving is disabled Romain Perier <romain.perier@gmail.com> - 2018-09-09 15:00 +0200
      Bug#904428: linux-image-4.17.0-1-amd64: sound pops/clicks with snd_hda_intel unless power saving is disabled Gard Spreemann <gspreemann@gmail.com> - 2018-09-12 06:40 +0200
        Bug#904428: linux-image-4.17.0-1-amd64: sound pops/clicks with snd_hda_intel unless power saving is disabled Salvatore Bonaccorso <carnil@debian.org> - 2018-09-12 07:40 +0200
    Bug#904428: marked as done (linux-image-4.17.0-1-amd64: sound  pops/clicks with snd_hda_intel unless power saving is disabled) "Debian Bug Tracking System" <owner@bugs.debian.org> - 2018-09-12 07:40 +0200

#61542 — Bug#904428: linux-image-4.17.0-1-amd64: sound pops/clicks with snd_hda_intel unless power saving is disabled

FromGard Spreemann <gspreemann@gmail.com>
Date2018-07-24 10:40 +0200
SubjectBug#904428: linux-image-4.17.0-1-amd64: sound pops/clicks with snd_hda_intel unless power saving is disabled
Message-ID<wf11n-3xt-1@gated-at.bofh.it>
Package: src:linux
Version: 4.17.8-1
Severity: important
Tags: upstream

Dear Maintainer,

After upgrading from linux-image-4.16.0-2-amd64 to
linux-image-4.17.0-1-amd64, my computer's sound card exhibits an
audible and annoying pop or click when an audio stream is about to
play or stop playing. The pop/click was not present with earlier
kernels.

Turning off power saving with

 options snd_hda_intel power_save=0 power_save_controller=N

as per Redhat bug 1525104 [1] works around the problem (no pop/click).

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1525104


-- Package-specific info:
** Version:
Linux version 4.17.0-1-amd64 (debian-kernel@lists.debian.org) (gcc version 7.3.0 (Debian 7.3.0-26)) #1 SMP Debian 4.17.8-1 (2018-07-20)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-4.17.0-1-amd64 root=UUID=546f4738-0d40-4e33-b17a-29b58fe436dd ro

** Not tainted

[toc] | [next] | [standalone]


#61946

FromRomain Perier <romain.perier@gmail.com>
Date2018-08-29 20:30 +0200
Message-ID<wsdo6-2Kh-3@gated-at.bofh.it>
In reply to#61542
Hi,

See:
1. https://bugzilla.kernel.org/show_bug.cgi?id=200687
and
2. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/sound/pci/hda/hda_intel.c?id=38d9c12c0a6d41a82fb6d1278d430bbf35301ce5

as Hans de Goede said, this does not seems to be fixed in 4.17.x but it
is part of 4.18.x .

Could you test with 4.18.5-1~exp1 present in experimental ?
If you don't know how to do this, feel free to ask, I can
provide feedback.

Thanks,
Romain

On Tue, Jul 24, 2018 at 10:32:26AM +0200, Gard Spreemann wrote:
> Package: src:linux
> Version: 4.17.8-1
> Severity: important
> Tags: upstream
> 
> Dear Maintainer,
> 
> After upgrading from linux-image-4.16.0-2-amd64 to
> linux-image-4.17.0-1-amd64, my computer's sound card exhibits an
> audible and annoying pop or click when an audio stream is about to
> play or stop playing. The pop/click was not present with earlier
> kernels.
> 
> Turning off power saving with
> 
>  options snd_hda_intel power_save=0 power_save_controller=N
> 
> as per Redhat bug 1525104 [1] works around the problem (no pop/click).
> 
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=1525104
> 
> 
> -- Package-specific info:
> ** Version:
> Linux version 4.17.0-1-amd64 (debian-kernel@lists.debian.org) (gcc version 7.3.0 (Debian 7.3.0-26)) #1 SMP Debian 4.17.8-1 (2018-07-20)
> 
> ** Command line:
> BOOT_IMAGE=/boot/vmlinuz-4.17.0-1-amd64 root=UUID=546f4738-0d40-4e33-b17a-29b58fe436dd ro
> 
> ** Not tainted

[toc] | [prev] | [next] | [standalone]


#62065

FromRomain Perier <romain.perier@gmail.com>
Date2018-09-09 15:00 +0200
Message-ID<ww7tL-1H0-13@gated-at.bofh.it>
In reply to#61542
Hi,

Just to let you know that 4.18.0-1 (that is kernel 4.18.6) is now in sid, so
you have to test this and no longer the one present in experimental.

Thanks,
Romain

On Sat, Sep 08, 2018 at 04:27:16PM +0200, Salvatore Bonaccorso wrote:
> tags 904428 + moreinfo
> thanks
> 
> 

[toc] | [prev] | [next] | [standalone]


#62098

FromGard Spreemann <gspreemann@gmail.com>
Date2018-09-12 06:40 +0200
Message-ID<wx56x-39g-1@gated-at.bofh.it>
In reply to#62065

[Multipart message — attachments visible in raw view] — view raw

On Sunday 9 September 2018 14:55:05 CEST Romain Perier wrote:
> Hi,
> 
> Just to let you know that 4.18.0-1 (that is kernel 4.18.6) is now in sid, so
> you have to test this and no longer the one present in experimental.

Hi,

Sorry for taking so long, but I've now tried this kernel and it seems
that it fixes the problem.


 Best regards,
 Gard

[toc] | [prev] | [next] | [standalone]


#62099

FromSalvatore Bonaccorso <carnil@debian.org>
Date2018-09-12 07:40 +0200
Message-ID<wx62B-3HM-3@gated-at.bofh.it>
In reply to#62098
Source: linux
Source-Version: 4.18~rc3-1~exp1

On Wed, Sep 12, 2018 at 06:31:24AM +0200, Gard Spreemann wrote:
> On Sunday 9 September 2018 14:55:05 CEST Romain Perier wrote:
> > Hi,
> > 
> > Just to let you know that 4.18.0-1 (that is kernel 4.18.6) is now in sid, so
> > you have to test this and no longer the one present in experimental.
> 
> Hi,
> 
> Sorry for taking so long, but I've now tried this kernel and it seems
> that it fixes the problem.

No problem! Thanks for confirming, I'm marking it as fixed with the
first version after the 4.18-rc1.

Regards,
Salvatore

[toc] | [prev] | [next] | [standalone]


#62100 — Bug#904428: marked as done (linux-image-4.17.0-1-amd64: sound pops/clicks with snd_hda_intel unless power saving is disabled)

From"Debian Bug Tracking System" <owner@bugs.debian.org>
Date2018-09-12 07:40 +0200
SubjectBug#904428: marked as done (linux-image-4.17.0-1-amd64: sound pops/clicks with snd_hda_intel unless power saving is disabled)
Message-ID<wx62B-3HM-5@gated-at.bofh.it>
In reply to#61542

[Multipart message — attachments visible in raw view] — view raw

Your message dated Wed, 12 Sep 2018 07:30:45 +0200
with message-id <20180912053045.4b3tke3w6dbk7agu@lorien.valinor.li>
and subject line Re: Bug#904428: linux-image-4.17.0-1-amd64: sound pops/clicks with snd_hda_intel unless power saving is disabled
has caused the Debian Bug report #904428,
regarding linux-image-4.17.0-1-amd64: sound pops/clicks with snd_hda_intel unless power saving is disabled
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
904428: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904428
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web