rgb Posted November 29, 2006 Share Posted November 29, 2006 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 Link to comment Share on other sites More sharing options...
thedguy Posted November 29, 2006 Share Posted November 29, 2006 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. sudo nano /System/Library/Extensions/IONetworking.kext/Contents/PlugIns/AppleYukon.kext/Info.plistsearch 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. Link to comment Share on other sites More sharing options...
rgb Posted November 30, 2006 Author Share Posted November 30, 2006 Hi 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 Link to comment Share on other sites More sharing options...
Rammjet Posted November 30, 2006 Share Posted November 30, 2006 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 reboot Then reboot. Link to comment Share on other sites More sharing options...
rgb Posted December 3, 2006 Author Share Posted December 3, 2006 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 reboot Then reboot. Hi I did try this, but the problem is still comes as post #3. Link to comment Share on other sites More sharing options...
rgb Posted December 4, 2006 Author Share Posted December 4, 2006 need you guys help, please Link to comment Share on other sites More sharing options...
Stiffy Posted December 5, 2006 Share Posted December 5, 2006 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! Link to comment Share on other sites More sharing options...
OhWessTen Posted February 28, 2007 Share Posted February 28, 2007 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 Link to comment Share on other sites More sharing options...
fizzistuff Posted April 19, 2007 Share Posted April 19, 2007 will this also work for 88E8055 ? Link to comment Share on other sites More sharing options...
me@home Posted April 20, 2007 Share Posted April 20, 2007 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 ? Link to comment Share on other sites More sharing options...
theacolyte Posted April 25, 2007 Share Posted April 25, 2007 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 Link to comment Share on other sites More sharing options...
fejker Posted May 6, 2007 Share Posted May 6, 2007 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. Link to comment Share on other sites More sharing options...
BlueFalcon7 Posted June 9, 2007 Share Posted June 9, 2007 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? Link to comment Share on other sites More sharing options...
tkay2_24 Posted June 12, 2007 Share Posted June 12, 2007 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. 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? 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. sorry i meant fejker Link to comment Share on other sites More sharing options...
ericp Posted June 25, 2007 Share Posted June 25, 2007 Thanks guys! Worked for my Foxconn G965 mobo with the same built-in network card. Link to comment Share on other sites More sharing options...
scotishhaggis Posted July 16, 2007 Share Posted July 16, 2007 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 cd /System/Library/Extensions 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 Link to comment Share on other sites More sharing options...
Zulu.Walker Posted July 16, 2007 Share Posted July 16, 2007 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. Link to comment Share on other sites More sharing options...
alexandros7 Posted July 25, 2007 Share Posted July 25, 2007 does this work for uphuck 1.4i? Link to comment Share on other sites More sharing options...
arisma Posted July 25, 2007 Share Posted July 25, 2007 Yes, it´s rules on 1.4i Link to comment Share on other sites More sharing options...
rerven Posted July 28, 2007 Share Posted July 28, 2007 Any drivers for marvell 88E1116? Link to comment Share on other sites More sharing options...
ntloser Posted August 26, 2007 Share Posted August 26, 2007 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 [url="http://IONetworking.kext/Contents/PlugIns/AppleYukon.kext/Info.plist"]IONetworking.kext/Contents/PlugIns/AppleYukon.kext/Info.plist[/url] <-- 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 Then reboot. That worked for me. Thanks Link to comment Share on other sites More sharing options...
slone Posted August 27, 2007 Share Posted August 27, 2007 everything worked on 10.4.8 ......then upgraded to 10.4.10 (uphuck, pascalw), now my network is wacked . I can surf the web, see one of my m$ computers, but not the other, and both m$ computers cannot see my Hack. Been stuck on this for three days and I am going nuts. I also did the apple security update for 10.4.10. checked the /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon.kext/Contents/Info.plist.....looks fine when I go to fix an alias for the Network shares I get the network "greyed"out. If I get info on a network share the "fetching" just keeps spinning around. uphuck 10.4.9 v1.3 + PascalW 10.4.10 Update Intel® Core™2 Duo E6400 @ 3.20GHz (9x355) • Gigabyte GA-965P-DS3 (F5 BIOS) • 2x2GB Kingston DDR2-667 • ATI X1600 256MB PCI-E (QE/CI/Q2DE) • Realtek ALC883 [ multichannel 5.1/7.1 (out-1/2/3/4, in/mic)] • 2x250GB Seagate SATA • Xbench 170/240 Link to comment Share on other sites More sharing options...
jjahshik32 Posted August 31, 2007 Share Posted August 31, 2007 does 88E8052 work???? Link to comment Share on other sites More sharing options...
djazzy Posted September 2, 2007 Share Posted September 2, 2007 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 i have similiar problem too..... can anyone help us ??? or by uploading Info.plist somewhere in the net.... thx in advance Link to comment Share on other sites More sharing options...
ZoomZom Posted September 14, 2007 Share Posted September 14, 2007 fejker or tkay2_24 please help me to install lan Marvell 88E8055 on V3505 notebook p.s. if had or know were can get other drivers for the note mail me pls. Link to comment Share on other sites More sharing options...
Recommended Posts