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

7 Pages V   1 2 3 > »   
Reply to this topic Start new topic
Marvell Yukon 88E8036 PCI-E Fast Ethernet FIXED, FIXED BY MYSELF!!!!!!!!!
*
  • Group: Members
  • Posts: 13
  • Joined: 27-September 06
  • Member No.: 57,593
JUST WANNA SHARE. Im using a toshiba satellite A80.
on an Marvell Yukon 88E8036 PCI-E Fast Ethernet

1) Get the device id of the ethernet controller.
Go into Windows -> Device Manager.

Find the ethernet controller and get Properties on it.
For mine, it is

vendor 11AB
Device 4351

it might be different between machines. please check!


Click the Details tab and read the vendor id and device id. The vendor id is going to be "11AB"

2) In OSX, go into Terminal and edit the following file:
sudo nano /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon.kext/Contents/Info.plist
if u get an "Open with" dialog, right click the file and click "Show Package Contents"

Scroll down and find the following:
<key>IOPCIPrimaryMatch</key>
<string>0x436211AB</string>
Replace the bold numbers with the device id you found above.

Save the file.
Exit the file.

3) Delete the following files. In Terminal, type (or copy and paste):
sudo rm -r /System/Library/Extensions.mkext
sudo rm -r /System/Library/Extensions.kextcache

4) Repair permissions. In Terminal, type:
diskutil repairPermissions /

5) Reboot
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 13
  • Joined: 27-September 06
  • Member No.: 57,593
anyone benifits? ^^
PM Profile Card
Go to the top of the page
+ Quote Post
***********
  • Group: Members
  • Posts: 2,885
  • Joined: 19-April 06
  • From: United States Of Israel
  • Member No.: 35,151
Ummm, that isnt a gr8 discovery mate, its common knowledge that you can add support by editing the plist
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 28
  • Joined: 6-August 06
  • Member No.: 49,401
yeah dude...it helped me alot....thx bro....
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 6
  • Joined: 12-December 06
  • Member No.: 68,211
Hmm, doesn't work on my Marvell Yukon 88E8038 PCI-E Fast Ethernet (Acer Aspire 3680). My device ID is 4352.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 4
  • Joined: 9-October 06
  • Member No.: 59,362
No go on my Acer 3684 either (88E8038). I get the following error in dmesg:

AppleYukon: 00000000,00000004 sk98osx - yukon - BAR is zero on entry, kIOPCIConfigBaseAddress0
AppleYukon: 00000000,00000004 sk98osx - yukon - BAR is zero on entry, kIOPCIConfigBaseAddress0

Thoughts?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 6
  • Joined: 18-December 06
  • Member No.: 69,682
Killerz... your finding is brilliant. It works on my Marvell Yukon 88E8055 (on 10.4.8/7) too...

Thanks buddy...
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 6
  • Joined: 18-January 07
  • Member No.: 77,201
It also doesn't work for my 88e8038. Probably because this netcard is a little special! Anyone please help! rolleyes.gif
After reboot, I got an error message indicating wrong vendor number(435211AB )!

This post has been edited by vigor: Jan 25 2007, 05:53 AM
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 30
  • Joined: 24-January 07
  • From: Monmouth County, NJ
  • Member No.: 78,827
I have an 88E8038 as well but with VEN ID 11AB and DEV ID 4352. I tried this once already with no sucess (I couldn't get permission to write to the file), but I'm going to try again after a fresh install.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 30
  • Joined: 24-January 07
  • From: Monmouth County, NJ
  • Member No.: 78,827
Ok guys, I got it to work! Change anything that has the incorrect model # for your ethernet (ex. change 88E8036 to 88E8038); there should be two places you need to do this. Then change the string as mentioned to the appropriate DEV ID. Save the file by hitting Ctrl+O then Enter to accept the file name. Do steps #3, 4, 5 the same. Shut down instead of rebooting if your system hangs on reboot. Good luck!
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 96
  • Joined: 26-February 06
  • Member No.: 25,391
QUOTE
I have an 88E8038 as well but with VEN ID 11AB and DEV ID 4352. I tried this once already with no sucess (I couldn't get permission to write to the file), but I'm going to try again after a fresh install.


move it to the desktop first then edit the file, once edited delete the orig, then copy the edited file back...

repair permissions and reboot...

there may be a better way, bit thats how I do it smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 30
  • Joined: 24-January 07
  • From: Monmouth County, NJ
  • Member No.: 78,827
Thanks, but I already got it, lol. Guess we were typing at the same time.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 6
  • Joined: 18-January 07
  • Member No.: 77,201
Glad to see your success, but would you please give a detailed instruction? I'm totally a freshly here! I tried several times, but in vain. I don't kown what errors I have made! Please help!
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 17
  • Joined: 6-February 07
  • Member No.: 82,411
Hi,
I have a Marvell Yukon 88E8036 PCI-E Fast Ethernet just like "Killerz" even the device and vendor are the same.
and I tried to install it as he said in this thread (on a 10.4.6) but it doesn't work!

BTW, it replaced the code and it became like this

<key>IOPCIPrimaryMatch</key>
<string>0x43435111AB</string>

any solution?

This post has been edited by Aziz: Feb 6 2007, 08:19 PM
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 8
  • Joined: 10-February 07
  • Member No.: 83,774
Thank you, tesekkuler, Arigato, Danke shon.... thumbsup_anim.gif

Aziz I think you wrote it wrong or maybe Mac did it.I am not sure but 0x43435111AB shouldnt be like this.
If you are completely sure that you have
vendor 11AB
Device 4351

Change it to

0x435111AB

It looks like 62 changed with 4351 but it is sufficent to change 62 with 51.

Inform us, later.

This post has been edited by RocKWooD: Feb 13 2007, 03:27 AM
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 14
  • Joined: 3-January 07
  • From: Indonesia, JAKARTA
  • Member No.: 73,396
Hi everyone,

I'll try to change to what should be in here. But it doesn't work... One question, how to check whether the Ethernet Card already properly installed? I hope I'm not the only one that having this problems....

Thanks.

Keledai
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 34
  • Joined: 27-October 06
  • Member No.: 61,810
Hi I need help

I have this wired ethernet chipset Marvell Yukon 88E8038 PCI-E Fast Ethernet
The vendor id is 11ab and the device is 4352.

I opened a terminal and edited /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon.kext/Contents/Info.plist

I changed 2 references where it says Yukon-88E8052 to 88E8038 and changed the one reference to 0x435211AB

During bootup dmesg reports this error:

Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
can't determine immediate dependencies for extension com.apple.iokit.AppleYukon
Can't determine dependencies for com.apple.iokit.AppleYukon.
Couldn't alloc class "yukonosx"VGA: family specific matching fails

Any help is really appreciated

This post has been edited by johndoe2k4: Feb 25 2007, 06:59 AM
PM Profile Card
Go to the top of the page
+ Quote Post
********
  • Group: Members
  • Posts: 1,331
  • Joined: 29-October 05
  • From: Hollyweird, CA
  • Member No.: 14,143
all this coulda been found in my marvell fix link in my sig, just apply it to your card.
not that big of a discovery. the big one is if people would actually find the search.....

*edit*
my thread was created after yours but it was on the board in a different thread before we switched skins wink.gif

This post has been edited by DiaboliK: Feb 25 2007, 07:46 AM
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 34
  • Joined: 27-October 06
  • Member No.: 61,810
DiaboliK


I followed the link in your signature and thats exactly what I did.

By the way I am using the 10.4.7 IONetworkingFamily.kext

Any ideas whats wrong ?
PM Profile Card
Go to the top of the page
+ Quote Post
********
  • Group: Members
  • Posts: 1,331
  • Joined: 29-October 05
  • From: Hollyweird, CA
  • Member No.: 14,143
any IONetworking family from 10.4.4 and up should work, whats your model # for your nic?
PM Profile Card
Go to the top of the page
+ Quote Post
7 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 - 08:00 AM