Jump to content
2 posts in this topic

Recommended Posts

I managed to make my soundcard work with AppleHDA.kext + HDAenabler.kext. It is a ALC861 in a Tosiba A200-1AG, but i keep getting a "POP" sound before any sound comes out. It is like it outputs this weird pop every time the soundcard is activated or desactivated

 

Any ideas on this?

 

thanx

  • 1 month later...
I managed to make my soundcard work with AppleHDA.kext + HDAenabler.kext. It is a ALC861 in a Tosiba A200-1AG, but i keep getting a "POP" sound before any sound comes out. It is like it outputs this weird pop every time the soundcard is activated or desactivated

 

Any ideas on this?

 

thanx

 

From what I remember (don't quote me, theres more detailed walkthroughs @ google.com). I fixed this by adding the correct (exact) pinouts for my codec into ./AppleHDA.kext/Contents/Plugins/AppleHDAHardwareConfigDriver.kext/Contents/info.plist

 

or

If you have a LegacyAppleHDA.kext then ./LegacyAppleHDA.kext/Contents/Info.plist

 

pin configs you can get in windows or linux, windows is:

find Guuid of codec in device properties for soundcard codec, then search that long string in regedit, look for the pinouts & put those values into the appropriate kext's info.plist above...

 

----------------------------------------------------------------------------------------------------

As a side note, i took out signal processing in the intspeaker section for my codec in: ./AppleHDA.kext/Contents/Plugins/AppleHDAPlatformDriver.kext/Contents/info.plist

 

or

Again if you have a LegacyAppleHDA.kext then ./LegacyAppleHDA.kext/Contents/Info.plist

×
×
  • Create New...