Jump to content
2 posts in this topic

Recommended Posts

Hi all, i'm new to the world of hackintosh and i'm absolutely overwhelmed by the huge amount of coding and research in making a completely workable system.

 

I have currently installed Mac OSx JaS 10.4.8 with Semthex Kernel on my Thinkpad R60 and everything is working fine except:

 

ATI X1400

Intel wireless 3495 (seems theres no fix at moment)

Broadcom Netextreme Gigabit Ethernet

SoundMax audio Integrated HD

HD Controller (do i need to fix that??)

 

Although I have read the posts regarding each issue, I'm still very confused and none of my efforts have worked. Is there anyone able to give me a step by step guide in making the listed components to work? I apologise if I sound such a noob, but any help is appreciated. Thanks alot!

  • 2 months later...

same notebook with same problems... i will post if i have any solutions

 

 

cable network works with this howto (post from decaturguy):

http://forum.insanelymac.com/index.php?sho...mp;#entry315888

 

 

Sound by cpascu01 @ Dec 4 2006, 08:36 PM

1. Delete AppleHDA.kext:

 

* In Terminal, type: sudo rm -rf /System/Library/Extensions/AppleHDA.kext

* sudo rm -rf /System/Library/Extensions.mkext

* sudo rm -rf /System/Library/Extensions.kext

 

 

2) Edit AppleAzaliaAudio.kext:

 

* In Terminal, type: sudo pico /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/Info.plist

* Search for (use hotkey= ctrl + w):

<key>IOHDAudioCodecVendorID</key>

* change the string to:

<string>0x10ec0882</string>

* Exit pico

* sudo pico /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist

* Search for (use hotkey= ctrl + w):

<key>IOPCIPrimaryMatch</key>

* change the string to:

<string>0x27d88086</string>

* Exit pico

 

 

3) Clean up the system:

 

* In Terminal, type: sudo kextload /System/Library/Extensions/AppleAzaliaAudio.kext

* kextcache -k /System/Library/Extensions/

 

 

4) Then, reboot and enjoy sound out of two channels.

×
×
  • Create New...