Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

5 Pages V   1 2 3 > »   
Reply to this topic Start new topic
Marvell Yukon PCI-E 8056 works?
*
  • Group: Members
  • Posts: 32
  • Joined: 11-March 06
  • Member No.: 28,070
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
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 183
  • Joined: 31-August 06
  • From: Land of the Dwindling Freedoms.
  • Member No.: 53,772
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.

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.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 32
  • Joined: 11-March 06
  • Member No.: 28,070
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
Attached File(s)
Attached File  Fullscreen_1.jpg ( 103.55K ) Number of downloads: 1567
 
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Gurus
  • Posts: 5,302
  • Joined: 12-May 06
  • Member No.: 38,728
To get your Yukon 88E8056 Ethernet to work, you need to add your device id to the AppleYukon.kext. Go to Terminal and type:
CODE
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.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 32
  • Joined: 11-March 06
  • Member No.: 28,070
QUOTE (Rammjet @ Nov 30 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:
CODE
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.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 32
  • Joined: 11-March 06
  • Member No.: 28,070
need you guys help, please
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 33
  • Joined: 6-March 06
  • Member No.: 26,976
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!
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 5
  • Joined: 26-February 07
  • Member No.: 88,118
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
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 6
  • Joined: 16-April 07
  • Member No.: 101,247
will this also work for 88E8055 ? unsure.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 280
  • Joined: 15-September 06
  • Member No.: 55,980
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 ?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 2
  • Joined: 15-April 07
  • Member No.: 100,839
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
cool.gif ifconfig en1 down
d) ifconfig en1 up

HTH,
theacolyte
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 6-May 07
  • From: Slovenia
  • Member No.: 106,045
QUOTE (fizzistuff @ Apr 19 2007, 06:28 PM) *
will this also work for 88E8055 ? unsure.gif



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. biggrin.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 26
  • Joined: 25-April 07
  • Member No.: 103,230
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?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 12-June 07
  • Member No.: 114,011
QUOTE (fejker @ May 6 2007, 09:12 PM) *
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. biggrin.gif


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?

QUOTE (fejker @ May 6 2007, 09:12 PM) *
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. biggrin.gif



sorry i meant fejker
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 25
  • Joined: 19-June 07
  • Member No.: 115,865
Thanks guys! Worked for my Foxconn G965 mobo with the same built-in network card.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 57
  • Joined: 17-June 07
  • Member No.: 115,275
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

QUOTE
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
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 320
  • Joined: 19-January 07
  • Member No.: 77,533
CODE
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.
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 200
  • Joined: 7-May 07
  • Member No.: 106,270
does this work for uphuck 1.4i?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 31
  • Joined: 18-July 07
  • Member No.: 121,865
Yes, it´s rules on 1.4i
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 69
  • Joined: 11-August 05
  • From: Great PRC
  • Member No.: 4,104
Any drivers for marvell 88E1116?
PM Profile Card
Go to the top of the page
+ Quote Post
5 Pages V   1 2 3 > » 
Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 12:34 PM