Hi
I am using Asus p5b-deleuxe board/jas osx 10.48 resed.
I can run Sata(good performance on WD drive, sloooow on Seagate 7200.10) , Pata, sound(2ch) and onboard yukon (no jumbo frame).
The only missing working hardware is Yukon 8056 PCI-E, Realtek 8187L.
Anyone who know to make the missing hardware works?
Thanks
90 replies to this topic
#1
Posted 29 November 2006 - 12:30 PM
#2
Posted 29 November 2006 - 06:30 PM
This question has been asked a couple of times, there is even a thread dedicated to this board, and a tutorial on it.
http://forum.insanelymac.com/index.php?sho...426&hl=asus
If your using JaS 10.4.8 your going to need the IONetworking.kext from 10.4.7, the one in 10.4.8 doesn't work right.
http://forum.insanelymac.com/index.php?sho...426&hl=asus
If your using JaS 10.4.8 your going to need the IONetworking.kext from 10.4.7, the one in 10.4.8 doesn't work right.
Quote
sudo nano /System/Library/Extensions/IONetworking.kext/Contents/PlugIns/AppleYukon.kext/Info.plist
search for "8053" (no quotes) and replace with "8056" (no quotes)
Then search for "4362" (no quotes) and replace with "4364"
save the file, repair permissions and reboot.
search for "8053" (no quotes) and replace with "8056" (no quotes)
Then search for "4362" (no quotes) and replace with "4364"
save the file, repair permissions and reboot.
#3
Posted 30 November 2006 - 08:54 AM
I has been followed your guide, but i still can't to use the yukon 8056.
In the network preference, it don't display the 8056 yukon. It only display the 8001 yukon.
I would like to make dual ethernet port works.
Please help
Attached Files
#4
Posted 30 November 2006 - 03:07 PM
To get your Yukon 88E8056 Ethernet to work, you need to add your device id to the AppleYukon.kext. Go to Terminal and type:
cd /System/Library/Extensions <-- changes directory sudo nano IONetworking.kext/Contents/PlugIns/AppleYukon.kext/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 rebootThen reboot.
#5
Posted 03 December 2006 - 08:34 AM
Rammjet, on Nov 30 2006, 03:07 PM, said:
To get your Yukon 88E8056 Ethernet to work, you need to add your device id to the AppleYukon.kext. Go to Terminal and type:
cd /System/Library/Extensions <-- changes directory sudo nano IONetworking.kext/Contents/PlugIns/AppleYukon.kext/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 rebootThen reboot.
Hi
I did try this, but the problem is still comes as post #3.
#6
Posted 04 December 2006 - 06:59 PM
need you guys help, please
#7
Posted 05 December 2006 - 12:52 AM
download this:
http://rapidshare.com/files/3117240/gigaby...3-4pack.1.2.dmg
open it w/ pacifist, right-click the Yukon pkg to install the pre-patched kext. after installation, do info.plist modification following post #4.
good luck!
http://rapidshare.com/files/3117240/gigaby...3-4pack.1.2.dmg
open it w/ pacifist, right-click the Yukon pkg to install the pre-patched kext. after installation, do info.plist modification following post #4.
good luck!
#8
Posted 28 February 2007 - 02:13 AM
Thanks everyone...this worked for me in trying to get the Ethernet working on my Gigabyte 965P-DS4, which also has the Yukon Marvell 8056 (as a built in).
Just one thing though, the file I had to edit was
/System/Library/Extensions/IONetworking.kext/Contents/PlugIns/AppleYukon.kext/Contents/Info.plist
Just one thing though, the file I had to edit was
/System/Library/Extensions/IONetworking.kext/Contents/PlugIns/AppleYukon.kext/Contents/Info.plist
#9
Posted 19 April 2007 - 04:28 PM
will this also work for 88E8055 ?
#10
Posted 20 April 2007 - 01:58 PM
Sorry to say, I had no luck...tried it for 5-6 times with different IONetworkingFamily.kext
it's no problem to change the numbers from 8053 to 8056 and 62... to 64... then repair chmod/chown,permissions...
some IONetworkingFamily.kext have Yukon 1 and Youkon2 inside...yukon 2 is 11b or so and the yukon 1 shows 7 in info,
however only the Yukon 1 plug in has the 8053 so I did only corrected this one.
Has anyone a working LAN with intel 865 motherboard (using Yukon 8056) ?
Do I need to "replace" another file, too ?
it's no problem to change the numbers from 8053 to 8056 and 62... to 64... then repair chmod/chown,permissions...
some IONetworkingFamily.kext have Yukon 1 and Youkon2 inside...yukon 2 is 11b or so and the yukon 1 shows 7 in info,
however only the Yukon 1 plug in has the 8053 so I did only corrected this one.
Has anyone a working LAN with intel 865 motherboard (using Yukon 8056) ?
Do I need to "replace" another file, too ?
#11
Posted 25 April 2007 - 09:03 PM
This worked for me.
A couple things to clarify the instructions above for anyone new to this:
1) IONetworking.kext = IONetworkingFamily.kext -- I spent a lot of time trying to figure out where IONetworking.kext went only to realize it's also IONetworkingFamily.kext
2) After I rebooted, the card showed up under networking, but it said the cable was disconnected. My router also reflected that. After trying to figure out if I had a bad cable, I did this:
a) open a terminal window
c) sudo -s
ifconfig en1 down
d) ifconfig en1 up
HTH,
theacolyte
A couple things to clarify the instructions above for anyone new to this:
1) IONetworking.kext = IONetworkingFamily.kext -- I spent a lot of time trying to figure out where IONetworking.kext went only to realize it's also IONetworkingFamily.kext
2) After I rebooted, the card showed up under networking, but it said the cable was disconnected. My router also reflected that. After trying to figure out if I had a bad cable, I did this:
a) open a terminal window
c) sudo -s
d) ifconfig en1 up
HTH,
theacolyte
#12
Posted 06 May 2007 - 08:12 PM
fizzistuff, on Apr 19 2007, 06:28 PM, said:
will this also work for 88E8055 ? 
I'd also like to know this, because yesterday I tried to install OS X on my new laptop (Fujitsu Siemens Amilo Pro V3545) and my network and sound didn't work (haven't tried wireless yet, but I think it doesn't work either).
EDIT: It works for 88E8055 too. Now I just need to get WiFi and Sound working and I'll be happy.
#13
Posted 09 June 2007 - 08:34 PM
any help for the 88E1116?
I know what you are doing with the first key, and the first string, but the second one where, you change some seemingly irrelevant hex "<string>0x436211AB</string>" I have no idea what that is, or how to find out what that would be on mine. Any help?
I know what you are doing with the first key, and the first string, but the second one where, you change some seemingly irrelevant hex "<string>0x436211AB</string>" I have no idea what that is, or how to find out what that would be on mine. Any help?
#14
Posted 12 June 2007 - 09:39 AM
fejker, on May 6 2007, 09:12 PM, said:
I'd also like to know this, because yesterday I tried to install OS X on my new laptop (Fujitsu Siemens Amilo Pro V3545) and my network and sound didn't work (haven't tried wireless yet, but I think it doesn't work either).
EDIT: It works for 88E8055 too. Now I just need to get WiFi and Sound working and I'll be happy.
EDIT: It works for 88E8055 too. Now I just need to get WiFi and Sound working and I'll be happy.
Hey Marvell, I've got a similar laptop to yours. Mine is the v3505 and after installation of osx 10.48 i get a black screen. Please can you help?
fejker, on May 6 2007, 09:12 PM, said:
I'd also like to know this, because yesterday I tried to install OS X on my new laptop (Fujitsu Siemens Amilo Pro V3545) and my network and sound didn't work (haven't tried wireless yet, but I think it doesn't work either).
EDIT: It works for 88E8055 too. Now I just need to get WiFi and Sound working and I'll be happy.
EDIT: It works for 88E8055 too. Now I just need to get WiFi and Sound working and I'll be happy.
sorry i meant fejker
#15
Posted 25 June 2007 - 02:26 AM
Thanks guys! Worked for my Foxconn G965 mobo with the same built-in network card.
#16
Posted 16 July 2007 - 03:08 PM
Hi there sorry to hi jack the forum. i am to install the Marvell Yukon 88E8056 on my GA-965P-DS3 (Rev 3.3) board. i have installed the gigaby...3-4pack.1.2.dmg which installed my sounds great. when i try to
i dont get any information in the terminal at all likes a blank file. can any 1 help
when browsing System/Library/Extensions i cam across IONetworkingfamily.kext but no file for IONetworking.kext
Quote
cd /System/Library/Extensions
sudo nano IONetworking.kext/Contents/PlugIns/AppleYukon.kext/Info.plist
sudo nano IONetworking.kext/Contents/PlugIns/AppleYukon.kext/Info.plist
i dont get any information in the terminal at all likes a blank file. can any 1 help
when browsing System/Library/Extensions i cam across IONetworkingfamily.kext but no file for IONetworking.kext
#17
Posted 16 July 2007 - 03:57 PM
sudo nano /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon.kext/Contents/Info.plist
You're missing a few things in the path and targeting a nonexistent kext. A few seconds examining the extensions directory also helps.
#18
Posted 25 July 2007 - 11:38 AM
does this work for uphuck 1.4i?
#19
Posted 25 July 2007 - 05:35 PM
Yes, it´s rules on 1.4i
#20
Posted 28 July 2007 - 12:48 PM
Any drivers for marvell 88E1116?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top










