Jump to content
8 posts in this topic

Recommended Posts

I've reinstalled the jas 10.4.8 and this time usb worked :whistle::tomato::D

Now osx is working and it is wonderful!! Thanks all

 

Now i'm trying to setup network and sound, osx does not found the hardware... where can i find the drivers for my motherboard Asus p5b?

 

 

Thanks

Link to comment
https://www.insanelymac.com/forum/topic/42132-asus-p5b-ethernet-and-sound/
Share on other sites

For the ASUS P5B Deluxe you can follow the instructions below:

 

a. Ethernet

 

1. Start a terminal-session

2. Type the following instructions

cd /System/Library/Extensions

sudo nano IONetworkingFamily.kext/Contents/PlugIns/AppleYukon.kext/Contents/Info.plist <-- edits file

 

(find and change: <key>Yukon-88E8053</key>)

(to: <key>Yukon-88E8056</key>) <-- change "53" to "56"

 

(find and change: <string>Yukon Gigabit Adapter 88E8053</string>)

(to: <string>Yukon Gigabit Adapter 88E8056</string>) <-- change "53" to "56"

 

(find and change: <string>0x436211AB</string>)

(to: <string>0x436411AB</string>) <-- change "62" to "64"

 

(press Control-O) <-- saves changes

(press Y and Enter) <-- accepts saving to existing file

(press Control-X) <-- exits nano

 

sudo chown -R root:wheel IONetworkingFamily.kext <-- repairs permissions

cd /System/Library <-- changes directories

sudo rm -rf Extensions.mkext Extensions.kextcache <-- rebuilds kextcache on reboot

3. Reboot

 

 

b. Sound

 

1. Delete AppleHDA.kext

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

2. Edit AppleAzaliaAudio.kext for matching codec's proper ID

sudo vi /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/Info.plist

in Realtek ALC880/ALC860 Codec Driver key

change string to: 0x11d4198b

3. Edit AppleAzaliaController.kext for matching ICH8 HDA interface proper ID

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

change string to: 0x284b8086

4. Refresh kext caches

sudo rm /System/Library/Extensions.kextcache

kextcache -k /System/Library/Extensions/

5. Reboot

 

Please note that the ids for the P5B are somewhat different. Furthermore I like to point out that the instructions given above are not mine. I found them somewhere on this forum.

 

Good luck with the modifications.

 

Kind regards,

Scatman

For the ASUS P5B Deluxe you can follow the instructions below:

 

a. Ethernet

 

1. Start a terminal-session

2. Type the following instructions

cd /System/Library/Extensions

sudo nano IONetworkingFamily.kext/Contents/PlugIns/AppleYukon.kext/Contents/Info.plist <-- edits file

 

(find and change: <key>Yukon-88E8053</key>)

(to: <key>Yukon-88E8056</key>) <-- change "53" to "56"

 

(find and change: <string>Yukon Gigabit Adapter 88E8053</string>)

(to: <string>Yukon Gigabit Adapter 88E8056</string>) <-- change "53" to "56"

 

(find and change: <string>0x436211AB</string>)

(to: <string>0x436411AB</string>) <-- change "62" to "64"

 

(press Control-O) <-- saves changes

(press Y and Enter) <-- accepts saving to existing file

(press Control-X) <-- exits nano

 

sudo chown -R root:wheel IONetworkingFamily.kext <-- repairs permissions

cd /System/Library <-- changes directories

sudo rm -rf Extensions.mkext Extensions.kextcache <-- rebuilds kextcache on reboot

3. Reboot

b. Sound

 

1. Delete AppleHDA.kext

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

2. Edit AppleAzaliaAudio.kext for matching codec's proper ID

sudo vi /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/Info.plist

in Realtek ALC880/ALC860 Codec Driver key

change string to: 0x11d4198b

3. Edit AppleAzaliaController.kext for matching ICH8 HDA interface proper ID

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

change string to: 0x284b8086

4. Refresh kext caches

sudo rm /System/Library/Extensions.kextcache

kextcache -k /System/Library/Extensions/

5. Reboot

 

Please note that the ids for the P5B are somewhat different. Furthermore I like to point out that the instructions given above are not mine. I found them somewhere on this forum.

 

Good luck with the modifications.

 

Kind regards,

Scatman

 

So i've tried the above settings for sound, but after reboot, i get 2 alerts that say:

 

 

“/System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/IOHDAudioFamily.kext“

is not correcty installed and cannot be used

 

“/System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext“

is not correcty installed and cannot be used

 

 

these are my sound id that i've get from windows control panel:

 

HDAUDIO\FUNC_01&VEN_11D4&DEV_1988&SUBSYS_104381E1&REV_1004\4&3498389D&0&0001

 

 

Thanks

So i've tried the above settings for sound, but after reboot, i get 2 alerts that say:

 

 

"/System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/IOHDAudioFamily.kext"

is not correcty installed and cannot be used

 

"/System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext"

is not correcty installed and cannot be used

 

 

these are my sound id that i've get from windows control panel:

 

HDAUDIO\FUNC_01&VEN_11D4&DEV_1988&SUBSYS_104381E1&REV_1004\4&3498389D&0&0001

 

 

Thanks

 

i get the same message, what did i do wrong? are the entries incorrect or something? its probably something stupid..

 

"2. Edit AppleAzaliaAudio.kext for matching codec's proper ID

sudo vi /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/Info.plist

in Realtek ALC880/ALC860 Codec Driver key

change string to: 0x11d4198b"

 

Im not sure if its matter, but the guide I followed said the string should be changed to <string>0x11d41988</string>.

Im not sure if its matter, but the guide I followed said the string should be changed to <string>0x11d41988</string>.

 

The id is essential for the detection of the device! As I mentioned the guide is for the deluxe-version of the p5b which is not the same. It should only demonstrate the way to success.

 

Kind regards,

Scatman

I've done this thing but i cant get the audio to work.

 

I've test with an older AzaliaAudio package, then i get the sound to work, but only 2ch (Device name with azaliaaudio is: "HD Audio Output").

and i doesnt get a device for sound input.

 

I've search on this forum this night a couple of hours but i can't get it to work..

If anyone has a solution on this problem then i will thank you for rest on my life. :rolleyes:

 

Sorry for the bad english.. I tried my best. :)

//Steelneck

×
×
  • Create New...