You are not logged in.

#1 2010-11-08 21:06:32

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Loud pop at shutdown.

Hello all,

I have this problem with all distro's out there, namely a loud popping noise coming out of my speakers upon shutdown, reboot and suspend. I did find a fix for this, as found here:
https://bbs.archlinux.org/viewtopic.php?pid=811795

This did in fact fix my issue for quite a while, but lately I have this popping noise again! As I don't want to blow my speakers up I now run modprobe -r snd-hda-intel manually before shutdown, reboot or suspend, but I'd like to have a permanent fix for this.

Can you help me with this? Thanks in advance. (If you need any specs or whatsoever, tell me. I do not know which logs/specs etc are relevant here)


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#2 2010-11-08 21:11:21

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

Re: Loud pop at shutdown.

Unia wrote:

Hello all,

I have this problem with all distro's out there, namely a loud popping noise coming out of my speakers upon shutdown, reboot and suspend. I did find a fix for this, as found here:
https://bbs.archlinux.org/viewtopic.php?pid=811795

This did in fact fix my issue for quite a while, but lately I have this popping noise again! As I don't want to blow my speakers up I now run modprobe -r snd-hda-intel manually before shutdown, reboot or suspend, but I'd like to have a permanent fix for this.

Can you help me with this? Thanks in advance. (If you need any specs or whatsoever, tell me. I do not know which logs/specs etc are relevant here)

I think you have to disable the soundcard powersave option.
Try smth like:

options snd_hda_intel power_save=0

in your /etc/modprobe.d/modprobe.conf.

Offline

#3 2010-11-08 23:07:01

TigTex
Member
From: Portugal
Registered: 2008-06-19
Posts: 301

Re: Loud pop at shutdown.

Try this:

open /etc/conf.d/alsa with your favorite text editor.

# Whether to mute the master volume when stopped ("yes" or "no").
# Useful for bad audio cards which make a noise on system poweroff.
MUTE_VOLUME="no"

just change that to yes, reboot and see if it helps

oh, and by the way

# Enables powersaving mode for AC97 and hda_intel audio chips.
# Set to 1 to enable powersaving.
# Set to 0 to disable powersaving (default).
POWERSAVE=0

power save is off by default...

Last edited by TigTex (2010-11-08 23:07:47)


.::. TigTex @ Portugal .::.

Offline

#4 2010-11-10 00:14:45

anti-destin
Member
Registered: 2009-02-14
Posts: 234

Re: Loud pop at shutdown.

any other solutions?

i've tried both:

options snd_hda_intel power_save=0

and

# Whether to mute the master volume when stopped ("yes" or "no").
# Useful for bad audio cards which make a noise on system poweroff.
MUTE_VOLUME="yes"

but neither works. also, i tried to unload snd-hda-intel, but i get the error:

FATAL: Module snd_hda_intel is in use.

Last edited by anti-destin (2010-11-10 19:55:16)

Offline

#5 2010-11-10 15:49:59

TigTex
Member
From: Portugal
Registered: 2008-06-19
Posts: 301

Re: Loud pop at shutdown.

It's supposed to be "MUTE_VOLUME="yes" for you, I said that above...


.::. TigTex @ Portugal .::.

Offline

#6 2010-11-10 17:47:45

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: Loud pop at shutdown.

Changing MUTE_VOLUME="no" to yes doesn't work. Anti-Desin, you have to kill all running applications that use sound (music players/mpd for example) before removing the module.

Any other options?


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#7 2010-11-10 19:55:46

anti-destin
Member
Registered: 2009-02-14
Posts: 234

Re: Loud pop at shutdown.

TigTex wrote:

It's supposed to be "MUTE_VOLUME="yes" for you, I said that above...

i actually used 'yes' on my system. when i copied the code from your post to add to my post, i forgot to change it. edited my post.

unia, i closed all sound applications, as far as i know.

Offline

#8 2010-11-14 11:07:35

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: Loud pop at shutdown.

Anyone?


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

Board footer

Powered by FluxBB