Jump to content
7 posts in this topic

Recommended Posts

I just installed ideneb (the one that runs 10.5.8 by default...forgot the version #)

 

I use a Sound Blaster 5.1 audio card.

 

I've gotten everything besides my sound to work. I know there are some type of drivers out there that will work with my soundcard because I was able to use it when I installed Kalyway 10.5.2 back in the day.

 

If anyone knows where I could acquire the necessary drivers to get my sound card to work, it would be greatly appreciated.

 

-Thanks

 

PS: I DID try google and searching the forums already

Link to comment
https://www.insanelymac.com/forum/topic/186858-sound-blaster-audigy-no-sound/
Share on other sites

Well... Try inserting Device/Vendor ID.

 

ummmm whats that?

 

And how do I insert it?

 

Would this be it?

 

PCI\VEN_1102&DEV_0007&SUBSYS_100A1102&REV_00\4&1155B081&0&3040

 

Chip Number: C6SB0410515017656A

Chip Description: Device ID same for both, but Subsystem ID = 0x1012 - Extreme Audio, 0x100A - Audigy SE 7.1

Notes: Driver for Windows - http://ru.europe.creative.com/support/down...egory=1&nRe

Insert it to kXAudioDriver.kext>Contents>Info.plist Use PlistEditorPro to edit plist files. Copy the kext to desktop for editing. Now edit it. Look for the lines

<key>IOPCIMatch</key>
		   <string>0x00021102 0x00041102 0x00081102</string>

Yours D/V ID is 0x00071102. So after adding yours D/V ID it should look like this:

<key>IOPCIMatch</key>
		   <string>0x00021102 0x00041102 0x00081102 0x00071102</string>

Now remove the original kext and install the edited one. Use OSx86Tools to install it. Note that it may not give any result. e.g. may not work.

Insert it to kXAudioDriver.kext>Contents>Info.plist Use PlistEditorPro to edit plist files. Copy the kext to desktop for editing. Now edit it. Look for the lines
<key>IOPCIMatch</key>
		   <string>0x00021102 0x00041102 0x00081102</string>

Yours D/V ID is 0x00071102. So after adding yours D/V ID it should look like this:

<key>IOPCIMatch</key>
		   <string>0x00021102 0x00041102 0x00081102 0x00071102</string>

Now remove the original kext and install the edited one. Use OSx86Tools to install it. Note that it may not give any result. e.g. may not work.

 

Thank you for the greatly detailed guide.

 

Unfortunately it didn't work.

 

If you have any other suggestions up your sleeve I would be glad to try them out.

 

-Thank You

×
×
  • Create New...