Jump to content
15 posts in this topic

Recommended Posts

I have a laptop and I am trying to figure out how I would go about configuring the Audio Driver. The x86 manual where you edit /System/Library/Extensions/AppleAC97Audio/Contents/Plugins/ etc etc does not work. I have tried modifying everything in the AC97Audio. I am wondering if HD Audio is different?

 

However from what other people are saying it seems they are seeing the driver show up in System Preferences -> Sound -> Output. That is not the case with this computer.

 

So What I am wondering is how I would go about configuring this audio driver. Should I edit something more like /System/Library/Extensions/AppleOnboardAudio or would I be better off doing something else? I am terribly confused and I'm quite new to MacOSX. Any help would be a life saver!

Link to comment
https://www.insanelymac.com/forum/topic/2245-intel-high-definition-audio/
Share on other sites

2668 is Azillia, the kext is already there, just have to give it a kick start...

 

try this, from a terminal with root access, type this command

 

kextload appleazilliaaudio.kext

 

worked for me, MSI 925 XE mainboard, I just kextloaded it once and it has worked ever since.

 

Hope that helps.

 

Check for file in extensions folder, I think I spelled it wrong. sry.

How strange.

 

It looks exactly right. Runs, Loads, even had 0x26688086 in the string tag. However even though it's loaded the volume is not enabled and no sound leaks from the computer.

 

Could it be because this is a laptop? I can tell is is not loaded right partially because this computer has 5.1 surround on it and the light on the out port does not light up (it has a SPDIF out).

 

What could possibly be the issue? Thank you so much for your help.

Here is the exact way I did all this.

 

First I did navigated to /System/Library/Extensions/

Then I ran kextload AppleAzaliaAudio.kext

It loaded successfully. I ran a

rm /System.Library/Extensions.kextcache and

kextcache -k /System/Library/Extensions

The I rebooted.

When the computer loaded Azalia was started and so was AppleAC97AudioIntelICH so I did

kextunload AppleAC97AudioIntelICH.kext

That unloaded I rebooted. And now I'm here...

Okay, now that you mention it, it is not FULL support, I have multiple ports, and I had to hunt and peck and finally discovered that my rear channel out is the only port that is working, but I am getting 5.1 out of it.

 

Do you have any other ports you can put your speakers into, mic, line in, anything?

Okay, now that you mention it, it is not FULL support, I have multiple ports, and I had to hunt and peck and finally discovered that my rear channel out is the only port that is working, but I am getting 5.1 out of it.

 

Do you have any other ports you can put your speakers into, mic, line in, anything?

 

I tried to plug the speakers into every port. No dice. And the volume control is still disabled as well as it disappearing from the tray when I click on it.

If you have HD audio, are you editing -both- Info.plist files in that kext?

 

There is one in the main kext directory, and another somewhere in the Plugins one. I mean, if my 945G ALC882 can work with an edited kext, it has to be possible for the more 'standard' ones.

If you have HD audio, are you editing -both- Info.plist files in that kext?

 

There is one in the main kext directory, and another somewhere in the Plugins one.  I mean, if my 945G ALC882 can work with an edited kext, it has to be possible for the more 'standard' ones.

 

I have exited AppleAzaliaAudio.kext/Contents/Info.plist and AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist to contain the flag 0x26688086. I think I may try 0x266e8086 for {censored} and giggles. I was thinking. This computer probably has 2 audio controllers on it (not real but virtual) because it has on board speakers as well as plugs. I would like to get both working.

 

I just got my desktop's audio working... Suprisingly enough via the SpeedBoost fix. Removing AppleTPMACPI.kext (duh) it actually speeds things up A LOT. However I cannot get the laptop working in the slightest. Any other ideas, please let me know...

  • 3 weeks later...
There is a different device ID for the controller and the main device btw... At least there is for my ALC882.

 

 

Hi, I have the same problem... Azalia drivers are loaded and I can move the volume but there is no sound...

 

My device ID is like others 0x26688086 (Intel HD) but you say that there is a different device ID for AppleAzaliaAudio.kext. Where can we see it?

 

In Ubuntu device driver, I have:

 

pci.product_id = 9832 (0x2668)

pci.vendor_id = 32902 (0x8086)

 

pci.subsys_product_id=33167 (0x818f)

pci.subsys_vendor_is=4163 (0x1043)

 

I think the other ID is the subystem ID but I've already try to put it into differents kexts...no way...

 

Could you help us??

 

Thx...

  • 2 weeks later...

lol i dont understand what your doing (mac newbie) but i can understand those easy instructions on websites. this information is so scattered that you will have to do research to find what to do, so is there a final solution?

 

i have emachines t5010

info/specs: http://www.emachines.com/products/products...eMachines_T5010

  • 2 weeks later...
Hi, I have the same problem... Azalia drivers are loaded and I can move the volume but there is no sound...

 

My device ID is like others 0x26688086 (Intel HD) but you say that there is a different device ID for AppleAzaliaAudio.kext. Where can we see it?

 

In Ubuntu device driver, I have:

 

pci.product_id = 9832 (0x2668)

pci.vendor_id = 32902 (0x8086)

 

pci.subsys_product_id=33167 (0x818f)

pci.subsys_vendor_is=4163 (0x1043)

 

I think the other ID is the subystem ID but I've already try to put it into differents kexts...no way...

 

Could you help us??

 

Thx...

 

 

In AppleAzaliaAudio.kext/Contents/Info.plist the value is like 0x10ec0880 in AppleAzaliaController.kext its 26688086 they seem to be the correct values

×
×
  • Create New...