You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

10.4.10 Snap, Crackle, Pop - a workaround

If you're suffering from the Snap, Crackle, Pop problem, here's a little workaround if you don't mind sacrificing some CPU cycles and know how to open the command line.

The basic strategy is to use mpg123 to play a silent mp3 file continuously in the background. By doing this, the audio subsystem doesn't have a chance to go to sleep, and therefore the pops disappear.

Open up a Terminal window

cd ~
mkdir nopop
cd nopop
wget http://www.noderunner.net/~llin/old/4second.mp3
wget http://www.mpg123.de/download/mpg123-0.66.tar.bz2
bunzip2 mpg123-0.66.tar.bz2
tar xvf mpg123-0.66.tar
cd mpg123-0.66
./configure
make
sudo make install


obviously you can change the locations to your heart's content.

The command below will play a 4 second silent mp3 file continuously until you log out. This means that the audio subsystem never goes to sleep, and therefore you won't get the Pops.

mpg123 -Z -q ~/nopop/4second.mp3

Perhaps one of you Cocoa programmers could package this up nicely for everyone else?

On my macbook, it'll cost you about 2% of your CPU, but at least you won't get the pops.

Any suggestions, improvements, feedback very welcome!

cheers,

Tony.

Macbook, Mac OS X (10.4.10)

Posted on Jun 23, 2007 5:39 AM

Reply
81 replies

Jun 30, 2007 8:47 PM in response to R C-R

Also, it is not well substantiated that the
AppleHDA.kext extension -- as delivered by
Apple
-- has been altered in the 10.4.10 release.


Yes it has been altered and the version number has changed:

Before 10.4.10 update:

Version: 1.2.4
Last Modified: 4/13/06 7:29 PM
Get Info String: 1.2.4a21, Copyright Apple Computer, Inc. 2005-2006
Location: /System/Library/Extensions/AppleHDA.kext
kext Version: 1.2.4a21
Load Address: 0x720000
Valid: Yes
Authentic: Yes
Dependencies: Satisfied
Integrity: Correct

After 10.4.10:
Version: 1.3.2
Last Modified: 4/13/06 7:29 PM
Get Info String: 1.3.2a5, Copyright Apple Inc. 2005-2007
Location: /System/Library/Extensions/AppleHDA.kext
kext Version: 1.3.2a5
Load Address: 0x3caab000
Valid: Yes
Authentic: Yes
Dependencies: Satisfied
Integrity: Correct

---

The last modified date has not changed, but clearly the package has...

What is puzzling is that the IOAudioFamily.kext has not changed, the version before and after is 1.6.0. So I am not sure why some are saying this has to be replaced too.

Jun 30, 2007 10:28 PM in response to RacerX

It's even more puzzling than that: I've seen a couple of reports that the AppleHDA.kext extension was at version 1.3.2 before the 10.4.10 update was applied to some machines.

At this point, the only things I'm sure of are that we need more complete reports & that not all Macs (Intel or not) are affected, or are affected the same way.

Jul 2, 2007 12:58 AM in response to mgabrys

Guys.. I too am very upset that Apple has decided to ignore this problem. What I find even more amusing though is that they have taken the time to delete all of my posts on this board in which I stated my frustration about this issue. If they would have spent that time and energy on a patch, we would probably be happy customers again. Oh well.. My suggestion for the time being is to take this discussion over to other forums (ie. MacRumors, etc.). Discussing this here is useless as Apple will just bury it..

Macbook Pro C2D 2.16 160gb 1gig GLOSSY Mac OS X (10.4.10) 3 Systems with #@%ed up Audio thanks to 10.4.10

Jul 2, 2007 3:40 PM in response to Hersco

Upgrading from 10.4.9 to 10.4.10 v.1.1 through Software Update seems to have worked without ever experiencing the popping sound on my 15" MacBook Pro. There is no option to install the Audio Update with this configuration. After downloading the stand-alone Audio Update installer, updating is not an option.

So it appears that updating from 10.4.9 to the new 10.4.10 v.1.1 presents no audio issues.

Dual 2 G5 (RevB); MacBook Pro; iMacG5; iBook; Apple TV Mac OS X (10.4.10)

10.4.10 Snap, Crackle, Pop - a workaround

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.